Checkstyle Results
The following document contains the results of Checkstyle 6.18 with /Users/rgoers/projects/apache/logging/log4j/log4j-2.12.4/log4j-flume-ng/../checkstyle.xml ruleset. 
Summary
Files |
Info |
Warnings |
Errors |
11 |
0 |
0 |
38 |
Details
org/apache/logging/log4j/flume/appender/FlumeAppender.java
Severity |
Category |
Rule |
Message |
Line |
Error |
coding |
MagicNumber |
'5000' is a magic number. |
65 |
Error |
coding |
MagicNumber |
'5000' is a magic number. |
122 |
Error |
coding |
HiddenField |
'mdcPrefix' hides a field. |
151 |
Error |
coding |
HiddenField |
'eventPrefix' hides a field. |
151 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
165 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
167 |
Error |
sizes |
ParameterNumber |
More than 15 parameters (found 23). |
188 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'hosts'. |
190 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
195 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
197 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
216 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
253 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
270 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
273 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
278 |
Error |
whitespace |
WhitespaceAround |
'for' is not followed by whitespace. |
295 |
org/apache/logging/log4j/flume/appender/FlumeAvroManager.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 126). |
69 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
92 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 130). |
93 |
Error |
blocks |
RightCurly |
'}' at column 9 should be alone on a line. |
100 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
113 |
Error |
whitespace |
WhitespaceAround |
'synchronized' is not followed by whitespace. |
208 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 130). |
231 |
Error |
coding |
HiddenField |
'agents' hides a field. |
231 |
Error |
coding |
HiddenField |
'retries' hides a field. |
231 |
Error |
coding |
HiddenField |
'connectTimeoutMillis' hides a field. |
231 |
Error |
coding |
HiddenField |
'requestTimeoutMillis' hides a field. |
231 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
272 |
Error |
whitespace |
WhitespaceAround |
'synchronized' is not followed by whitespace. |
275 |
Error |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
313 |
org/apache/logging/log4j/flume/appender/FlumeEmbeddedManager.java
Severity |
Category |
Rule |
Message |
Line |
Error |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
146 |
org/apache/logging/log4j/flume/appender/FlumeEvent.java
Severity |
Category |
Rule |
Message |
Line |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
137 |
org/apache/logging/log4j/flume/appender/FlumePersistentManager.java
Severity |
Category |
Rule |
Message |
Line |
Error |
imports |
ImportOrder |
Wrong order for 'org.apache.flume.Event' import. |
49 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
200 |
Error |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
263 |
Error |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
355 |
Error |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
482 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
509 |
|