Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Wrong lexicographical order for 'org.opendaylight.netvirt.utils.servicehelper.ServiceHelper' import. |
26 |
Warning |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
29 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 129). |
30 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name must contain no more than '1' capital letters. |
31 |
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 |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
52 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name must contain no more than '1' capital letters. |
53 |
Warning |
naming |
LocalVariableName |
Local variable name 'iNeutronPortCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
53 |
Warning |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
58 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name must contain no more than '1' capital letters. |
60 |
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 |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
72 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name must contain no more than '1' capital letters. |
73 |
Warning |
naming |
LocalVariableName |
Local variable name 'iNeutronSubnetCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
73 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name must contain no more than '1' capital letters. |
78 |
Warning |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
78 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name must contain no more than '1' capital letters. |
79 |
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 |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
91 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name must contain no more than '1' capital letters. |
92 |
Warning |
naming |
LocalVariableName |
Local variable name 'iNeutronNetworkCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
92 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name must contain no more than '1' capital letters. |
131 |
Warning |
coding |
VariableDeclarationUsageDistance |
Distance between variable 'groupCRUD' 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). |
131 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name must contain no more than '1' capital letters. |
133 |
Warning |
javadoc |
SummaryJavadoc |
First sentence should be present. |
156 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name must contain no more than '1' capital letters. |
161 |
Warning |
naming |
AbbreviationAsWordInName |
Abbreviation in name must contain no more than '1' capital letters. |
163 |