Severity |
Category |
Rule |
Message |
Line |
Error |
coding |
MagicNumber |
'5000' is a magic number. |
65 |
Error |
coding |
MagicNumber |
'5000' is a magic number. |
122 |
Error |
coding |
HiddenField |
'mdcPrefix' hides a field. |
151 |
Error |
coding |
HiddenField |
'eventPrefix' hides a field. |
151 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
165 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
167 |
Error |
sizes |
ParameterNumber |
More than 15 parameters (found 23). |
188 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'hosts'. |
190 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
195 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
197 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
216 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
253 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
270 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
273 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
278 |
Error |
whitespace |
WhitespaceAround |
'for' is not followed by whitespace. |
295 |