Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
20 0 0 1179

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 99  Error
FinalClass 1  Error
HideUtilityClassConstructor 1  Error
VisibilityModifier 36  Error
javadoc JavadocMethod 104  Error
JavadocPackage 8  Error
JavadocStyle 17  Error
JavadocType 8  Error
JavadocVariable 130  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 221  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 Class 'Adapter1' looks like designed for extension (can be subclassed), but the method 'unmarshal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Adapter1' final or making the method 'unmarshal' static/final/abstract/empty, or adding allowed annotation for the method. 19
 Error javadoc JavadocMethod Missing a Javadoc comment. 19
 Error misc FinalParameters Parameter value should be final. 19
 Error design DesignForExtension Class 'Adapter1' looks like designed for extension (can be subclassed), but the method 'marshal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Adapter1' final or making the method 'marshal' static/final/abstract/empty, or adding allowed annotation for the method. 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 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 regexp RegexpSingleline Line has trailing spaces. 163
 Error regexp RegexpSingleline Line has trailing spaces. 167
 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 regexp RegexpSingleline Line has trailing spaces. 187
 Error regexp RegexpSingleline Line has trailing spaces. 191
 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 regexp RegexpSingleline Line has trailing spaces. 211
 Error regexp RegexpSingleline Line has trailing spaces. 215
 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 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 regexp RegexpSingleline Line has trailing spaces. 289
 Error regexp RegexpSingleline Line has trailing spaces. 293
 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 regexp RegexpSingleline Line has trailing spaces. 313
 Error regexp RegexpSingleline Line has trailing spaces. 317
 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 regexp RegexpSingleline Line has trailing spaces. 337
 Error regexp RegexpSingleline Line has trailing spaces. 341
 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 regexp RegexpSingleline Line has trailing spaces. 361
 Error regexp RegexpSingleline Line has trailing spaces. 365
 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 regexp RegexpSingleline Line has trailing spaces. 381
 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 regexp RegexpSingleline Line has trailing spaces. 397
 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 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 regexp RegexpSingleline Line has trailing spaces. 519
 Error javadoc JavadocMethod Expected an @return tag. 521
 Error regexp RegexpSingleline Line has trailing spaces. 527
 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 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 regexp RegexpSingleline Line has trailing spaces. 664
 Error regexp RegexpSingleline Line has trailing spaces. 668
 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 regexp RegexpSingleline Line has trailing spaces. 688
 Error regexp RegexpSingleline Line has trailing spaces. 692
 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 regexp RegexpSingleline Line has trailing spaces. 712
 Error regexp RegexpSingleline Line has trailing spaces. 716
 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 regexp RegexpSingleline Line has trailing spaces. 736
 Error regexp RegexpSingleline Line has trailing spaces. 740
 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 regexp RegexpSingleline Line has trailing spaces. 760
 Error regexp RegexpSingleline Line has trailing spaces. 764
 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 regexp RegexpSingleline Line has trailing spaces. 784
 Error regexp RegexpSingleline Line has trailing spaces. 788
 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 regexp RegexpSingleline Line has trailing spaces. 808
 Error regexp RegexpSingleline Line has trailing spaces. 812
 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 regexp RegexpSingleline Line has trailing spaces. 832
 Error regexp RegexpSingleline Line has trailing spaces. 836
 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 regexp RegexpSingleline Line has trailing spaces. 856
 Error regexp RegexpSingleline Line has trailing spaces. 860
 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 regexp RegexpSingleline Line has trailing spaces. 880
 Error regexp RegexpSingleline Line has trailing spaces. 884
 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 regexp RegexpSingleline Line has trailing spaces. 904
 Error regexp RegexpSingleline Line has trailing spaces. 908
 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 regexp RegexpSingleline Line has trailing spaces. 945
 Error regexp RegexpSingleline Line has trailing spaces. 949
 Error regexp RegexpSingleline Line has trailing spaces. 957
 Error regexp RegexpSingleline Line has trailing spaces. 961
 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 regexp RegexpSingleline Line has trailing spaces. 981
 Error regexp RegexpSingleline Line has trailing spaces. 985
 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 regexp RegexpSingleline Line has trailing spaces. 1005
 Error regexp RegexpSingleline Line has trailing spaces. 1009
 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 regexp RegexpSingleline Line has trailing spaces. 1029
 Error regexp RegexpSingleline Line has trailing spaces. 1033
 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 regexp RegexpSingleline Line has trailing spaces. 1053
 Error regexp RegexpSingleline Line has trailing spaces. 1057
 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 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 regexp RegexpSingleline Line has trailing spaces. 1113
 Error regexp RegexpSingleline Line has trailing spaces. 1117
 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 regexp RegexpSingleline Line has trailing spaces. 1137
 Error regexp RegexpSingleline Line has trailing spaces. 1141
 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 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 regexp RegexpSingleline Line has trailing spaces. 1202
 Error regexp RegexpSingleline Line has trailing spaces. 1206
 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 regexp RegexpSingleline Line has trailing spaces. 1226
 Error regexp RegexpSingleline Line has trailing spaces. 1230
 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 regexp RegexpSingleline Line has trailing spaces. 1250
 Error regexp RegexpSingleline Line has trailing spaces. 1254
 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 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 regexp RegexpSingleline Line has trailing spaces. 1311
 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 regexp RegexpSingleline Line has trailing spaces. 1331
 Error regexp RegexpSingleline Line has trailing spaces. 1335
 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 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 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 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 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 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 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

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 JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 17
 Error javadoc JavadocVariable Missing a Javadoc comment. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error sizes LineLength Line is longer than 80 characters (found 85). 30
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error misc FinalParameters Parameter locationString should be final. 48
 Error coding HiddenField 'locationString' hides a field. 48
 Error design DesignForExtension Class 'Location' looks like designed for extension (can be subclassed), but the method 'withLocationString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withLocationString' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error misc FinalParameters Parameter locationString should be final. 52
 Error coding HiddenField 'locationString' hides a field. 52
 Error regexp RegexpSingleline Line has trailing spaces. 58
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error misc FinalParameters Parameter country should be final. 73
 Error coding HiddenField 'country' hides a field. 73
 Error design DesignForExtension Class 'Location' looks like designed for extension (can be subclassed), but the method 'withCountry' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withCountry' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Error misc FinalParameters Parameter country should be final. 77
 Error coding HiddenField 'country' hides a field. 77
 Error design DesignForExtension Class 'Location' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error design DesignForExtension Class 'Location' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Error design DesignForExtension Class 'Location' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Error misc FinalParameters Parameter name should be final. 93
 Error misc FinalParameters Parameter value should be final. 93
 Error design DesignForExtension Class 'Location' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Error misc FinalParameters Parameter name should be final. 97
 Error misc FinalParameters Parameter value should be final. 97
 Error design DesignForExtension Class 'Location' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 102
 Error sizes LineLength Line is longer than 80 characters (found 118). 104
 Error design DesignForExtension Class 'Location' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 107
 Error misc FinalParameters Parameter other should be final. 108
 Error coding SimplifyBooleanExpression Expression can be simplified. 112
 Error sizes LineLength Line is longer than 80 characters (found 173). 116

