The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 2 | |
| IllegalThrows | 1 | ||
| OverloadMethodsDeclarationOrder | 1 | ||
| imports | CustomImportOrder
|
1 | |
| javadoc | JavadocStyle
|
1 | |
| NonEmptyAtclauseDescription | 1 | ||
| modifier | ModifierOrder | 2 | |
| RedundantModifier | 2 | ||
| naming | MemberName
|
1 | |
ParameterName
|
4 | ||
| sizes | LineLength
|
68 | |
| whitespace | EmptyLineSeparator
|
1 | |
| MethodParamPad | 1 | ||
OperatorWrap
|
4 | ||
SeparatorWrap
|
2 | ||
SeparatorWrap
|
2 | ||
WhitespaceAround
|
6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 120 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 151). | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'io.netty.buffer.ByteBuf' should be separated from previous import group. | 13 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 26 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 157). | 119 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 197 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 245 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 248 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 258 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 261 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 313 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 327 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 332 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 333 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 355 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 386 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 397 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 63 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 294 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 316 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 319 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '316'. | 342 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 154). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 57 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 151). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 131 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 153 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 165 |