Checkstyle Results
The following document contains the results of Checkstyle 6.18 with /Users/rgoers/projects/apache/logging/log4j/log4j2/log4j-2.13.0/log4j-jul/../checkstyle.xml ruleset. rss feed
Summary
Files
Info
Warnings
Errors
12
0
0
7
Details
org/apache/logging/log4j/jul/AbstractLoggerAdapter.java
Severity
Category
Rule
Message
Line
Error
javadoc
JavadocPackage
Missing package-info.java file.
org/apache/logging/log4j/jul/ApiLogger.java
Severity
Category
Rule
Message
Line
Error
coding
DeclarationOrder
Static variable definition in wrong order.
48
org/apache/logging/log4j/jul/Constants.java
Severity
Category
Rule
Message
Line
Error
sizes
LineLength
Line is longer than 120 characters (found 145).
34
org/apache/logging/log4j/jul/DefaultLevelConverter.java
Severity
Category
Rule
Message
Line
Error
javadoc
JavadocType
Missing a Javadoc comment.
42
org/apache/logging/log4j/jul/LevelTranslator.java
Severity
Category
Rule
Message
Line
Error
coding
DeclarationOrder
Constructor definition in wrong order.
85
org/apache/logging/log4j/jul/LogManager.java
Severity
Category
Rule
Message
Line
Error
imports
UnusedImports
Unused import - com.sun.org.apache.xpath.internal.operations.Bool.
23
Error
imports
ImportOrder
Wrong order for 'org.apache.logging.log4j.LoggingException' import.
24