| Severity |
Category |
Rule |
Message |
Line |
Error |
imports |
AvoidStarImport |
Using the '.*' form of import should be avoided - java.io.*. |
32 |
Error |
imports |
AvoidStarImport |
Using the '.*' form of import should be avoided - java.util.*. |
33 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
42 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
54 |
Error |
whitespace |
OperatorWrap |
'=' should be on the previous line. |
55 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
56 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
57 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
58 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
59 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'folder'. |
74 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'AnalysisException'. |
74 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
86 |
Error |
blocks |
RightCurly |
'}' at column 6 should be on the same line as the next part of a multi-block statement. |
104 |
Error |
whitespace |
WhitespaceAround |
'catch' is not followed by whitespace. |
105 |
Error |
regexp |
RegexpSingleline |
Line matches the illegal pattern '\s+$'. |
110 |
Error |
coding |
FinalLocalVariable |
Variable 'exitValue' should be declared final. |
111 |
Error |
regexp |
RegexpSingleline |
Line matches the illegal pattern '\s+$'. |
138 |
Error |
coding |
FinalLocalVariable |
Variable 'errReader' should be declared final. |
208 |
Error |
whitespace |
WhitespaceAround |
'while' is not followed by whitespace. |
209 |
Error |
coding |
FinalLocalVariable |
Variable 'error' should be declared final. |
210 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
229 |
Error |
sizes |
LineLength |
Line is longer than 150 characters (found 248). |
260 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
270 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
281 |
Error |
coding |
FinalLocalVariable |
Variable 'ref' should be declared final. |
284 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
293 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
309 |
Error |
coding |
ParameterAssignment |
Assignment of parameter 'vulnerability' is not allowed. |
317 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
332 |