Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
20 0 0 1317

Rules

Category Rule Violations Severity
blocks LeftCurly 11  Error
coding AvoidInlineConditionals 12  Error
EqualsHashCode 1  Error
HiddenField 80  Error
MagicNumber 4  Error
SimplifyBooleanExpression 3  Error
design DesignForExtension 228  Error
FinalClass 1  Error
HideUtilityClassConstructor 1  Error
VisibilityModifier 36  Error
javadoc JavadocMethod 104  Error
JavadocPackage 8  Error
JavadocStyle 17  Error
JavadocType 8  Error
JavadocVariable 137  Error
misc FinalParameters 175  Error
modifier ModifierOrder 7  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
250  Error
sizes LineLength 223  Error
whitespace WhitespaceAfter 7  Error
WhitespaceAround 4  Error

Details

JAXBDebug.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 110). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error javadoc JavadocType Missing a Javadoc comment. 13
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 13
 Error javadoc JavadocMethod Missing a Javadoc comment. 16
 Error misc FinalParameters Parameter classLoader should be final. 16
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 18
 Error sizes LineLength Line is longer than 80 characters (found 264). 19

com/sysomos/xml/Adapter1.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 110). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error javadoc JavadocType Missing a Javadoc comment. 14
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 16
 Error design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Error javadoc JavadocMethod Missing a Javadoc comment. 19
 Error misc FinalParameters Parameter value should be final. 19
 Error design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 23
 Error javadoc JavadocMethod Missing a Javadoc comment. 23
 Error misc FinalParameters Parameter value should be final. 23

