Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
109 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
109 |
Warning |
indentation |
Indentation |
'switch' have incorrect indentation level 20, expected level should be 16. |
132 |
Warning |
indentation |
Indentation |
'switch rcurly' have incorrect indentation level 20, expected level should be 16. |
149 |
Warning |
coding |
IllegalCatch |
Catching 'Exception' is not allowed. |
252 |
Warning |
naming |
LocalVariableName |
Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
353 |
Warning |
naming |
LocalVariableName |
Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
365 |
Warning |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
399 |
Warning |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
403 |
Warning |
whitespace |
MethodParamPad |
'(' is preceded with whitespace. |
403 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: 'if' is not followed by whitespace. |
412 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: 'if' is not followed by whitespace. |
415 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: 'if' is not followed by whitespace. |
421 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: 'if' is not followed by whitespace. |
424 |
Warning |
indentation |
Indentation |
'try' have incorrect indentation level 20, expected level should be 12. |
435 |
Warning |
indentation |
Indentation |
'try' child have incorrect indentation level 24, expected level should be 16. |
436 |
Warning |
indentation |
Indentation |
'try rcurly' have incorrect indentation level 20, expected level should be 12. |
437 |
Warning |
indentation |
Indentation |
'catch' child have incorrect indentation level 24, expected level should be 16. |
438 |
Warning |
indentation |
Indentation |
'catch rcurly' have incorrect indentation level 20, expected level should be 12. |
439 |
Warning |
naming |
LocalVariableName |
Local variable name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
508 |
Warning |
indentation |
Indentation |
'method def' child have incorrect indentation level 16, expected level should be 8. |
534 |