The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | FallThrough | 33 | |
| OverloadMethodsDeclarationOrder | 4 | ||
| imports | CustomImportOrder
|
8 | |
| indentation | Indentation
|
220 | |
| javadoc | JavadocStyle
|
60 | |
| naming | AbbreviationAsWordInName
|
1 | |
ParameterName
|
3 | ||
| sizes | LineLength
|
281 | |
| whitespace | OperatorWrap
|
1 | |
WhitespaceAround
|
12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 204 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 214 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 235 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 243 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 259 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 275 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 278 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 279 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 283 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 291 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 302 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 314 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 327 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 329 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 334 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 339 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 341 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 347 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 355 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 371 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 375 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 419 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 423 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 427 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 431 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 435 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 439 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 443 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 128 | |
| naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 136 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 137 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 138 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 139 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 140 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 141 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 142 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 142 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 143 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 144 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 145 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 146 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 147 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 148 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 148 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 149 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 150 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 151 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 152 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 153 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 153 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 154 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 155 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 156 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 157 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 158 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 159 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 159 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 161 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 162 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 308). | 111 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 113 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 114 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 115 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 116 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 117 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 118 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 120 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 121 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 122 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 123 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 123 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 124 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 125 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 126 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 127 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 128 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 129 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 129 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 131 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 132 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 68 | |
| naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 | |
| naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 167 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 255 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 256 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 257 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 258 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 259 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 260 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 260 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 261 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 262 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 263 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 264 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 265 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 265 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 266 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 267 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 268 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 269 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 270 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 270 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 271 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 272 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 273 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 274 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 275 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 275 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 276 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 277 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 278 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 279 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '252'. | 300 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 303 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 304 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 305 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 306 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 307 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 308 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 308 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 309 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 310 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 311 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 312 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 313 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 313 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 314 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 315 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 316 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 317 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 318 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 318 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 319 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 320 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 321 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 322 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 323 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 323 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 324 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 325 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 327 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 328 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 328 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 329 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 330 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 331 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 244 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 266 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 279 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 280 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 281 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 282 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 283 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 284 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 285 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 286 | |
| sizes | LineLength | Line is longer than 120 characters (found 210). | 286 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 287 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 288 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 289 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 290 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 290 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 291 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 292 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 293 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 294 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 295 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 295 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 296 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 297 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 298 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 299 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 300 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 300 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 301 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 302 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 303 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 304 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 305 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 305 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 306 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 307 | |
| indentation | Indentation | 'if' child 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 | 'case' child have incorrect indentation level 8, expected level should be 12. | 310 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 310 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 311 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 312 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 313 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 314 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 315 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 315 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 316 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 317 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 318 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 319 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 320 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 320 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 321 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 322 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 323 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 324 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 325 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 325 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 326 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 327 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 328 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 329 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 330 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 330 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 331 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 332 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 333 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 334 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 335 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 335 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 336 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 337 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 338 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 339 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 340 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 341 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 342 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 343 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 344 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 345 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 345 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 346 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 347 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 348 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 349 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 354 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 360 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 361 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '274'. | 385 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 388 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 389 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 390 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 391 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 392 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 393 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 393 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 394 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 395 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 396 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 397 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 398 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 398 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 399 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 400 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 401 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 402 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 403 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 403 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 404 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 405 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 406 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 407 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 408 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 408 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 409 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 410 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 411 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 412 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 413 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 413 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 414 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 415 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 417 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 438 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 167). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 150). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 68 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 66 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 150). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 311). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 143 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 90 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Preconditions' should be separated from previous import group by one line. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 191). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 326). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 284). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 76 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '41'. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 82 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '59'. | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Preconditions' should be separated from previous import group by one line. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Preconditions' should be separated from previous import group by one line. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Preconditions' should be separated from previous import group by one line. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Preconditions' should be separated from previous import group by one line. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Preconditions' should be separated from previous import group by one line. | 12 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Preconditions' should be separated from previous import group by one line. | 12 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Preconditions' should be separated from previous import group by one line. | 12 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'XROSRLGSubobjectParser' must contain no more than '5' consecutive capital letters. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 257). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| 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. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 |
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 29 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 30 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 31 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 32 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 33 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 34 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 35 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 35 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 36 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 37 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 38 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 39 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 40 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 40 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 41 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 42 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 43 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 44 |