Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
22 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 90). |
23 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
23 |
Error |
naming |
ConstantName |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
23 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
24 |
Error |
design |
VisibilityModifier |
Variable 'dao' must be private and have accessor methods. |
24 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
25 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
25 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
25 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
27 |
Error |
design |
DesignForExtension |
Method 'getReservation' is not designed for extension - needs to be abstract, final or empty. |
27 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
27 |
Error |
misc |
FinalParameters |
Parameter confirmation should be final. |
27 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
28 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
29 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
30 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
34 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
34 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
40 |
Error |
design |
DesignForExtension |
Method 'cancelReservation' is not designed for extension - needs to be abstract, final or empty. |
40 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
40 |
Error |
misc |
FinalParameters |
Parameter reservation should be final. |
40 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
41 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
42 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
43 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
44 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
45 |
Error |
coding |
MagicNumber |
'-2' is a magic number. |
48 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
49 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
51 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
52 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
53 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
55 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
58 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
59 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
59 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
62 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
63 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
66 |
Error |
design |
DesignForExtension |
Method 'commitReservation' is not designed for extension - needs to be abstract, final or empty. |
66 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
66 |
Error |
misc |
FinalParameters |
Parameter reservation should be final. |
66 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
68 |
Error |
design |
DesignForExtension |
Method 'createReservation' is not designed for extension - needs to be abstract, final or empty. |
73 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
73 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
74 |
Error |
misc |
FinalParameters |
Parameter person should be final. |
74 |
Error |
misc |
FinalParameters |
Parameter startDate should be final. |
74 |
Error |
misc |
FinalParameters |
Parameter endDate should be final. |
74 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
76 |
Error |
blocks |
RightCurly |
'}' at column 9 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). |
80 |
Error |
blocks |
RightCurly |
'}' at column 9 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). |
83 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
87 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
95 |
Error |
design |
DesignForExtension |
Method 'getReservations' is not designed for extension - needs to be abstract, final or empty. |
95 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
95 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
95 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
95 |
Error |
design |
DesignForExtension |
Method 'getReservationsForPerson' is not designed for extension - needs to be abstract, final or empty. |
100 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
100 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
101 |
Error |
misc |
FinalParameters |
Parameter person should be final. |
101 |
Error |
misc |
FinalParameters |
Parameter index should be final. |
101 |
Error |
misc |
FinalParameters |
Parameter count should be final. |
101 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
106 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
110 |
Error |
design |
DesignForExtension |
Method 'cleanupReservation' is not designed for extension - needs to be abstract, final or empty. |
110 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
110 |
Error |
misc |
FinalParameters |
Parameter confirmation should be final. |
110 |
Error |
design |
DesignForExtension |
Method 'setDao' is not designed for extension - needs to be abstract, final or empty. |
120 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
120 |
Error |
misc |
FinalParameters |
Parameter dao should be final. |
120 |
Error |
coding |
HiddenField |
'dao' hides a field. |
120 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
124 |
Error |
design |
DesignForExtension |
Method 'getReservationByConfirmation' 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 confirmation should be final. |
124 |