Apache logging services logo Apache log4j logo

Checkstyle Results

The following document contains the results of Checkstyle 6.2 with /Users/rgoers/projects/apache/logging/log4j/log4j2/log4j-2.4.1/log4j-to-slf4j/../checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
6 0 0 4

Details

META-INF/log4j-provider.properties

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.

org/apache/logging/slf4j/SLF4JLogger.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 129). 154

org/apache/logging/slf4j/SLF4JLoggerContext.java

Severity Category Rule Message Line
 Error imports ImportOrder Wrong order for 'org.apache.logging.log4j.spi.ExtendedLogger' import. 24

org/apache/logging/slf4j/SLF4JLoggerContextFactory.java

Severity Category Rule Message Line
 Error coding HiddenField 'context' hides a field. 60