Checkstyle Results
The following document contains the results of Checkstyle 6.18 with /Users/rgoers/projects/apache/logging/log4j/log4j-2.13.1/log4j-appserver/../checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
4 | 0 | 0 | 2 |
Files
File | I | W | E |
---|---|---|---|
org/apache/logging/log4j/appserver/jetty/Log4j2Logger.java | 0 | 0 | 2 |
Details
org/apache/logging/log4j/appserver/jetty/Log4j2Logger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 120 characters (found 126). | 42 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 65 |