The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock
|
2 | |
| coding | IllegalCatch | 8 | |
| IllegalThrows | 1 | ||
| MultipleVariableDeclarations | 2 | ||
| OverloadMethodsDeclarationOrder | 1 | ||
| VariableDeclarationUsageDistance | 9 | ||
| imports | CustomImportOrder
|
1 | |
| indentation | Indentation
|
55 | |
| javadoc | JavadocStyle
|
12 | |
| NonEmptyAtclauseDescription | 3 | ||
| modifier | RedundantModifier | 6 | |
| naming | AbbreviationAsWordInName
|
5 | |
| ConstantName | 29 | ||
LocalVariableName
|
3 | ||
MemberName
|
1 | ||
ParameterName
|
6 | ||
| sizes | LineLength
|
333 | |
| whitespace | EmptyLineSeparator
|
2 | |
| ParenPad | 1 | ||
WhitespaceAround
|
21 |
| 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 137). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 52 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 84 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 86 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 152 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 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. | 157 | |
| 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 | 'case' child have incorrect indentation level 12, expected level should be 16. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 162 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 163 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 164 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 165 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 166 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 167 | |
| indentation | Indentation | 'block' child 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. | 169 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 170 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 229 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 244 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 253 | |
| sizes | LineLength | Line is longer than 120 characters (found 247). | 256 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 326 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 327 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 328 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 329 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 330 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 331 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 332 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 333 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 334 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 335 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 336 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 337 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 338 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 339 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 340 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 341 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 342 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 343 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 344 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 345 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 39 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 62 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 75 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 26 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 153). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 144). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 161). | 42 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 220 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 222 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 224 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 226 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 228 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 230 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 232 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 234 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 31 | |
| naming | ConstantName | Name 'generalizedLabelBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| naming | ConstantName | Name 'typeOneLabelBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 35 | |
| naming | ConstantName | Name 'wavebandLabelBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 228 | |
| blocks | EmptyBlock | Empty catch block. | 231 | |
| naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'PCEPEROSubobjectParserTest' must contain no more than '5' consecutive capital letters. | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 55 | |
| naming | ConstantName | Name 'ip4PrefixBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 57 | |
| naming | ConstantName | Name 'ip6PrefixBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 58 | |
| naming | ConstantName | Name 'asNumberBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 61 | |
| naming | ConstantName | Name 'unnumberedBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 63 | |
| naming | ConstantName | Name 'pathKey32Bytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 65 | |
| naming | ConstantName | Name 'pathKey128Bytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 68 | |
| naming | ConstantName | Name 'labelBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 70 | |
| naming | ConstantName | Name 'exrsBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 118 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 143 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 197 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 255 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 256 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'testEROEXRSSubobject' must contain no more than '5' consecutive capital letters. | 276 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 277 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 280 | |
| sizes | LineLength | Line is longer than 120 characters (found 328). | 281 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 283 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 37 |
| 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 |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'testOpenObjectWOTLV' must contain no more than '5' consecutive capital letters. | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 173 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 203 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 227 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 235 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 256 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 262 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 263 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 265 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 266 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 269 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 276 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 291 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 292 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 293 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 294 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 299 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 301 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 302 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 304 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 305 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 307 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 308 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 310 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 313 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 334 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 335 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 336 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 337 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 342 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 343 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 344 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 345 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 346 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 348 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 349 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 350 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 351 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 353 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 354 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 355 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 356 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 360 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 382 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 389 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 411 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 414 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 420 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 445 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 451 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 454 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 475 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 476 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 477 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 481 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 487 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 490 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'result' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 512 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 520 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 529 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 531 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'result' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 553 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 553 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 564 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 566 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 580 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'result' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 602 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 602 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 612 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 624 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 646 | |
| sizes | LineLength | Line is longer than 120 characters (found 202). | 653 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 655 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 666 | |
| sizes | LineLength | Line is longer than 120 characters (found 209). | 667 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 670 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 691 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'result' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 692 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 692 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 700 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 709 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 712 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 733 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'result' declaration and its first usage is 16, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 734 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 751 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 753 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 768 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 771 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'result' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 793 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 803 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 828 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 850 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 857 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 878 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 879 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 884 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 888 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 891 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 894 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 916 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 926 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 947 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 948 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 954 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 956 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 977 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 978 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 987 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 989 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 1010 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 1016 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 1024 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 1033 | |
| sizes | LineLength | Line is longer than 120 characters (found 208). | 1047 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 1075 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 1081 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 1084 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 1103 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 1107 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 1126 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 1127 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 1129 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 1145 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 1147 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 1168 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 1184 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 1187 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 1206 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 1209 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 1243 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 1261 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 1276 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 1292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 80 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'PCEPRROSubobjectParserTest' must contain no more than '5' consecutive capital letters. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 46 | |
| naming | ConstantName | Name 'ip4PrefixBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 48 | |
| naming | ConstantName | Name 'ip6PrefixBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 51 | |
| naming | ConstantName | Name 'unnumberedBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 53 | |
| naming | ConstantName | Name 'pathKey32Bytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 55 | |
| naming | ConstantName | Name 'pathKey128Bytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 56 | |
| naming | ConstantName | Name 'labelBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 180 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 311 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 349 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 375 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 418 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 157). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 151 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 152 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 175 | |
| blocks | EmptyBlock | Empty catch block. | 175 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not preceded with whitespace. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 137). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 59 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 112 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '79'. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'noPathVectorBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 49 | |
| naming | ConstantName | Name 'overloadedBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| naming | ConstantName | Name 'reqMissingBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 51 | |
| naming | ConstantName | Name 'orderBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| naming | ConstantName | Name 'ofListBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 132 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 151 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 151 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 157 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 152). | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 254). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 203 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 260 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 291 | |
| sizes | LineLength | Line is longer than 120 characters (found 244). | 312 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 319 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 340 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 342 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 354 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 362 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 366 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 368 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 374 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'result' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 383 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 388 | |
| sizes | LineLength | Line is longer than 120 characters (found 291). | 389 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 391 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 404 | |
| sizes | LineLength | Line is longer than 120 characters (found 292). | 405 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 414 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 424 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 430 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'result' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 440 | |
| naming | LocalVariableName | Local variable name 'rBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 445 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 481 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 505 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 516 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 522 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 531 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 534 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 535 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 551 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 552 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 554 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'result' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 574 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 576 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 584 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 585 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 601 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 607 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 616 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 622 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 635 | |
| sizes | LineLength | Line is longer than 120 characters (found 291). | 636 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 640 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 643 | |
| naming | LocalVariableName | Local variable name 'rBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 660 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 670 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 686 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 697 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 708 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 716 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 719 | |
| naming | LocalVariableName | Local variable name 'rBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 731 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 748 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 766 | |
| sizes | LineLength | Line is longer than 120 characters (found 291). | 767 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 769 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 810 | |
| sizes | LineLength | Line is longer than 120 characters (found 292). | 811 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 820 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'PCEPXROSubobjectParserTest' must contain no more than '5' consecutive capital letters. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 48 | |
| naming | ConstantName | Name 'ip4PrefixBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 50 | |
| naming | ConstantName | Name 'ip6PrefixBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 53 | |
| naming | ConstantName | Name 'srlgBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 54 | |
| naming | ConstantName | Name 'unnumberedBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| naming | ConstantName | Name 'asNumberBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 57 | |
| naming | ConstantName | Name 'pathKey32Bytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 59 | |
| naming | ConstantName | Name 'pathKey128Bytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 178 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 155). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'javax.net.ssl.SSLContext' should be separated from previous import group by one line. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 52 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 64 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| 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 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 42 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 43 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 44 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 45 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 46 | |
| indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 16. | 47 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 20. | 48 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 16. | 49 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 16, expected level should be 20. | 50 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 16. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 52 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 53 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 54 |