The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 3 | |
| OverloadMethodsDeclarationOrder | 4 | ||
| indentation | Indentation
|
76 | |
| javadoc | JavadocParagraph
|
1 | |
JavadocStyle
|
9 | ||
| NonEmptyAtclauseDescription | 2 | ||
| modifier | ModifierOrder | 1 | |
| RedundantModifier | 8 | ||
| naming | LocalVariableName
|
1 | |
ParameterName
|
11 | ||
| sizes | LineLength
|
130 | |
| whitespace | OperatorWrap
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 50 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 50 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 114 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 124 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 103 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 118 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 124 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 178 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 188 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 191 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 200 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 202 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 211 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 212 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 213 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 214 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 215 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 216 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 218 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 220 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 221 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 230 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 239 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 262 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 271 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 271 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 280 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 280 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 295 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 301 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 301 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 342 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 352 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 372 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 375 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 379 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 380 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 29 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 31 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 29 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 31 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 127 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 129 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 183 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 204 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 214 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 223 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 16. | 224 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 20. | 225 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 20. | 226 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 20. | 227 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 16. | 228 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 16. | 230 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 230 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 231 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 12. | 232 | |
| naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 256 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 283 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 288 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 297 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 302 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 328 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 362 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 375 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 383 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 396 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 399 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 407 | |
| sizes | LineLength | Line is longer than 120 characters (found 307). | 409 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 442 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 446 | |
| sizes | LineLength | Line is longer than 120 characters (found 291). | 448 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 481 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 511 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 512 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 513 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 514 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 515 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 516 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 518 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 519 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 520 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 521 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 521 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 523 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 524 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 525 | |
| naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 530 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 596 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 613 | |
| naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 621 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 627 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 628 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 639 | |
| sizes | LineLength | Line is longer than 120 characters (found 307). | 641 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 662 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 678 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 686 | |
| sizes | LineLength | Line is longer than 120 characters (found 291). | 688 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 718 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '508'. | 722 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 725 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 726 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 727 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 728 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 729 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 730 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 732 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 733 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 734 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 734 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 736 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 737 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 738 | |
| naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 743 | |
| naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 792 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 803 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '722'. | 803 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 805 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 806 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 807 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 808 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 809 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 810 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 811 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 814 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 815 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 816 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 817 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 818 | |
| naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 823 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 869 | |
| naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 874 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 880 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 897 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 191). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 217). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 184 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 234). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 230 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 247 | |
| sizes | LineLength | Line is longer than 120 characters (found 226). | 253 | |
| sizes | LineLength | Line is longer than 120 characters (found 226). | 254 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 261 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 316 | |
| sizes | LineLength | Line is longer than 120 characters (found 416). | 345 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 348 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 351 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 357 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 359 | |
| sizes | LineLength | Line is longer than 120 characters (found 333). | 363 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 370 | |
| sizes | LineLength | Line is longer than 120 characters (found 273). | 371 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 377 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 378 | |
| sizes | LineLength | Line is longer than 120 characters (found 226). | 381 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 139). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 36 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 47 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 124 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '57'. | 128 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 152). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 92 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 92 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 92 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 93 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '75'. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 177). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 199). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 80 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 84 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 88 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 91 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 121 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 150). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 150). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 150). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 18 |