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 644

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
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
49  Error
sizes LineLength 163  Error
whitespace ParenPad 15  Error
WhitespaceAfter 3  Error
WhitespaceAround 7  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. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 38
 Error javadoc JavadocStyle First sentence should end with a period. 40
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocStyle First sentence should end with a period. 52
 Error regexp RegexpSingleline Line has trailing spaces. 54
 Error javadoc JavadocStyle First sentence should end with a period. 58
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error sizes LineLength Line is longer than 80 characters (found 112). 71
 Error regexp RegexpSingleline Line has trailing spaces. 72
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Error sizes LineLength Line is longer than 80 characters (found 82). 78
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error sizes LineLength Line is longer than 80 characters (found 142). 85
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error sizes LineLength Line is longer than 80 characters (found 144). 91
 Error regexp RegexpSingleline Line has trailing spaces. 92
 Error javadoc JavadocStyle First sentence should end with a period. 96
 Error regexp RegexpSingleline Line has trailing spaces. 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 103
 Error sizes LineLength Line is longer than 80 characters (found 85). 104
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Error regexp RegexpSingleline Line has trailing spaces. 108
 Error javadoc JavadocStyle First sentence should end with a period. 117
 Error regexp RegexpSingleline Line has trailing spaces. 119
 Error misc FinalParameters Parameter protocol should be final. 124
 Error coding HiddenField 'protocol' hides a field. 124
 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. 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 128
 Error misc FinalParameters Parameter protocol should be final. 128
 Error coding HiddenField 'protocol' hides a field. 128
 Error javadoc JavadocStyle First sentence should end with a period. 133
 Error regexp RegexpSingleline Line has trailing spaces. 135
 Error javadoc JavadocStyle First sentence should end with a period. 144
 Error regexp RegexpSingleline Line has trailing spaces. 146
 Error misc FinalParameters Parameter host should be final. 151
 Error coding HiddenField 'host' hides a field. 151
 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. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 Error misc FinalParameters Parameter host should be final. 155
 Error coding HiddenField 'host' hides a field. 155
 Error javadoc JavadocStyle First sentence should end with a period. 160
 Error regexp RegexpSingleline Line has trailing spaces. 162
 Error javadoc JavadocStyle First sentence should end with a period. 171
 Error regexp RegexpSingleline Line has trailing spaces. 173
 Error misc FinalParameters Parameter port should be final. 178
 Error coding HiddenField 'port' hides a field. 178
 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. 182
 Error javadoc JavadocMethod Missing a Javadoc comment. 182
 Error misc FinalParameters Parameter port should be final. 182
 Error coding HiddenField 'port' hides a field. 182
 Error javadoc JavadocStyle First sentence should end with a period. 187
 Error regexp RegexpSingleline Line has trailing spaces. 189
 Error javadoc JavadocStyle First sentence should end with a period. 198
 Error regexp RegexpSingleline Line has trailing spaces. 200
 Error misc FinalParameters Parameter version should be final. 205
 Error coding HiddenField 'version' hides a field. 205
 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. 209
 Error javadoc JavadocMethod Missing a Javadoc comment. 209
 Error misc FinalParameters Parameter version should be final. 209
 Error coding HiddenField 'version' hides a field. 209
 Error javadoc JavadocStyle First sentence should end with a period. 214
 Error regexp RegexpSingleline Line has trailing spaces. 216
 Error javadoc JavadocStyle First sentence should end with a period. 225
 Error regexp RegexpSingleline Line has trailing spaces. 227
 Error misc FinalParameters Parameter endpoint should be final. 232
 Error coding HiddenField 'endpoint' hides a field. 232
 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. 236
 Error javadoc JavadocMethod Missing a Javadoc comment. 236
 Error misc FinalParameters Parameter endpoint should be final. 236
 Error coding HiddenField 'endpoint' hides a field. 236
 Error sizes LineLength Line is longer than 80 characters (found 112). 242
 Error regexp RegexpSingleline Line has trailing spaces. 243
 Error sizes LineLength Line is longer than 80 characters (found 112). 253
 Error regexp RegexpSingleline Line has trailing spaces. 254
 Error misc FinalParameters Parameter follow should be final. 259
 Error coding HiddenField 'follow' hides a field. 259
 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. 263
 Error javadoc JavadocMethod Missing a Javadoc comment. 263
 Error misc FinalParameters Parameter follow should be final. 263
 Error coding HiddenField 'follow' hides a field. 263
 Error javadoc JavadocStyle First sentence should end with a period. 268
 Error sizes LineLength Line is longer than 80 characters (found 82). 269
 Error regexp RegexpSingleline Line has trailing spaces. 270
 Error javadoc JavadocStyle First sentence should end with a period. 279
 Error sizes LineLength Line is longer than 80 characters (found 82). 280
 Error regexp RegexpSingleline Line has trailing spaces. 281
 Error misc FinalParameters Parameter googlePlusUsers should be final. 286
 Error coding HiddenField 'googlePlusUsers' hides a field. 286
 Error sizes LineLength Line is longer than 80 characters (found 83). 290
 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. 290
 Error javadoc JavadocMethod Missing a Javadoc comment. 290
 Error misc FinalParameters Parameter googlePlusUsers should be final. 290
 Error coding HiddenField 'googlePlusUsers' hides a field. 290
 Error sizes LineLength Line is longer than 80 characters (found 142). 296
 Error regexp RegexpSingleline Line has trailing spaces. 297
 Error sizes LineLength Line is longer than 80 characters (found 142). 307
 Error regexp RegexpSingleline Line has trailing spaces. 308
 Error misc FinalParameters Parameter defaultAfterDate should be final. 313
 Error coding HiddenField 'defaultAfterDate' hides a field. 313
 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. 317
 Error javadoc JavadocMethod Missing a Javadoc comment. 317
 Error misc FinalParameters Parameter defaultAfterDate should be final. 317
 Error coding HiddenField 'defaultAfterDate' hides a field. 317
 Error sizes LineLength Line is longer than 80 characters (found 144). 323
 Error regexp RegexpSingleline Line has trailing spaces. 324
 Error sizes LineLength Line is longer than 80 characters (found 144). 334
 Error regexp RegexpSingleline Line has trailing spaces. 335
 Error misc FinalParameters Parameter defaultBeforeDate should be final. 340
 Error coding HiddenField 'defaultBeforeDate' hides a field. 340
 Error sizes LineLength Line is longer than 80 characters (found 81). 344
 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. 344
 Error javadoc JavadocMethod Missing a Javadoc comment. 344
 Error misc FinalParameters Parameter defaultBeforeDate should be final. 344
 Error coding HiddenField 'defaultBeforeDate' hides a field. 344
 Error javadoc JavadocStyle First sentence should end with a period. 349
 Error regexp RegexpSingleline Line has trailing spaces. 351
 Error javadoc JavadocStyle First sentence should end with a period. 360
 Error regexp RegexpSingleline Line has trailing spaces. 362
 Error misc FinalParameters Parameter oauth should be final. 367
 Error coding HiddenField 'oauth' hides a field. 367
 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. 371
 Error javadoc JavadocMethod Missing a Javadoc comment. 371
 Error misc FinalParameters Parameter oauth should be final. 371
 Error coding HiddenField 'oauth' hides a field. 371
 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. 376
 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. 381
 Error javadoc JavadocMethod Missing a Javadoc comment. 381
 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. 386
 Error javadoc JavadocMethod Missing a Javadoc comment. 386
 Error misc FinalParameters Parameter name should be final. 387
 Error misc FinalParameters Parameter value should be final. 387
 Error sizes LineLength Line is longer than 80 characters (found 81). 391
 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. 391
 Error javadoc JavadocMethod Missing a Javadoc comment. 391
 Error misc FinalParameters Parameter name should be final. 391
 Error misc FinalParameters Parameter value should be final. 391
 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. 396
 Error sizes LineLength Line is longer than 80 characters (found 259). 398
 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. 401
 Error misc FinalParameters Parameter other should be final. 402
 Error coding SimplifyBooleanExpression Expression can be simplified. 406
 Error sizes LineLength Line is longer than 80 characters (found 431). 410

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

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 19
 Error regexp RegexpSingleline Line has trailing spaces. 21
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocStyle First sentence should end with a period. 35
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error sizes LineLength Line is longer than 80 characters (found 85). 48
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error misc FinalParameters Parameter appName should be final. 66
 Error coding HiddenField 'appName' hides a field. 66
 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. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error misc FinalParameters Parameter appName should be final. 70
 Error coding HiddenField 'appName' hides a field. 70
 Error javadoc JavadocStyle First sentence should end with a period. 75
 Error regexp RegexpSingleline Line has trailing spaces. 77
 Error javadoc JavadocStyle First sentence should end with a period. 86
 Error regexp RegexpSingleline Line has trailing spaces. 88
 Error misc FinalParameters Parameter pathToP12KeyFile should be final. 93
 Error coding HiddenField 'pathToP12KeyFile' hides a field. 93
 Error sizes LineLength Line is longer than 80 characters (found 82). 97
 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. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Error misc FinalParameters Parameter pathToP12KeyFile should be final. 97
 Error coding HiddenField 'pathToP12KeyFile' hides a field. 97
 Error javadoc JavadocStyle First sentence should end with a period. 102
 Error regexp RegexpSingleline Line has trailing spaces. 104
 Error javadoc JavadocStyle First sentence should end with a period. 113
 Error regexp RegexpSingleline Line has trailing spaces. 115
 Error sizes LineLength Line is longer than 80 characters (found 82). 120
 Error misc FinalParameters Parameter serviceAccountEmailAddress should be final. 120
 Error coding HiddenField 'serviceAccountEmailAddress' hides a field. 120
 Error sizes LineLength Line is longer than 80 characters (found 102). 124
 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. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Error misc FinalParameters Parameter serviceAccountEmailAddress should be final. 124
 Error coding HiddenField 'serviceAccountEmailAddress' hides a field. 124
 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. 129
 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. 134
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 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. 139
 Error javadoc JavadocMethod Missing a Javadoc comment. 139
 Error misc FinalParameters Parameter name should be final. 140
 Error misc FinalParameters Parameter value should be final. 140
 Error sizes LineLength Line is longer than 80 characters (found 86). 144
 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. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Error misc FinalParameters Parameter name should be final. 144
 Error misc FinalParameters Parameter value should be final. 144
 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. 149
 Error sizes LineLength Line is longer than 80 characters (found 155). 151
 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. 154
 Error misc FinalParameters Parameter other should be final. 155
 Error coding SimplifyBooleanExpression Expression can be simplified. 159
 Error sizes LineLength Line is longer than 80 characters (found 244). 163

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. 19
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 27
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error sizes LineLength Line is longer than 80 characters (found 185). 36
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error sizes LineLength Line is longer than 80 characters (found 183). 42
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error sizes LineLength Line is longer than 80 characters (found 85). 48
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error misc FinalParameters Parameter userId should be final. 68
 Error coding HiddenField 'userId' hides a field. 68
 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. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Error misc FinalParameters Parameter userId should be final. 72
 Error coding HiddenField 'userId' hides a field. 72
 Error sizes LineLength Line is longer than 80 characters (found 185). 78
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error sizes LineLength Line is longer than 80 characters (found 185). 89
 Error regexp RegexpSingleline Line has trailing spaces. 90
 Error misc FinalParameters Parameter afterDate should be final. 95
 Error coding HiddenField 'afterDate' hides a field. 95
 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. 99
 Error javadoc JavadocMethod Missing a Javadoc comment. 99
 Error misc FinalParameters Parameter afterDate should be final. 99
 Error coding HiddenField 'afterDate' hides a field. 99
 Error sizes LineLength Line is longer than 80 characters (found 183). 105
 Error regexp RegexpSingleline Line has trailing spaces. 106
 Error sizes LineLength Line is longer than 80 characters (found 183). 116
 Error regexp RegexpSingleline Line has trailing spaces. 117
 Error misc FinalParameters Parameter beforeDate should be final. 122
 Error coding HiddenField 'beforeDate' hides a field. 122
 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. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Error misc FinalParameters Parameter beforeDate should be final. 126
 Error coding HiddenField 'beforeDate' hides a field. 126
 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. 131
 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. 136
 Error javadoc JavadocMethod Missing a Javadoc comment. 136
 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. 141
 Error javadoc JavadocMethod Missing a Javadoc comment. 141
 Error misc FinalParameters Parameter name should be final. 142
 Error misc FinalParameters Parameter value should be final. 142
 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. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 146
 Error misc FinalParameters Parameter name should be final. 146
 Error misc FinalParameters Parameter value should be final. 146
 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. 151
 Error sizes LineLength Line is longer than 80 characters (found 131). 153
 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. 156
 Error misc FinalParameters Parameter other should be final. 157
 Error coding SimplifyBooleanExpression Expression can be simplified. 161
 Error sizes LineLength Line is longer than 80 characters (found 196). 165

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 sizes LineLength Line is longer than 80 characters (found 92). 116
 Error sizes LineLength Line is longer than 80 characters (found 92). 119
 Error sizes LineLength Line is longer than 80 characters (found 88). 124
 Error sizes LineLength Line is longer than 80 characters (found 82). 125
 Error sizes LineLength Line is longer than 80 characters (found 133). 129
 Error sizes LineLength Line is longer than 80 characters (found 104). 142
 Error sizes LineLength Line is longer than 80 characters (found 94). 148
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 148

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 sizes LineLength Line is longer than 80 characters (found 120). 87
 Error sizes LineLength Line is longer than 80 characters (found 84). 98

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 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 javadoc JavadocPackage Missing package-info.java file.
 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