The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | IllegalCatch | 3 | ![]() |
OverloadMethodsDeclarationOrder | 4 | ![]() | |
imports | UnusedImports | 1 | ![]() |
indentation | Indentation
|
76 | ![]() |
javadoc | JavadocParagraph
|
1 | ![]() |
JavadocStyle
|
17 | ![]() | |
NonEmptyAtclauseDescription | 2 | ![]() | |
modifier | RedundantModifier | 3 | ![]() |
naming | LocalVariableName
|
2 | ![]() |
ParameterName
|
11 | ![]() | |
sizes | LineLength
|
176 | ![]() |
whitespace | EmptyLineSeparator
|
11 | ![]() |
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 |
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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 114 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 117 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 162). | 121 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 122 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 123 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 126 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 129 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 129 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 132 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 183 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 184 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 186 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 195 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 196 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 199 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 210 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 219 |
![]() |
indentation | Indentation | 'block' child 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 | 'case' child have incorrect indentation level 8, expected level should be 12. | 222 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 223 |
![]() |
indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 224 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 225 |
![]() |
indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 226 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 227 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 228 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 229 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 239 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 247 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 248 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 270 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 279 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 279 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 288 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 288 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 303 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 309 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 309 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 350 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 380 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 383 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 162). | 387 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 388 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 194). | 47 |
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 |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 57 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 187). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 220). | 69 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 81 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 102 |
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 |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 57 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 187). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 220). | 69 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 81 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 102 |
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 127). | 208 |
![]() |
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 | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 248 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 261 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 287 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 288 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 292 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 293 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 302 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 307 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 333 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 380 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 388 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 401 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 412 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 307). | 414 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 447 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 451 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 291). | 453 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 486 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 516 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 517 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 518 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 519 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 520 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 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 | 'case' child have incorrect indentation level 8, expected level should be 12. | 525 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 526 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 526 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 528 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 529 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 530 |
![]() |
naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 535 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 601 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 618 |
![]() |
naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 626 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 632 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 633 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 644 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 307). | 646 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 667 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 683 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 691 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 291). | 693 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 723 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '513'. | 727 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 730 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 731 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 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 133). | 735 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 737 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 738 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 739 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 739 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 741 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 742 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 743 |
![]() |
naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 748 |
![]() |
naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 797 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 808 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '727'. | 808 |
![]() |
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 | 'case' child have incorrect indentation level 8, expected level should be 12. | 812 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 813 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 814 |
![]() |
indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 815 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 816 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 819 |
![]() |
indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 820 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 821 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 822 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 823 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 828 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 874 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 879 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 885 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 902 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 99 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 119 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 121 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 122 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 187). | 136 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 213). | 137 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 156 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 172 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 173 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 178 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 230). | 205 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 210 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 224 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 222). | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 222). | 231 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 234 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 234 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 246 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 289 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 315 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 418). | 317 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 176). | 319 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 322 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 185). | 325 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 327 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 329 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 333). | 332 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 336 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 338 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 275). | 339 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 344 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 345 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 226). | 348 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | Javadoc has empty description section. | 16 |
![]() |
javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
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 |
![]() |
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 206). | 39 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 44 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 54 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 59 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 44 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 60 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 203). | 65 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 185). | 79 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 81 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 82 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 83 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 84 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 85 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 86 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 86 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 87 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 88 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 89 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 89 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 90 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 91 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 92 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 129 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 130 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 131 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 137 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 148 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 156 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 157 |
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 |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - com.google.common.util.concurrent.Futures. | 12 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 18 |
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 130). | 34 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 38 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 51 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 |
![]() |
javadoc | JavadocStyle | Javadoc has empty description section. | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 31 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 175). | 40 |
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 128). | 39 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 188). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 |
![]() |
javadoc | JavadocStyle | Javadoc has empty description section. | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 31 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 175). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 53 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 57 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 58 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 53 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 57 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 58 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 126 |
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 123). | 34 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 38 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 186). | 51 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 |
![]() |
javadoc | JavadocStyle | Javadoc has empty description section. | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 31 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 51 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 56 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 59 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 128 |