com/sysomos/xml/BeatApi.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 110). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error sizes LineLength Line is longer than 80 characters (found 95). 27
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error sizes LineLength Line is longer than 80 characters (found 85). 37
 Error sizes LineLength Line is longer than 80 characters (found 103). 39
 Error sizes LineLength Line is longer than 80 characters (found 104). 40
 Error sizes LineLength Line is longer than 80 characters (found 102). 41
 Error sizes LineLength Line is longer than 80 characters (found 96). 42
 Error sizes LineLength Line is longer than 80 characters (found 96). 43
 Error sizes LineLength Line is longer than 80 characters (found 97). 44
 Error sizes LineLength Line is longer than 80 characters (found 85). 53
 Error sizes LineLength Line is longer than 80 characters (found 84). 55
 Error sizes LineLength Line is longer than 80 characters (found 95). 58
 Error sizes LineLength Line is longer than 80 characters (found 108). 60
 Error sizes LineLength Line is longer than 80 characters (found 112). 61
 Error sizes LineLength Line is longer than 80 characters (found 109). 62
 Error sizes LineLength Line is longer than 80 characters (found 108). 63
 Error sizes LineLength Line is longer than 80 characters (found 110). 64
 Error sizes LineLength Line is longer than 80 characters (found 107). 65
 Error sizes LineLength Line is longer than 80 characters (found 107). 66
 Error sizes LineLength Line is longer than 80 characters (found 123). 67
 Error sizes LineLength Line is longer than 80 characters (found 105). 71
 Error sizes LineLength Line is longer than 80 characters (found 120). 73
 Error sizes LineLength Line is longer than 80 characters (found 127). 74
 Error sizes LineLength Line is longer than 80 characters (found 117). 80
 Error sizes LineLength Line is longer than 80 characters (found 112). 81
 Error sizes LineLength Line is longer than 80 characters (found 93). 82
 Error sizes LineLength Line is longer than 80 characters (found 105). 85
 Error sizes LineLength Line is longer than 80 characters (found 118). 87
 Error sizes LineLength Line is longer than 80 characters (found 124). 88
 Error sizes LineLength Line is longer than 80 characters (found 137). 89
 Error sizes LineLength Line is longer than 80 characters (found 124). 95
 Error sizes LineLength Line is longer than 80 characters (found 130). 96
 Error sizes LineLength Line is longer than 80 characters (found 128). 97
 Error sizes LineLength Line is longer than 80 characters (found 133). 98
 Error sizes LineLength Line is longer than 80 characters (found 133). 99
 Error sizes LineLength Line is longer than 80 characters (found 97). 105
 Error sizes LineLength Line is longer than 80 characters (found 85). 114
 Error sizes LineLength Line is longer than 80 characters (found 99). 116
 Error sizes LineLength Line is longer than 80 characters (found 105). 117
 Error regexp RegexpSingleline Line has trailing spaces. 128
 Error regexp RegexpSingleline Line has trailing spaces. 129
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 140
 Error javadoc JavadocVariable Missing a Javadoc comment. 142
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 142
 Error javadoc JavadocVariable Missing a Javadoc comment. 143
 Error design VisibilityModifier Variable 'beatRequest' must be private and have accessor methods. 144
 Error javadoc JavadocVariable Missing a Javadoc comment. 145
 Error design VisibilityModifier Variable 'beatResponse' must be private and have accessor methods. 146
 Error javadoc JavadocVariable Missing a Javadoc comment. 147
 Error design VisibilityModifier Variable 'errors' must be private and have accessor methods. 147
 Error regexp RegexpSingleline Line has trailing spaces. 151
 Error regexp RegexpSingleline Line has trailing spaces. 155
 Error design DesignForExtension Method 'getBeatRequest' is not designed for extension - needs to be abstract, final or empty. 157
 Error regexp RegexpSingleline Line has trailing spaces. 163
 Error regexp RegexpSingleline Line has trailing spaces. 167
 Error design DesignForExtension Method 'setBeatRequest' is not designed for extension - needs to be abstract, final or empty. 169
 Error misc FinalParameters Parameter value should be final. 169
 Error regexp RegexpSingleline Line has trailing spaces. 175
 Error regexp RegexpSingleline Line has trailing spaces. 179
 Error design DesignForExtension Method 'getBeatResponse' is not designed for extension - needs to be abstract, final or empty. 181
 Error regexp RegexpSingleline Line has trailing spaces. 187
 Error regexp RegexpSingleline Line has trailing spaces. 191
 Error design DesignForExtension Method 'setBeatResponse' is not designed for extension - needs to be abstract, final or empty. 193
 Error misc FinalParameters Parameter value should be final. 193
 Error regexp RegexpSingleline Line has trailing spaces. 199
 Error regexp RegexpSingleline Line has trailing spaces. 203
 Error design DesignForExtension Method 'getErrors' is not designed for extension - needs to be abstract, final or empty. 205
 Error regexp RegexpSingleline Line has trailing spaces. 211
 Error regexp RegexpSingleline Line has trailing spaces. 215
 Error design DesignForExtension Method 'setErrors' is not designed for extension - needs to be abstract, final or empty. 217
 Error misc FinalParameters Parameter value should be final. 217
 Error regexp RegexpSingleline Line has trailing spaces. 224
 Error sizes LineLength Line is longer than 80 characters (found 99). 225
 Error regexp RegexpSingleline Line has trailing spaces. 226
 Error sizes LineLength Line is longer than 80 characters (found 97). 232
 Error sizes LineLength Line is longer than 80 characters (found 98). 233
 Error sizes LineLength Line is longer than 80 characters (found 96). 234
 Error sizes LineLength Line is longer than 80 characters (found 90). 235
 Error sizes LineLength Line is longer than 80 characters (found 90). 236
 Error sizes LineLength Line is longer than 80 characters (found 91). 237
 Error regexp RegexpSingleline Line has trailing spaces. 243
 Error regexp RegexpSingleline Line has trailing spaces. 244
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 257
 Error javadoc JavadocVariable Missing a Javadoc comment. 259
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 259
 Error javadoc JavadocVariable Missing a Javadoc comment. 260
 Error design VisibilityModifier Variable 'heatbeatID' must be private and have accessor methods. 261
 Error javadoc JavadocVariable Missing a Javadoc comment. 262
 Error design VisibilityModifier Variable 'startDate' must be private and have accessor methods. 265
 Error javadoc JavadocVariable Missing a Javadoc comment. 266
 Error design VisibilityModifier Variable 'endDate' must be private and have accessor methods. 269
 Error javadoc JavadocVariable Missing a Javadoc comment. 270
 Error design VisibilityModifier Variable 'key' must be private and have accessor methods. 271
 Error javadoc JavadocVariable Missing a Javadoc comment. 272
 Error design VisibilityModifier Variable 'size' must be private and have accessor methods. 272
 Error javadoc JavadocVariable Missing a Javadoc comment. 273
 Error design VisibilityModifier Variable 'offset' must be private and have accessor methods. 273
 Error regexp RegexpSingleline Line has trailing spaces. 277
 Error regexp RegexpSingleline Line has trailing spaces. 281
 Error design DesignForExtension Method 'getHeatbeatID' is not designed for extension - needs to be abstract, final or empty. 283
 Error regexp RegexpSingleline Line has trailing spaces. 289
 Error regexp RegexpSingleline Line has trailing spaces. 293
 Error design DesignForExtension Method 'setHeatbeatID' is not designed for extension - needs to be abstract, final or empty. 295
 Error misc FinalParameters Parameter value should be final. 295
 Error regexp RegexpSingleline Line has trailing spaces. 301
 Error regexp RegexpSingleline Line has trailing spaces. 305
 Error design DesignForExtension Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. 307
 Error regexp RegexpSingleline Line has trailing spaces. 313
 Error regexp RegexpSingleline Line has trailing spaces. 317
 Error design DesignForExtension Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. 319
 Error misc FinalParameters Parameter value should be final. 319
 Error regexp RegexpSingleline Line has trailing spaces. 325
 Error regexp RegexpSingleline Line has trailing spaces. 329
 Error design DesignForExtension Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. 331
 Error regexp RegexpSingleline Line has trailing spaces. 337
 Error regexp RegexpSingleline Line has trailing spaces. 341
 Error design DesignForExtension Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. 343
 Error misc FinalParameters Parameter value should be final. 343
 Error regexp RegexpSingleline Line has trailing spaces. 349
 Error regexp RegexpSingleline Line has trailing spaces. 353
 Error design DesignForExtension Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 355
 Error regexp RegexpSingleline Line has trailing spaces. 361
 Error regexp RegexpSingleline Line has trailing spaces. 365
 Error design DesignForExtension Method 'setKey' is not designed for extension - needs to be abstract, final or empty. 367
 Error misc FinalParameters Parameter value should be final. 367
 Error regexp RegexpSingleline Line has trailing spaces. 373
 Error javadoc JavadocMethod Expected an @return tag. 375
 Error design DesignForExtension Method 'getSize' is not designed for extension - needs to be abstract, final or empty. 375
 Error regexp RegexpSingleline Line has trailing spaces. 381
 Error design DesignForExtension Method 'setSize' is not designed for extension - needs to be abstract, final or empty. 383
 Error misc FinalParameters Parameter value should be final. 383
 Error javadoc JavadocMethod Expected @param tag for 'value'. 383
 Error regexp RegexpSingleline Line has trailing spaces. 389
 Error javadoc JavadocMethod Expected an @return tag. 391
 Error design DesignForExtension Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. 391
 Error regexp RegexpSingleline Line has trailing spaces. 397
 Error design DesignForExtension Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. 399
 Error misc FinalParameters Parameter value should be final. 399
 Error javadoc JavadocMethod Expected @param tag for 'value'. 399
 Error regexp RegexpSingleline Line has trailing spaces. 408
 Error sizes LineLength Line is longer than 80 characters (found 99). 409
 Error regexp RegexpSingleline Line has trailing spaces. 410
 Error sizes LineLength Line is longer than 80 characters (found 89). 419
 Error sizes LineLength Line is longer than 80 characters (found 102). 421
 Error sizes LineLength Line is longer than 80 characters (found 106). 422
 Error sizes LineLength Line is longer than 80 characters (found 103). 423
 Error sizes LineLength Line is longer than 80 characters (found 102). 424
 Error sizes LineLength Line is longer than 80 characters (found 104). 425
 Error sizes LineLength Line is longer than 80 characters (found 101). 426
 Error sizes LineLength Line is longer than 80 characters (found 101). 427
 Error sizes LineLength Line is longer than 80 characters (found 117). 428
 Error sizes LineLength Line is longer than 80 characters (found 99). 432
 Error sizes LineLength Line is longer than 80 characters (found 114). 434
 Error sizes LineLength Line is longer than 80 characters (found 121). 435
 Error sizes LineLength Line is longer than 80 characters (found 111). 441
 Error sizes LineLength Line is longer than 80 characters (found 106). 442
 Error sizes LineLength Line is longer than 80 characters (found 87). 443
 Error sizes LineLength Line is longer than 80 characters (found 99). 446
 Error sizes LineLength Line is longer than 80 characters (found 112). 448
 Error sizes LineLength Line is longer than 80 characters (found 118). 449
 Error sizes LineLength Line is longer than 80 characters (found 131). 450
 Error sizes LineLength Line is longer than 80 characters (found 118). 456
 Error sizes LineLength Line is longer than 80 characters (found 124). 457
 Error sizes LineLength Line is longer than 80 characters (found 122). 458
 Error sizes LineLength Line is longer than 80 characters (found 127). 459
 Error sizes LineLength Line is longer than 80 characters (found 127). 460
 Error sizes LineLength Line is longer than 80 characters (found 91). 466
 Error regexp RegexpSingleline Line has trailing spaces. 472
 Error regexp RegexpSingleline Line has trailing spaces. 473
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 482
 Error javadoc JavadocVariable Missing a Javadoc comment. 484
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 484
 Error javadoc JavadocVariable Missing a Javadoc comment. 485
 Error design VisibilityModifier Variable 'beat' must be private and have accessor methods. 485
 Error javadoc JavadocVariable Missing a Javadoc comment. 486
 Error design VisibilityModifier Variable 'count' must be private and have accessor methods. 486
 Error regexp RegexpSingleline Line has trailing spaces. 490
 Error sizes LineLength Line is longer than 80 characters (found 84). 495
 Error regexp RegexpSingleline Line has trailing spaces. 496
 Error regexp RegexpSingleline Line has trailing spaces. 502
 Error regexp RegexpSingleline Line has trailing spaces. 503
 Error regexp RegexpSingleline Line has trailing spaces. 507
 Error regexp RegexpSingleline Line has trailing spaces. 508
 Error javadoc JavadocMethod Expected an @return tag. 510
 Error design DesignForExtension Method 'getBeat' is not designed for extension - needs to be abstract, final or empty. 510
 Error regexp RegexpSingleline Line has trailing spaces. 519
 Error javadoc JavadocMethod Expected an @return tag. 521
 Error design DesignForExtension Method 'getCount' is not designed for extension - needs to be abstract, final or empty. 521
 Error regexp RegexpSingleline Line has trailing spaces. 527
 Error design DesignForExtension Method 'setCount' is not designed for extension - needs to be abstract, final or empty. 529
 Error misc FinalParameters Parameter value should be final. 529
 Error javadoc JavadocMethod Expected @param tag for 'value'. 529
 Error regexp RegexpSingleline Line has trailing spaces. 536
 Error sizes LineLength Line is longer than 80 characters (found 103). 537
 Error regexp RegexpSingleline Line has trailing spaces. 538
 Error sizes LineLength Line is longer than 80 characters (found 83). 542
 Error sizes LineLength Line is longer than 80 characters (found 96). 544
 Error sizes LineLength Line is longer than 80 characters (found 100). 545
 Error sizes LineLength Line is longer than 80 characters (found 97). 546
 Error sizes LineLength Line is longer than 80 characters (found 96). 547
 Error sizes LineLength Line is longer than 80 characters (found 98). 548
 Error sizes LineLength Line is longer than 80 characters (found 95). 549
 Error sizes LineLength Line is longer than 80 characters (found 95). 550
 Error sizes LineLength Line is longer than 80 characters (found 111). 551
 Error sizes LineLength Line is longer than 80 characters (found 93). 555
 Error sizes LineLength Line is longer than 80 characters (found 108). 557
 Error sizes LineLength Line is longer than 80 characters (found 115). 558
 Error sizes LineLength Line is longer than 80 characters (found 105). 564
 Error sizes LineLength Line is longer than 80 characters (found 100). 565
 Error sizes LineLength Line is longer than 80 characters (found 81). 566
 Error sizes LineLength Line is longer than 80 characters (found 93). 569
 Error sizes LineLength Line is longer than 80 characters (found 106). 571
 Error sizes LineLength Line is longer than 80 characters (found 112). 572
 Error sizes LineLength Line is longer than 80 characters (found 125). 573
 Error sizes LineLength Line is longer than 80 characters (found 112). 579
 Error sizes LineLength Line is longer than 80 characters (found 118). 580
 Error sizes LineLength Line is longer than 80 characters (found 116). 581
 Error sizes LineLength Line is longer than 80 characters (found 121). 582
 Error sizes LineLength Line is longer than 80 characters (found 121). 583
 Error regexp RegexpSingleline Line has trailing spaces. 589
 Error regexp RegexpSingleline Line has trailing spaces. 590
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 614
 Error javadoc JavadocVariable Missing a Javadoc comment. 616
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 616
 Error javadoc JavadocVariable Missing a Javadoc comment. 617
 Error design VisibilityModifier Variable 'docid' must be private and have accessor methods. 618
 Error javadoc JavadocVariable Missing a Javadoc comment. 619
 Error design VisibilityModifier Variable 'mediaType' must be private and have accessor methods. 620
 Error javadoc JavadocVariable Missing a Javadoc comment. 621
 Error design VisibilityModifier Variable 'time' must be private and have accessor methods. 624
 Error javadoc JavadocVariable Missing a Javadoc comment. 625
 Error design VisibilityModifier Variable 'title' must be private and have accessor methods. 626
 Error javadoc JavadocVariable Missing a Javadoc comment. 627
 Error design VisibilityModifier Variable 'content' must be private and have accessor methods. 628
 Error javadoc JavadocVariable Missing a Javadoc comment. 629
 Error design VisibilityModifier Variable 'host' must be private and have accessor methods. 630
 Error javadoc JavadocVariable Missing a Javadoc comment. 631
 Error design VisibilityModifier Variable 'link' must be private and have accessor methods. 633
 Error javadoc JavadocVariable Missing a Javadoc comment. 634
 Error design VisibilityModifier Variable 'gender' must be private and have accessor methods. 634
 Error javadoc JavadocVariable Missing a Javadoc comment. 635
 Error design VisibilityModifier Variable 'location' must be private and have accessor methods. 636
 Error javadoc JavadocVariable Missing a Javadoc comment. 637
 Error design VisibilityModifier Variable 'influenceLevel' must be private and have accessor methods. 638
 Error javadoc JavadocVariable Missing a Javadoc comment. 639
 Error design VisibilityModifier Variable 'sentiment' must be private and have accessor methods. 640
 Error javadoc JavadocVariable Missing a Javadoc comment. 641
 Error design VisibilityModifier Variable 'tag' must be private and have accessor methods. 641
 Error javadoc JavadocVariable Missing a Javadoc comment. 642
 Error design VisibilityModifier Variable 'tweetid' must be private and have accessor methods. 642
 Error javadoc JavadocVariable Missing a Javadoc comment. 643
 Error design VisibilityModifier Variable 'tweetJsonLink' must be private and have accessor methods. 644
 Error javadoc JavadocVariable Missing a Javadoc comment. 645
 Error design VisibilityModifier Variable 'tweetHbLink' must be private and have accessor methods. 646
 Error javadoc JavadocVariable Missing a Javadoc comment. 647
 Error design VisibilityModifier Variable 'twitterFollowers' must be private and have accessor methods. 647
 Error javadoc JavadocVariable Missing a Javadoc comment. 648
 Error design VisibilityModifier Variable 'twitterFollowing' must be private and have accessor methods. 648
 Error regexp RegexpSingleline Line has trailing spaces. 652
 Error regexp RegexpSingleline Line has trailing spaces. 656
 Error design DesignForExtension Method 'getDocid' is not designed for extension - needs to be abstract, final or empty. 658
 Error regexp RegexpSingleline Line has trailing spaces. 664
 Error regexp RegexpSingleline Line has trailing spaces. 668
 Error design DesignForExtension Method 'setDocid' is not designed for extension - needs to be abstract, final or empty. 670
 Error misc FinalParameters Parameter value should be final. 670
 Error regexp RegexpSingleline Line has trailing spaces. 676
 Error regexp RegexpSingleline Line has trailing spaces. 680
 Error design DesignForExtension Method 'getMediaType' is not designed for extension - needs to be abstract, final or empty. 682
 Error regexp RegexpSingleline Line has trailing spaces. 688
 Error regexp RegexpSingleline Line has trailing spaces. 692
 Error design DesignForExtension Method 'setMediaType' is not designed for extension - needs to be abstract, final or empty. 694
 Error misc FinalParameters Parameter value should be final. 694
 Error regexp RegexpSingleline Line has trailing spaces. 700
 Error regexp RegexpSingleline Line has trailing spaces. 704
 Error design DesignForExtension Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 706
 Error regexp RegexpSingleline Line has trailing spaces. 712
 Error regexp RegexpSingleline Line has trailing spaces. 716
 Error design DesignForExtension Method 'setTime' is not designed for extension - needs to be abstract, final or empty. 718
 Error misc FinalParameters Parameter value should be final. 718
 Error regexp RegexpSingleline Line has trailing spaces. 724
 Error regexp RegexpSingleline Line has trailing spaces. 728
 Error design DesignForExtension Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 730
 Error regexp RegexpSingleline Line has trailing spaces. 736
 Error regexp RegexpSingleline Line has trailing spaces. 740
 Error design DesignForExtension Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 742
 Error misc FinalParameters Parameter value should be final. 742
 Error regexp RegexpSingleline Line has trailing spaces. 748
 Error regexp RegexpSingleline Line has trailing spaces. 752
 Error design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 754
 Error regexp RegexpSingleline Line has trailing spaces. 760
 Error regexp RegexpSingleline Line has trailing spaces. 764
 Error design DesignForExtension Method 'setContent' is not designed for extension - needs to be abstract, final or empty. 766
 Error misc FinalParameters Parameter value should be final. 766
 Error regexp RegexpSingleline Line has trailing spaces. 772
 Error regexp RegexpSingleline Line has trailing spaces. 776
 Error design DesignForExtension Method 'getHost' is not designed for extension - needs to be abstract, final or empty. 778
 Error regexp RegexpSingleline Line has trailing spaces. 784
 Error regexp RegexpSingleline Line has trailing spaces. 788
 Error design DesignForExtension Method 'setHost' is not designed for extension - needs to be abstract, final or empty. 790
 Error misc FinalParameters Parameter value should be final. 790
 Error regexp RegexpSingleline Line has trailing spaces. 796
 Error regexp RegexpSingleline Line has trailing spaces. 800
 Error design DesignForExtension Method 'getLink' is not designed for extension - needs to be abstract, final or empty. 802
 Error regexp RegexpSingleline Line has trailing spaces. 808
 Error regexp RegexpSingleline Line has trailing spaces. 812
 Error design DesignForExtension Method 'setLink' is not designed for extension - needs to be abstract, final or empty. 814
 Error misc FinalParameters Parameter value should be final. 814
 Error regexp RegexpSingleline Line has trailing spaces. 820
 Error regexp RegexpSingleline Line has trailing spaces. 824
 Error design DesignForExtension Method 'getGender' is not designed for extension - needs to be abstract, final or empty. 826
 Error regexp RegexpSingleline Line has trailing spaces. 832
 Error regexp RegexpSingleline Line has trailing spaces. 836
 Error design DesignForExtension Method 'setGender' is not designed for extension - needs to be abstract, final or empty. 838
 Error misc FinalParameters Parameter value should be final. 838
 Error regexp RegexpSingleline Line has trailing spaces. 844
 Error regexp RegexpSingleline Line has trailing spaces. 848
 Error design DesignForExtension Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. 850
 Error regexp RegexpSingleline Line has trailing spaces. 856
 Error regexp RegexpSingleline Line has trailing spaces. 860
 Error design DesignForExtension Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. 862
 Error misc FinalParameters Parameter value should be final. 862
 Error regexp RegexpSingleline Line has trailing spaces. 868
 Error regexp RegexpSingleline Line has trailing spaces. 872
 Error design DesignForExtension Method 'getInfluenceLevel' is not designed for extension - needs to be abstract, final or empty. 874
 Error regexp RegexpSingleline Line has trailing spaces. 880
 Error regexp RegexpSingleline Line has trailing spaces. 884
 Error design DesignForExtension Method 'setInfluenceLevel' is not designed for extension - needs to be abstract, final or empty. 886
 Error misc FinalParameters Parameter value should be final. 886
 Error regexp RegexpSingleline Line has trailing spaces. 892
 Error regexp RegexpSingleline Line has trailing spaces. 896
 Error design DesignForExtension Method 'getSentiment' is not designed for extension - needs to be abstract, final or empty. 898
 Error regexp RegexpSingleline Line has trailing spaces. 904
 Error regexp RegexpSingleline Line has trailing spaces. 908
 Error design DesignForExtension Method 'setSentiment' is not designed for extension - needs to be abstract, final or empty. 910
 Error misc FinalParameters Parameter value should be final. 910
 Error regexp RegexpSingleline Line has trailing spaces. 916
 Error sizes LineLength Line is longer than 80 characters (found 87). 921
 Error regexp RegexpSingleline Line has trailing spaces. 922
 Error regexp RegexpSingleline Line has trailing spaces. 928
 Error regexp RegexpSingleline Line has trailing spaces. 929
 Error regexp RegexpSingleline Line has trailing spaces. 933
 Error regexp RegexpSingleline Line has trailing spaces. 934
 Error javadoc JavadocMethod Expected an @return tag. 936
 Error design DesignForExtension Method 'getTag' is not designed for extension - needs to be abstract, final or empty. 936
 Error regexp RegexpSingleline Line has trailing spaces. 945
 Error regexp RegexpSingleline Line has trailing spaces. 949
 Error design DesignForExtension Method 'getTweetid' is not designed for extension - needs to be abstract, final or empty. 951
 Error regexp RegexpSingleline Line has trailing spaces. 957
 Error regexp RegexpSingleline Line has trailing spaces. 961
 Error design DesignForExtension Method 'setTweetid' is not designed for extension - needs to be abstract, final or empty. 963
 Error misc FinalParameters Parameter value should be final. 963
 Error regexp RegexpSingleline Line has trailing spaces. 969
 Error regexp RegexpSingleline Line has trailing spaces. 973
 Error design DesignForExtension Method 'getTweetJsonLink' is not designed for extension - needs to be abstract, final or empty. 975
 Error regexp RegexpSingleline Line has trailing spaces. 981
 Error regexp RegexpSingleline Line has trailing spaces. 985
 Error design DesignForExtension Method 'setTweetJsonLink' is not designed for extension - needs to be abstract, final or empty. 987
 Error misc FinalParameters Parameter value should be final. 987
 Error regexp RegexpSingleline Line has trailing spaces. 993
 Error regexp RegexpSingleline Line has trailing spaces. 997
 Error design DesignForExtension Method 'getTweetHbLink' is not designed for extension - needs to be abstract, final or empty. 999
 Error regexp RegexpSingleline Line has trailing spaces. 1005
 Error regexp RegexpSingleline Line has trailing spaces. 1009
 Error design DesignForExtension Method 'setTweetHbLink' is not designed for extension - needs to be abstract, final or empty. 1011
 Error misc FinalParameters Parameter value should be final. 1011
 Error regexp RegexpSingleline Line has trailing spaces. 1017
 Error regexp RegexpSingleline Line has trailing spaces. 1021
 Error design DesignForExtension Method 'getTwitterFollowers' is not designed for extension - needs to be abstract, final or empty. 1023
 Error regexp RegexpSingleline Line has trailing spaces. 1029
 Error regexp RegexpSingleline Line has trailing spaces. 1033
 Error design DesignForExtension Method 'setTwitterFollowers' is not designed for extension - needs to be abstract, final or empty. 1035
 Error misc FinalParameters Parameter value should be final. 1035
 Error regexp RegexpSingleline Line has trailing spaces. 1041
 Error regexp RegexpSingleline Line has trailing spaces. 1045
 Error design DesignForExtension Method 'getTwitterFollowing' is not designed for extension - needs to be abstract, final or empty. 1047
 Error regexp RegexpSingleline Line has trailing spaces. 1053
 Error regexp RegexpSingleline Line has trailing spaces. 1057
 Error design DesignForExtension Method 'setTwitterFollowing' is not designed for extension - needs to be abstract, final or empty. 1059
 Error misc FinalParameters Parameter value should be final. 1059
 Error regexp RegexpSingleline Line has trailing spaces. 1066
 Error sizes LineLength Line is longer than 80 characters (found 107). 1067
 Error regexp RegexpSingleline Line has trailing spaces. 1068
 Error sizes LineLength Line is longer than 80 characters (found 87). 1072
 Error sizes LineLength Line is longer than 80 characters (found 102). 1074
 Error sizes LineLength Line is longer than 80 characters (found 109). 1075
 Error regexp RegexpSingleline Line has trailing spaces. 1081
 Error regexp RegexpSingleline Line has trailing spaces. 1082
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 1091
 Error javadoc JavadocVariable Missing a Javadoc comment. 1093
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1093
 Error javadoc JavadocVariable Missing a Javadoc comment. 1094
 Error design VisibilityModifier Variable 'country' must be private and have accessor methods. 1095
 Error javadoc JavadocVariable Missing a Javadoc comment. 1096
 Error design VisibilityModifier Variable 'locationString' must be private and have accessor methods. 1097
 Error regexp RegexpSingleline Line has trailing spaces. 1101
 Error regexp RegexpSingleline Line has trailing spaces. 1105
 Error design DesignForExtension Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. 1107
 Error regexp RegexpSingleline Line has trailing spaces. 1113
 Error regexp RegexpSingleline Line has trailing spaces. 1117
 Error design DesignForExtension Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. 1119
 Error misc FinalParameters Parameter value should be final. 1119
 Error regexp RegexpSingleline Line has trailing spaces. 1125
 Error regexp RegexpSingleline Line has trailing spaces. 1129
 Error design DesignForExtension Method 'getLocationString' is not designed for extension - needs to be abstract, final or empty. 1131
 Error regexp RegexpSingleline Line has trailing spaces. 1137
 Error regexp RegexpSingleline Line has trailing spaces. 1141
 Error design DesignForExtension Method 'setLocationString' is not designed for extension - needs to be abstract, final or empty. 1143
 Error misc FinalParameters Parameter value should be final. 1143
 Error regexp RegexpSingleline Line has trailing spaces. 1152
 Error sizes LineLength Line is longer than 80 characters (found 107). 1153
 Error regexp RegexpSingleline Line has trailing spaces. 1154
 Error sizes LineLength Line is longer than 80 characters (found 87). 1158
 Error sizes LineLength Line is longer than 80 characters (found 100). 1160
 Error sizes LineLength Line is longer than 80 characters (found 106). 1161
 Error sizes LineLength Line is longer than 80 characters (found 119). 1162
 Error regexp RegexpSingleline Line has trailing spaces. 1168
 Error regexp RegexpSingleline Line has trailing spaces. 1169
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 1179
 Error javadoc JavadocVariable Missing a Javadoc comment. 1181
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1181
 Error javadoc JavadocVariable Missing a Javadoc comment. 1182
 Error design VisibilityModifier Variable 'value' must be private and have accessor methods. 1183
 Error javadoc JavadocVariable Missing a Javadoc comment. 1184
 Error design VisibilityModifier Variable 'displayName' must be private and have accessor methods. 1185
 Error javadoc JavadocVariable Missing a Javadoc comment. 1186
 Error design VisibilityModifier Variable 'systemType' must be private and have accessor methods. 1186
 Error regexp RegexpSingleline Line has trailing spaces. 1190
 Error regexp RegexpSingleline Line has trailing spaces. 1194
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 1196
 Error regexp RegexpSingleline Line has trailing spaces. 1202
 Error regexp RegexpSingleline Line has trailing spaces. 1206
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 1208
 Error misc FinalParameters Parameter value should be final. 1208
 Error coding HiddenField 'value' hides a field. 1208
 Error regexp RegexpSingleline Line has trailing spaces. 1214
 Error regexp RegexpSingleline Line has trailing spaces. 1218
 Error design DesignForExtension Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. 1220
 Error regexp RegexpSingleline Line has trailing spaces. 1226
 Error regexp RegexpSingleline Line has trailing spaces. 1230
 Error design DesignForExtension Method 'setDisplayName' is not designed for extension - needs to be abstract, final or empty. 1232
 Error misc FinalParameters Parameter value should be final. 1232
 Error coding HiddenField 'value' hides a field. 1232
 Error regexp RegexpSingleline Line has trailing spaces. 1238
 Error regexp RegexpSingleline Line has trailing spaces. 1242
 Error design DesignForExtension Method 'getSystemType' is not designed for extension - needs to be abstract, final or empty. 1244
 Error regexp RegexpSingleline Line has trailing spaces. 1250
 Error regexp RegexpSingleline Line has trailing spaces. 1254
 Error design DesignForExtension Method 'setSystemType' is not designed for extension - needs to be abstract, final or empty. 1256
 Error misc FinalParameters Parameter value should be final. 1256
 Error coding HiddenField 'value' hides a field. 1256
 Error regexp RegexpSingleline Line has trailing spaces. 1269
 Error sizes LineLength Line is longer than 80 characters (found 99). 1270
 Error regexp RegexpSingleline Line has trailing spaces. 1271
 Error sizes LineLength Line is longer than 80 characters (found 93). 1277
 Error sizes LineLength Line is longer than 80 characters (found 99). 1278
 Error regexp RegexpSingleline Line has trailing spaces. 1284
 Error regexp RegexpSingleline Line has trailing spaces. 1285
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 1294
 Error javadoc JavadocVariable Missing a Javadoc comment. 1296
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1296
 Error javadoc JavadocVariable Missing a Javadoc comment. 1297
 Error design VisibilityModifier Variable 'error' must be private and have accessor methods. 1297
 Error javadoc JavadocVariable Missing a Javadoc comment. 1298
 Error design VisibilityModifier Variable 'errorMessage' must be private and have accessor methods. 1299
 Error regexp RegexpSingleline Line has trailing spaces. 1303
 Error javadoc JavadocMethod Expected an @return tag. 1305
 Error design DesignForExtension Method 'isError' is not designed for extension - needs to be abstract, final or empty. 1305
 Error regexp RegexpSingleline Line has trailing spaces. 1311
 Error design DesignForExtension Method 'setError' is not designed for extension - needs to be abstract, final or empty. 1313
 Error misc FinalParameters Parameter value should be final. 1313
 Error javadoc JavadocMethod Expected @param tag for 'value'. 1313
 Error regexp RegexpSingleline Line has trailing spaces. 1319
 Error regexp RegexpSingleline Line has trailing spaces. 1323
 Error design DesignForExtension Method 'getErrorMessage' is not designed for extension - needs to be abstract, final or empty. 1325
 Error regexp RegexpSingleline Line has trailing spaces. 1331
 Error regexp RegexpSingleline Line has trailing spaces. 1335
 Error design DesignForExtension Method 'setErrorMessage' is not designed for extension - needs to be abstract, final or empty. 1337
 Error misc FinalParameters Parameter value should be final. 1337

