Apache logging services logo Apache log4j logo

Checkstyle Results

The following document contains the results of Checkstyle 6.18 with /Users/rgoers/projects/apache/logging/log4j/log4j2/log4j-2.12.0/log4j-slf4j18-impl/../checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
9 0 0 11

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). 359

org/apache/logging/slf4j/Log4jLoggerFactory.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Static variable definition in wrong order. 35

org/apache/logging/slf4j/Log4jMarker.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 42
 Error coding HiddenField 'marker' hides a field. 48
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 49
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 53
 Error coding HiddenField 'marker' hides a field. 57
 Error coding HiddenField 'marker' hides a field. 129

org/apache/logging/slf4j/SLF4JServiceProvider.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 25