The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | VariableDeclarationUsageDistance | 2 | |
| indentation | Indentation
|
2 | |
| modifier | RedundantModifier | 3 | |
| naming | LocalVariableName
|
14 | |
| whitespace | WhitespaceAround
|
3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 18 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 20 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ted' have incorrect indentation level 8, expected level should be 12. | 58 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 4. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lUnderlayTopology' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 96 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lUnderlayTopology' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'lUnderlayTopology' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'parser' declaration and its first usage is 8, 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). | 172 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 330 | |
| naming | LocalVariableName | Local variable name 'lIpv4LocalAddress' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 372 | |
| naming | LocalVariableName | Local variable name 'lIpv6LocalAddress' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 381 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'metric' 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). | 514 | |
| naming | LocalVariableName | Local variable name 'lUnreservedBandwidth' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 529 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 530 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 530 | |
| whitespace | WhitespaceAround | WhitespaceAround: '<=' is not followed by whitespace. | 530 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 638 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 669 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 712 | |
| naming | LocalVariableName | Local variable name 'rTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 754 |