Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
imports |
AvoidStarImport |
Using the '.*' form of import should be avoided - junit.framework.TestCase.*. |
7 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
25 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 87). |
27 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
27 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
27 |
Error |
naming |
ConstantName |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
27 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
28 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
29 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
29 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
29 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
31 |
Error |
design |
DesignForExtension |
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
32 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
32 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
35 |
Error |
design |
DesignForExtension |
Method 'ingest' is not designed for extension - needs to be abstract, final or empty. |
38 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
38 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
40 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
42 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
49 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
52 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
55 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
55 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
60 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
63 |
Error |
blocks |
RightCurly |
'}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). |
64 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
66 |
Error |
blocks |
RightCurly |
'}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). |
67 |
Error |
blocks |
RightCurly |
'}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). |
72 |
Error |
blocks |
NeedBraces |
'if' construct must use '{}'s. |
74 |
Error |
design |
DesignForExtension |
Method 'check' is not designed for extension - needs to be abstract, final or empty. |
78 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
78 |
Error |
misc |
FinalParameters |
Parameter p should be final. |
78 |
Error |
misc |
FinalParameters |
Parameter people should be final. |
78 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
80 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 87). |
95 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 88). |
96 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 88). |
97 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 88). |
98 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 82). |
100 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 85). |
108 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 86). |
110 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 97). |
111 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 90). |
112 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 101). |
113 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 88). |
115 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 99). |
116 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 94). |
117 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 105). |
118 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
120 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
123 |
Error |
design |
DesignForExtension |
Method 'check' is not designed for extension - needs to be abstract, final or empty. |
124 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
124 |
Error |
misc |
FinalParameters |
Parameter r should be final. |
124 |
Error |
misc |
FinalParameters |
Parameter people should be final. |
124 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
126 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
134 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 82). |
138 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 88). |
154 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 89). |
159 |