org/apache/streams/sysomos/Sysomos.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 18
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error sizes LineLength Line is longer than 80 characters (found 85). 68
 Error regexp RegexpSingleline Line has trailing spaces. 71
 Error regexp RegexpSingleline Line has trailing spaces. 81
 Error misc FinalParameters Parameter tweetJsonLink should be final. 86
 Error coding HiddenField 'tweetJsonLink' hides a field. 86
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withTweetJsonLink' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withTweetJsonLink' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Error misc FinalParameters Parameter tweetJsonLink should be final. 90
 Error coding HiddenField 'tweetJsonLink' hides a field. 90
 Error regexp RegexpSingleline Line has trailing spaces. 96
 Error regexp RegexpSingleline Line has trailing spaces. 106
 Error misc FinalParameters Parameter location should be final. 111
 Error coding HiddenField 'location' hides a field. 111
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withLocation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withLocation' static/final/abstract/empty, or adding allowed annotation for the method. 115
 Error javadoc JavadocMethod Missing a Javadoc comment. 115
 Error misc FinalParameters Parameter location should be final. 115
 Error coding HiddenField 'location' hides a field. 115
 Error regexp RegexpSingleline Line has trailing spaces. 121
 Error regexp RegexpSingleline Line has trailing spaces. 131
 Error misc FinalParameters Parameter link should be final. 136
 Error coding HiddenField 'link' hides a field. 136
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withLink' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withLink' static/final/abstract/empty, or adding allowed annotation for the method. 140
 Error javadoc JavadocMethod Missing a Javadoc comment. 140
 Error misc FinalParameters Parameter link should be final. 140
 Error coding HiddenField 'link' hides a field. 140
 Error regexp RegexpSingleline Line has trailing spaces. 146
 Error regexp RegexpSingleline Line has trailing spaces. 156
 Error misc FinalParameters Parameter twitterFollowing should be final. 161
 Error coding HiddenField 'twitterFollowing' hides a field. 161
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withTwitterFollowing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withTwitterFollowing' static/final/abstract/empty, or adding allowed annotation for the method. 165
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Error misc FinalParameters Parameter twitterFollowing should be final. 165
 Error coding HiddenField 'twitterFollowing' hides a field. 165
 Error regexp RegexpSingleline Line has trailing spaces. 171
 Error regexp RegexpSingleline Line has trailing spaces. 181
 Error misc FinalParameters Parameter twitterFollowers should be final. 186
 Error coding HiddenField 'twitterFollowers' hides a field. 186
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withTwitterFollowers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withTwitterFollowers' static/final/abstract/empty, or adding allowed annotation for the method. 190
 Error javadoc JavadocMethod Missing a Javadoc comment. 190
 Error misc FinalParameters Parameter twitterFollowers should be final. 190
 Error coding HiddenField 'twitterFollowers' hides a field. 190
 Error regexp RegexpSingleline Line has trailing spaces. 196
 Error regexp RegexpSingleline Line has trailing spaces. 206
 Error misc FinalParameters Parameter tweetid should be final. 211
 Error coding HiddenField 'tweetid' hides a field. 211
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withTweetid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withTweetid' static/final/abstract/empty, or adding allowed annotation for the method. 215
 Error javadoc JavadocMethod Missing a Javadoc comment. 215
 Error misc FinalParameters Parameter tweetid should be final. 215
 Error coding HiddenField 'tweetid' hides a field. 215
 Error regexp RegexpSingleline Line has trailing spaces. 221
 Error regexp RegexpSingleline Line has trailing spaces. 231
 Error misc FinalParameters Parameter mediaType should be final. 236
 Error coding HiddenField 'mediaType' hides a field. 236
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withMediaType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withMediaType' static/final/abstract/empty, or adding allowed annotation for the method. 240
 Error javadoc JavadocMethod Missing a Javadoc comment. 240
 Error misc FinalParameters Parameter mediaType should be final. 240
 Error coding HiddenField 'mediaType' hides a field. 240
 Error regexp RegexpSingleline Line has trailing spaces. 246
 Error regexp RegexpSingleline Line has trailing spaces. 256
 Error misc FinalParameters Parameter content should be final. 261
 Error coding HiddenField 'content' hides a field. 261
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withContent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withContent' static/final/abstract/empty, or adding allowed annotation for the method. 265
 Error javadoc JavadocMethod Missing a Javadoc comment. 265
 Error misc FinalParameters Parameter content should be final. 265
 Error coding HiddenField 'content' hides a field. 265
 Error regexp RegexpSingleline Line has trailing spaces. 271
 Error regexp RegexpSingleline Line has trailing spaces. 281
 Error misc FinalParameters Parameter docid should be final. 286
 Error coding HiddenField 'docid' hides a field. 286
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withDocid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withDocid' static/final/abstract/empty, or adding allowed annotation for the method. 290
 Error javadoc JavadocMethod Missing a Javadoc comment. 290
 Error misc FinalParameters Parameter docid should be final. 290
 Error coding HiddenField 'docid' hides a field. 290
 Error regexp RegexpSingleline Line has trailing spaces. 296
 Error regexp RegexpSingleline Line has trailing spaces. 306
 Error misc FinalParameters Parameter sentiment should be final. 311
 Error coding HiddenField 'sentiment' hides a field. 311
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withSentiment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withSentiment' static/final/abstract/empty, or adding allowed annotation for the method. 315
 Error javadoc JavadocMethod Missing a Javadoc comment. 315
 Error misc FinalParameters Parameter sentiment should be final. 315
 Error coding HiddenField 'sentiment' hides a field. 315
 Error regexp RegexpSingleline Line has trailing spaces. 321
 Error regexp RegexpSingleline Line has trailing spaces. 331
 Error misc FinalParameters Parameter time should be final. 336
 Error coding HiddenField 'time' hides a field. 336
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withTime' static/final/abstract/empty, or adding allowed annotation for the method. 340
 Error javadoc JavadocMethod Missing a Javadoc comment. 340
 Error misc FinalParameters Parameter time should be final. 340
 Error coding HiddenField 'time' hides a field. 340
 Error regexp RegexpSingleline Line has trailing spaces. 346
 Error regexp RegexpSingleline Line has trailing spaces. 356
 Error misc FinalParameters Parameter title should be final. 361
 Error coding HiddenField 'title' hides a field. 361
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withTitle' static/final/abstract/empty, or adding allowed annotation for the method. 365
 Error javadoc JavadocMethod Missing a Javadoc comment. 365
 Error misc FinalParameters Parameter title should be final. 365
 Error coding HiddenField 'title' hides a field. 365
 Error regexp RegexpSingleline Line has trailing spaces. 371
 Error regexp RegexpSingleline Line has trailing spaces. 381
 Error misc FinalParameters Parameter tweetHbLink should be final. 386
 Error coding HiddenField 'tweetHbLink' hides a field. 386
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withTweetHbLink' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withTweetHbLink' static/final/abstract/empty, or adding allowed annotation for the method. 390
 Error javadoc JavadocMethod Missing a Javadoc comment. 390
 Error misc FinalParameters Parameter tweetHbLink should be final. 390
 Error coding HiddenField 'tweetHbLink' hides a field. 390
 Error regexp RegexpSingleline Line has trailing spaces. 396
 Error regexp RegexpSingleline Line has trailing spaces. 406
 Error misc FinalParameters Parameter influenceLevel should be final. 411
 Error coding HiddenField 'influenceLevel' hides a field. 411
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withInfluenceLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withInfluenceLevel' static/final/abstract/empty, or adding allowed annotation for the method. 415
 Error javadoc JavadocMethod Missing a Javadoc comment. 415
 Error misc FinalParameters Parameter influenceLevel should be final. 415
 Error coding HiddenField 'influenceLevel' hides a field. 415
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 420
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 425
 Error javadoc JavadocMethod Missing a Javadoc comment. 425
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 430
 Error javadoc JavadocMethod Missing a Javadoc comment. 430
 Error misc FinalParameters Parameter name should be final. 431
 Error misc FinalParameters Parameter value should be final. 431
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 435
 Error javadoc JavadocMethod Missing a Javadoc comment. 435
 Error misc FinalParameters Parameter name should be final. 435
 Error misc FinalParameters Parameter value should be final. 435
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 440
 Error sizes LineLength Line is longer than 80 characters (found 333). 442
 Error design DesignForExtension Class 'Sysomos' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sysomos' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 445
 Error misc FinalParameters Parameter other should be final. 446
 Error coding SimplifyBooleanExpression Expression can be simplified. 450
 Error sizes LineLength Line is longer than 80 characters (found 567). 454