com/sysomos/xml/ObjectFactory.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 110). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error regexp RegexpSingleline Line has trailing spaces. 15
 Error regexp RegexpSingleline Line has trailing spaces. 16
 Error regexp RegexpSingleline Line has trailing spaces. 17
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error regexp RegexpSingleline Line has trailing spaces. 19
 Error regexp RegexpSingleline Line has trailing spaces. 20
 Error regexp RegexpSingleline Line has trailing spaces. 21
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Error sizes LineLength Line is longer than 80 characters (found 129). 33
 Error regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error javadoc JavadocMethod Expected an @return tag. 43
 Error design DesignForExtension Method 'createBeatApi' is not designed for extension - needs to be abstract, final or empty. 43
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error javadoc JavadocMethod Expected an @return tag. 51
 Error design DesignForExtension Method 'createBeatApiBeatResponse' is not designed for extension - needs to be abstract, final or empty. 51
 Error javadoc JavadocStyle First sentence should end with a period. 55
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error javadoc JavadocMethod Expected an @return tag. 59
 Error design DesignForExtension Method 'createBeatApiBeatResponseBeat' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocStyle First sentence should end with a period. 63
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error javadoc JavadocMethod Expected an @return tag. 67
 Error design DesignForExtension Method 'createBeatApiBeatRequest' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error javadoc JavadocMethod Expected an @return tag. 75
 Error design DesignForExtension Method 'createBeatApiErrors' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocStyle First sentence should end with a period. 79
 Error regexp RegexpSingleline Line has trailing spaces. 81
 Error javadoc JavadocMethod Expected an @return tag. 83
 Error sizes LineLength Line is longer than 80 characters (found 87). 83
 Error design DesignForExtension Method 'createBeatApiBeatResponseBeatLocation' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocStyle First sentence should end with a period. 87
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error javadoc JavadocMethod Expected an @return tag. 91
 Error design DesignForExtension Method 'createBeatApiBeatResponseBeatTag' is not designed for extension - needs to be abstract, final or empty. 91

