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

Summary

Files  Info  Warnings  Errors
11 0 0 8

Details

org/apache/logging/log4j/jul/ApiLogger.java

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

org/apache/logging/log4j/jul/Constants.java

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

org/apache/logging/log4j/jul/CoreLogger.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.

org/apache/logging/log4j/jul/DefaultLevelConverter.java

Severity Category Rule Message Line
 Error naming MemberName Name 'JDK_TO_LOG4J' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Error naming MemberName Name 'LOG4J_TO_JDK' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34

org/apache/logging/log4j/jul/LevelTranslator.java

Severity Category Rule Message Line
 Error coding MagicNumber '100' is a magic number. 37
 Error coding MagicNumber '50' is a magic number. 43
 Error coding DeclarationOrder Constructor definition in wrong order. 85