Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 82). |
24 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
24 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
24 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
25 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
26 |
Error |
design |
DesignForExtension |
Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. |
31 |
Error |
misc |
FinalParameters |
Parameter connection should be final. |
31 |
Error |
coding |
HiddenField |
'connection' hides a field. |
31 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'connection'. |
31 |
Error |
design |
DesignForExtension |
Method 'createVenue' is not designed for extension - needs to be abstract, final or empty. |
35 |
Error |
misc |
FinalParameters |
Parameter venue should be final. |
36 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
42 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
47 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
50 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
54 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
67 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
69 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
74 |
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). |
86 |
Error |
whitespace |
WhitespaceAround |
'+' is not preceded with whitespace. |
89 |
Error |
whitespace |
WhitespaceAround |
'+' is not followed by whitespace. |
89 |
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). |
90 |
Error |
whitespace |
WhitespaceAround |
'+' is not preceded with whitespace. |
93 |
Error |
whitespace |
WhitespaceAround |
'+' is not followed by whitespace. |
93 |
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). |
94 |
Error |
blocks |
LeftCurly |
'{' at column 8 should have line break after. |
96 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
96 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
96 |
Error |
blocks |
LeftCurly |
'{' at column 8 should have line break after. |
97 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
97 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
97 |
Error |
blocks |
LeftCurly |
'{' at column 8 should have line break after. |
98 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
98 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
98 |
Error |
blocks |
LeftCurly |
'{' at column 8 should have line break after. |
99 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
99 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
99 |
Error |
blocks |
LeftCurly |
'{' at column 8 should have line break after. |
100 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
100 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
100 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
104 |
Error |
design |
DesignForExtension |
Method 'getVenues' is not designed for extension - needs to be abstract, final or empty. |
107 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
108 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
108 |