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
14 0 0 383

Rules

Category Rule Violations Severity
coding AvoidInlineConditionals 1  Error
HiddenField 12  Error
MagicNumber 7  Error
design DesignForExtension 31  Error
HideUtilityClassConstructor 2  Error
VisibilityModifier 4  Error
imports UnusedImports
  • processJavadoc: "false"
2  Error
javadoc JavadocMethod 20  Error
JavadocPackage 3  Error
JavadocStyle 17  Error
JavadocVariable 50  Error
misc FinalParameters 71  Error
NewlineAtEndOfFile 3  Error
TodoComment 1  Error
naming LocalVariableName 3  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
1  Error
sizes LineLength 130  Error
whitespace ParenPad 15  Error
WhitespaceAfter 3  Error
WhitespaceAround 7  Error

Details

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 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 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