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.*. |
12 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
24 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 87). |
26 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
26 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
26 |
Error |
naming |
ConstantName |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
26 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
28 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
28 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
28 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
30 |
Error |
design |
DesignForExtension |
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
31 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
31 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
34 |
Error |
design |
DesignForExtension |
Method 'ingest' is not designed for extension - needs to be abstract, final or empty. |
37 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
37 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
39 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
41 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
48 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 81). |
50 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
51 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
53 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
53 |
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). |
59 |
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). |
62 |
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). |
65 |
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). |
68 |
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). |
73 |
Error |
whitespace |
WhitespaceAfter |
',' is not followed by whitespace. |
75 |
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). |
77 |
Error |
blocks |
NeedBraces |
'if' construct must use '{}'s. |
79 |