Apache logging services logo Apache log4j logo

Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files Info Warnings Errors
12006

Details

org/apache/logging/slf4j/Log4jLogger.java

SeverityCategoryRuleMessageLine
 ErrorjavadocJavadocVariableMissing a Javadoc comment.40
 ErrorsizesLineLengthLine is longer than 120 characters (found 144).357

org/apache/logging/slf4j/Log4jMarker.java

SeverityCategoryRuleMessageLine
 ErrorjavadocJavadocVariableMissing a Javadoc comment.33
 ErrorwhitespaceWhitespaceAfter'cast' is not followed by whitespace.54

org/slf4j/impl/StaticLoggerBinder.java

SeverityCategoryRuleMessageLine
 ErrornamingStaticVariableNameName 'REQUESTED_API_VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'.34
 ErrordesignVisibilityModifierVariable 'REQUESTED_API_VERSION' must be private and have accessor methods.34