The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 5 | |
| OverloadMethodsDeclarationOrder | 2 | ||
| imports | AvoidStarImport | 1 | |
CustomImportOrder
|
3 | ||
| indentation | Indentation
|
52 | |
| javadoc | JavadocStyle
|
27 | |
| NonEmptyAtclauseDescription | 18 | ||
| modifier | RedundantModifier | 17 | |
| naming | AbbreviationAsWordInName
|
1 | |
MemberName
|
2 | ||
ParameterName
|
10 | ||
| sizes | LineLength
|
93 | |
| whitespace | EmptyLineSeparator
|
3 | |
| MethodParamPad | 3 | ||
OperatorWrap
|
5 | ||
| ParenPad | 1 | ||
SeparatorWrap
|
18 | ||
SeparatorWrap
|
18 | ||
WhitespaceAround
|
56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 216 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 243 | |
| 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 125). | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 273 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 284 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 286 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 287 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 288 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 290 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 291 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 292 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 293 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 295 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 296 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 297 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 298 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 299 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 306 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 341 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 357 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 367 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 369 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 428 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 428 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 485 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 488 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 502 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 543 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '144'. | 574 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '317'. | 583 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 597 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 604 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 604 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 606 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 606 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 606 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 606 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 606 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 622 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 622 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 625 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Assert.assertEquals' should be separated from previous import group by one line. | 12 | |
| 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. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 78 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 83 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 57 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'import' should be separated from previous statement. | 11 | |
| imports | CustomImportOrder | Import statement for 'java.util.Objects.requireNonNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 11 | |
| 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. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not followed by whitespace. | 101 |
| 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. | 104 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 139 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 243 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 267 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 297 | |
| 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 | 'if' have incorrect indentation level 12, expected level should be 16. | 300 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 300 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 301 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 302 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 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 rcurly' have incorrect indentation level 16, expected level should be 20. | 306 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 307 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 309 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 310 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 311 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 312 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 315 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 316 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 317 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 329 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 359 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 375 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 376 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 377 | |
| sizes | LineLength | Line is longer than 120 characters (found 347). | 383 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 399 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 404 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 419 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 437 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 445 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 469 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 476 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 481 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 488 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 495 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 508 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 524 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 531 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 534 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 539 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 547 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 565 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 572 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 588 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 625 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 638 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 657 | |
| naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 657 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 718 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 718 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 720 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 721 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 722 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 725 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 745 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 745 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 749 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 755 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 755 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 757 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group by one line. | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 102 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'TUNNEL_NAME' must contain no more than '5' consecutive capital letters. | 104 | |
| naming | MemberName | Member name 'TUNNEL_NAME' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 171 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 171 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 172 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 174 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 174 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 175 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 176 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 177 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 177 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 181 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 227 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 228 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 261 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 262 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 262 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 263 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 264 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 264 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 267 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 267 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 268 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 268 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 268 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 269 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 269 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 270 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 270 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 271 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 271 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 272 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 272 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 273 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 274 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 274 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 281 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 314 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 338 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 418 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 418 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 457 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 495 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 514 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 577 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 581 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 605 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 605 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 625 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 625 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 633 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 634 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 39 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 59 |
| 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). | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 151 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 38 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 143 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 299). | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 58 |
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 35 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 87 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 12. | 121 | |
| 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. | 124 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 12. | 125 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 12. | 126 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 162 |
| 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 |
|---|---|---|---|---|
| whitespace | OperatorWrap | '&&' should be on a new line. | 26 |
| 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 |