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
17 0 0 651

Rules

Category Rule Violations Severity
blocks LeftCurly 3  Error
coding AvoidInlineConditionals 1  Error
HiddenField 44  Error
MagicNumber 7  Error
SimplifyBooleanExpression 3  Error
design DesignForExtension 65  Error
HideUtilityClassConstructor 2  Error
VisibilityModifier 4  Error
imports UnusedImports
  • processJavadoc: "false"
2  Error
javadoc JavadocMethod 45  Error
JavadocPackage 5  Error
JavadocStyle 48  Error
JavadocType 2  Error
JavadocVariable 54  Error
misc FinalParameters 118  Error
NewlineAtEndOfFile 3  Error
TodoComment 1  Error
naming LocalVariableName 3  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
49  Error
sizes LineLength 164  Error
whitespace ParenPad 17  Error
WhitespaceAfter 3  Error
WhitespaceAround 8  Error

Details

org/apache/streams/google/gplus/GPlusConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 24
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 39
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocStyle First sentence should end with a period. 55
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error javadoc JavadocStyle First sentence should end with a period. 62
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error javadoc JavadocStyle First sentence should end with a period. 69
 Error regexp RegexpSingleline Line has trailing spaces. 71
 Error sizes LineLength Line is longer than 80 characters (found 112). 77
 Error regexp RegexpSingleline Line has trailing spaces. 78
 Error javadoc JavadocStyle First sentence should end with a period. 84
 Error sizes LineLength Line is longer than 80 characters (found 82). 85
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error sizes LineLength Line is longer than 80 characters (found 142). 93
 Error regexp RegexpSingleline Line has trailing spaces. 94
 Error sizes LineLength Line is longer than 80 characters (found 144). 100
 Error regexp RegexpSingleline Line has trailing spaces. 101
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Error regexp RegexpSingleline Line has trailing spaces. 108
 Error javadoc JavadocVariable Missing a Javadoc comment. 114
 Error sizes LineLength Line is longer than 80 characters (found 85). 115
 Error javadoc JavadocStyle First sentence should end with a period. 117
 Error regexp RegexpSingleline Line has trailing spaces. 119
 Error javadoc JavadocStyle First sentence should end with a period. 129
 Error regexp RegexpSingleline Line has trailing spaces. 131
 Error misc FinalParameters Parameter protocol should be final. 137
 Error coding HiddenField 'protocol' hides a field. 137
 Error design DesignForExtension Class 'GPlusConfiguration' looks like designed for extension (can be subclassed), but the method 'withProtocol' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusConfiguration' final or making the method 'withProtocol' static/final/abstract/empty, or adding allowed annotation for the method. 141
 Error javadoc JavadocMethod Missing a Javadoc comment. 141
 Error misc FinalParameters Parameter protocol should be final. 141
 Error coding HiddenField 'protocol' hides a field. 141
 Error javadoc JavadocStyle First sentence should end with a period. 146
 Error regexp RegexpSingleline Line has trailing spaces. 148
 Error javadoc JavadocStyle First sentence should end with a period. 158
 Error regexp RegexpSingleline Line has trailing spaces. 160
 Error misc FinalParameters Parameter host should be final. 166
 Error coding HiddenField 'host' hides a field. 166
 Error design DesignForExtension Class 'GPlusConfiguration' looks like designed for extension (can be subclassed), but the method 'withHost' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusConfiguration' final or making the method 'withHost' static/final/abstract/empty, or adding allowed annotation for the method. 170
 Error javadoc JavadocMethod Missing a Javadoc comment. 170
 Error misc FinalParameters Parameter host should be final. 170
 Error coding HiddenField 'host' hides a field. 170
 Error javadoc JavadocStyle First sentence should end with a period. 175
 Error regexp RegexpSingleline Line has trailing spaces. 177
 Error javadoc JavadocStyle First sentence should end with a period. 187
 Error regexp RegexpSingleline Line has trailing spaces. 189
 Error misc FinalParameters Parameter port should be final. 195
 Error coding HiddenField 'port' hides a field. 195
 Error design DesignForExtension Class 'GPlusConfiguration' looks like designed for extension (can be subclassed), but the method 'withPort' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusConfiguration' final or making the method 'withPort' static/final/abstract/empty, or adding allowed annotation for the method. 199
 Error javadoc JavadocMethod Missing a Javadoc comment. 199
 Error misc FinalParameters Parameter port should be final. 199
 Error coding HiddenField 'port' hides a field. 199
 Error javadoc JavadocStyle First sentence should end with a period. 204
 Error regexp RegexpSingleline Line has trailing spaces. 206
 Error javadoc JavadocStyle First sentence should end with a period. 216
 Error regexp RegexpSingleline Line has trailing spaces. 218
 Error misc FinalParameters Parameter version should be final. 224
 Error coding HiddenField 'version' hides a field. 224
 Error design DesignForExtension Class 'GPlusConfiguration' looks like designed for extension (can be subclassed), but the method 'withVersion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusConfiguration' final or making the method 'withVersion' static/final/abstract/empty, or adding allowed annotation for the method. 228
 Error javadoc JavadocMethod Missing a Javadoc comment. 228
 Error misc FinalParameters Parameter version should be final. 228
 Error coding HiddenField 'version' hides a field. 228
 Error javadoc JavadocStyle First sentence should end with a period. 233
 Error regexp RegexpSingleline Line has trailing spaces. 235
 Error javadoc JavadocStyle First sentence should end with a period. 245
 Error regexp RegexpSingleline Line has trailing spaces. 247
 Error misc FinalParameters Parameter endpoint should be final. 253
 Error coding HiddenField 'endpoint' hides a field. 253
 Error design DesignForExtension Class 'GPlusConfiguration' 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 'GPlusConfiguration' final or making the method 'withEndpoint' static/final/abstract/empty, or adding allowed annotation for the method. 257
 Error javadoc JavadocMethod Missing a Javadoc comment. 257
 Error misc FinalParameters Parameter endpoint should be final. 257
 Error coding HiddenField 'endpoint' hides a field. 257
 Error sizes LineLength Line is longer than 80 characters (found 112). 263
 Error regexp RegexpSingleline Line has trailing spaces. 264
 Error sizes LineLength Line is longer than 80 characters (found 112). 275
 Error regexp RegexpSingleline Line has trailing spaces. 276
 Error misc FinalParameters Parameter follow should be final. 282
 Error coding HiddenField 'follow' hides a field. 282
 Error design DesignForExtension Class 'GPlusConfiguration' looks like designed for extension (can be subclassed), but the method 'withFollow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusConfiguration' final or making the method 'withFollow' static/final/abstract/empty, or adding allowed annotation for the method. 286
 Error javadoc JavadocMethod Missing a Javadoc comment. 286
 Error misc FinalParameters Parameter follow should be final. 286
 Error coding HiddenField 'follow' hides a field. 286
 Error javadoc JavadocStyle First sentence should end with a period. 291
 Error sizes LineLength Line is longer than 80 characters (found 82). 292
 Error regexp RegexpSingleline Line has trailing spaces. 293
 Error javadoc JavadocStyle First sentence should end with a period. 303
 Error sizes LineLength Line is longer than 80 characters (found 82). 304
 Error regexp RegexpSingleline Line has trailing spaces. 305
 Error misc FinalParameters Parameter googlePlusUsers should be final. 311
 Error coding HiddenField 'googlePlusUsers' hides a field. 311
 Error sizes LineLength Line is longer than 80 characters (found 83). 315
 Error design DesignForExtension Class 'GPlusConfiguration' looks like designed for extension (can be subclassed), but the method 'withGooglePlusUsers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusConfiguration' final or making the method 'withGooglePlusUsers' static/final/abstract/empty, or adding allowed annotation for the method. 315
 Error javadoc JavadocMethod Missing a Javadoc comment. 315
 Error misc FinalParameters Parameter googlePlusUsers should be final. 315
 Error coding HiddenField 'googlePlusUsers' hides a field. 315
 Error sizes LineLength Line is longer than 80 characters (found 142). 321
 Error regexp RegexpSingleline Line has trailing spaces. 322
 Error sizes LineLength Line is longer than 80 characters (found 142). 333
 Error regexp RegexpSingleline Line has trailing spaces. 334
 Error misc FinalParameters Parameter defaultAfterDate should be final. 340
 Error coding HiddenField 'defaultAfterDate' hides a field. 340
 Error design DesignForExtension Class 'GPlusConfiguration' looks like designed for extension (can be subclassed), but the method 'withDefaultAfterDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusConfiguration' final or making the method 'withDefaultAfterDate' static/final/abstract/empty, or adding allowed annotation for the method. 344
 Error javadoc JavadocMethod Missing a Javadoc comment. 344
 Error misc FinalParameters Parameter defaultAfterDate should be final. 344
 Error coding HiddenField 'defaultAfterDate' hides a field. 344
 Error sizes LineLength Line is longer than 80 characters (found 144). 350
 Error regexp RegexpSingleline Line has trailing spaces. 351
 Error sizes LineLength Line is longer than 80 characters (found 144). 362
 Error regexp RegexpSingleline Line has trailing spaces. 363
 Error misc FinalParameters Parameter defaultBeforeDate should be final. 369
 Error coding HiddenField 'defaultBeforeDate' hides a field. 369
 Error sizes LineLength Line is longer than 80 characters (found 81). 373
 Error design DesignForExtension Class 'GPlusConfiguration' looks like designed for extension (can be subclassed), but the method 'withDefaultBeforeDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusConfiguration' final or making the method 'withDefaultBeforeDate' static/final/abstract/empty, or adding allowed annotation for the method. 373
 Error javadoc JavadocMethod Missing a Javadoc comment. 373
 Error misc FinalParameters Parameter defaultBeforeDate should be final. 373
 Error coding HiddenField 'defaultBeforeDate' hides a field. 373
 Error javadoc JavadocStyle First sentence should end with a period. 378
 Error regexp RegexpSingleline Line has trailing spaces. 380
 Error javadoc JavadocStyle First sentence should end with a period. 390
 Error regexp RegexpSingleline Line has trailing spaces. 392
 Error misc FinalParameters Parameter oauth should be final. 398
 Error coding HiddenField 'oauth' hides a field. 398
 Error design DesignForExtension Class 'GPlusConfiguration' looks like designed for extension (can be subclassed), but the method 'withOauth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusConfiguration' final or making the method 'withOauth' static/final/abstract/empty, or adding allowed annotation for the method. 402
 Error javadoc JavadocMethod Missing a Javadoc comment. 402
 Error misc FinalParameters Parameter oauth should be final. 402
 Error coding HiddenField 'oauth' hides a field. 402
 Error design DesignForExtension Class 'GPlusConfiguration' 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 'GPlusConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 407
 Error design DesignForExtension Class 'GPlusConfiguration' 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 'GPlusConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 412
 Error javadoc JavadocMethod Missing a Javadoc comment. 412
 Error design DesignForExtension Class 'GPlusConfiguration' 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 'GPlusConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 418
 Error javadoc JavadocMethod Missing a Javadoc comment. 418
 Error misc FinalParameters Parameter name should be final. 420
 Error misc FinalParameters Parameter value should be final. 420
 Error sizes LineLength Line is longer than 80 characters (found 81). 424
 Error design DesignForExtension Class 'GPlusConfiguration' 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 'GPlusConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 424
 Error javadoc JavadocMethod Missing a Javadoc comment. 424
 Error misc FinalParameters Parameter name should be final. 424
 Error misc FinalParameters Parameter value should be final. 424
 Error design DesignForExtension Class 'GPlusConfiguration' 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 'GPlusConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 429
 Error sizes LineLength Line is longer than 80 characters (found 259). 431
 Error design DesignForExtension Class 'GPlusConfiguration' 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 'GPlusConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 434
 Error misc FinalParameters Parameter other should be final. 435
 Error coding SimplifyBooleanExpression Expression can be simplified. 439
 Error sizes LineLength Line is longer than 80 characters (found 431). 443

