Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Import statement is in the wrong order. Should be in the 'STATIC' group. |
41 |
Warning |
javadoc |
JavadocParagraph |
Empty line should be followed by <p> tag on the next line. |
67 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 127). |
74 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 137). |
80 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
90 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
91 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
92 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
93 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
93 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 143). |
94 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
94 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
95 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
95 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 127). |
96 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
96 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
97 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
98 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
99 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
100 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
100 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
101 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
102 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
103 |
Warning |
whitespace |
EmptyLineSeparator |
'VARIABLE_DEF' should be separated from previous statement. |
130 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'connType' declaration and its first usage is 4, 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). |
197 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: 'if' is not followed by whitespace. |
205 |
Warning |
javadoc |
SummaryJavadoc |
First sentence should be present. |
252 |
Warning |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
292 |
Warning |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
299 |
Warning |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
307 |