The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | RightCurly
|
1 | |
| RightCurly | 1 | ||
| coding | VariableDeclarationUsageDistance | 17 | |
| indentation | Indentation
|
3 | |
| javadoc | JavadocStyle
|
9 | |
| naming | LocalVariableName
|
3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 48 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeYiid' 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). | 77 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeValueWithIp' 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). | 81 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 92 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'physicalNode' 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). | 158 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeName' 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). | 194 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeValue' 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). | 196 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodePathArgument' 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). | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 88 | |
| naming | LocalVariableName | Local variable name 'cBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 159 | |
| naming | LocalVariableName | Local variable name 'cBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 171 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkBuilder' 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). | 251 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 254 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkBuilder' 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). | 283 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 286 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkBuilder' 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). | 336 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mappings' 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). | 339 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkBuilder' 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). | 375 | |
| naming | LocalVariableName | Local variable name 'fBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 376 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'filters' 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). | 378 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 43 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'wrapperName' 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). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 49 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'wrapperName' 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). | 151 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 260 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 261 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 262 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 262 |