com/sysomos/xml/package-info.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 110). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error sizes LineLength Line is longer than 80 characters (found 180). 8
 Error javadoc JavadocStyle Missing a Javadoc comment. 9

org/apache/streams/sysomos/Location.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error sizes LineLength Line is longer than 80 characters (found 85). 33
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error design DesignForExtension Method 'getLocationString' is not designed for extension - needs to be abstract, final or empty. 40
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error design DesignForExtension Method 'setLocationString' is not designed for extension - needs to be abstract, final or empty. 51
 Error misc FinalParameters Parameter locationString should be final. 53
 Error coding HiddenField 'locationString' hides a field. 53
 Error design DesignForExtension Method 'withLocationString' is not designed for extension - needs to be abstract, final or empty. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error misc FinalParameters Parameter locationString should be final. 57
 Error coding HiddenField 'locationString' hides a field. 57
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error design DesignForExtension Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. 67
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error design DesignForExtension Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. 78
 Error misc FinalParameters Parameter country should be final. 80
 Error coding HiddenField 'country' hides a field. 80
 Error design DesignForExtension Method 'withCountry' is not designed for extension - needs to be abstract, final or empty. 84
 Error javadoc JavadocMethod Missing a Javadoc comment. 84
 Error misc FinalParameters Parameter country should be final. 84
 Error coding HiddenField 'country' hides a field. 84
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 89
 Error design DesignForExtension Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Error design DesignForExtension Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Error misc FinalParameters Parameter name should be final. 102
 Error misc FinalParameters Parameter value should be final. 102
 Error design DesignForExtension Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. 106
 Error javadoc JavadocMethod Missing a Javadoc comment. 106
 Error misc FinalParameters Parameter name should be final. 106
 Error misc FinalParameters Parameter value should be final. 106
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 111
 Error sizes LineLength Line is longer than 80 characters (found 118). 113
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 116
 Error misc FinalParameters Parameter other should be final. 117
 Error coding SimplifyBooleanExpression Expression can be simplified. 121
 Error sizes LineLength Line is longer than 80 characters (found 173). 125