org/apache/streams/google/gplus/GPlusOAuthConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 20
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocStyle First sentence should end with a period. 44
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error sizes LineLength Line is longer than 80 characters (found 85). 52
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error misc FinalParameters Parameter appName should be final. 72
 Error coding HiddenField 'appName' hides a field. 72
 Error design DesignForExtension Class 'GPlusOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withAppName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusOAuthConfiguration' final or making the method 'withAppName' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Error misc FinalParameters Parameter appName should be final. 76
 Error coding HiddenField 'appName' hides a field. 76
 Error javadoc JavadocStyle First sentence should end with a period. 81
 Error regexp RegexpSingleline Line has trailing spaces. 83
 Error javadoc JavadocStyle First sentence should end with a period. 93
 Error regexp RegexpSingleline Line has trailing spaces. 95
 Error misc FinalParameters Parameter pathToP12KeyFile should be final. 101
 Error coding HiddenField 'pathToP12KeyFile' hides a field. 101
 Error sizes LineLength Line is longer than 80 characters (found 82). 105
 Error design DesignForExtension Class 'GPlusOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withPathToP12KeyFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusOAuthConfiguration' final or making the method 'withPathToP12KeyFile' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Error misc FinalParameters Parameter pathToP12KeyFile should be final. 105
 Error coding HiddenField 'pathToP12KeyFile' hides a field. 105
 Error javadoc JavadocStyle First sentence should end with a period. 110
 Error regexp RegexpSingleline Line has trailing spaces. 112
 Error javadoc JavadocStyle First sentence should end with a period. 122
 Error regexp RegexpSingleline Line has trailing spaces. 124
 Error sizes LineLength Line is longer than 80 characters (found 82). 130
 Error misc FinalParameters Parameter serviceAccountEmailAddress should be final. 130
 Error coding HiddenField 'serviceAccountEmailAddress' hides a field. 130
 Error sizes LineLength Line is longer than 80 characters (found 102). 134
 Error design DesignForExtension Class 'GPlusOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withServiceAccountEmailAddress' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusOAuthConfiguration' final or making the method 'withServiceAccountEmailAddress' static/final/abstract/empty, or adding allowed annotation for the method. 134
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Error misc FinalParameters Parameter serviceAccountEmailAddress should be final. 134
 Error coding HiddenField 'serviceAccountEmailAddress' hides a field. 134
 Error design DesignForExtension Class 'GPlusOAuthConfiguration' 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 'GPlusOAuthConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 139
 Error design DesignForExtension Class 'GPlusOAuthConfiguration' 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 'GPlusOAuthConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Error design DesignForExtension Class 'GPlusOAuthConfiguration' 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 'GPlusOAuthConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Error misc FinalParameters Parameter name should be final. 152
 Error misc FinalParameters Parameter value should be final. 152
 Error sizes LineLength Line is longer than 80 characters (found 86). 156
 Error design DesignForExtension Class 'GPlusOAuthConfiguration' 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 'GPlusOAuthConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Error misc FinalParameters Parameter name should be final. 156
 Error misc FinalParameters Parameter value should be final. 156
 Error design DesignForExtension Class 'GPlusOAuthConfiguration' 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 'GPlusOAuthConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 161
 Error sizes LineLength Line is longer than 80 characters (found 155). 163
 Error design DesignForExtension Class 'GPlusOAuthConfiguration' 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 'GPlusOAuthConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 166
 Error misc FinalParameters Parameter other should be final. 167
 Error coding SimplifyBooleanExpression Expression can be simplified. 171
 Error sizes LineLength Line is longer than 80 characters (found 244). 175

