Severity |
Category |
Rule |
Message |
Line |
Error |
imports |
AvoidStarImport |
Using the '.*' form of import should be avoided - org.apache.commons.cli.*. |
21 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
36 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
37 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
37 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
44 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
45 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
46 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
47 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
48 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
49 |
Error |
coding |
HiddenField |
'whisker' hides a field. |
88 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
154 |
Error |
misc |
FinalParameters |
Parameter args should be final. |
195 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 81). |
211 |