org/apache/streams/sysomos/Sysomos.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 19
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error sizes LineLength Line is longer than 80 characters (found 85). 83
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error design DesignForExtension Method 'getTweetJsonLink' is not designed for extension - needs to be abstract, final or empty. 90
 Error regexp RegexpSingleline Line has trailing spaces. 97
 Error design DesignForExtension Method 'setTweetJsonLink' is not designed for extension - needs to be abstract, final or empty. 101
 Error misc FinalParameters Parameter tweetJsonLink should be final. 103
 Error coding HiddenField 'tweetJsonLink' hides a field. 103
 Error design DesignForExtension Method 'withTweetJsonLink' is not designed for extension - needs to be abstract, final or empty. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Error misc FinalParameters Parameter tweetJsonLink should be final. 107
 Error coding HiddenField 'tweetJsonLink' hides a field. 107
 Error regexp RegexpSingleline Line has trailing spaces. 113
 Error design DesignForExtension Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. 117
 Error regexp RegexpSingleline Line has trailing spaces. 124
 Error design DesignForExtension Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. 128
 Error misc FinalParameters Parameter location should be final. 130
 Error coding HiddenField 'location' hides a field. 130
 Error design DesignForExtension Method 'withLocation' is not designed for extension - needs to be abstract, final or empty. 134
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Error misc FinalParameters Parameter location should be final. 134
 Error coding HiddenField 'location' hides a field. 134
 Error regexp RegexpSingleline Line has trailing spaces. 140
 Error design DesignForExtension Method 'getLink' is not designed for extension - needs to be abstract, final or empty. 144
 Error regexp RegexpSingleline Line has trailing spaces. 151
 Error design DesignForExtension Method 'setLink' is not designed for extension - needs to be abstract, final or empty. 155
 Error misc FinalParameters Parameter link should be final. 157
 Error coding HiddenField 'link' hides a field. 157
 Error design DesignForExtension Method 'withLink' is not designed for extension - needs to be abstract, final or empty. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 161
 Error misc FinalParameters Parameter link should be final. 161
 Error coding HiddenField 'link' hides a field. 161
 Error regexp RegexpSingleline Line has trailing spaces. 167
 Error design DesignForExtension Method 'getTwitterFollowing' is not designed for extension - needs to be abstract, final or empty. 171
 Error regexp RegexpSingleline Line has trailing spaces. 178
 Error design DesignForExtension Method 'setTwitterFollowing' is not designed for extension - needs to be abstract, final or empty. 182
 Error misc FinalParameters Parameter twitterFollowing should be final. 184
 Error coding HiddenField 'twitterFollowing' hides a field. 184
 Error design DesignForExtension Method 'withTwitterFollowing' is not designed for extension - needs to be abstract, final or empty. 188
 Error javadoc JavadocMethod Missing a Javadoc comment. 188
 Error misc FinalParameters Parameter twitterFollowing should be final. 188
 Error coding HiddenField 'twitterFollowing' hides a field. 188
 Error regexp RegexpSingleline Line has trailing spaces. 194
 Error design DesignForExtension Method 'getTwitterFollowers' is not designed for extension - needs to be abstract, final or empty. 198
 Error regexp RegexpSingleline Line has trailing spaces. 205
 Error design DesignForExtension Method 'setTwitterFollowers' is not designed for extension - needs to be abstract, final or empty. 209
 Error misc FinalParameters Parameter twitterFollowers should be final. 211
 Error coding HiddenField 'twitterFollowers' hides a field. 211
 Error design DesignForExtension Method 'withTwitterFollowers' is not designed for extension - needs to be abstract, final or empty. 215
 Error javadoc JavadocMethod Missing a Javadoc comment. 215
 Error misc FinalParameters Parameter twitterFollowers should be final. 215
 Error coding HiddenField 'twitterFollowers' hides a field. 215
 Error regexp RegexpSingleline Line has trailing spaces. 221
 Error design DesignForExtension Method 'getTweetid' is not designed for extension - needs to be abstract, final or empty. 225
 Error regexp RegexpSingleline Line has trailing spaces. 232
 Error design DesignForExtension Method 'setTweetid' is not designed for extension - needs to be abstract, final or empty. 236
 Error misc FinalParameters Parameter tweetid should be final. 238
 Error coding HiddenField 'tweetid' hides a field. 238
 Error design DesignForExtension Method 'withTweetid' is not designed for extension - needs to be abstract, final or empty. 242
 Error javadoc JavadocMethod Missing a Javadoc comment. 242
 Error misc FinalParameters Parameter tweetid should be final. 242
 Error coding HiddenField 'tweetid' hides a field. 242
 Error regexp RegexpSingleline Line has trailing spaces. 248
 Error design DesignForExtension Method 'getMediaType' is not designed for extension - needs to be abstract, final or empty. 252
 Error regexp RegexpSingleline Line has trailing spaces. 259
 Error design DesignForExtension Method 'setMediaType' is not designed for extension - needs to be abstract, final or empty. 263
 Error misc FinalParameters Parameter mediaType should be final. 265
 Error coding HiddenField 'mediaType' hides a field. 265
 Error design DesignForExtension Method 'withMediaType' is not designed for extension - needs to be abstract, final or empty. 269
 Error javadoc JavadocMethod Missing a Javadoc comment. 269
 Error misc FinalParameters Parameter mediaType should be final. 269
 Error coding HiddenField 'mediaType' hides a field. 269
 Error regexp RegexpSingleline Line has trailing spaces. 275
 Error design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 279
 Error regexp RegexpSingleline Line has trailing spaces. 286
 Error design DesignForExtension Method 'setContent' is not designed for extension - needs to be abstract, final or empty. 290
 Error misc FinalParameters Parameter content should be final. 292
 Error coding HiddenField 'content' hides a field. 292
 Error design DesignForExtension Method 'withContent' is not designed for extension - needs to be abstract, final or empty. 296
 Error javadoc JavadocMethod Missing a Javadoc comment. 296
 Error misc FinalParameters Parameter content should be final. 296
 Error coding HiddenField 'content' hides a field. 296
 Error regexp RegexpSingleline Line has trailing spaces. 302
 Error design DesignForExtension Method 'getDocid' is not designed for extension - needs to be abstract, final or empty. 306
 Error regexp RegexpSingleline Line has trailing spaces. 313
 Error design DesignForExtension Method 'setDocid' is not designed for extension - needs to be abstract, final or empty. 317
 Error misc FinalParameters Parameter docid should be final. 319
 Error coding HiddenField 'docid' hides a field. 319
 Error design DesignForExtension Method 'withDocid' is not designed for extension - needs to be abstract, final or empty. 323
 Error javadoc JavadocMethod Missing a Javadoc comment. 323
 Error misc FinalParameters Parameter docid should be final. 323
 Error coding HiddenField 'docid' hides a field. 323
 Error regexp RegexpSingleline Line has trailing spaces. 329
 Error design DesignForExtension Method 'getSentiment' is not designed for extension - needs to be abstract, final or empty. 333
 Error regexp RegexpSingleline Line has trailing spaces. 340
 Error design DesignForExtension Method 'setSentiment' is not designed for extension - needs to be abstract, final or empty. 344
 Error misc FinalParameters Parameter sentiment should be final. 346
 Error coding HiddenField 'sentiment' hides a field. 346
 Error design DesignForExtension Method 'withSentiment' is not designed for extension - needs to be abstract, final or empty. 350
 Error javadoc JavadocMethod Missing a Javadoc comment. 350
 Error misc FinalParameters Parameter sentiment should be final. 350
 Error coding HiddenField 'sentiment' hides a field. 350
 Error regexp RegexpSingleline Line has trailing spaces. 356
 Error design DesignForExtension Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 360
 Error regexp RegexpSingleline Line has trailing spaces. 367
 Error design DesignForExtension Method 'setTime' is not designed for extension - needs to be abstract, final or empty. 371
 Error misc FinalParameters Parameter time should be final. 373
 Error coding HiddenField 'time' hides a field. 373
 Error design DesignForExtension Method 'withTime' is not designed for extension - needs to be abstract, final or empty. 377
 Error javadoc JavadocMethod Missing a Javadoc comment. 377
 Error misc FinalParameters Parameter time should be final. 377
 Error coding HiddenField 'time' hides a field. 377
 Error regexp RegexpSingleline Line has trailing spaces. 383
 Error design DesignForExtension Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 387
 Error regexp RegexpSingleline Line has trailing spaces. 394
 Error design DesignForExtension Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 398
 Error misc FinalParameters Parameter title should be final. 400
 Error coding HiddenField 'title' hides a field. 400
 Error design DesignForExtension Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. 404
 Error javadoc JavadocMethod Missing a Javadoc comment. 404
 Error misc FinalParameters Parameter title should be final. 404
 Error coding HiddenField 'title' hides a field. 404
 Error regexp RegexpSingleline Line has trailing spaces. 410
 Error design DesignForExtension Method 'getTweetHbLink' is not designed for extension - needs to be abstract, final or empty. 414
 Error regexp RegexpSingleline Line has trailing spaces. 421
 Error design DesignForExtension Method 'setTweetHbLink' is not designed for extension - needs to be abstract, final or empty. 425
 Error misc FinalParameters Parameter tweetHbLink should be final. 427
 Error coding HiddenField 'tweetHbLink' hides a field. 427
 Error design DesignForExtension Method 'withTweetHbLink' is not designed for extension - needs to be abstract, final or empty. 431
 Error javadoc JavadocMethod Missing a Javadoc comment. 431
 Error misc FinalParameters Parameter tweetHbLink should be final. 431
 Error coding HiddenField 'tweetHbLink' hides a field. 431
 Error regexp RegexpSingleline Line has trailing spaces. 437
 Error design DesignForExtension Method 'getInfluenceLevel' is not designed for extension - needs to be abstract, final or empty. 441
 Error regexp RegexpSingleline Line has trailing spaces. 448
 Error design DesignForExtension Method 'setInfluenceLevel' is not designed for extension - needs to be abstract, final or empty. 452
 Error misc FinalParameters Parameter influenceLevel should be final. 454
 Error coding HiddenField 'influenceLevel' hides a field. 454
 Error design DesignForExtension Method 'withInfluenceLevel' is not designed for extension - needs to be abstract, final or empty. 458
 Error javadoc JavadocMethod Missing a Javadoc comment. 458
 Error misc FinalParameters Parameter influenceLevel should be final. 458
 Error coding HiddenField 'influenceLevel' hides a field. 458
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 463
 Error design DesignForExtension Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. 468
 Error javadoc JavadocMethod Missing a Javadoc comment. 468
 Error design DesignForExtension Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. 474
 Error javadoc JavadocMethod Missing a Javadoc comment. 474
 Error misc FinalParameters Parameter name should be final. 476
 Error misc FinalParameters Parameter value should be final. 476
 Error design DesignForExtension Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. 480
 Error javadoc JavadocMethod Missing a Javadoc comment. 480
 Error misc FinalParameters Parameter name should be final. 480
 Error misc FinalParameters Parameter value should be final. 480
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 485
 Error sizes LineLength Line is longer than 80 characters (found 333). 487
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 490
 Error misc FinalParameters Parameter other should be final. 491
 Error coding SimplifyBooleanExpression Expression can be simplified. 495
 Error sizes LineLength Line is longer than 80 characters (found 567). 499