org/apache/streams/google/gplus/configuration/UserInfo.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 20
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 28
 Error javadoc JavadocStyle First sentence should end with a period. 30
 Error regexp RegexpSingleline Line has trailing spaces. 32
 Error sizes LineLength Line is longer than 80 characters (found 185). 38
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error sizes LineLength Line is longer than 80 characters (found 183). 45
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error sizes LineLength Line is longer than 80 characters (found 85). 52
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error javadoc JavadocStyle First sentence should end with a period. 66
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error misc FinalParameters Parameter userId should be final. 74
 Error coding HiddenField 'userId' hides a field. 74
 Error design DesignForExtension Class 'UserInfo' looks like designed for extension (can be subclassed), but the method 'withUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserInfo' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Error misc FinalParameters Parameter userId should be final. 78
 Error coding HiddenField 'userId' hides a field. 78
 Error sizes LineLength Line is longer than 80 characters (found 185). 84
 Error regexp RegexpSingleline Line has trailing spaces. 85
 Error sizes LineLength Line is longer than 80 characters (found 185). 96
 Error regexp RegexpSingleline Line has trailing spaces. 97
 Error misc FinalParameters Parameter afterDate should be final. 103
 Error coding HiddenField 'afterDate' hides a field. 103
 Error design DesignForExtension Class 'UserInfo' looks like designed for extension (can be subclassed), but the method 'withAfterDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserInfo' final or making the method 'withAfterDate' static/final/abstract/empty, or adding allowed annotation for the method. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Error misc FinalParameters Parameter afterDate should be final. 107
 Error coding HiddenField 'afterDate' hides a field. 107
 Error sizes LineLength Line is longer than 80 characters (found 183). 113
 Error regexp RegexpSingleline Line has trailing spaces. 114
 Error sizes LineLength Line is longer than 80 characters (found 183). 125
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error misc FinalParameters Parameter beforeDate should be final. 132
 Error coding HiddenField 'beforeDate' hides a field. 132
 Error design DesignForExtension Class 'UserInfo' looks like designed for extension (can be subclassed), but the method 'withBeforeDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserInfo' final or making the method 'withBeforeDate' static/final/abstract/empty, or adding allowed annotation for the method. 136
 Error javadoc JavadocMethod Missing a Javadoc comment. 136
 Error misc FinalParameters Parameter beforeDate should be final. 136
 Error coding HiddenField 'beforeDate' hides a field. 136
 Error design DesignForExtension Class 'UserInfo' 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 'UserInfo' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 141
 Error design DesignForExtension Class 'UserInfo' 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 'UserInfo' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 146
 Error design DesignForExtension Class 'UserInfo' 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 'UserInfo' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Error misc FinalParameters Parameter name should be final. 154
 Error misc FinalParameters Parameter value should be final. 154
 Error design DesignForExtension Class 'UserInfo' 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 'UserInfo' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Error misc FinalParameters Parameter name should be final. 158
 Error misc FinalParameters Parameter value should be final. 158
 Error design DesignForExtension Class 'UserInfo' 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 'UserInfo' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 163
 Error sizes LineLength Line is longer than 80 characters (found 131). 165
 Error design DesignForExtension Class 'UserInfo' 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 'UserInfo' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 168
 Error misc FinalParameters Parameter other should be final. 169
 Error coding SimplifyBooleanExpression Expression can be simplified. 173
 Error sizes LineLength Line is longer than 80 characters (found 196). 177

