The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 11 | |
| coding | AvoidInlineConditionals | 12 | |
| EqualsHashCode | 1 | ||
| HiddenField | 80 | ||
| MagicNumber | 4 | ||
| SimplifyBooleanExpression | 3 | ||
| design | DesignForExtension | 228 | |
| FinalClass | 1 | ||
| HideUtilityClassConstructor | 1 | ||
| VisibilityModifier | 36 | ||
| javadoc | JavadocMethod | 104 | |
| JavadocPackage | 8 | ||
| JavadocStyle | 17 | ||
| JavadocType | 8 | ||
| JavadocVariable | 137 | ||
| misc | FinalParameters | 175 | |
| modifier | ModifierOrder | 7 | |
| regexp | RegexpSingleline
|
250 | |
| sizes | LineLength | 223 | |
| whitespace | WhitespaceAfter | 7 | |
| WhitespaceAround | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 13 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| misc | FinalParameters | Parameter classLoader should be final. | 16 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 264). | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 | |
| design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| misc | FinalParameters | Parameter value should be final. | 19 | |
| design | DesignForExtension | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter value should be final. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'beatRequest' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'beatResponse' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'errors' must be private and have accessor methods. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'getBeatRequest' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| design | DesignForExtension | Method 'setBeatRequest' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| misc | FinalParameters | Parameter value should be final. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| design | DesignForExtension | Method 'getBeatResponse' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| design | DesignForExtension | Method 'setBeatResponse' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| misc | FinalParameters | Parameter value should be final. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| design | DesignForExtension | Method 'getErrors' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| design | DesignForExtension | Method 'setErrors' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| misc | FinalParameters | Parameter value should be final. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 257 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 259 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 259 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 260 | |
| design | VisibilityModifier | Variable 'heatbeatID' must be private and have accessor methods. | 261 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 262 | |
| design | VisibilityModifier | Variable 'startDate' must be private and have accessor methods. | 265 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 266 | |
| design | VisibilityModifier | Variable 'endDate' must be private and have accessor methods. | 269 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 270 | |
| design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 271 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 272 | |
| design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 272 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 273 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| design | DesignForExtension | Method 'getHeatbeatID' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| design | DesignForExtension | Method 'setHeatbeatID' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| misc | FinalParameters | Parameter value should be final. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| design | DesignForExtension | Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| design | DesignForExtension | Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| misc | FinalParameters | Parameter value should be final. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| design | DesignForExtension | Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| design | DesignForExtension | Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| misc | FinalParameters | Parameter value should be final. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| misc | FinalParameters | Parameter value should be final. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| javadoc | JavadocMethod | Expected an @return tag. | 375 | |
| design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| design | DesignForExtension | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| misc | FinalParameters | Parameter value should be final. | 383 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| javadoc | JavadocMethod | Expected an @return tag. | 391 | |
| design | DesignForExtension | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 397 | |
| design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| misc | FinalParameters | Parameter value should be final. | 399 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 450 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 457 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 466 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 472 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 482 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 484 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 484 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 485 | |
| design | VisibilityModifier | Variable 'beat' must be private and have accessor methods. | 485 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 486 | |
| design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 502 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 508 | |
| javadoc | JavadocMethod | Expected an @return tag. | 510 | |
| design | DesignForExtension | Method 'getBeat' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| javadoc | JavadocMethod | Expected an @return tag. | 521 | |
| design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| misc | FinalParameters | Parameter value should be final. | 529 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 545 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 547 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 548 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 549 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 550 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 557 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 565 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 569 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 573 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 579 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 580 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 583 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 590 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 614 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 616 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 616 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 617 | |
| design | VisibilityModifier | Variable 'docid' must be private and have accessor methods. | 618 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 619 | |
| design | VisibilityModifier | Variable 'mediaType' must be private and have accessor methods. | 620 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 621 | |
| design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 624 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 625 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 626 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 627 | |
| design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 628 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 629 | |
| design | VisibilityModifier | Variable 'host' must be private and have accessor methods. | 630 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 631 | |
| design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 633 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 634 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 634 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 635 | |
| design | VisibilityModifier | Variable 'location' must be private and have accessor methods. | 636 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 637 | |
| design | VisibilityModifier | Variable 'influenceLevel' must be private and have accessor methods. | 638 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 639 | |
| design | VisibilityModifier | Variable 'sentiment' must be private and have accessor methods. | 640 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 641 | |
| design | VisibilityModifier | Variable 'tag' must be private and have accessor methods. | 641 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 642 | |
| design | VisibilityModifier | Variable 'tweetid' must be private and have accessor methods. | 642 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 643 | |
| design | VisibilityModifier | Variable 'tweetJsonLink' must be private and have accessor methods. | 644 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 645 | |
| design | VisibilityModifier | Variable 'tweetHbLink' must be private and have accessor methods. | 646 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 647 | |
| design | VisibilityModifier | Variable 'twitterFollowers' must be private and have accessor methods. | 647 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 648 | |
| design | VisibilityModifier | Variable 'twitterFollowing' must be private and have accessor methods. | 648 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 652 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 656 | |
| design | DesignForExtension | Method 'getDocid' is not designed for extension - needs to be abstract, final or empty. | 658 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 664 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 668 | |
| design | DesignForExtension | Method 'setDocid' is not designed for extension - needs to be abstract, final or empty. | 670 | |
| misc | FinalParameters | Parameter value should be final. | 670 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 676 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 680 | |
| design | DesignForExtension | Method 'getMediaType' is not designed for extension - needs to be abstract, final or empty. | 682 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 688 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 692 | |
| design | DesignForExtension | Method 'setMediaType' is not designed for extension - needs to be abstract, final or empty. | 694 | |
| misc | FinalParameters | Parameter value should be final. | 694 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 700 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 704 | |
| design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 706 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 712 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 716 | |
| design | DesignForExtension | Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 718 | |
| misc | FinalParameters | Parameter value should be final. | 718 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 724 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 728 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 730 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 736 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 740 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 742 | |
| misc | FinalParameters | Parameter value should be final. | 742 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 748 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 752 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 754 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 760 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 764 | |
| design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 766 | |
| misc | FinalParameters | Parameter value should be final. | 766 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 772 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 776 | |
| design | DesignForExtension | Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 778 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 784 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 788 | |
| design | DesignForExtension | Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 790 | |
| misc | FinalParameters | Parameter value should be final. | 790 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 796 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 800 | |
| design | DesignForExtension | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 802 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 808 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 812 | |
| design | DesignForExtension | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 814 | |
| misc | FinalParameters | Parameter value should be final. | 814 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 820 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 824 | |
| design | DesignForExtension | Method 'getGender' is not designed for extension - needs to be abstract, final or empty. | 826 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 832 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 836 | |
| design | DesignForExtension | Method 'setGender' is not designed for extension - needs to be abstract, final or empty. | 838 | |
| misc | FinalParameters | Parameter value should be final. | 838 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 844 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 848 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 850 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 856 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 860 | |
| design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 862 | |
| misc | FinalParameters | Parameter value should be final. | 862 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 868 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 872 | |
| design | DesignForExtension | Method 'getInfluenceLevel' is not designed for extension - needs to be abstract, final or empty. | 874 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 880 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 884 | |
| design | DesignForExtension | Method 'setInfluenceLevel' is not designed for extension - needs to be abstract, final or empty. | 886 | |
| misc | FinalParameters | Parameter value should be final. | 886 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 892 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 896 | |
| design | DesignForExtension | Method 'getSentiment' is not designed for extension - needs to be abstract, final or empty. | 898 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 904 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 908 | |
| design | DesignForExtension | Method 'setSentiment' is not designed for extension - needs to be abstract, final or empty. | 910 | |
| misc | FinalParameters | Parameter value should be final. | 910 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 916 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 921 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 922 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 928 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 929 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 933 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 934 | |
| javadoc | JavadocMethod | Expected an @return tag. | 936 | |
| design | DesignForExtension | Method 'getTag' is not designed for extension - needs to be abstract, final or empty. | 936 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 945 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 949 | |
| design | DesignForExtension | Method 'getTweetid' is not designed for extension - needs to be abstract, final or empty. | 951 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 957 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 961 | |
| design | DesignForExtension | Method 'setTweetid' is not designed for extension - needs to be abstract, final or empty. | 963 | |
| misc | FinalParameters | Parameter value should be final. | 963 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 969 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 973 | |
| design | DesignForExtension | Method 'getTweetJsonLink' is not designed for extension - needs to be abstract, final or empty. | 975 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 981 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 985 | |
| design | DesignForExtension | Method 'setTweetJsonLink' is not designed for extension - needs to be abstract, final or empty. | 987 | |
| misc | FinalParameters | Parameter value should be final. | 987 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 993 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 997 | |
| design | DesignForExtension | Method 'getTweetHbLink' is not designed for extension - needs to be abstract, final or empty. | 999 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1005 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1009 | |
| design | DesignForExtension | Method 'setTweetHbLink' is not designed for extension - needs to be abstract, final or empty. | 1011 | |
| misc | FinalParameters | Parameter value should be final. | 1011 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1017 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1021 | |
| design | DesignForExtension | Method 'getTwitterFollowers' is not designed for extension - needs to be abstract, final or empty. | 1023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1029 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1033 | |
| design | DesignForExtension | Method 'setTwitterFollowers' is not designed for extension - needs to be abstract, final or empty. | 1035 | |
| misc | FinalParameters | Parameter value should be final. | 1035 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1041 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1045 | |
| design | DesignForExtension | Method 'getTwitterFollowing' is not designed for extension - needs to be abstract, final or empty. | 1047 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1053 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1057 | |
| design | DesignForExtension | Method 'setTwitterFollowing' is not designed for extension - needs to be abstract, final or empty. | 1059 | |
| misc | FinalParameters | Parameter value should be final. | 1059 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1066 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1067 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1072 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1075 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1081 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1082 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1091 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1093 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1093 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1094 | |
| design | VisibilityModifier | Variable 'country' must be private and have accessor methods. | 1095 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1096 | |
| design | VisibilityModifier | Variable 'locationString' must be private and have accessor methods. | 1097 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1105 | |
| design | DesignForExtension | Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 1107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1117 | |
| design | DesignForExtension | Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 1119 | |
| misc | FinalParameters | Parameter value should be final. | 1119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1129 | |
| design | DesignForExtension | Method 'getLocationString' is not designed for extension - needs to be abstract, final or empty. | 1131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1141 | |
| design | DesignForExtension | Method 'setLocationString' is not designed for extension - needs to be abstract, final or empty. | 1143 | |
| misc | FinalParameters | Parameter value should be final. | 1143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1152 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1154 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1158 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1160 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1161 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1169 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1179 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1181 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1182 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1183 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1184 | |
| design | VisibilityModifier | Variable 'displayName' must be private and have accessor methods. | 1185 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1186 | |
| design | VisibilityModifier | Variable 'systemType' must be private and have accessor methods. | 1186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1194 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 1196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1206 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 1208 | |
| misc | FinalParameters | Parameter value should be final. | 1208 | |
| coding | HiddenField | 'value' hides a field. | 1208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1218 | |
| design | DesignForExtension | Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. | 1220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1230 | |
| design | DesignForExtension | Method 'setDisplayName' is not designed for extension - needs to be abstract, final or empty. | 1232 | |
| misc | FinalParameters | Parameter value should be final. | 1232 | |
| coding | HiddenField | 'value' hides a field. | 1232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1242 | |
| design | DesignForExtension | Method 'getSystemType' is not designed for extension - needs to be abstract, final or empty. | 1244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1254 | |
| design | DesignForExtension | Method 'setSystemType' is not designed for extension - needs to be abstract, final or empty. | 1256 | |
| misc | FinalParameters | Parameter value should be final. | 1256 | |
| coding | HiddenField | 'value' hides a field. | 1256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1269 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1271 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1277 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1285 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1294 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1296 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1296 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1297 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 1297 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1298 | |
| design | VisibilityModifier | Variable 'errorMessage' must be private and have accessor methods. | 1299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1303 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1305 | |
| design | DesignForExtension | Method 'isError' is not designed for extension - needs to be abstract, final or empty. | 1305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1311 | |
| design | DesignForExtension | Method 'setError' is not designed for extension - needs to be abstract, final or empty. | 1313 | |
| misc | FinalParameters | Parameter value should be final. | 1313 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1323 | |
| design | DesignForExtension | Method 'getErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 1325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1335 | |
| design | DesignForExtension | Method 'setErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 1337 | |
| misc | FinalParameters | Parameter value should be final. | 1337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'createBeatApi' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'createBeatApiBeatResponse' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| design | DesignForExtension | Method 'createBeatApiBeatResponseBeat' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| design | DesignForExtension | Method 'createBeatApiBeatRequest' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| design | DesignForExtension | Method 'createBeatApiErrors' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 83 | |
| design | DesignForExtension | Method 'createBeatApiBeatResponseBeatLocation' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocMethod | Expected an @return tag. | 91 | |
| design | DesignForExtension | Method 'createBeatApiBeatResponseBeatTag' is not designed for extension - needs to be abstract, final or empty. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 8 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | DesignForExtension | Method 'getLocationString' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'setLocationString' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| misc | FinalParameters | Parameter locationString should be final. | 53 | |
| coding | HiddenField | 'locationString' hides a field. | 53 | |
| design | DesignForExtension | Method 'withLocationString' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter locationString should be final. | 57 | |
| coding | HiddenField | 'locationString' hides a field. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| design | DesignForExtension | Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| misc | FinalParameters | Parameter country should be final. | 80 | |
| coding | HiddenField | 'country' hides a field. | 80 | |
| design | DesignForExtension | Method 'withCountry' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter country should be final. | 84 | |
| coding | HiddenField | 'country' hides a field. | 84 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter name should be final. | 102 | |
| misc | FinalParameters | Parameter value should be final. | 102 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter name should be final. | 106 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 113 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| misc | FinalParameters | Parameter other should be final. | 117 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'getTweetJsonLink' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'setTweetJsonLink' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| misc | FinalParameters | Parameter tweetJsonLink should be final. | 103 | |
| coding | HiddenField | 'tweetJsonLink' hides a field. | 103 | |
| design | DesignForExtension | Method 'withTweetJsonLink' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter tweetJsonLink should be final. | 107 | |
| coding | HiddenField | 'tweetJsonLink' hides a field. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter location should be final. | 130 | |
| coding | HiddenField | 'location' hides a field. | 130 | |
| design | DesignForExtension | Method 'withLocation' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter location should be final. | 134 | |
| coding | HiddenField | 'location' hides a field. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| misc | FinalParameters | Parameter link should be final. | 157 | |
| coding | HiddenField | 'link' hides a field. | 157 | |
| design | DesignForExtension | Method 'withLink' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter link should be final. | 161 | |
| coding | HiddenField | 'link' hides a field. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| design | DesignForExtension | Method 'getTwitterFollowing' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| design | DesignForExtension | Method 'setTwitterFollowing' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| misc | FinalParameters | Parameter twitterFollowing should be final. | 184 | |
| coding | HiddenField | 'twitterFollowing' hides a field. | 184 | |
| design | DesignForExtension | Method 'withTwitterFollowing' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| misc | FinalParameters | Parameter twitterFollowing should be final. | 188 | |
| coding | HiddenField | 'twitterFollowing' hides a field. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| design | DesignForExtension | Method 'getTwitterFollowers' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| design | DesignForExtension | Method 'setTwitterFollowers' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| misc | FinalParameters | Parameter twitterFollowers should be final. | 211 | |
| coding | HiddenField | 'twitterFollowers' hides a field. | 211 | |
| design | DesignForExtension | Method 'withTwitterFollowers' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| misc | FinalParameters | Parameter twitterFollowers should be final. | 215 | |
| coding | HiddenField | 'twitterFollowers' hides a field. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| design | DesignForExtension | Method 'getTweetid' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| design | DesignForExtension | Method 'setTweetid' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| misc | FinalParameters | Parameter tweetid should be final. | 238 | |
| coding | HiddenField | 'tweetid' hides a field. | 238 | |
| design | DesignForExtension | Method 'withTweetid' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| misc | FinalParameters | Parameter tweetid should be final. | 242 | |
| coding | HiddenField | 'tweetid' hides a field. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| design | DesignForExtension | Method 'getMediaType' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| design | DesignForExtension | Method 'setMediaType' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| misc | FinalParameters | Parameter mediaType should be final. | 265 | |
| coding | HiddenField | 'mediaType' hides a field. | 265 | |
| design | DesignForExtension | Method 'withMediaType' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| misc | FinalParameters | Parameter mediaType should be final. | 269 | |
| coding | HiddenField | 'mediaType' hides a field. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| misc | FinalParameters | Parameter content should be final. | 292 | |
| coding | HiddenField | 'content' hides a field. | 292 | |
| design | DesignForExtension | Method 'withContent' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| misc | FinalParameters | Parameter content should be final. | 296 | |
| coding | HiddenField | 'content' hides a field. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| design | DesignForExtension | Method 'getDocid' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| design | DesignForExtension | Method 'setDocid' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| misc | FinalParameters | Parameter docid should be final. | 319 | |
| coding | HiddenField | 'docid' hides a field. | 319 | |
| design | DesignForExtension | Method 'withDocid' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| misc | FinalParameters | Parameter docid should be final. | 323 | |
| coding | HiddenField | 'docid' hides a field. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| design | DesignForExtension | Method 'getSentiment' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| design | DesignForExtension | Method 'setSentiment' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| misc | FinalParameters | Parameter sentiment should be final. | 346 | |
| coding | HiddenField | 'sentiment' hides a field. | 346 | |
| design | DesignForExtension | Method 'withSentiment' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 | |
| misc | FinalParameters | Parameter sentiment should be final. | 350 | |
| coding | HiddenField | 'sentiment' hides a field. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| design | DesignForExtension | Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| misc | FinalParameters | Parameter time should be final. | 373 | |
| coding | HiddenField | 'time' hides a field. | 373 | |
| design | DesignForExtension | Method 'withTime' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 377 | |
| misc | FinalParameters | Parameter time should be final. | 377 | |
| coding | HiddenField | 'time' hides a field. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 394 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| misc | FinalParameters | Parameter title should be final. | 400 | |
| coding | HiddenField | 'title' hides a field. | 400 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| misc | FinalParameters | Parameter title should be final. | 404 | |
| coding | HiddenField | 'title' hides a field. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| design | DesignForExtension | Method 'getTweetHbLink' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| design | DesignForExtension | Method 'setTweetHbLink' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| misc | FinalParameters | Parameter tweetHbLink should be final. | 427 | |
| coding | HiddenField | 'tweetHbLink' hides a field. | 427 | |
| design | DesignForExtension | Method 'withTweetHbLink' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| misc | FinalParameters | Parameter tweetHbLink should be final. | 431 | |
| coding | HiddenField | 'tweetHbLink' hides a field. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| design | DesignForExtension | Method 'getInfluenceLevel' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| design | DesignForExtension | Method 'setInfluenceLevel' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| misc | FinalParameters | Parameter influenceLevel should be final. | 454 | |
| coding | HiddenField | 'influenceLevel' hides a field. | 454 | |
| design | DesignForExtension | Method 'withInfluenceLevel' is not designed for extension - needs to be abstract, final or empty. | 458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| misc | FinalParameters | Parameter influenceLevel should be final. | 458 | |
| coding | HiddenField | 'influenceLevel' hides a field. | 458 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 468 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 468 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| misc | FinalParameters | Parameter name should be final. | 476 | |
| misc | FinalParameters | Parameter value should be final. | 476 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 480 | |
| misc | FinalParameters | Parameter name should be final. | 480 | |
| misc | FinalParameters | Parameter value should be final. | 480 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 333). | 487 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 490 | |
| misc | FinalParameters | Parameter other should be final. | 491 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 567). | 499 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'getApiKey' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'setApiKey' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| misc | FinalParameters | Parameter apiKey should be final. | 85 | |
| coding | HiddenField | 'apiKey' hides a field. | 85 | |
| design | DesignForExtension | Method 'withApiKey' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter apiKey should be final. | 89 | |
| coding | HiddenField | 'apiKey' hides a field. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| design | DesignForExtension | Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| misc | FinalParameters | Parameter endpoint should be final. | 114 | |
| coding | HiddenField | 'endpoint' hides a field. | 114 | |
| design | DesignForExtension | Method 'withEndpoint' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter endpoint should be final. | 118 | |
| coding | HiddenField | 'endpoint' hides a field. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'getHeartbeatIds' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'setHeartbeatIds' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| misc | FinalParameters | Parameter heartbeatIds should be final. | 141 | |
| coding | HiddenField | 'heartbeatIds' hides a field. | 141 | |
| design | DesignForExtension | Method 'withHeartbeatIds' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter heartbeatIds should be final. | 145 | |
| coding | HiddenField | 'heartbeatIds' hides a field. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'getMinDelayMs' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| design | DesignForExtension | Method 'setMinDelayMs' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter minDelayMs should be final. | 168 | |
| coding | HiddenField | 'minDelayMs' hides a field. | 168 | |
| design | DesignForExtension | Method 'withMinDelayMs' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| misc | FinalParameters | Parameter minDelayMs should be final. | 172 | |
| coding | HiddenField | 'minDelayMs' hides a field. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| design | DesignForExtension | Method 'getScheduledDelayMs' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| design | DesignForExtension | Method 'setScheduledDelayMs' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| misc | FinalParameters | Parameter scheduledDelayMs should be final. | 195 | |
| coding | HiddenField | 'scheduledDelayMs' hides a field. | 195 | |
| design | DesignForExtension | Method 'withScheduledDelayMs' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| misc | FinalParameters | Parameter scheduledDelayMs should be final. | 199 | |
| coding | HiddenField | 'scheduledDelayMs' hides a field. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| design | DesignForExtension | Method 'getMaxBatchSize' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| design | DesignForExtension | Method 'setMaxBatchSize' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| misc | FinalParameters | Parameter maxBatchSize should be final. | 222 | |
| coding | HiddenField | 'maxBatchSize' hides a field. | 222 | |
| design | DesignForExtension | Method 'withMaxBatchSize' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| misc | FinalParameters | Parameter maxBatchSize should be final. | 226 | |
| coding | HiddenField | 'maxBatchSize' hides a field. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| design | DesignForExtension | Method 'getApiBatchSize' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| design | DesignForExtension | Method 'setApiBatchSize' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| misc | FinalParameters | Parameter apiBatchSize should be final. | 249 | |
| coding | HiddenField | 'apiBatchSize' hides a field. | 249 | |
| design | DesignForExtension | Method 'withApiBatchSize' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| misc | FinalParameters | Parameter apiBatchSize should be final. | 253 | |
| coding | HiddenField | 'apiBatchSize' hides a field. | 253 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| misc | FinalParameters | Parameter name should be final. | 271 | |
| misc | FinalParameters | Parameter value should be final. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 275 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| misc | FinalParameters | Parameter name should be final. | 275 | |
| misc | FinalParameters | Parameter value should be final. | 275 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 282 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| misc | FinalParameters | Parameter other should be final. | 286 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 358). | 294 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter arg0 should be final. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter arg0 should be final. | 43 | |
| misc | FinalParameters | Parameter arg1 should be final. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter arg0 should be final. | 48 | |
| misc | FinalParameters | Parameter errorCode should be final. | 48 | |
| coding | HiddenField | 'errorCode' hides a field. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter arg0 should be final. | 53 | |
| misc | FinalParameters | Parameter arg1 should be final. | 53 | |
| misc | FinalParameters | Parameter errorCode should be final. | 53 | |
| coding | HiddenField | 'errorCode' hides a field. | 53 | |
| design | DesignForExtension | Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 83). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| misc | FinalParameters | Parameter beat should be final. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 62 | |
| design | DesignForExtension | Method 'setChannelSpecificValues' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter beat should be final. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| misc | FinalParameters | Parameter converted should be final. | 78 | |
| misc | FinalParameters | Parameter mappedTags should be final. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 90 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 105 | |
| design | DesignForExtension | Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter mappedTags should be final. | 105 | |
| misc | FinalParameters | Parameter extensions should be final. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 107 | |
| design | DesignForExtension | Method 'setObject' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter beat should be final. | 111 | |
| misc | FinalParameters | Parameter converted should be final. | 111 | |
| design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 119 | |
| misc | FinalParameters | Parameter beat should be final. | 119 | |
| misc | FinalParameters | Parameter extensions should be final. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 133 | |
| design | DesignForExtension | Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter beat should be final. | 133 | |
| misc | FinalParameters | Parameter converted should be final. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 141 | |
| design | DesignForExtension | Method 'mapTags' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| misc | FinalParameters | Parameter beat should be final. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter xmlString should be final. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter tag should be final. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 90 | |
| design | DesignForExtension | Method 'hasTagName' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter tagName should be final. | 108 | |
| design | DesignForExtension | Method 'getTagWithTagName' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter tagName should be final. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 119). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter tagName should be final. | 39 | |
| coding | HiddenField | 'tagName' hides a field. | 39 | |
| misc | FinalParameters | Parameter displayName should be final. | 39 | |
| coding | HiddenField | 'displayName' hides a field. | 39 | |
| design | DesignForExtension | Method 'getTagName' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'getQueries' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| design | DesignForExtension | Method 'addQuery' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter query should be final. | 63 | |
| design | DesignForExtension | Method 'hasTagName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter tagName should be final. | 67 | |
| coding | HiddenField | 'tagName' hides a field. | 67 | |
| design | DesignForExtension | Method 'hasQuery' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter query should be final. | 71 | |
| design | DesignForExtension | Method 'hasDisplayName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter displayName should be final. | 75 | |
| coding | HiddenField | 'displayName' hides a field. | 75 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 79 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter object should be final. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| misc | FinalParameters | Parameter entry should be final. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter configurationObject should be final. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 93). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 45 | |
| design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 55 | |
| misc | FinalParameters | Parameter baseUrl should be final. | 59 | |
| coding | HiddenField | 'baseUrl' hides a field. | 59 | |
| misc | FinalParameters | Parameter apiKey should be final. | 59 | |
| coding | HiddenField | 'apiKey' hides a field. | 59 | |
| design | DesignForExtension | Method 'getRequestUrl' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 98 | |
| design | DesignForExtension | Method 'setHeartBeatId' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter hid should be final. | 103 | |
| coding | HiddenField | 'hid' hides a field. | 103 | |
| design | DesignForExtension | Method 'setHeartBeatId' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| misc | FinalParameters | Parameter hid should be final. | 108 | |
| coding | HiddenField | 'hid' hides a field. | 108 | |
| design | DesignForExtension | Method 'setAddedAfterDate' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| misc | FinalParameters | Parameter afterDate should be final. | 114 | |
| design | DesignForExtension | Method 'setAddedBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| misc | FinalParameters | Parameter beforeDate should be final. | 120 | |
| design | DesignForExtension | Method 'setReturnSetSize' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter size should be final. | 126 | |
| coding | HiddenField | 'size' hides a field. | 126 | |
| design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| misc | FinalParameters | Parameter offset should be final. | 132 | |
| coding | HiddenField | 'offset' hides a field. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 99). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 94 | |
| javadoc | JavadocMethod | Expected an @return tag. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter apiKey should be final. | 36 | |
| coding | HiddenField | 'apiKey' hides a field. | 36 | |
| design | DesignForExtension | Method 'createRequestBuilder' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 30 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter provider should be final. | 52 | |
| coding | HiddenField | 'provider' hides a field. | 52 | |
| misc | FinalParameters | Parameter heartbeatId should be final. | 52 | |
| coding | HiddenField | 'heartbeatId' hides a field. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 63 | |
| misc | FinalParameters | Parameter provider should be final. | 63 | |
| coding | HiddenField | 'provider' hides a field. | 63 | |
| misc | FinalParameters | Parameter heartbeatId should be final. | 63 | |
| coding | HiddenField | 'heartbeatId' hides a field. | 63 | |
| misc | FinalParameters | Parameter beforeTime should be final. | 63 | |
| coding | HiddenField | 'beforeTime' hides a field. | 63 | |
| misc | FinalParameters | Parameter afterTime should be final. | 63 | |
| coding | HiddenField | 'afterTime' hides a field. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 75 | |
| misc | FinalParameters | Parameter provider should be final. | 75 | |
| coding | HiddenField | 'provider' hides a field. | 75 | |
| misc | FinalParameters | Parameter heartbeatId should be final. | 75 | |
| coding | HiddenField | 'heartbeatId' hides a field. | 75 | |
| misc | FinalParameters | Parameter documentId should be final. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 86 | |
| misc | FinalParameters | Parameter provider should be final. | 86 | |
| coding | HiddenField | 'provider' hides a field. | 86 | |
| misc | FinalParameters | Parameter heartbeatId should be final. | 86 | |
| coding | HiddenField | 'heartbeatId' hides a field. | 86 | |
| misc | FinalParameters | Parameter mode should be final. | 86 | |
| coding | HiddenField | 'mode' hides a field. | 86 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| design | DesignForExtension | Method 'executeRun' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 129 | |
| design | DesignForExtension | Method 'updateState' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter result should be final. | 129 | |
| misc | FinalParameters | Parameter mostCurrentId should be final. | 129 | |
| misc | FinalParameters | Parameter totalDocCount should be final. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 131 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 135 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 141 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 141 | |
| design | DesignForExtension | Method 'updateOffset' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter result should be final. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 148 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 148 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 150 | |
| design | DesignForExtension | Method 'sleep' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| design | DesignForExtension | Method 'queryApi' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 175 | |
| design | DesignForExtension | Method 'executeApiRequest' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 224 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter matchedLastId should be final. | 228 | |
| coding | HiddenField | 'matchedLastId' hides a field. | 228 | |
| misc | FinalParameters | Parameter currentId should be final. | 228 | |
| coding | HiddenField | 'currentId' hides a field. | 228 | |
| misc | FinalParameters | Parameter responseSize should be final. | 228 | |
| coding | HiddenField | 'responseSize' hides a field. | 228 | |
| design | DesignForExtension | Method 'isMatchedLastId' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| design | DesignForExtension | Method 'setMatchedLastId' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| misc | FinalParameters | Parameter matchedLastId should be final. | 238 | |
| coding | HiddenField | 'matchedLastId' hides a field. | 238 | |
| design | DesignForExtension | Method 'getCurrentId' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| design | DesignForExtension | Method 'setCurrentId' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| misc | FinalParameters | Parameter currentId should be final. | 246 | |
| coding | HiddenField | 'currentId' hides a field. | 246 | |
| design | DesignForExtension | Method 'getResponseSize' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| design | DesignForExtension | Method 'setResponseSize' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| misc | FinalParameters | Parameter responseSize should be final. | 254 | |
| coding | HiddenField | 'responseSize' hides a field. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 114). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter sysomosConfiguration should be final. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 106 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 107 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 107 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 | |
| coding | MagicNumber | '15' is a magic number. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 110 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 121 | |
| misc | FinalParameters | Parameter args should be final. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 149 | |
| design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| misc | FinalParameters | Parameter config should be final. | 169 | |
| coding | HiddenField | 'config' hides a field. | 169 | |
| design | DesignForExtension | Method 'getMode' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| design | DesignForExtension | Method 'getMinLatency' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| design | DesignForExtension | Method 'getMaxApiBatch' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| design | DesignForExtension | Method 'getClient' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 202 | |
| design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 214 | |
| design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| misc | FinalParameters | Parameter bigInteger should be final. | 226 | |
| design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| misc | FinalParameters | Parameter dateTime should be final. | 231 | |
| misc | FinalParameters | Parameter dateTime2 should be final. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 235 | |
| design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 240 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| misc | FinalParameters | Parameter configurationObject should be final. | 246 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 251 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 251 | |
| design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| coding | MagicNumber | '60' is a magic number. | 260 | |
| coding | MagicNumber | '60' is a magic number. | 263 | |
| design | DesignForExtension | Method 'signalComplete' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| misc | FinalParameters | Parameter heartbeatId should be final. | 279 | |
| design | DesignForExtension | Method 'enqueueItem' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| misc | FinalParameters | Parameter datum should be final. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 296 | |
| design | DesignForExtension | Method 'createStream' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| misc | FinalParameters | Parameter heartbeatId should be final. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 308 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 309 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 325 | |
| design | DesignForExtension | Method 'pauseForSpace' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| coding | MagicNumber | '100' is a magic number. | 331 | |
| design | DesignForExtension | Method 'extractConfigFromMap' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| misc | FinalParameters | Parameter configMap should be final. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 344 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 351 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 359 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 367 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 370 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 382 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 382 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 382 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 382 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | FinalClass | Class SysomosUtils should be declared as final. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 49 | |
| misc | FinalParameters | Parameter url should be final. | 57 |