The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
2 | |
RightCurly
|
1 | ||
| RightCurly | 1 | ||
| coding | FallThrough | 2 | |
| IllegalCatch | 15 | ||
| MultipleVariableDeclarations | 3 | ||
| OverloadMethodsDeclarationOrder | 5 | ||
| imports | CustomImportOrder
|
7 | |
| UnusedImports | 17 | ||
| indentation | Indentation
|
241 | |
| javadoc | JavadocParagraph
|
9 | |
JavadocStyle
|
44 | ||
| JavadocTagContinuationIndentation | 1 | ||
| NonEmptyAtclauseDescription | 34 | ||
| misc | UpperEll | 1 | |
| modifier | ModifierOrder | 3 | |
| RedundantModifier | 16 | ||
| naming | AbbreviationAsWordInName
|
2 | |
LocalVariableName
|
1 | ||
MemberName
|
3 | ||
ParameterName
|
10 | ||
| TypeName | 1 | ||
| sizes | LineLength
|
801 | |
| whitespace | EmptyLineSeparator
|
5 | |
| GenericWhitespace | 2 | ||
| MethodParamPad | 3 | ||
SeparatorWrap
|
8 | ||
SeparatorWrap
|
8 | ||
WhitespaceAround
|
49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 230 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 263 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 272 | |
| misc | UpperEll | Should use uppercase 'L'. | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 319 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 332 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 334 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 353 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 361 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 385 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 387 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 391 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 407 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 409 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '391'. | 413 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 418 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 423 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 424 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 425 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 432 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 437 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 438 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 449 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 452 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 461 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 464 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 471 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 472 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 478 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 479 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 496 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 501 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 503 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 504 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 512 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 517 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 518 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 529 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 530 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 537 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 540 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 188). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 319). | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 32 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'javax.management.InstanceAlreadyExistsException' should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 97 |
| 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 133). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 333). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 139). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 40 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'BGPPSMImplModule' must contain no more than '4' capital letters. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'BGPPSMImplModuleFactory' must contain no more than '4' capital letters. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 192). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 327). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 259). | 87 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 111 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 133 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 133 | |
| blocks | LeftCurly | '{' at column 74 should have line break after. | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not preceded with whitespace. | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. | 140 | |
| blocks | RightCurly | '}' at column 93 should be alone on a line. | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not preceded with whitespace. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 109 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.collect.Lists' should be separated from previous import group. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 155 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 172 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '123'. | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 |
| 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 | 'javax.management.InstanceAlreadyExistsException' should be separated from previous import group. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 114 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 339). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 197 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 206 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 250). | 227 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 230 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 247 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 259 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 278 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 302 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 307 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 313 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 104 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 135 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 152 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 154 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 155 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 157 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 158 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 159 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 160 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 162 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 163 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 164 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 165 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 166 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 167 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 169 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 170 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 171 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 172 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 173 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 174 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 175 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 176 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 177 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 178 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 179 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 180 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 207 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 224 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 233 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 233 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 240 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 240 | |
| naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 271 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 273 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 159 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 200). | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 197 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 206 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 224 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 238 | |
| naming | TypeName | Type name 'listenerRegistration' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 148). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 148). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 139 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 150 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 186 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 211 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 239 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 243 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 253 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 264 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 276 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 280 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 317 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 318 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 319 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 320 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 321 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 85 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 111 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 112 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 113 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 116 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 117 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 118 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 119 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 122 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 123 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 61 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 64 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 132 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 170 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 180 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 181 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 182 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 183 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 184 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 186 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 187 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 188 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 189 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 190 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 191 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 192 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 192 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 193 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 194 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 195 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 196 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 197 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 198 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 199 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 200 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 215 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 220 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 221 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 222 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 223 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 224 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 226 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 227 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 230 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 231 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 232 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 233 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 234 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 234 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 235 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 236 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 237 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 238 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 239 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 240 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 241 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 242 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 243 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 133 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 192). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 179 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 183 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 199 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 217 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 235 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 315 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 173 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 191 |
| 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. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 155 | |
| indentation | Indentation | 'createChannelPipelineInitializer' have incorrect indentation level 8, expected level should be 12. | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 203 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 21 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 152). | 128 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 145 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 243 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 243 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 258 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 265 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 276 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 280 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 228). | 286 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 294 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 303 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 306 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 312 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 318 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 319 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 323 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 332 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 333 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 334 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '341'. | 353 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 358 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 379 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 380 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 436 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 476 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 480 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 495 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 228 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 252 | |
| naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 292 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 312 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 345 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 348 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 151 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'io.netty.channel.ChannelFuture' should be separated from previous import group. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 143). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 46 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 56 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 90 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 131 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 209). | 137 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 142 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 143 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 145 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 148 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 149 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 152 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 153 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 154 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 155 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 156 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 158 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 159 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 162 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 165 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 166 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 167 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 168 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 170 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 172 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 173 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 173 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 175 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 176 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 177 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 178 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 180 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 181 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 182 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 183 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 184 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 189 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 198 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 199 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 200 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 201 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 203 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 204 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 205 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 206 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 208 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 209 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 210 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 211 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 212 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 213 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 214 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 214 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 216 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 217 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 218 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 224 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 301). | 235 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 264 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 301 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 306 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 307 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 308 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 309 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 312 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 314 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 314 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 315 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 315 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 316 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 317 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 318 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 319 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 320 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 321 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 322 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 323 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 324 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 325 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 326 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 327 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 328 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 329 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 343 | |
| sizes | LineLength | Line is longer than 120 characters (found 200). | 344 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 348 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 349 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 350 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 351 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 355 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 356 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 358 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 362 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 363 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 364 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 366 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.HashSet. | 19 | |
| imports | UnusedImports | Unused import - java.util.Set. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 51 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 62 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 43 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 155 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 200 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 192). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 197 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 250 |
| 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 141). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 49 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 153). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 152). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 105 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 178 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 186 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 199 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTreeFactory' import. Should be before 'org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceRegistration'. | 42 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 81 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 81 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 82 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 83 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 183 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 224). | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 337). | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 155 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 160). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 182 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 252 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 323 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 344 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 388 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 205). | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 172 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 218 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 249 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 209). | 260 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 277 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 277 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 283 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 283 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 292 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 296 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 324 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 56 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 57 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 65 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 186 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 204 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 229 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 241 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 243 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 244 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 255 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 260 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 268 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 29 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 31 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 32 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 34 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 35 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 37 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 38 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 26 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 28 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 29 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 31 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 32 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 34 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 35 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 37 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 38 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 28 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 30 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 31 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 33 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 34 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 36 | |
| 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. | 39 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 40 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 117 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 64 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 160). | 75 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 109 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 146 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 148 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 149 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 151 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 152 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 154 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 162 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 172 | |
| blocks | LeftCurly | '{' at column 57 should have line break after. | 172 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. | 172 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 173 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 174 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 224 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 226 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 227 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 228 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 229 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 230 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 231 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 232 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 233 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 234 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 246 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 260 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 266 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 288 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.math.BigDecimal. | 30 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.AddPaths. | 70 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.AddPathsBuilder. | 71 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.RouteReflector. | 72 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.RouteReflectorBuilder. | 73 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.Timers. | 74 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.TimersBuilder. | 75 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.Transport. | 76 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.TransportBuilder. | 77 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009.CommunityType. | 85 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009.PeerType. | 88 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009.RrClusterIdTypeBuilder. | 89 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber. | 102 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev160614.Config1. | 110 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev160614.Config1Builder. | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 134 | |
| naming | MemberName | Member name 'dObject' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 | |
| naming | MemberName | Member name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 178 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 180 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 184 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 227 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 243 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 248 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 249 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 256 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 261 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 263 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 271 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 278 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 282 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 283 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 291 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 293 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 301 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 303 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 304 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 314 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 317 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 320 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 320 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 326 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 335 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 340 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 341 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 352 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 354 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 357 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 364 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 366 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 368 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 371 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 376 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 378 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 380 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 383 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 389 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 391 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 393 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 396 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 404 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 407 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 409 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 412 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 423 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 435 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 436 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 438 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 106 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 118 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 119 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 122 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 123 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 124 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 125 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 126 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 127 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 128 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 218 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 222 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 249 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 132 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 139). | 188 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 229 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 256 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 258 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 258 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 261 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 261 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 262 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 267 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 279 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 281 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 286 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 288 | |
| sizes | LineLength | Line is longer than 120 characters (found 232). | 294 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 296 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 299 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 309 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 149). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 82 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 175 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 228 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 235 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 236 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 82 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 72 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 67 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 50 | |
| 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 | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 63 | |
| 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 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 45 |
| 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 156). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 67 |
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 180). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 214 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 305 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 329 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 356 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '109'. | 367 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '116'. | 381 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 26 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 39 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 69 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 77 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 81 |
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 165). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 65 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 26 |