org/apache/streams/sysomos/SysomosConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocStyle First sentence should end with a period. 40
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error sizes LineLength Line is longer than 80 characters (found 85). 65
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error design DesignForExtension Method 'getApiKey' is not designed for extension - needs to be abstract, final or empty. 72
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error design DesignForExtension Method 'setApiKey' is not designed for extension - needs to be abstract, final or empty. 83
 Error misc FinalParameters Parameter apiKey should be final. 85
 Error coding HiddenField 'apiKey' hides a field. 85
 Error design DesignForExtension Method 'withApiKey' is not designed for extension - needs to be abstract, final or empty. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Error misc FinalParameters Parameter apiKey should be final. 89
 Error coding HiddenField 'apiKey' hides a field. 89
 Error javadoc JavadocStyle First sentence should end with a period. 94
 Error regexp RegexpSingleline Line has trailing spaces. 96
 Error design DesignForExtension Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. 100
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Error regexp RegexpSingleline Line has trailing spaces. 108
 Error design DesignForExtension Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. 112
 Error misc FinalParameters Parameter endpoint should be final. 114
 Error coding HiddenField 'endpoint' hides a field. 114
 Error design DesignForExtension Method 'withEndpoint' is not designed for extension - needs to be abstract, final or empty. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error misc FinalParameters Parameter endpoint should be final. 118
 Error coding HiddenField 'endpoint' hides a field. 118
 Error regexp RegexpSingleline Line has trailing spaces. 124
 Error design DesignForExtension Method 'getHeartbeatIds' is not designed for extension - needs to be abstract, final or empty. 128
 Error regexp RegexpSingleline Line has trailing spaces. 135
 Error design DesignForExtension Method 'setHeartbeatIds' is not designed for extension - needs to be abstract, final or empty. 139
 Error misc FinalParameters Parameter heartbeatIds should be final. 141
 Error coding HiddenField 'heartbeatIds' hides a field. 141
 Error design DesignForExtension Method 'withHeartbeatIds' is not designed for extension - needs to be abstract, final or empty. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Error misc FinalParameters Parameter heartbeatIds should be final. 145
 Error coding HiddenField 'heartbeatIds' hides a field. 145
 Error regexp RegexpSingleline Line has trailing spaces. 151
 Error design DesignForExtension Method 'getMinDelayMs' is not designed for extension - needs to be abstract, final or empty. 155
 Error regexp RegexpSingleline Line has trailing spaces. 162
 Error design DesignForExtension Method 'setMinDelayMs' is not designed for extension - needs to be abstract, final or empty. 166
 Error misc FinalParameters Parameter minDelayMs should be final. 168
 Error coding HiddenField 'minDelayMs' hides a field. 168
 Error design DesignForExtension Method 'withMinDelayMs' is not designed for extension - needs to be abstract, final or empty. 172
 Error javadoc JavadocMethod Missing a Javadoc comment. 172
 Error misc FinalParameters Parameter minDelayMs should be final. 172
 Error coding HiddenField 'minDelayMs' hides a field. 172
 Error regexp RegexpSingleline Line has trailing spaces. 178
 Error design DesignForExtension Method 'getScheduledDelayMs' is not designed for extension - needs to be abstract, final or empty. 182
 Error regexp RegexpSingleline Line has trailing spaces. 189
 Error design DesignForExtension Method 'setScheduledDelayMs' is not designed for extension - needs to be abstract, final or empty. 193
 Error misc FinalParameters Parameter scheduledDelayMs should be final. 195
 Error coding HiddenField 'scheduledDelayMs' hides a field. 195
 Error design DesignForExtension Method 'withScheduledDelayMs' is not designed for extension - needs to be abstract, final or empty. 199
 Error javadoc JavadocMethod Missing a Javadoc comment. 199
 Error misc FinalParameters Parameter scheduledDelayMs should be final. 199
 Error coding HiddenField 'scheduledDelayMs' hides a field. 199
 Error regexp RegexpSingleline Line has trailing spaces. 205
 Error design DesignForExtension Method 'getMaxBatchSize' is not designed for extension - needs to be abstract, final or empty. 209
 Error regexp RegexpSingleline Line has trailing spaces. 216
 Error design DesignForExtension Method 'setMaxBatchSize' is not designed for extension - needs to be abstract, final or empty. 220
 Error misc FinalParameters Parameter maxBatchSize should be final. 222
 Error coding HiddenField 'maxBatchSize' hides a field. 222
 Error design DesignForExtension Method 'withMaxBatchSize' is not designed for extension - needs to be abstract, final or empty. 226
 Error javadoc JavadocMethod Missing a Javadoc comment. 226
 Error misc FinalParameters Parameter maxBatchSize should be final. 226
 Error coding HiddenField 'maxBatchSize' hides a field. 226
 Error regexp RegexpSingleline Line has trailing spaces. 232
 Error design DesignForExtension Method 'getApiBatchSize' is not designed for extension - needs to be abstract, final or empty. 236
 Error regexp RegexpSingleline Line has trailing spaces. 243
 Error design DesignForExtension Method 'setApiBatchSize' is not designed for extension - needs to be abstract, final or empty. 247
 Error misc FinalParameters Parameter apiBatchSize should be final. 249
 Error coding HiddenField 'apiBatchSize' hides a field. 249
 Error design DesignForExtension Method 'withApiBatchSize' is not designed for extension - needs to be abstract, final or empty. 253
 Error javadoc JavadocMethod Missing a Javadoc comment. 253
 Error misc FinalParameters Parameter apiBatchSize should be final. 253
 Error coding HiddenField 'apiBatchSize' hides a field. 253
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 258
 Error design DesignForExtension Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. 263
 Error javadoc JavadocMethod Missing a Javadoc comment. 263
 Error design DesignForExtension Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. 269
 Error javadoc JavadocMethod Missing a Javadoc comment. 269
 Error misc FinalParameters Parameter name should be final. 271
 Error misc FinalParameters Parameter value should be final. 271
 Error sizes LineLength Line is longer than 80 characters (found 83). 275
 Error design DesignForExtension Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. 275
 Error javadoc JavadocMethod Missing a Javadoc comment. 275
 Error misc FinalParameters Parameter name should be final. 275
 Error misc FinalParameters Parameter value should be final. 275
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 280
 Error sizes LineLength Line is longer than 80 characters (found 218). 282
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 285
 Error misc FinalParameters Parameter other should be final. 286
 Error coding SimplifyBooleanExpression Expression can be simplified. 290
 Error sizes LineLength Line is longer than 80 characters (found 358). 294

org/apache/streams/sysomos/SysomosException.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocMethod Missing a Javadoc comment. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Error misc FinalParameters Parameter arg0 should be final. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error misc FinalParameters Parameter arg0 should be final. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Error misc FinalParameters Parameter arg0 should be final. 43
 Error misc FinalParameters Parameter arg1 should be final. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error misc FinalParameters Parameter arg0 should be final. 48
 Error misc FinalParameters Parameter errorCode should be final. 48
 Error coding HiddenField 'errorCode' hides a field. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Error misc FinalParameters Parameter arg0 should be final. 53
 Error misc FinalParameters Parameter arg1 should be final. 53
 Error misc FinalParameters Parameter errorCode should be final. 53
 Error coding HiddenField 'errorCode' hides a field. 53
 Error design DesignForExtension Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 58

org/apache/streams/sysomos/conversion/SysomosBeatActivityConverter.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error sizes LineLength Line is longer than 80 characters (found 83). 36
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error sizes LineLength Line is longer than 80 characters (found 130). 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Error design DesignForExtension Method 'convert' is not designed for extension - needs to be abstract, final or empty. 53
 Error misc FinalParameters Parameter beat should be final. 53
 Error sizes LineLength Line is longer than 80 characters (found 93). 62
 Error design DesignForExtension Method 'setChannelSpecificValues' is not designed for extension - needs to be abstract, final or empty. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Error misc FinalParameters Parameter beat should be final. 77
 Error sizes LineLength Line is longer than 80 characters (found 82). 78
 Error misc FinalParameters Parameter converted should be final. 78
 Error misc FinalParameters Parameter mappedTags should be final. 78
 Error sizes LineLength Line is longer than 80 characters (found 92). 90
 Error coding AvoidInlineConditionals Avoid inline conditionals. 90
 Error sizes LineLength Line is longer than 80 characters (found 107). 95
 Error sizes LineLength Line is longer than 80 characters (found 107). 101
 Error sizes LineLength Line is longer than 80 characters (found 117). 105
 Error design DesignForExtension Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Error misc FinalParameters Parameter mappedTags should be final. 105
 Error misc FinalParameters Parameter extensions should be final. 105
 Error sizes LineLength Line is longer than 80 characters (found 82). 107
 Error design DesignForExtension Method 'setObject' is not designed for extension - needs to be abstract, final or empty. 111
 Error javadoc JavadocMethod Missing a Javadoc comment. 111
 Error misc FinalParameters Parameter beat should be final. 111
 Error misc FinalParameters Parameter converted should be final. 111
 Error design DesignForExtension Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error sizes LineLength Line is longer than 80 characters (found 94). 119
 Error misc FinalParameters Parameter beat should be final. 119
 Error misc FinalParameters Parameter extensions should be final. 119
 Error sizes LineLength Line is longer than 80 characters (found 82). 133
 Error design DesignForExtension Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. 133
 Error javadoc JavadocMethod Missing a Javadoc comment. 133
 Error misc FinalParameters Parameter beat should be final. 133
 Error misc FinalParameters Parameter converted should be final. 133
 Error sizes LineLength Line is longer than 80 characters (found 96). 141
 Error design DesignForExtension Method 'mapTags' is not designed for extension - needs to be abstract, final or empty. 141
 Error javadoc JavadocMethod Missing a Javadoc comment. 141
 Error misc FinalParameters Parameter beat should be final. 141