org/apache/streams/gplus/processor/GooglePlusCommentProcessor.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error sizes LineLength Line is longer than 80 characters (found 97). 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error design DesignForExtension Class 'GooglePlusCommentProcessor' 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 'GooglePlusCommentProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error design DesignForExtension Class 'GooglePlusCommentProcessor' 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 'GooglePlusCommentProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error misc FinalParameters Parameter entry should be final. 51
 Error misc TodoComment Comment matches to-do format 'TODO:'. 64
 Error sizes LineLength Line is longer than 80 characters (found 90). 72
 Error whitespace ParenPad '(' is followed by whitespace. 75
 Error whitespace ParenPad ')' is preceded with whitespace. 75
 Error design DesignForExtension Class 'GooglePlusCommentProcessor' 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 'GooglePlusCommentProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error misc FinalParameters Parameter configurationObject should be final. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Error misc FinalParameters Parameter activityId should be final. 92
 Error sizes LineLength Line is longer than 80 characters (found 85). 94
 Error coding AvoidInlineConditionals Avoid inline conditionals. 94

org/apache/streams/gplus/processor/GooglePlusTypeConverter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 110). 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error sizes LineLength Line is longer than 80 characters (found 94). 48
 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 JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 54
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 54
 Error design DesignForExtension Class 'GooglePlusTypeConverter' looks like designed for extension (can be subclassed), but the method 'getProcessorOutputQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GooglePlusTypeConverter' final or making the method 'getProcessorOutputQueue' static/final/abstract/empty, or adding allowed annotation for the method. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Error design DesignForExtension Class 'GooglePlusTypeConverter' looks like designed for extension (can be subclassed), but the method 'setProcessorInputQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GooglePlusTypeConverter' final or making the method 'setProcessorInputQueue' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Error misc FinalParameters Parameter inputQueue should be final. 60
 Error design DesignForExtension Class 'GooglePlusTypeConverter' 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 'GooglePlusTypeConverter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error design DesignForExtension Class 'GooglePlusTypeConverter' 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 'GooglePlusTypeConverter' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error misc FinalParameters Parameter entry should be final. 70
 Error sizes LineLength Line is longer than 80 characters (found 108). 88
 Error sizes LineLength Line is longer than 80 characters (found 89). 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Error misc FinalParameters Parameter item should be final. 107
 Error sizes LineLength Line is longer than 80 characters (found 83). 113
 Error sizes LineLength Line is longer than 80 characters (found 98). 114
 Error design DesignForExtension Class 'GooglePlusTypeConverter' 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 'GooglePlusTypeConverter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 123
 Error misc FinalParameters Parameter configurationObject should be final. 124
 Error sizes LineLength Line is longer than 80 characters (found 117). 132

