Apache logging services logo Apache log4j logo

Checkstyle Results

The following document contains the results of Checkstyle 6.2 with /Users/rgoers/projects/apache/logging/log4j/log4j2/log4j-2.4/log4j-1.2-api/../checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
28 0 0 6

Details

org/apache/log4j/Category.java

Severity Category Rule Message Line
 Error coding HiddenField 'bundle' hides a field. 360
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 373

org/apache/log4j/Priority.java

Severity Category Rule Message Line
 Error design VisibilityModifier Variable 'level' must be private and have accessor methods. 96
 Error design VisibilityModifier Variable 'levelStr' must be private and have accessor methods. 97
 Error design VisibilityModifier Variable 'syslogEquivalent' must be private and have accessor methods. 98

org/apache/log4j/spi/Filter.java

Severity Category Rule Message Line
 Error design VisibilityModifier Variable 'next' must be private and have accessor methods. 48