org/apache/streams/sysomos/data/HeartbeatInfo.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error misc FinalParameters Parameter xmlString should be final. 47
 Error sizes LineLength Line is longer than 80 characters (found 104). 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Error sizes LineLength Line is longer than 80 characters (found 83). 61
 Error sizes LineLength Line is longer than 80 characters (found 91). 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Error misc FinalParameters Parameter tag should be final. 87
 Error sizes LineLength Line is longer than 80 characters (found 131). 89
 Error sizes LineLength Line is longer than 80 characters (found 81). 90
 Error design DesignForExtension Method 'hasTagName' is not designed for extension - needs to be abstract, final or empty. 108
 Error misc FinalParameters Parameter tagName should be final. 108
 Error design DesignForExtension Method 'getTagWithTagName' is not designed for extension - needs to be abstract, final or empty. 122
 Error misc FinalParameters Parameter tagName should be final. 122

org/apache/streams/sysomos/data/SysomosTagDefinition.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 119). 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error misc FinalParameters Parameter tagName should be final. 39
 Error coding HiddenField 'tagName' hides a field. 39
 Error misc FinalParameters Parameter displayName should be final. 39
 Error coding HiddenField 'displayName' hides a field. 39
 Error design DesignForExtension Method 'getTagName' is not designed for extension - needs to be abstract, final or empty. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error design DesignForExtension Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error design DesignForExtension Method 'getQueries' is not designed for extension - needs to be abstract, final or empty. 57
 Error design DesignForExtension Method 'addQuery' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error misc FinalParameters Parameter query should be final. 63
 Error design DesignForExtension Method 'hasTagName' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Error misc FinalParameters Parameter tagName should be final. 67
 Error coding HiddenField 'tagName' hides a field. 67
 Error design DesignForExtension Method 'hasQuery' is not designed for extension - needs to be abstract, final or empty. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error misc FinalParameters Parameter query should be final. 71
 Error design DesignForExtension Method 'hasDisplayName' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Error misc FinalParameters Parameter displayName should be final. 75
 Error coding HiddenField 'displayName' hides a field. 75
 Error coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 79
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 79
 Error misc FinalParameters Parameter object should be final. 80

org/apache/streams/sysomos/processor/SysomosTypeConverter.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 42
 Error design DesignForExtension Method 'process' is not designed for extension - needs to be abstract, final or empty. 47
 Error misc FinalParameters Parameter entry should be final. 48
 Error sizes LineLength Line is longer than 80 characters (found 91). 50
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 50
 Error design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 57
 Error misc FinalParameters Parameter configurationObject should be final. 58

org/apache/streams/sysomos/provider/AbstractRequestBuilder.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 93). 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error sizes LineLength Line is longer than 80 characters (found 84). 43
 Error javadoc JavadocMethod Expected an @return tag. 45
 Error design DesignForExtension Method 'execute' is not designed for extension - needs to be abstract, final or empty. 45
 Error sizes LineLength Line is longer than 80 characters (found 88). 51

org/apache/streams/sysomos/provider/ContentRequestBuilder.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 82). 31
 Error sizes LineLength Line is longer than 80 characters (found 90). 34
 Error sizes LineLength Line is longer than 80 characters (found 93). 37
 Error sizes LineLength Line is longer than 80 characters (found 92). 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error sizes LineLength Line is longer than 80 characters (found 86). 55
 Error misc FinalParameters Parameter baseUrl should be final. 59
 Error coding HiddenField 'baseUrl' hides a field. 59
 Error misc FinalParameters Parameter apiKey should be final. 59
 Error coding HiddenField 'apiKey' hides a field. 59
 Error design DesignForExtension Method 'getRequestUrl' is not designed for extension - needs to be abstract, final or empty. 68
 Error sizes LineLength Line is longer than 80 characters (found 97). 98
 Error design DesignForExtension Method 'setHeartBeatId' is not designed for extension - needs to be abstract, final or empty. 102
 Error misc FinalParameters Parameter hid should be final. 103
 Error coding HiddenField 'hid' hides a field. 103
 Error design DesignForExtension Method 'setHeartBeatId' is not designed for extension - needs to be abstract, final or empty. 107
 Error misc FinalParameters Parameter hid should be final. 108
 Error coding HiddenField 'hid' hides a field. 108
 Error design DesignForExtension Method 'setAddedAfterDate' is not designed for extension - needs to be abstract, final or empty. 113
 Error misc FinalParameters Parameter afterDate should be final. 114
 Error design DesignForExtension Method 'setAddedBeforeDate' is not designed for extension - needs to be abstract, final or empty. 119
 Error misc FinalParameters Parameter beforeDate should be final. 120
 Error design DesignForExtension Method 'setReturnSetSize' is not designed for extension - needs to be abstract, final or empty. 125
 Error misc FinalParameters Parameter size should be final. 126
 Error coding HiddenField 'size' hides a field. 126
 Error design DesignForExtension Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. 131
 Error misc FinalParameters Parameter offset should be final. 132
 Error coding HiddenField 'offset' hides a field. 132

org/apache/streams/sysomos/provider/RequestBuilder.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 99). 28
 Error sizes LineLength Line is longer than 80 characters (found 93). 34
 Error sizes LineLength Line is longer than 80 characters (found 95). 42
 Error sizes LineLength Line is longer than 80 characters (found 85). 57
 Error javadoc JavadocStyle First sentence should end with a period. 93
 Error sizes LineLength Line is longer than 80 characters (found 83). 94
 Error javadoc JavadocMethod Expected an @return tag. 96

org/apache/streams/sysomos/provider/SysomosClient.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error sizes LineLength Line is longer than 80 characters (found 121). 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error misc FinalParameters Parameter apiKey should be final. 36
 Error coding HiddenField 'apiKey' hides a field. 36
 Error design DesignForExtension Method 'createRequestBuilder' is not designed for extension - needs to be abstract, final or empty. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 40

org/apache/streams/sysomos/provider/SysomosHeartbeatStream.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Error sizes LineLength Line is longer than 80 characters (found 100). 30
 Error javadoc JavadocType Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error sizes LineLength Line is longer than 80 characters (found 93). 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error misc FinalParameters Parameter provider should be final. 52
 Error coding HiddenField 'provider' hides a field. 52
 Error misc FinalParameters Parameter heartbeatId should be final. 52
 Error coding HiddenField 'heartbeatId' hides a field. 52
 Error sizes LineLength Line is longer than 80 characters (found 120). 63
 Error misc FinalParameters Parameter provider should be final. 63
 Error coding HiddenField 'provider' hides a field. 63
 Error misc FinalParameters Parameter heartbeatId should be final. 63
 Error coding HiddenField 'heartbeatId' hides a field. 63
 Error misc FinalParameters Parameter beforeTime should be final. 63
 Error coding HiddenField 'beforeTime' hides a field. 63
 Error misc FinalParameters Parameter afterTime should be final. 63
 Error coding HiddenField 'afterTime' hides a field. 63
 Error sizes LineLength Line is longer than 80 characters (found 98). 75
 Error misc FinalParameters Parameter provider should be final. 75
 Error coding HiddenField 'provider' hides a field. 75
 Error misc FinalParameters Parameter heartbeatId should be final. 75
 Error coding HiddenField 'heartbeatId' hides a field. 75
 Error misc FinalParameters Parameter documentId should be final. 75
 Error sizes LineLength Line is longer than 80 characters (found 99). 86
 Error misc FinalParameters Parameter provider should be final. 86
 Error coding HiddenField 'provider' hides a field. 86
 Error misc FinalParameters Parameter heartbeatId should be final. 86
 Error coding HiddenField 'heartbeatId' hides a field. 86
 Error misc FinalParameters Parameter mode should be final. 86
 Error coding HiddenField 'mode' hides a field. 86
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 96
 Error design DesignForExtension Method 'executeRun' is not designed for extension - needs to be abstract, final or empty. 106
 Error javadoc JavadocMethod Missing a Javadoc comment. 106
 Error sizes LineLength Line is longer than 80 characters (found 95). 111
 Error sizes LineLength Line is longer than 80 characters (found 114). 113
 Error sizes LineLength Line is longer than 80 characters (found 99). 116
 Error sizes LineLength Line is longer than 80 characters (found 114). 117
 Error sizes LineLength Line is longer than 80 characters (found 106). 126
 Error sizes LineLength Line is longer than 80 characters (found 91). 129
 Error design DesignForExtension Method 'updateState' is not designed for extension - needs to be abstract, final or empty. 129
 Error javadoc JavadocMethod Missing a Javadoc comment. 129
 Error misc FinalParameters Parameter result should be final. 129
 Error misc FinalParameters Parameter mostCurrentId should be final. 129
 Error misc FinalParameters Parameter totalDocCount should be final. 129
 Error sizes LineLength Line is longer than 80 characters (found 114). 131
 Error coding AvoidInlineConditionals Avoid inline conditionals. 133
 Error sizes LineLength Line is longer than 80 characters (found 84). 135
 Error coding AvoidInlineConditionals Avoid inline conditionals. 136
 Error sizes LineLength Line is longer than 80 characters (found 81). 139
 Error sizes LineLength Line is longer than 80 characters (found 135). 141
 Error coding AvoidInlineConditionals Avoid inline conditionals. 141
 Error design DesignForExtension Method 'updateOffset' is not designed for extension - needs to be abstract, final or empty. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Error misc FinalParameters Parameter result should be final. 145
 Error sizes LineLength Line is longer than 80 characters (found 81). 147
 Error sizes LineLength Line is longer than 80 characters (found 85). 148
 Error coding AvoidInlineConditionals Avoid inline conditionals. 148
 Error coding AvoidInlineConditionals Avoid inline conditionals. 150
 Error design DesignForExtension Method 'sleep' is not designed for extension - needs to be abstract, final or empty. 157
 Error javadoc JavadocMethod Missing a Javadoc comment. 157
 Error design DesignForExtension Method 'queryApi' is not designed for extension - needs to be abstract, final or empty. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Error sizes LineLength Line is longer than 80 characters (found 97). 175
 Error design DesignForExtension Method 'executeApiRequest' is not designed for extension - needs to be abstract, final or empty. 193
 Error javadoc JavadocMethod Missing a Javadoc comment. 193
 Error design DesignForExtension Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. 217
 Error javadoc JavadocMethod Missing a Javadoc comment. 217
 Error javadoc JavadocType Missing a Javadoc comment. 222
 Error javadoc JavadocVariable Missing a Javadoc comment. 223
 Error javadoc JavadocVariable Missing a Javadoc comment. 224
 Error javadoc JavadocVariable Missing a Javadoc comment. 225
 Error sizes LineLength Line is longer than 80 characters (found 83). 228
 Error javadoc JavadocMethod Missing a Javadoc comment. 228
 Error misc FinalParameters Parameter matchedLastId should be final. 228
 Error coding HiddenField 'matchedLastId' hides a field. 228
 Error misc FinalParameters Parameter currentId should be final. 228
 Error coding HiddenField 'currentId' hides a field. 228
 Error misc FinalParameters Parameter responseSize should be final. 228
 Error coding HiddenField 'responseSize' hides a field. 228
 Error design DesignForExtension Method 'isMatchedLastId' is not designed for extension - needs to be abstract, final or empty. 234
 Error javadoc JavadocMethod Missing a Javadoc comment. 234
 Error design DesignForExtension Method 'setMatchedLastId' is not designed for extension - needs to be abstract, final or empty. 238
 Error javadoc JavadocMethod Missing a Javadoc comment. 238
 Error misc FinalParameters Parameter matchedLastId should be final. 238
 Error coding HiddenField 'matchedLastId' hides a field. 238
 Error design DesignForExtension Method 'getCurrentId' is not designed for extension - needs to be abstract, final or empty. 242
 Error javadoc JavadocMethod Missing a Javadoc comment. 242
 Error design DesignForExtension Method 'setCurrentId' is not designed for extension - needs to be abstract, final or empty. 246
 Error javadoc JavadocMethod Missing a Javadoc comment. 246
 Error misc FinalParameters Parameter currentId should be final. 246
 Error coding HiddenField 'currentId' hides a field. 246
 Error design DesignForExtension Method 'getResponseSize' is not designed for extension - needs to be abstract, final or empty. 250
 Error javadoc JavadocMethod Missing a Javadoc comment. 250
 Error design DesignForExtension Method 'setResponseSize' is not designed for extension - needs to be abstract, final or empty. 254
 Error javadoc JavadocMethod Missing a Javadoc comment. 254
 Error misc FinalParameters Parameter responseSize should be final. 254
 Error coding HiddenField 'responseSize' hides a field. 254