org/apache/streams/gplus/provider/AbstractGPlusProvider.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). 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error sizes LineLength Line is longer than 80 characters (found 92). 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error design VisibilityModifier Variable 'futures' must be private and have accessor methods. 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error design VisibilityModifier Variable 'credential' must be private and have accessor methods. 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error design VisibilityModifier Variable 'plus' must be private and have accessor methods. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Error sizes LineLength Line is longer than 80 characters (found 81). 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Error misc FinalParameters Parameter config should be final. 100
 Error coding HiddenField 'config' hides a field. 100
 Error design DesignForExtension Class 'AbstractGPlusProvider' 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 'AbstractGPlusProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error misc FinalParameters Parameter configurationObject should be final. 105
 Error sizes LineLength Line is longer than 80 characters (found 99). 117
 Error sizes LineLength Line is longer than 80 characters (found 86). 120
 Error coding MagicNumber '1000' is a magic number. 121
 Error design DesignForExtension Class 'AbstractGPlusProvider' 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 'AbstractGPlusProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. 126
 Error sizes LineLength Line is longer than 80 characters (found 85). 131
 Error sizes LineLength Line is longer than 80 characters (found 87). 134
 Error sizes LineLength Line is longer than 80 characters (found 96). 137
 Error sizes LineLength Line is longer than 80 characters (found 138). 142
 Error javadoc JavadocMethod Missing a Javadoc comment. 142
 Error coding HiddenField 'plus' hides a field. 142
 Error design DesignForExtension Class 'AbstractGPlusProvider' 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 'AbstractGPlusProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 144
 Error design DesignForExtension Class 'AbstractGPlusProvider' 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 'AbstractGPlusProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. 149
 Error sizes LineLength Line is longer than 80 characters (found 103). 160
 Error design DesignForExtension Class 'AbstractGPlusProvider' 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 'AbstractGPlusProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. 166
 Error misc FinalParameters Parameter sequence should be final. 167
 Error design DesignForExtension Class 'AbstractGPlusProvider' 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 'AbstractGPlusProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. 171
 Error misc FinalParameters Parameter start should be final. 172
 Error misc FinalParameters Parameter end should be final. 172
 Error design DesignForExtension Class 'AbstractGPlusProvider' looks like designed for extension (can be subclassed), but the method 'createPlusClient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGPlusProvider' final or making the method 'createPlusClient' static/final/abstract/empty, or adding allowed annotation for the method. 176
 Error javadoc JavadocMethod Missing a Javadoc comment. 176
 Error sizes LineLength Line is longer than 80 characters (found 82). 177
 Error sizes LineLength Line is longer than 80 characters (found 84). 182
 Error sizes LineLength Line is longer than 80 characters (found 103). 183
 Error sizes LineLength Line is longer than 80 characters (found 128). 185
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 185
 Error design DesignForExtension Class 'AbstractGPlusProvider' 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 'AbstractGPlusProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. 188
 Error coding MagicNumber '10' is a magic number. 190
 Error coding MagicNumber '10' is a magic number. 190
 Error design DesignForExtension Class 'AbstractGPlusProvider' 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 'AbstractGPlusProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. 194
 Error javadoc JavadocMethod Missing a Javadoc comment. 194
 Error design DesignForExtension Class 'AbstractGPlusProvider' 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 'AbstractGPlusProvider' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. 198
 Error javadoc JavadocMethod Missing a Javadoc comment. 198
 Error misc FinalParameters Parameter config should be final. 198
 Error coding HiddenField 'config' hides a field. 198
 Error sizes LineLength Line is longer than 80 characters (found 89). 203
 Error misc FinalParameters Parameter defaultBeforeDate should be final. 206
 Error sizes LineLength Line is longer than 80 characters (found 88). 211
 Error misc FinalParameters Parameter defaultAfterDate should be final. 214
 Error sizes LineLength Line is longer than 80 characters (found 110). 219
 Error misc FinalParameters Parameter userIds should be final. 222
 Error sizes LineLength Line is longer than 80 characters (found 83). 235
 Error sizes LineLength Line is longer than 80 characters (found 82). 238
 Error misc FinalParameters Parameter usersAndAfterDates should be final. 238
 Error design DesignForExtension Class 'AbstractGPlusProvider' 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 'AbstractGPlusProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. 249
 Error sizes LineLength Line is longer than 80 characters (found 97). 251

