The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | IllegalCatch | 4 | ![]() |
VariableDeclarationUsageDistance | 11 | ![]() | |
imports | CustomImportOrder
|
4 | ![]() |
indentation | Indentation
|
5 | ![]() |
javadoc | JavadocStyle
|
2 | ![]() |
modifier | ModifierOrder | 2 | ![]() |
naming | AbbreviationAsWordInName
|
2 | ![]() |
LocalVariableName
|
14 | ![]() | |
ParameterName
|
4 | ![]() | |
sizes | LineLength
|
15 | ![]() |
whitespace | EmptyLineSeparator
|
4 | ![]() |
GenericWhitespace | 1 | ![]() | |
MethodParamPad | 55 | ![]() | |
WhitespaceAround
|
151 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 100 |
![]() |
naming | LocalVariableName | Local variable name 'flood_vlans' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 101 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
![]() |
naming | LocalVariableName | Local variable name 'aNew' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 146 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 153 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 169 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 176 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 176 |
![]() |
naming | LocalVariableName | Local variable name '_uuid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 |
![]() |
naming | LocalVariableName | Local variable name 'fail_mode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 209 |
![]() |
naming | LocalVariableName | Local variable name 'flood_vlans' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 210 |
![]() |
naming | LocalVariableName | Local variable name '_uuid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'insertOperationIndex' declaration and its first usage is 5, 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). | 215 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 314 |
![]() |
indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 315 |
![]() |
indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 12. | 318 |
![]() |
naming | LocalVariableName | Local variable name '_uuid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 349 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 202). | 61 |
![]() |
naming | LocalVariableName | Local variable name 'rBridge' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'insertOperationIndex' 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). | 71 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 93 |
![]() |
indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 94 |
![]() |
indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 12. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 43 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 43 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 43 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 43 |
![]() |
indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 50 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 51 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 58 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 58 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 58 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 58 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 61 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 61 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 61 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 61 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 68 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 68 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 68 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 68 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 72 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 72 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 72 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 72 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 79 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 79 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 79 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 79 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 82 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 82 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 82 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 82 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 86 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 86 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 86 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 86 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 89 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 89 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 89 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 89 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 93 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 93 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 93 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 93 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 96 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 96 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 96 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 96 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 100 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 100 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 100 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 100 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 110 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 110 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 110 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 110 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 117 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 117 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 117 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 117 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 121 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 128 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 128 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 128 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 128 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 131 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 131 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 131 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 131 |
![]() |
naming | ParameterName | Parameter name 'stp_enable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 135 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 135 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 138 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 138 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 138 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 138 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 142 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 142 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 142 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 142 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 145 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 145 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 145 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 145 |
![]() |
naming | ParameterName | Parameter name 'other_config' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 146 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 149 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 149 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 149 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 149 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 152 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 152 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 152 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 152 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 156 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 156 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 156 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 156 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 159 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 159 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 159 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 17 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 17 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 17 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 17 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 17 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 17 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 17 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'HardwareVTEPIT' must contain no more than '4' capital letters. | 41 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 108 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.ovsdb.schema.openvswitch.IPFIX' import. Should be before 'org.opendaylight.ovsdb.schema.openvswitch.Interface'. | 48 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 100 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 111 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 144 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 164 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 177 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 240 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 273 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 281 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 289 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 320 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 323 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 326 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 335 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 346 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 354 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'groups' 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). | 361 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'flowLimit' declaration and its first usage is 7, 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). | 363 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 400 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 422 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 433 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 441 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ipfixUuidStr' declaration and its first usage is 7, 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). | 445 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'sampling' declaration and its first usage is 5, 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). | 451 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'monitoredIPFIX' must contain no more than '4' capital letters. | 484 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 488 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 510 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 557 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 576 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 582 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 620 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 640 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 648 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 688 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 708 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 716 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'portUuidStr' declaration and its first usage is 9, 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). | 717 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tunnelEncap' declaration and its first usage is 6, 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). | 719 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 763 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 785 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 810 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'portUuidStr' declaration and its first usage is 10, 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). | 892 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'insertQosOperationIndex' declaration and its first usage is 5, 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). | 946 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 970 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1004 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1063 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1083 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1093 |
![]() |
naming | LocalVariableName | Local variable name 'sFlowUuidStr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1094 |
![]() |
naming | LocalVariableName | Local variable name 'sFlowTarget' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1095 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 1098 |
![]() |
naming | LocalVariableName | Local variable name 'sFlow' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1101 |
![]() |
naming | LocalVariableName | Local variable name 'sFlowRow' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1133 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1138 |
![]() |
naming | LocalVariableName | Local variable name 'sFlow' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1139 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1158 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1166 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1210 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1229 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1235 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1248 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 1278 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Sets' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'insertOperationIndex' declaration and its first usage is 5, 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). | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 78 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 83 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 152 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 152 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 175 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 191 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 199 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 204 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 204 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 212 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 214 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 215 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 218 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 223 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 223 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 234 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 243 |
![]() |
naming | LocalVariableName | Local variable name 'tUpdate' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 271 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 287 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 309 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 334 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 350 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 68 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 102 |