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

Summary

Files  Info  Warnings  Errors
6 0 0 3

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