| Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
UnusedImports |
Unused import - org.ops4j.pax.exam.karaf.options.LogLevelOption.LogLevel.DEBUG. |
24 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
96 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not preceded with whitespace. |
119 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
119 |
Warning |
whitespace |
EmptyLineSeparator |
'METHOD_DEF' should be separated from previous statement. |
121 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
206 |
Warning |
coding |
IllegalCatch |
Catching 'Exception' is not allowed. |
221 |
Warning |
naming |
LocalVariableName |
Local variable name 'ovsdb_wait' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
268 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
283 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
408 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: 'try' is not followed by whitespace. |
414 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: '=' is not followed by whitespace. |
460 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: 'try' is not followed by whitespace. |
462 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'nn' declaration and its first usage is 12, 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). |
487 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'ns' declaration and its first usage is 16, 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). |
489 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'nport' declaration and its first usage is 12, 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). |
490 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'dhcp' declaration and its first usage is 14, 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). |
492 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'nsrs' declaration and its first usage is 17, 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). |
540 |
Warning |
naming |
LocalVariableName |
Local variable name 'iNeutronPortCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
572 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: 'try' is not followed by whitespace. |
606 |
Warning |
whitespace |
WhitespaceAround |
WhitespaceAround: 'try' is not followed by whitespace. |
703 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
704 |