Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
19 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 88). |
21 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
21 |
Error |
naming |
ConstantName |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
21 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
22 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
23 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
23 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
23 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
25 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
26 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
27 |
Error |
design |
DesignForExtension |
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
28 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
28 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
31 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
34 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
34 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
35 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
37 |
Error |
design |
DesignForExtension |
Method 'destroy' 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 |
design |
DesignForExtension |
Method 'createVenue' is not designed for extension - needs to be abstract, final or empty. |
43 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 82). |
44 |
Error |
misc |
FinalParameters |
Parameter venue should be final. |
44 |
Error |
misc |
FinalParameters |
Parameter sections should be final. |
44 |
Error |
misc |
FinalParameters |
Parameter positions should be final. |
44 |
Error |
misc |
FinalParameters |
Parameter rows should be final. |
44 |
Error |
design |
DesignForExtension |
Method 'getVenue' is not designed for extension - needs to be abstract, final or empty. |
53 |
Error |
misc |
FinalParameters |
Parameter venueId should be final. |
54 |