| Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 129). |
30 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'iNeutronPortCRUD' declaration and its first usage is 11, 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). |
31 |
Warning |
naming |
LocalVariableName |
Local variable name 'iNeutronPortCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
31 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 152). |
41 |
Warning |
naming |
LocalVariableName |
Local variable name 'iNeutronPortCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
53 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'iNeutronSubnetCRUD' 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). |
60 |
Warning |
naming |
LocalVariableName |
Local variable name 'iNeutronSubnetCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
60 |
Warning |
naming |
LocalVariableName |
Local variable name 'iNeutronSubnetCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
73 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'iNeutronNetworkCRUD' 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). |
79 |
Warning |
naming |
LocalVariableName |
Local variable name 'iNeutronNetworkCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
79 |
Warning |
naming |
LocalVariableName |
Local variable name 'iNeutronNetworkCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
92 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'groupCRUD' 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). |
131 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
155 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
155 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
166 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
166 |