The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | 1 | |
| imports | CustomImportOrder
|
1 | |
| UnusedImports | 1 | ||
| indentation | Indentation
|
5 | |
| javadoc | JavadocStyle
|
1 | |
| naming | ConstantName | 12 | |
LocalVariableName
|
1 | ||
ParameterName
|
1 | ||
| sizes | LineLength
|
119 | |
| whitespace | MethodParamPad | 2 | |
SeparatorWrap
|
6 | ||
SeparatorWrap
|
6 | ||
WhitespaceAround
|
5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 122 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 132 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'io.netty.buffer.ByteBuf' should be separated from previous import group. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.math.BigInteger. | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 461). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 471). | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 90 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 109 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 158 | |
| naming | ParameterName | Parameter name 'mPathSupported' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 180 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '158'. | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 214 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 219 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 223 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 235 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 241 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 247 | |
| sizes | LineLength | Line is longer than 120 characters (found 251). | 248 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 252 | |
| sizes | LineLength | Line is longer than 120 characters (found 260). | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'LU_REACH_NLRI_IPv4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 4. | 82 | |
| naming | ConstantName | Name 'LU_UNREACH_NLRI_IPv4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 | |
| naming | ConstantName | Name 'LU_REACH_NLRI_IPv4_ADD_PATH' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 | |
| naming | ConstantName | Name 'LU_UNREACH_NLRI_IPv4_ADD_PATH' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 118 | |
| naming | ConstantName | Name 'LU_REACH_NLRI_IPv6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 137 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 4. | 155 | |
| naming | ConstantName | Name 'LU_UNREACH_NLRI_IPv6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 155 | |
| naming | ConstantName | Name 'LU_REACH_NLRI_IPv6_ADD_PATH' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 176 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 4. | 195 | |
| naming | ConstantName | Name 'LU_UNREACH_NLRI_IPv6_ADD_PATH' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 195 | |
| naming | ConstantName | Name 'IPv4_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 210 | |
| naming | ConstantName | Name 'IPv6_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 236 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 259 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 260 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 263 | |
| sizes | LineLength | Line is longer than 120 characters (found 247). | 289 | |
| sizes | LineLength | Line is longer than 120 characters (found 315). | 290 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 294 | |
| sizes | LineLength | Line is longer than 120 characters (found 247). | 296 | |
| sizes | LineLength | Line is longer than 120 characters (found 315). | 297 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 327 | |
| sizes | LineLength | Line is longer than 120 characters (found 247). | 329 | |
| sizes | LineLength | Line is longer than 120 characters (found 315). | 330 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 334 | |
| sizes | LineLength | Line is longer than 120 characters (found 247). | 336 | |
| sizes | LineLength | Line is longer than 120 characters (found 315). | 337 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 366 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 367 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 368 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 392 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 395 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 423 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 424 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 425 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 426 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 430 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 432 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 433 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 434 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 435 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 465 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 467 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 468 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 469 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 470 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 474 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 475 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 476 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 477 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 478 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 479 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 480 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 482 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 250). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 278). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'IPv4_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 74 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 220). | 75 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 238). | 76 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 172 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'IPv6_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 74 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 224). | 75 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 77 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 132 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 173 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 159). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 25 |