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-flume-ng/../checkstyle.xml ruleset. 
Summary
Files |
Info |
Warnings |
Errors |
11 |
0 |
0 |
11 |
Details
org/apache/logging/log4j/flume/appender/FlumeAppender.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
142 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
144 |
Error |
sizes |
ParameterNumber |
More than 15 parameters (found 22). |
165 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
171 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
173 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
229 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 129). |
250 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 129). |
266 |
org/apache/logging/log4j/flume/appender/FlumeAvroManager.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 130). |
83 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 130). |
193 |
org/apache/logging/log4j/flume/appender/FlumePersistentManager.java
Severity |
Category |
Rule |
Message |
Line |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
663 |
|