The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 5 | |
| OverloadMethodsDeclarationOrder | 2 | ||
| imports | AvoidStarImport | 1 | |
CustomImportOrder
|
1 | ||
| indentation | Indentation
|
52 | |
| javadoc | JavadocStyle
|
26 | |
| NonEmptyAtclauseDescription | 18 | ||
| modifier | RedundantModifier | 9 | |
| naming | AbbreviationAsWordInName
|
1 | |
MemberName
|
2 | ||
ParameterName
|
11 | ||
| sizes | LineLength
|
98 | |
| whitespace | EmptyLineSeparator
|
2 | |
| MethodParamPad | 3 | ||
OperatorWrap
|
4 | ||
| ParenPad | 1 | ||
SeparatorWrap
|
18 | ||
SeparatorWrap
|
18 | ||
WhitespaceAround
|
5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'aVoid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 213 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 218 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 240 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 244 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 270 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 281 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 283 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 284 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 285 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 287 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 288 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 289 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 290 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 292 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 293 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 294 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 295 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 296 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 303 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 338 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 354 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 364 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 366 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 425 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 425 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 482 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 485 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 499 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 540 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '141'. | 571 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '314'. | 580 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 594 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 603 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 619 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 619 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 622 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 74 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 122 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 132 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 136 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 146 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
| 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 127). | 65 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 70 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 71 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 72 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 74 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 75 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 77 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 13 | |
| naming | MemberName | Member name 'rTxMock' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 76 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 186 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 188 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 194 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 197 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 47 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 99 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 105 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 123 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 73 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 78 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 152 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 420). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 72 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 74 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 75 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 76 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 98 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 106 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 109 | |
| indentation | Indentation | 'operator new' child have incorrect indentation level 20, expected level should be 24. | 112 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 142 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 163 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 138 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 244 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 268 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 298 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 299 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 300 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 301 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 301 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 302 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 303 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 304 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 305 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 306 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 307 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 308 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 309 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 310 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 311 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 312 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 313 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 316 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 317 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 318 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 330 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 360 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 376 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 377 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 378 | |
| sizes | LineLength | Line is longer than 120 characters (found 347). | 384 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 400 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 405 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 420 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 438 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 446 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 470 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 477 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 482 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 489 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 496 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 509 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 525 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 532 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 535 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 540 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 548 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 566 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 573 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 589 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 626 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 639 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 658 | |
| naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 658 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 719 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 719 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 721 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 722 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 726 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 746 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 746 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 750 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 756 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 756 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 758 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group. | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 102 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'TUNNEL_NAME' must contain no more than '4' capital letters. | 104 | |
| naming | MemberName | Member name 'TUNNEL_NAME' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 181 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 229 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 230 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 283 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 316 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 340 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 420 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 420 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 459 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 497 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 516 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 579 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 635 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 636 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 28 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 38 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 118 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 144). | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 36 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 299). | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 193). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 202). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 208). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 202). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| 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 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 85 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 12. | 119 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 12. | 120 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 12. | 122 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 12. | 123 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 12. | 124 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 19 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 25 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 31 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 31 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 37 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 41 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 |
| 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 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 25 |
| 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 124). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 57 |
| 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 |