org/apache/streams/gplus/provider/GPlusActivitySerializer.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 113). 34
 Error sizes LineLength Line is longer than 80 characters (found 94). 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design VisibilityModifier Variable 'provider' must be private and have accessor methods. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Error misc FinalParameters Parameter provider should be final. 40
 Error coding HiddenField 'provider' hides a field. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error design DesignForExtension Class 'GPlusActivitySerializer' looks like designed for extension (can be subclassed), but the method 'serializationFormat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusActivitySerializer' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error design DesignForExtension Class 'GPlusActivitySerializer' looks like designed for extension (can be subclassed), but the method 'serialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusActivitySerializer' final or making the method 'serialize' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error sizes LineLength Line is longer than 80 characters (found 87). 54
 Error misc FinalParameters Parameter deserialized should be final. 54
 Error design DesignForExtension Class 'GPlusActivitySerializer' looks like designed for extension (can be subclassed), but the method 'deserialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusActivitySerializer' final or making the method 'deserialize' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error sizes LineLength Line is longer than 80 characters (found 90). 59
 Error misc FinalParameters Parameter gplusActivity should be final. 59
 Error design DesignForExtension Class 'GPlusActivitySerializer' looks like designed for extension (can be subclassed), but the method 'deserializeAll' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusActivitySerializer' final or making the method 'deserializeAll' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error sizes LineLength Line is longer than 80 characters (found 106). 67
 Error misc FinalParameters Parameter serializedList should be final. 67

org/apache/streams/gplus/provider/GPlusDataCollector.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 89). 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error sizes LineLength Line is longer than 80 characters (found 106). 36
 Error sizes LineLength Line is longer than 80 characters (found 101). 40
 Error sizes LineLength Line is longer than 80 characters (found 127). 42
 Error misc FinalParameters Parameter gjre should be final. 42
 Error misc FinalParameters Parameter backOff should be final. 42
 Error javadoc JavadocMethod Expected @throws tag for 'BackOffException'. 42
 Error coding MagicNumber '400' is a magic number. 45
 Error coding MagicNumber '401' is a magic number. 48
 Error coding MagicNumber '403' is a magic number. 51
 Error sizes LineLength Line is longer than 80 characters (found 88). 52
 Error coding MagicNumber '503' is a magic number. 56
 Error regexp RegexpSingleline Line has trailing spaces. 67

org/apache/streams/gplus/provider/GPlusUserActivityCollector.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 88). 45
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error sizes LineLength Line is longer than 80 characters (found 97). 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error sizes LineLength Line is longer than 80 characters (found 82). 65
 Error sizes LineLength Line is longer than 80 characters (found 107). 68
 Error misc FinalParameters Parameter dateTime should be final. 71
 Error misc FinalParameters Parameter jsonGenerator should be final. 72
 Error misc FinalParameters Parameter serializerProvider should be final. 73
 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 sizes LineLength Line is longer than 80 characters (found 132). 94
 Error misc FinalParameters Parameter plus should be final. 94
 Error coding HiddenField 'plus' hides a field. 94
 Error misc FinalParameters Parameter datumQueue should be final. 94
 Error coding HiddenField 'datumQueue' hides a field. 94
 Error misc FinalParameters Parameter backOff should be final. 94
 Error coding HiddenField 'backOff' hides a field. 94
 Error misc FinalParameters Parameter userInfo should be final. 94
 Error coding HiddenField 'userInfo' hides a field. 94
 Error design DesignForExtension Class 'GPlusUserActivityCollector' 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 'GPlusUserActivityCollector' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error design DesignForExtension Class 'GPlusUserActivityCollector' looks like designed for extension (can be subclassed), but the method 'collectActivityData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusUserActivityCollector' final or making the method 'collectActivityData' static/final/abstract/empty, or adding allowed annotation for the method. 106
 Error javadoc JavadocMethod Missing a Javadoc comment. 106
 Error naming LocalVariableName Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
 Error naming LocalVariableName Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 108
 Error naming LocalVariableName Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 109
 Error sizes LineLength Line is longer than 80 characters (found 92). 119
 Error sizes LineLength Line is longer than 80 characters (found 92). 122
 Error sizes LineLength Line is longer than 80 characters (found 88). 128
 Error sizes LineLength Line is longer than 80 characters (found 82). 129
 Error sizes LineLength Line is longer than 80 characters (found 133). 133
 Error sizes LineLength Line is longer than 80 characters (found 104). 148
 Error sizes LineLength Line is longer than 80 characters (found 94). 154
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 154
 Error sizes LineLength Line is longer than 80 characters (found 101). 157

org/apache/streams/gplus/provider/GPlusUserActivityProvider.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 139). 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Error misc FinalParameters Parameter config should be final. 73
 Error design DesignForExtension Class 'GPlusUserActivityProvider' 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 'GPlusUserActivityProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error design DesignForExtension Class 'GPlusUserActivityProvider' looks like designed for extension (can be subclassed), but the method 'getDataCollector' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusUserActivityProvider' final or making the method 'getDataCollector' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error sizes LineLength Line is longer than 80 characters (found 130). 83
 Error misc FinalParameters Parameter strategy should be final. 83
 Error misc FinalParameters Parameter queue should be final. 83
 Error misc FinalParameters Parameter plus should be final. 83
 Error misc FinalParameters Parameter userInfo should be final. 83
 Error misc FinalParameters Parameter args should be final. 92
 Error sizes LineLength Line is longer than 80 characters (found 125). 102
 Error sizes LineLength Line is longer than 80 characters (found 98). 106
 Error sizes LineLength Line is longer than 80 characters (found 125). 107
 Error sizes LineLength Line is longer than 80 characters (found 101). 112
 Error sizes LineLength Line is longer than 80 characters (found 111). 116
 Error whitespace ParenPad '(' is followed by whitespace. 127

