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 | 7 | ||
| 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. | 52 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 52 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 116 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 126 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 105 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 117 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 120 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 123 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 126 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 178 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 180 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 193 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 203 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 204 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 213 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 214 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 215 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 216 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 217 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 218 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 219 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 220 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 221 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 222 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 223 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 224 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 232 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 241 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 264 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 273 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 273 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 297 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 303 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 303 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 344 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 354 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 374 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 377 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 381 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 382 |
| 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. | 129 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 131 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 206 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 216 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 225 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 16. | 226 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 20. | 227 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 20. | 228 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 20. | 229 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 16. | 230 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 16. | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 232 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 233 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 12. | 234 | |
| naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 258 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 289 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 290 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 299 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 304 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 330 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 364 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 377 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 385 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 398 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 401 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 409 | |
| sizes | LineLength | Line is longer than 120 characters (found 307). | 411 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 444 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 448 | |
| sizes | LineLength | Line is longer than 120 characters (found 291). | 450 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 483 | |
| 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 | 'case' child have incorrect indentation level 8, expected level should be 12. | 515 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 516 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 517 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 518 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 520 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 521 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 522 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 523 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 523 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 525 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 526 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 527 | |
| naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 532 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 598 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 615 | |
| naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 623 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 629 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 630 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 641 | |
| sizes | LineLength | Line is longer than 120 characters (found 307). | 643 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 664 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 680 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 688 | |
| sizes | LineLength | Line is longer than 120 characters (found 291). | 690 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 720 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '510'. | 724 | |
| 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 | 'case' child have incorrect indentation level 8, expected level should be 12. | 729 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 730 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 731 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 732 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 734 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 735 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 736 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 736 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 738 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 739 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 740 | |
| naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 745 | |
| naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 794 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 805 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '724'. | 805 | |
| 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 | 'case' child have incorrect indentation level 8, expected level should be 12. | 810 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 811 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 812 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 813 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 816 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 817 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 818 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 819 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 820 | |
| naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 825 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 871 | |
| naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 876 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 882 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 899 |
| 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). | 65 |
| 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). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 199). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 85 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 89 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 92 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 122 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 128 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 148 |
| 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). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 67 |