The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 4 | |
| IllegalThrows | 4 | ||
| OverloadMethodsDeclarationOrder | 6 | ||
| imports | UnusedImports | 1 | |
| indentation | Indentation
|
12 | |
| javadoc | JavadocParagraph
|
3 | |
JavadocStyle
|
27 | ||
| NonEmptyAtclauseDescription | 4 | ||
| modifier | ModifierOrder | 5 | |
| RedundantModifier | 2 | ||
| naming | MemberName
|
2 | |
ParameterName
|
5 | ||
| sizes | LineLength
|
97 | |
| whitespace | EmptyLineSeparator
|
7 | |
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 77 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 182 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 188 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 216 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 248 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 253 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 266 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 307 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 312 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 318 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '306'. | 343 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 344 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '311'. | 357 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 358 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 373 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 373 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 381 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 384 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 151). | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 127 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '135'. | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 167 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 22 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 42 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 156). | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 163). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 40 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 79 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 153 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 277 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 280 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 144). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 21 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 37 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 38 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 39 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 40 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 41 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 42 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 43 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 44 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 45 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 166). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '52'. | 83 | |
| naming | ParameterName | Parameter name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| naming | ParameterName | Parameter name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '39'. | 104 | |
| naming | ParameterName | Parameter name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev150305.ipv4.routes.ipv4.routes.Ipv4Route. | 20 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 34 | |
| naming | MemberName | Member name 'AFI' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| naming | MemberName | Member name 'SAFI' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 37 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 51 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 52 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 165). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 33 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 62 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 73 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '77'. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 40 | |
| indentation | Indentation | 'try' child have incorrect indentation level 14, expected level should be 16. | 45 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 43 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 61 |