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-slf4j-impl/../checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
12 0 0 6

Details

org/apache/logging/slf4j/Log4jLogger.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error sizes LineLength Line is longer than 120 characters (found 144). 357

org/apache/logging/slf4j/Log4jMarker.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 54

org/slf4j/impl/StaticLoggerBinder.java

Severity Category Rule Message Line
 Error naming StaticVariableName Name 'REQUESTED_API_VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Error design VisibilityModifier Variable 'REQUESTED_API_VERSION' must be private and have accessor methods. 34