org/apache/streams/sysomos/provider/SysomosProvider.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 114). 66
 Error sizes LineLength Line is longer than 80 characters (found 87). 67
 Error sizes LineLength Line is longer than 80 characters (found 115). 69
 Error sizes LineLength Line is longer than 80 characters (found 118). 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error sizes LineLength Line is longer than 80 characters (found 109). 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error sizes LineLength Line is longer than 80 characters (found 92). 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error sizes LineLength Line is longer than 80 characters (found 91). 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error sizes LineLength Line is longer than 80 characters (found 86). 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error design VisibilityModifier Variable 'providerQueue' must be private and have accessor methods. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Error misc FinalParameters Parameter sysomosConfiguration should be final. 103
 Error sizes LineLength Line is longer than 80 characters (found 131). 106
 Error coding AvoidInlineConditionals Avoid inline conditionals. 106
 Error sizes LineLength Line is longer than 80 characters (found 116). 107
 Error coding AvoidInlineConditionals Avoid inline conditionals. 107
 Error coding AvoidInlineConditionals Avoid inline conditionals. 109
 Error coding MagicNumber '15' is a magic number. 109
 Error sizes LineLength Line is longer than 80 characters (found 126). 110
 Error coding AvoidInlineConditionals Avoid inline conditionals. 110
 Error javadoc JavadocStyle First sentence should end with a period. 114
 Error sizes LineLength Line is longer than 80 characters (found 122). 121
 Error misc FinalParameters Parameter args should be final. 125
 Error sizes LineLength Line is longer than 80 characters (found 125). 135
 Error sizes LineLength Line is longer than 80 characters (found 98). 139
 Error sizes LineLength Line is longer than 80 characters (found 127). 140
 Error sizes LineLength Line is longer than 80 characters (found 101). 145
 Error sizes LineLength Line is longer than 80 characters (found 111). 149
 Error design DesignForExtension Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. 165
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Error design DesignForExtension Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. 169
 Error javadoc JavadocMethod Missing a Javadoc comment. 169
 Error misc FinalParameters Parameter config should be final. 169
 Error coding HiddenField 'config' hides a field. 169
 Error design DesignForExtension Method 'getMode' is not designed for extension - needs to be abstract, final or empty. 173
 Error javadoc JavadocMethod Missing a Javadoc comment. 173
 Error design DesignForExtension Method 'getMinLatency' is not designed for extension - needs to be abstract, final or empty. 177
 Error javadoc JavadocMethod Missing a Javadoc comment. 177
 Error design DesignForExtension Method 'getMaxApiBatch' is not designed for extension - needs to be abstract, final or empty. 181
 Error javadoc JavadocMethod Missing a Javadoc comment. 181
 Error design DesignForExtension Method 'getClient' is not designed for extension - needs to be abstract, final or empty. 185
 Error javadoc JavadocMethod Missing a Javadoc comment. 185
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 189
 Error design DesignForExtension Method 'startStream' is not designed for extension - needs to be abstract, final or empty. 194
 Error sizes LineLength Line is longer than 80 characters (found 90). 199
 Error sizes LineLength Line is longer than 80 characters (found 93). 202
 Error design DesignForExtension Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. 209
 Error sizes LineLength Line is longer than 80 characters (found 81). 214
 Error design DesignForExtension Method 'readNew' is not designed for extension - needs to be abstract, final or empty. 225
 Error misc FinalParameters Parameter bigInteger should be final. 226
 Error design DesignForExtension Method 'readRange' is not designed for extension - needs to be abstract, final or empty. 230
 Error misc FinalParameters Parameter dateTime should be final. 231
 Error misc FinalParameters Parameter dateTime2 should be final. 231
 Error sizes LineLength Line is longer than 80 characters (found 116). 235
 Error design DesignForExtension Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. 237
 Error sizes LineLength Line is longer than 80 characters (found 82). 240
 Error design DesignForExtension Method 'prepare' is not designed for extension - needs to be abstract, final or empty. 245
 Error misc FinalParameters Parameter configurationObject should be final. 246
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 249
 Error sizes LineLength Line is longer than 80 characters (found 113). 251
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 251
 Error design DesignForExtension Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. 255
 Error coding MagicNumber '60' is a magic number. 260
 Error coding MagicNumber '60' is a magic number. 263
 Error design DesignForExtension Method 'signalComplete' is not designed for extension - needs to be abstract, final or empty. 279
 Error misc FinalParameters Parameter heartbeatId should be final. 279
 Error design DesignForExtension Method 'enqueueItem' is not designed for extension - needs to be abstract, final or empty. 292
 Error javadoc JavadocMethod Missing a Javadoc comment. 292
 Error misc FinalParameters Parameter datum should be final. 292
 Error sizes LineLength Line is longer than 80 characters (found 101). 296
 Error design DesignForExtension Method 'createStream' is not designed for extension - needs to be abstract, final or empty. 307
 Error javadoc JavadocMethod Missing a Javadoc comment. 307
 Error misc FinalParameters Parameter heartbeatId should be final. 307
 Error sizes LineLength Line is longer than 80 characters (found 118). 308
 Error coding AvoidInlineConditionals Avoid inline conditionals. 308
 Error sizes LineLength Line is longer than 80 characters (found 122). 309
 Error coding AvoidInlineConditionals Avoid inline conditionals. 309
 Error sizes LineLength Line is longer than 80 characters (found 89). 312
 Error sizes LineLength Line is longer than 80 characters (found 134). 316
 Error sizes LineLength Line is longer than 80 characters (found 103). 318
 Error sizes LineLength Line is longer than 80 characters (found 104). 325
 Error design DesignForExtension Method 'pauseForSpace' is not designed for extension - needs to be abstract, final or empty. 327
 Error coding MagicNumber '100' is a magic number. 331
 Error design DesignForExtension Method 'extractConfigFromMap' is not designed for extension - needs to be abstract, final or empty. 339
 Error javadoc JavadocMethod Missing a Javadoc comment. 339
 Error misc FinalParameters Parameter configMap should be final. 340
 Error sizes LineLength Line is longer than 80 characters (found 131). 344
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 346
 Error sizes LineLength Line is longer than 80 characters (found 129). 351
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 354
 Error sizes LineLength Line is longer than 80 characters (found 132). 359
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 362
 Error sizes LineLength Line is longer than 80 characters (found 133). 367
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 370
 Error javadoc JavadocMethod Missing a Javadoc comment. 374
 Error design DesignForExtension Method 'getCount' is not designed for extension - needs to be abstract, final or empty. 378
 Error javadoc JavadocMethod Missing a Javadoc comment. 378
 Error javadoc JavadocType Missing a Javadoc comment. 382
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 382
 Error javadoc JavadocVariable Missing a Javadoc comment. 382
 Error javadoc JavadocVariable Missing a Javadoc comment. 382
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 382

org/apache/streams/sysomos/util/SysomosUtils.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error design FinalClass Class SysomosUtils should be declared as final. 42
 Error sizes LineLength Line is longer than 80 characters (found 83). 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error sizes LineLength Line is longer than 80 characters (found 133). 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 49
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 49
 Error misc FinalParameters Parameter url should be final. 57