| Severity |
Category |
Rule |
Message |
Line |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
37 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
39 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
42 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
45 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 96). |
56 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
56 |
Error |
naming |
ConstantName |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
56 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
57 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
58 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
60 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
61 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
61 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
61 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
63 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
64 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
64 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
64 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
67 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
68 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
70 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
71 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
72 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
73 |
Error |
design |
DesignForExtension |
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
76 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
79 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
85 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
87 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
89 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
90 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
92 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
94 |
Error |
design |
DesignForExtension |
Method 'closing' is not designed for extension - needs to be abstract, final or empty. |
97 |
Error |
design |
DesignForExtension |
Method 'createBooking' is not designed for extension - needs to be abstract, final or empty. |
102 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
102 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
103 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
104 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
106 |
Error |
design |
DesignForExtension |
Method 'addReservation' is not designed for extension - needs to be abstract, final or empty. |
106 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
106 |
Error |
misc |
FinalParameters |
Parameter person should be final. |
106 |
Error |
misc |
FinalParameters |
Parameter startDate should be final. |
106 |
Error |
misc |
FinalParameters |
Parameter endDate should be final. |
106 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
108 |
Error |
design |
DesignForExtension |
Method 'cancelBooking' is not designed for extension - needs to be abstract, final or empty. |
111 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
111 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
112 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
114 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
125 |
Error |
design |
DesignForExtension |
Method 'commit' is not designed for extension - needs to be abstract, final or empty. |
125 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'AgentReservationException'. |
126 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
129 |
Error |
design |
DesignForExtension |
Method 'close' is not designed for extension - needs to be abstract, final or empty. |
130 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
130 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
130 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
130 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
132 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
135 |
Error |
design |
DesignForExtension |
Method 'afterBegin' is not designed for extension - needs to be abstract, final or empty. |
140 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
141 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
144 |
Error |
design |
DesignForExtension |
Method 'beforeCompletion' is not designed for extension - needs to be abstract, final or empty. |
147 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'EJBException'. |
147 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'RemoteException'. |
147 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
148 |
Error |
whitespace |
OperatorWrap |
'+' should be on a new line. |
148 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
150 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
152 |
Error |
design |
DesignForExtension |
Method 'afterCompletion' is not designed for extension - needs to be abstract, final or empty. |
155 |
Error |
misc |
FinalParameters |
Parameter status should be final. |
155 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'status'. |
155 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
156 |