Checkstyle Results

The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
1 0 16 0

Rules

Category Rule Violations Severity
coding VariableDeclarationUsageDistance 4  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
2  Warning
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
6  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
2  Warning

Details

org/opendaylight/netvirt/utils/neutron/utils/NeutronUtils.java

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