| Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
201 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
202 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
203 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
204 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
211 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
211 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
313 |
Warning |
coding |
IllegalCatch |
Catching 'Exception' is not allowed. |
339 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
509 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
621 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'sfpName' declaration and its first usage is 22, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). |
631 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'sfcName' declaration and its first usage is 22, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). |
632 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'startingIndex' declaration and its first usage is 22, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). |
633 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
649 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
752 |
Warning |
whitespace |
MethodParamPad |
'(' is preceded with whitespace. |
835 |
Warning |
regexp |
RegexpSinglelineJava |
Line contains printStacktrace(). |
860 |
Warning |
coding |
IllegalCatch |
Catching 'Exception' is not allowed. |
873 |