org/apache/streams/sysomos/SysomosConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 22
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error sizes LineLength Line is longer than 80 characters (found 85). 57
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error regexp RegexpSingleline Line has trailing spaces. 70
 Error misc FinalParameters Parameter apiKey should be final. 75
 Error coding HiddenField 'apiKey' hides a field. 75
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'withApiKey' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'withApiKey' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Error misc FinalParameters Parameter apiKey should be final. 79
 Error coding HiddenField 'apiKey' hides a field. 79
 Error javadoc JavadocStyle First sentence should end with a period. 84
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error javadoc JavadocStyle First sentence should end with a period. 95
 Error regexp RegexpSingleline Line has trailing spaces. 97
 Error misc FinalParameters Parameter endpoint should be final. 102
 Error coding HiddenField 'endpoint' hides a field. 102
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'withEndpoint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'withEndpoint' static/final/abstract/empty, or adding allowed annotation for the method. 106
 Error javadoc JavadocMethod Missing a Javadoc comment. 106
 Error misc FinalParameters Parameter endpoint should be final. 106
 Error coding HiddenField 'endpoint' hides a field. 106
 Error regexp RegexpSingleline Line has trailing spaces. 112
 Error regexp RegexpSingleline Line has trailing spaces. 122
 Error misc FinalParameters Parameter heartbeatIds should be final. 127
 Error coding HiddenField 'heartbeatIds' hides a field. 127
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'withHeartbeatIds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'withHeartbeatIds' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Error misc FinalParameters Parameter heartbeatIds should be final. 131
 Error coding HiddenField 'heartbeatIds' hides a field. 131
 Error regexp RegexpSingleline Line has trailing spaces. 137
 Error regexp RegexpSingleline Line has trailing spaces. 147
 Error misc FinalParameters Parameter minDelayMs should be final. 152
 Error coding HiddenField 'minDelayMs' hides a field. 152
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'withMinDelayMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'withMinDelayMs' static/final/abstract/empty, or adding allowed annotation for the method. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Error misc FinalParameters Parameter minDelayMs should be final. 156
 Error coding HiddenField 'minDelayMs' hides a field. 156
 Error regexp RegexpSingleline Line has trailing spaces. 162
 Error regexp RegexpSingleline Line has trailing spaces. 172
 Error misc FinalParameters Parameter scheduledDelayMs should be final. 177
 Error coding HiddenField 'scheduledDelayMs' hides a field. 177
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'withScheduledDelayMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'withScheduledDelayMs' static/final/abstract/empty, or adding allowed annotation for the method. 181
 Error javadoc JavadocMethod Missing a Javadoc comment. 181
 Error misc FinalParameters Parameter scheduledDelayMs should be final. 181
 Error coding HiddenField 'scheduledDelayMs' hides a field. 181
 Error regexp RegexpSingleline Line has trailing spaces. 187
 Error regexp RegexpSingleline Line has trailing spaces. 197
 Error misc FinalParameters Parameter maxBatchSize should be final. 202
 Error coding HiddenField 'maxBatchSize' hides a field. 202
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxBatchSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'withMaxBatchSize' static/final/abstract/empty, or adding allowed annotation for the method. 206
 Error javadoc JavadocMethod Missing a Javadoc comment. 206
 Error misc FinalParameters Parameter maxBatchSize should be final. 206
 Error coding HiddenField 'maxBatchSize' hides a field. 206
 Error regexp RegexpSingleline Line has trailing spaces. 212
 Error regexp RegexpSingleline Line has trailing spaces. 222
 Error misc FinalParameters Parameter apiBatchSize should be final. 227
 Error coding HiddenField 'apiBatchSize' hides a field. 227
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'withApiBatchSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'withApiBatchSize' static/final/abstract/empty, or adding allowed annotation for the method. 231
 Error javadoc JavadocMethod Missing a Javadoc comment. 231
 Error misc FinalParameters Parameter apiBatchSize should be final. 231
 Error coding HiddenField 'apiBatchSize' hides a field. 231
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 236
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 241
 Error javadoc JavadocMethod Missing a Javadoc comment. 241
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 246
 Error javadoc JavadocMethod Missing a Javadoc comment. 246
 Error misc FinalParameters Parameter name should be final. 247
 Error misc FinalParameters Parameter value should be final. 247
 Error sizes LineLength Line is longer than 80 characters (found 83). 251
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 251
 Error javadoc JavadocMethod Missing a Javadoc comment. 251
 Error misc FinalParameters Parameter name should be final. 251
 Error misc FinalParameters Parameter value should be final. 251
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 256
 Error sizes LineLength Line is longer than 80 characters (found 218). 258
 Error design DesignForExtension Class 'SysomosConfiguration' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 261
 Error misc FinalParameters Parameter other should be final. 262
 Error coding SimplifyBooleanExpression Expression can be simplified. 266
 Error sizes LineLength Line is longer than 80 characters (found 358). 270

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 Class 'SysomosException' looks like designed for extension (can be subclassed), but the method 'getErrorCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosException' final or making the method 'getErrorCode' static/final/abstract/empty, or adding allowed annotation for the method. 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 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 misc FinalParameters Parameter beat should be final. 53
 Error sizes LineLength Line is longer than 80 characters (found 93). 62
 Error design DesignForExtension Class 'SysomosBeatActivityConverter' looks like designed for extension (can be subclassed), but the method 'setChannelSpecificValues' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosBeatActivityConverter' final or making the method 'setChannelSpecificValues' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosBeatActivityConverter' looks like designed for extension (can be subclassed), but the method 'setLanguage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosBeatActivityConverter' final or making the method 'setLanguage' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosBeatActivityConverter' looks like designed for extension (can be subclassed), but the method 'setObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosBeatActivityConverter' final or making the method 'setObject' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosBeatActivityConverter' looks like designed for extension (can be subclassed), but the method 'setLocation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosBeatActivityConverter' final or making the method 'setLocation' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosBeatActivityConverter' looks like designed for extension (can be subclassed), but the method 'setProvider' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosBeatActivityConverter' final or making the method 'setProvider' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosBeatActivityConverter' looks like designed for extension (can be subclassed), but the method 'mapTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosBeatActivityConverter' final or making the method 'mapTags' static/final/abstract/empty, or adding allowed annotation for the method. 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 misc FinalParameters Parameter tagName should be final. 108
 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 Class 'SysomosTagDefinition' looks like designed for extension (can be subclassed), but the method 'getTagName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosTagDefinition' final or making the method 'getTagName' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error design DesignForExtension Class 'SysomosTagDefinition' looks like designed for extension (can be subclassed), but the method 'getDisplayName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosTagDefinition' final or making the method 'getDisplayName' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error design DesignForExtension Class 'SysomosTagDefinition' looks like designed for extension (can be subclassed), but the method 'addQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosTagDefinition' final or making the method 'addQuery' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error misc FinalParameters Parameter query should be final. 63
 Error design DesignForExtension Class 'SysomosTagDefinition' looks like designed for extension (can be subclassed), but the method 'hasTagName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosTagDefinition' final or making the method 'hasTagName' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosTagDefinition' looks like designed for extension (can be subclassed), but the method 'hasQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosTagDefinition' final or making the method 'hasQuery' static/final/abstract/empty, or adding allowed annotation for the method. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error misc FinalParameters Parameter query should be final. 71
 Error design DesignForExtension Class 'SysomosTagDefinition' looks like designed for extension (can be subclassed), but the method 'hasDisplayName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosTagDefinition' final or making the method 'hasDisplayName' static/final/abstract/empty, or adding allowed annotation for the method. 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 design DesignForExtension Class 'SysomosTagDefinition' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosTagDefinition' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 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 Class 'SysomosTypeConverter' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosTypeConverter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error design DesignForExtension Class 'SysomosTypeConverter' looks like designed for extension (can be subclassed), but the method 'process' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosTypeConverter' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosTypeConverter' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosTypeConverter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error misc FinalParameters Parameter configurationObject should be final. 58

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

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 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 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 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 sizes LineLength Line is longer than 80 characters (found 97). 98
 Error design DesignForExtension Class 'ContentRequestBuilder' looks like designed for extension (can be subclassed), but the method 'setHeartBeatId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ContentRequestBuilder' final or making the method 'setHeartBeatId' static/final/abstract/empty, or adding allowed annotation for the method. 102
 Error misc FinalParameters Parameter hid should be final. 103
 Error coding HiddenField 'hid' hides a field. 103
 Error design DesignForExtension Class 'ContentRequestBuilder' looks like designed for extension (can be subclassed), but the method 'setHeartBeatId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ContentRequestBuilder' final or making the method 'setHeartBeatId' static/final/abstract/empty, or adding allowed annotation for the method. 107
 Error misc FinalParameters Parameter hid should be final. 108
 Error coding HiddenField 'hid' hides a field. 108
 Error design DesignForExtension Class 'ContentRequestBuilder' looks like designed for extension (can be subclassed), but the method 'setAddedAfterDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ContentRequestBuilder' final or making the method 'setAddedAfterDate' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error misc FinalParameters Parameter afterDate should be final. 114
 Error design DesignForExtension Class 'ContentRequestBuilder' looks like designed for extension (can be subclassed), but the method 'setAddedBeforeDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ContentRequestBuilder' final or making the method 'setAddedBeforeDate' static/final/abstract/empty, or adding allowed annotation for the method. 119
 Error misc FinalParameters Parameter beforeDate should be final. 120
 Error design DesignForExtension Class 'ContentRequestBuilder' looks like designed for extension (can be subclassed), but the method 'setReturnSetSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ContentRequestBuilder' final or making the method 'setReturnSetSize' static/final/abstract/empty, or adding allowed annotation for the method. 125
 Error misc FinalParameters Parameter size should be final. 126
 Error coding HiddenField 'size' hides a field. 126
 Error design DesignForExtension Class 'ContentRequestBuilder' looks like designed for extension (can be subclassed), but the method 'setOffset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ContentRequestBuilder' final or making the method 'setOffset' static/final/abstract/empty, or adding allowed annotation for the method. 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 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 Class 'SysomosClient' looks like designed for extension (can be subclassed), but the method 'createRequestBuilder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosClient' final or making the method 'createRequestBuilder' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosHeartbeatStream' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosHeartbeatStream' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 96
 Error design DesignForExtension Class 'SysomosHeartbeatStream' looks like designed for extension (can be subclassed), but the method 'executeRun' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosHeartbeatStream' final or making the method 'executeRun' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosHeartbeatStream' looks like designed for extension (can be subclassed), but the method 'updateState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosHeartbeatStream' final or making the method 'updateState' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosHeartbeatStream' looks like designed for extension (can be subclassed), but the method 'updateOffset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosHeartbeatStream' final or making the method 'updateOffset' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosHeartbeatStream' looks like designed for extension (can be subclassed), but the method 'sleep' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosHeartbeatStream' final or making the method 'sleep' static/final/abstract/empty, or adding allowed annotation for the method. 157
 Error javadoc JavadocMethod Missing a Javadoc comment. 157
 Error design DesignForExtension Class 'SysomosHeartbeatStream' looks like designed for extension (can be subclassed), but the method 'queryApi' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosHeartbeatStream' final or making the method 'queryApi' static/final/abstract/empty, or adding allowed annotation for the method. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Error sizes LineLength Line is longer than 80 characters (found 97). 175
 Error design DesignForExtension Class 'SysomosHeartbeatStream' looks like designed for extension (can be subclassed), but the method 'executeApiRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosHeartbeatStream' final or making the method 'executeApiRequest' static/final/abstract/empty, or adding allowed annotation for the method. 193
 Error javadoc JavadocMethod Missing a Javadoc comment. 193
 Error design DesignForExtension Class 'SysomosHeartbeatStream' looks like designed for extension (can be subclassed), but the method 'shutdown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosHeartbeatStream' final or making the method 'shutdown' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'QueryResult' looks like designed for extension (can be subclassed), but the method 'isMatchedLastId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QueryResult' final or making the method 'isMatchedLastId' static/final/abstract/empty, or adding allowed annotation for the method. 234
 Error javadoc JavadocMethod Missing a Javadoc comment. 234
 Error design DesignForExtension Class 'QueryResult' looks like designed for extension (can be subclassed), but the method 'setMatchedLastId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QueryResult' final or making the method 'setMatchedLastId' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'QueryResult' looks like designed for extension (can be subclassed), but the method 'getCurrentId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QueryResult' final or making the method 'getCurrentId' static/final/abstract/empty, or adding allowed annotation for the method. 242
 Error javadoc JavadocMethod Missing a Javadoc comment. 242
 Error design DesignForExtension Class 'QueryResult' looks like designed for extension (can be subclassed), but the method 'setCurrentId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QueryResult' final or making the method 'setCurrentId' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'QueryResult' looks like designed for extension (can be subclassed), but the method 'getResponseSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QueryResult' final or making the method 'getResponseSize' static/final/abstract/empty, or adding allowed annotation for the method. 250
 Error javadoc JavadocMethod Missing a Javadoc comment. 250
 Error design DesignForExtension Class 'QueryResult' looks like designed for extension (can be subclassed), but the method 'setResponseSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QueryResult' final or making the method 'setResponseSize' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'getConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. 165
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Error design DesignForExtension Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'setConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'getMode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'getMode' static/final/abstract/empty, or adding allowed annotation for the method. 173
 Error javadoc JavadocMethod Missing a Javadoc comment. 173
 Error design DesignForExtension Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'getMinLatency' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'getMinLatency' static/final/abstract/empty, or adding allowed annotation for the method. 177
 Error javadoc JavadocMethod Missing a Javadoc comment. 177
 Error design DesignForExtension Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'getMaxApiBatch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'getMaxApiBatch' static/final/abstract/empty, or adding allowed annotation for the method. 181
 Error javadoc JavadocMethod Missing a Javadoc comment. 181
 Error design DesignForExtension Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'getClient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'getClient' static/final/abstract/empty, or adding allowed annotation for the method. 185
 Error javadoc JavadocMethod Missing a Javadoc comment. 185
 Error design DesignForExtension Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 189
 Error design DesignForExtension Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'startStream' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'readCurrent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. 209
 Error sizes LineLength Line is longer than 80 characters (found 81). 214
 Error design DesignForExtension Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'readNew' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. 225
 Error misc FinalParameters Parameter bigInteger should be final. 226
 Error design DesignForExtension Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'readRange' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'isRunning' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. 237
 Error sizes LineLength Line is longer than 80 characters (found 82). 240
 Error design DesignForExtension Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'cleanUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. 255
 Error coding MagicNumber '60' is a magic number. 260
 Error coding MagicNumber '60' is a magic number. 263
 Error misc FinalParameters Parameter heartbeatId should be final. 279
 Error design DesignForExtension Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'enqueueItem' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'enqueueItem' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'createStream' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'createStream' static/final/abstract/empty, or adding allowed annotation for the method. 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 coding MagicNumber '100' is a magic number. 331
 Error design DesignForExtension Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'extractConfigFromMap' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'extractConfigFromMap' static/final/abstract/empty, or adding allowed annotation for the method. 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 Class 'SysomosProvider' looks like designed for extension (can be subclassed), but the method 'getCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SysomosProvider' final or making the method 'getCount' static/final/abstract/empty, or adding allowed annotation for the method. 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