Apache logging services logo Apache log4j logo

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
29 0 0 8

Details

org/apache/log4j/Category.java

Severity Category Rule Message Line
 Error coding HiddenField 'bundle' hides a field. 372
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 385
 Error javadoc JavadocType Missing a Javadoc comment. 456

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/config/Log4j1ConfigurationFactory.java

Severity Category Rule Message Line
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 283

org/apache/log4j/spi/Filter.java

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