The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | 1 | |
| imports | CustomImportOrder
|
4 | |
| javadoc | JavadocStyle
|
9 | |
| modifier | RedundantModifier | 2 | |
| naming | AbbreviationAsWordInName
|
1 | |
| ConstantName | 2 | ||
ParameterName
|
1 | ||
| sizes | LineLength
|
72 | |
| whitespace | SeparatorWrap
|
4 | |
SeparatorWrap
|
4 | ||
WhitespaceAround
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 18 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 247). | 32 | |
| naming | ParameterName | Parameter name 'cNextHop' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 91 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '79'. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 166). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'io.netty.buffer.ByteBuf' should be separated from previous import group. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 228). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 227). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 226). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 225). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'IPv4_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 229). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 228). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 229). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 181). | 56 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 206). | 57 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 12 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 16 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 16 |
| 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 140). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'io.netty.buffer.ByteBuf' should be separated from previous import group. | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'TEST_IPV6_ADDRESS' must contain no more than '4' capital letters. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 226). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 225). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 41 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 41 | |
| naming | ConstantName | Name 'IPv6_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 225). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 25 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 228). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 229). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 150). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 56 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 206). | 57 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 164 |