org/apache/streams/gplus/provider/GPlusUserDataCollector.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 93). 43
 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. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error sizes LineLength Line is longer than 80 characters (found 136). 66
 Error misc FinalParameters Parameter plus should be final. 66
 Error coding HiddenField 'plus' hides a field. 66
 Error misc FinalParameters Parameter backOffStrategy should be final. 66
 Error coding HiddenField 'backOffStrategy' hides a field. 66
 Error misc FinalParameters Parameter datumQueue should be final. 66
 Error coding HiddenField 'datumQueue' hides a field. 66
 Error misc FinalParameters Parameter userInfo should be final. 66
 Error coding HiddenField 'userInfo' hides a field. 66
 Error design DesignForExtension Class 'GPlusUserDataCollector' looks like designed for extension (can be subclassed), but the method 'queueUserHistory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusUserDataCollector' final or making the method 'queueUserHistory' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Error sizes LineLength Line is longer than 80 characters (found 96). 92
 Error design DesignForExtension Class 'GPlusUserDataCollector' 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 'GPlusUserDataCollector' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 99

org/apache/streams/gplus/provider/GPlusUserDataProvider.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 135). 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Error misc FinalParameters Parameter config should be final. 75
 Error design DesignForExtension Class 'GPlusUserDataProvider' 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 'GPlusUserDataProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error design DesignForExtension Class 'GPlusUserDataProvider' looks like designed for extension (can be subclassed), but the method 'getDataCollector' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GPlusUserDataProvider' final or making the method 'getDataCollector' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error sizes LineLength Line is longer than 80 characters (found 130). 85
 Error misc FinalParameters Parameter strategy should be final. 85
 Error misc FinalParameters Parameter queue should be final. 85
 Error misc FinalParameters Parameter plus should be final. 85
 Error misc FinalParameters Parameter userInfo should be final. 85
 Error misc FinalParameters Parameter args should be final. 94
 Error sizes LineLength Line is longer than 80 characters (found 125). 104
 Error sizes LineLength Line is longer than 80 characters (found 98). 108
 Error sizes LineLength Line is longer than 80 characters (found 125). 109
 Error sizes LineLength Line is longer than 80 characters (found 101). 114
 Error sizes LineLength Line is longer than 80 characters (found 111). 118
 Error whitespace ParenPad '(' is followed by whitespace. 129

org/apache/streams/gplus/serializer/util/GPlusActivityDeserializer.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error imports UnusedImports Unused import - com.fasterxml.jackson.core.JsonProcessingException. 23
 Error sizes LineLength Line is longer than 80 characters (found 96). 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocStyle First sentence should end with a period. 43
 Error sizes LineLength Line is longer than 80 characters (found 120). 44
 Error sizes LineLength Line is longer than 80 characters (found 88). 49
 Error sizes LineLength Line is longer than 80 characters (found 120). 54
 Error misc FinalParameters Parameter jsonParser should be final. 54
 Error misc FinalParameters Parameter deserializationContext should be final. 54
 Error sizes LineLength Line is longer than 80 characters (found 83). 63
 Error sizes LineLength Line is longer than 80 characters (found 84). 72
 Error javadoc JavadocStyle First sentence should end with a period. 78
 Error sizes LineLength Line is longer than 80 characters (found 108). 79
 Error misc FinalParameters Parameter node should be final. 84
 Error javadoc JavadocStyle First sentence should end with a period. 101
 Error sizes LineLength Line is longer than 80 characters (found 121). 102
 Error sizes LineLength Line is longer than 80 characters (found 82). 105
 Error misc FinalParameters Parameter node should be final. 107
 Error sizes LineLength Line is longer than 80 characters (found 82). 120
 Error sizes LineLength Line is longer than 80 characters (found 82). 126
 Error whitespace WhitespaceAfter ';' is not followed by whitespace. 132
 Error javadoc JavadocStyle First sentence should end with a period. 137
 Error sizes LineLength Line is longer than 80 characters (found 85). 138
 Error sizes LineLength Line is longer than 80 characters (found 95). 139
 Error sizes LineLength Line is longer than 80 characters (found 103). 142
 Error sizes LineLength Line is longer than 80 characters (found 87). 144
 Error misc FinalParameters Parameter objectNode should be final. 144
 Error whitespace ParenPad '(' is followed by whitespace. 146
 Error whitespace ParenPad ')' is preceded with whitespace. 146
 Error sizes LineLength Line is longer than 80 characters (found 93). 148
 Error sizes LineLength Line is longer than 80 characters (found 82). 151
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 160
 Error whitespace ParenPad '(' is followed by whitespace. 160
 Error sizes LineLength Line is longer than 80 characters (found 101). 161

org/apache/streams/gplus/serializer/util/GPlusCommentDeserializer.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 96). 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error sizes LineLength Line is longer than 80 characters (found 118). 46
 Error sizes LineLength Line is longer than 80 characters (found 87). 51
 Error sizes LineLength Line is longer than 80 characters (found 87). 53
 Error sizes LineLength Line is longer than 80 characters (found 98). 56
 Error misc FinalParameters Parameter jsonParser should be final. 56
 Error misc FinalParameters Parameter deserializationContext should be final. 56
 Error sizes LineLength Line is longer than 80 characters (found 82). 67
 Error sizes LineLength Line is longer than 80 characters (found 127). 81
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 83
 Error whitespace ParenPad '(' is followed by whitespace. 83
 Error whitespace ParenPad ')' is preceded with whitespace. 83
 Error sizes LineLength Line is longer than 80 characters (found 120). 89
 Error sizes LineLength Line is longer than 80 characters (found 84). 100

