Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
17 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 91). |
18 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
18 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
18 |
Error |
naming |
ConstantName |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
18 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
19 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
20 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
21 |
Error |
design |
DesignForExtension |
Method 'setInputStream' is not designed for extension - needs to be abstract, final or empty. |
22 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
22 |
Error |
misc |
FinalParameters |
Parameter is should be final. |
22 |
Error |
coding |
HiddenField |
'is' hides a field. |
22 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
23 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
25 |
Error |
design |
DesignForExtension |
Method 'setClubDAO' is not designed for extension - needs to be abstract, final or empty. |
26 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
26 |
Error |
misc |
FinalParameters |
Parameter clubDAO should be final. |
26 |
Error |
coding |
HiddenField |
'clubDAO' hides a field. |
26 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
29 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 81). |
32 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
37 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
40 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 84). |
42 |
Error |
design |
DesignForExtension |
Method 'ingest' is not designed for extension - needs to be abstract, final or empty. |
42 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'JAXBException'. |
42 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'XMLStreamException'. |
42 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
44 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 85). |
49 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
49 |
Error |
blocks |
RightCurly |
'}' at column 4 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). |
50 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 87). |
51 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 87). |
52 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
52 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
59 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
60 |
Error |
misc |
FinalParameters |
Parameter season should be final. |
60 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 86). |
62 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 99). |
63 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
65 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 104). |
66 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
69 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 82). |
73 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 81). |
74 |
Error |
misc |
FinalParameters |
Parameter clubDTO should be final. |
77 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'clubDTO'. |
77 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 82). |
78 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
79 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
82 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
87 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 90). |
89 |