The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 1 | |
| IllegalThrows | 1 | ||
| OverloadMethodsDeclarationOrder | 3 | ||
| imports | CustomImportOrder
|
3 | |
| indentation | Indentation
|
23 | |
| javadoc | JavadocStyle
|
4 | |
| NonEmptyAtclauseDescription | 5 | ||
| modifier | ModifierOrder | 4 | |
| naming | ConstantName | 14 | |
LocalVariableName
|
2 | ||
MethodName
|
3 | ||
MethodName
|
3 | ||
| sizes | LineLength
|
251 | |
| whitespace | EmptyLineSeparator
|
1 | |
| GenericWhitespace | 2 | ||
| MethodParamPad | 3 | ||
OperatorWrap
|
1 | ||
WhitespaceAround
|
34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 39 | |
| naming | ConstantName | Name 'afi' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 42 | |
| naming | ConstantName | Name 'safi' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 70 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 89 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 98 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 112 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 125 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 133 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 133 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 139). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 183 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 228 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 255 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 259 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 261 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 264 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 266 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 268 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 278 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 280 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 289 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 292 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 294 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 299 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 301 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 306 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 311 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 312 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 313 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 316 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| naming | ConstantName | Name 'inputBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 83 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 86 | |
| naming | LocalVariableName | Local variable name 'nRead' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 369 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 404 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 442 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 471 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 498 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 501 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 502 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 529 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 532 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 533 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 81 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 98 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 98 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 129 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 149 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 168 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 187 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 35 | |
| naming | ConstantName | Name 'afi' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 | |
| naming | ConstantName | Name 'safi' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 77 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 137). | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 44 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'io.netty.buffer.ByteBuf' should be separated from previous import group. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 47 | |
| naming | ConstantName | Name 'openBMsg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 52 | |
| naming | ConstantName | Name 'keepAliveBMsg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 56 | |
| naming | ConstantName | Name 'notificationBMsg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 58 | |
| naming | ConstantName | Name 'updMsgWithUnrecognizedAttribute' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 69 | |
| naming | ConstantName | Name 'updMsgWithMandatoryAttributesPresent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 | |
| naming | ConstantName | Name 'updMsgWithOneMandatoryAttributeNotPresent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 84 | |
| naming | ConstantName | Name 'updMsgWithMultipleMandatoryAttributesNotPresent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 258). | 117 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 132 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 227 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 228 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 244 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 253 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 266 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 289 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 290 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 327 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 341 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 356 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 155). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 43 |
| 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 128). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 132 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 133 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '62'. | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 131 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 133 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 118 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '||' should be on a new line. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'io.netty.buffer.ByteBuf' should be separated from previous import group. | 13 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 42 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 43 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 44 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 45 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 46 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 47 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 53 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 54 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 55 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 56 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 57 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'io.netty.buffer.ByteBuf' should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'clusterIdBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 46 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'CommunitiesBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 38 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '53'. | 75 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '63'. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 57 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 189). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 153). | 39 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 42 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 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 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 47 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 48 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 49 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 50 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 194). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 151). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 41 |
| 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 135). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 151). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MethodName | Method name 'Setup' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MethodName | Method name 'Setup' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MethodName | Method name 'Setup' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 49 |