org/apache/streams/gplus/serializer/util/GPlusEventClassifier.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 37
 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 misc FinalParameters Parameter json should be final. 48
 Error sizes LineLength Line is longer than 80 characters (found 112). 60
 Error sizes LineLength Line is longer than 80 characters (found 117). 62

org/apache/streams/gplus/serializer/util/GPlusPersonDeserializer.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocPackage Missing package-info.java file.
 Error imports UnusedImports Unused import - com.fasterxml.jackson.core.JsonProcessingException. 25
 Error sizes LineLength Line is longer than 80 characters (found 94). 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error sizes LineLength Line is longer than 80 characters (found 103). 46
 Error sizes LineLength Line is longer than 80 characters (found 86). 51
 Error sizes LineLength Line is longer than 80 characters (found 118). 56
 Error misc FinalParameters Parameter jsonParser should be final. 56
 Error misc FinalParameters Parameter deserializationContext should be final. 56
 Error sizes LineLength Line is longer than 80 characters (found 85). 63
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 65
 Error whitespace ParenPad '(' is followed by whitespace. 65
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 68
 Error whitespace ParenPad '(' is followed by whitespace. 68
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 73
 Error whitespace ParenPad '(' is followed by whitespace. 73
 Error whitespace ParenPad ')' is preceded with whitespace. 73
 Error sizes LineLength Line is longer than 80 characters (found 98). 84
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 90
 Error whitespace ParenPad '(' is followed by whitespace. 90
 Error sizes LineLength Line is longer than 80 characters (found 118). 92
 Error whitespace ParenPad '(' is followed by whitespace. 103
 Error sizes LineLength Line is longer than 80 characters (found 108). 105
 Error whitespace ParenPad '(' is followed by whitespace. 110
 Error whitespace ParenPad '(' is followed by whitespace. 113
 Error sizes LineLength Line is longer than 80 characters (found 84). 117

org/apache/streams/gplus/serializer/util/GooglePlusActivityUtil.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error sizes LineLength Line is longer than 80 characters (found 113). 45
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 47
 Error sizes LineLength Line is longer than 80 characters (found 93). 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error sizes LineLength Line is longer than 80 characters (found 104). 59
 Error misc FinalParameters Parameter item should be final. 59
 Error misc FinalParameters Parameter activity should be final. 59
 Error sizes LineLength Line is longer than 80 characters (found 97). 63
 Error javadoc JavadocStyle First sentence should end with a period. 68
 Error misc FinalParameters Parameter comments should be final. 75
 Error misc FinalParameters Parameter activity should be final. 75
 Error sizes LineLength Line is longer than 80 characters (found 92). 80
 Error javadoc JavadocStyle First sentence should end with a period. 84
 Error sizes LineLength Line is longer than 80 characters (found 115). 91
 Error misc FinalParameters Parameter gPlusActivity should be final. 91
 Error misc FinalParameters Parameter activity should be final. 91
 Error sizes LineLength Line is longer than 80 characters (found 106). 102
 Error sizes LineLength Line is longer than 80 characters (found 84). 104
 Error javadoc JavadocStyle First sentence should end with a period. 111
 Error misc FinalParameters Parameter activity should be final. 118
 Error misc FinalParameters Parameter comment should be final. 118
 Error javadoc JavadocStyle First sentence should end with a period. 142
 Error sizes LineLength Line is longer than 80 characters (found 110). 143
 Error sizes LineLength Line is longer than 80 characters (found 120). 149
 Error misc FinalParameters Parameter activity should be final. 149
 Error misc FinalParameters Parameter gPlusActivity should be final. 149
 Error sizes LineLength Line is longer than 80 characters (found 92). 153
 Error sizes LineLength Line is longer than 80 characters (found 94). 155
 Error sizes LineLength Line is longer than 80 characters (found 105). 158
 Error sizes LineLength Line is longer than 80 characters (found 105). 165
 Error javadoc JavadocStyle First sentence should end with a period. 176
 Error sizes LineLength Line is longer than 80 characters (found 119). 183
 Error misc FinalParameters Parameter activity should be final. 183
 Error misc FinalParameters Parameter plusObject should be final. 183
 Error sizes LineLength Line is longer than 80 characters (found 122). 191
 Error sizes LineLength Line is longer than 80 characters (found 113). 200
 Error javadoc JavadocStyle First sentence should end with a period. 216
 Error sizes LineLength Line is longer than 80 characters (found 101). 217
 Error sizes LineLength Line is longer than 80 characters (found 106). 223
 Error misc FinalParameters Parameter gPlusActor should be final. 223
 Error sizes LineLength Line is longer than 80 characters (found 100). 231
 Error javadoc JavadocStyle First sentence should end with a period. 241
 Error sizes LineLength Line is longer than 80 characters (found 84). 242
 Error misc FinalParameters Parameter person should be final. 248
 Error javadoc JavadocStyle First sentence should end with a period. 278
 Error javadoc JavadocStyle First sentence should end with a period. 289
 Error misc FinalParameters Parameter idparts should be final. 294
 Error sizes LineLength Line is longer than 80 characters (found 122). 296