Apache logging services logo Apache log4j logo

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
28 0 0 4

Details

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