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
11 0 0 330

Rules

Category Rule Violations Severity
coding HiddenField 13  Error
MagicNumber 7  Error
design DesignForExtension 30  Error
HideUtilityClassConstructor 2  Error
VisibilityModifier 2  Error
imports UnusedImports
  • processJavadoc: "false"
1  Error
javadoc JavadocMethod 24  Error
JavadocPackage 3  Error
JavadocStyle 9  Error
JavadocType 5  Error
JavadocVariable 42  Error
misc FinalParameters 73  Error
NewlineAtEndOfFile 6  Error
TodoComment 1  Error
naming LocalVariableName 6  Error
sizes LineLength 100  Error
whitespace WhitespaceAfter 2  Error
WhitespaceAround 4  Error

Details

org/apache/streams/youtube/processor/YoutubeTypeConverter.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 javadoc JavadocType Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error sizes LineLength Line is longer than 80 characters (found 91). 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 52
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 52
 Error design DesignForExtension Class 'YoutubeTypeConverter' 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 'YoutubeTypeConverter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 54
 Error design DesignForExtension Class 'YoutubeTypeConverter' 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 'YoutubeTypeConverter' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error misc FinalParameters Parameter streamsDatum should be final. 60
 Error sizes LineLength Line is longer than 80 characters (found 88). 75
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 75
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 78
 Error sizes LineLength Line is longer than 80 characters (found 115). 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Error misc FinalParameters Parameter item should be final. 100
 Error design DesignForExtension Class 'YoutubeTypeConverter' 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 'YoutubeTypeConverter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 115
 Error misc FinalParameters Parameter configurationObject should be final. 116
 Error sizes LineLength Line is longer than 80 characters (found 82). 123
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 128
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 128

org/apache/streams/youtube/provider/YoutubeChannelDataCollector.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 98). 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error sizes LineLength Line is longer than 80 characters (found 89). 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error misc FinalParameters Parameter youTube should be final. 65
 Error coding HiddenField 'youTube' hides a field. 65
 Error misc FinalParameters Parameter queue should be final. 66
 Error coding HiddenField 'queue' hides a field. 66
 Error misc FinalParameters Parameter strategy should be final. 67
 Error coding HiddenField 'strategy' hides a field. 67
 Error misc FinalParameters Parameter userInfo should be final. 68
 Error coding HiddenField 'userInfo' hides a field. 68
 Error misc FinalParameters Parameter youtubeConfig should be final. 69
 Error coding HiddenField 'youtubeConfig' hides a field. 69
 Error design DesignForExtension Class 'YoutubeChannelDataCollector' 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 'YoutubeChannelDataCollector' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error naming LocalVariableName Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
 Error naming LocalVariableName Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
 Error naming LocalVariableName Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
 Error sizes LineLength Line is longer than 80 characters (found 153). 87
 Error sizes LineLength Line is longer than 80 characters (found 143). 101
 Error sizes LineLength Line is longer than 80 characters (found 91). 110
 Error sizes LineLength Line is longer than 80 characters (found 92). 111
 Error sizes LineLength Line is longer than 80 characters (found 103). 116

org/apache/streams/youtube/provider/YoutubeChannelProvider.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Error misc FinalParameters Parameter config should be final. 56
 Error javadoc JavadocStyle First sentence should end with a period. 60
 Error sizes LineLength Line is longer than 80 characters (found 142). 72
 Error misc FinalParameters Parameter args should be final. 76
 Error sizes LineLength Line is longer than 80 characters (found 125). 86
 Error sizes LineLength Line is longer than 80 characters (found 98). 90
 Error sizes LineLength Line is longer than 80 characters (found 131). 91
 Error sizes LineLength Line is longer than 80 characters (found 101). 96
 Error sizes LineLength Line is longer than 80 characters (found 111). 100
 Error design DesignForExtension Class 'YoutubeChannelProvider' 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 'YoutubeChannelProvider' final or making the method 'getDataCollector' static/final/abstract/empty, or adding allowed annotation for the method. 120
 Error sizes LineLength Line is longer than 80 characters (found 136). 121
 Error misc FinalParameters Parameter strategy should be final. 121
 Error misc FinalParameters Parameter queue should be final. 121
 Error misc FinalParameters Parameter youtube should be final. 121
 Error misc FinalParameters Parameter userInfo should be final. 121
 Error sizes LineLength Line is longer than 80 characters (found 92). 122

org/apache/streams/youtube/provider/YoutubeDataCollector.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 91). 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error sizes LineLength Line is longer than 80 characters (found 107). 37
 Error sizes LineLength Line is longer than 80 characters (found 101). 41
 Error sizes LineLength Line is longer than 80 characters (found 127). 43
 Error misc FinalParameters Parameter gjre should be final. 43
 Error javadoc JavadocMethod Expected @param tag for 'gjre'. 43
 Error misc FinalParameters Parameter backOff should be final. 43
 Error javadoc JavadocMethod Expected @param tag for 'backOff'. 43
 Error javadoc JavadocMethod Expected @throws tag for 'BackOffException'. 43
 Error coding MagicNumber '400' is a magic number. 47
 Error coding MagicNumber '401' is a magic number. 50
 Error coding MagicNumber '403' is a magic number. 53
 Error sizes LineLength Line is longer than 80 characters (found 88). 54
 Error coding MagicNumber '503' is a magic number. 58

org/apache/streams/youtube/provider/YoutubeProvider.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocType Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error sizes LineLength Line is longer than 80 characters (found 86). 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error design VisibilityModifier Variable 'youtube' must be private and have accessor methods. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error design VisibilityModifier Variable 'config' must be private and have accessor methods. 82
 Error sizes LineLength Line is longer than 80 characters (found 101). 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error sizes LineLength Line is longer than 80 characters (found 83). 98
 Error misc FinalParameters Parameter config should be final. 107
 Error coding HiddenField 'config' hides a field. 107
 Error design DesignForExtension Class 'YoutubeProvider' 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 'YoutubeProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error design DesignForExtension Class 'YoutubeProvider' 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 'YoutubeProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 118
 Error misc FinalParameters Parameter configurationObject should be final. 119
 Error sizes LineLength Line is longer than 80 characters (found 109). 127
 Error coding MagicNumber '1000' is a magic number. 128
 Error design DesignForExtension Class 'YoutubeProvider' 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 'YoutubeProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. 133
 Error sizes LineLength Line is longer than 80 characters (found 85). 138
 Error sizes LineLength Line is longer than 80 characters (found 87). 141
 Error sizes LineLength Line is longer than 80 characters (found 120). 145
 Error sizes LineLength Line is longer than 80 characters (found 144). 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Error coding HiddenField 'youtube' hides a field. 152
 Error design DesignForExtension Class 'YoutubeProvider' 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 'YoutubeProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. 154
 Error design DesignForExtension Class 'YoutubeProvider' 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 'YoutubeProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. 168
 Error misc FinalParameters Parameter sequence should be final. 169
 Error design DesignForExtension Class 'YoutubeProvider' 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 'YoutubeProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. 173
 Error misc FinalParameters Parameter start should be final. 174
 Error misc FinalParameters Parameter end should be final. 174
 Error design DesignForExtension Class 'YoutubeProvider' looks like designed for extension (can be subclassed), but the method 'createYouTubeClient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeProvider' final or making the method 'createYouTubeClient' static/final/abstract/empty, or adding allowed annotation for the method. 178
 Error javadoc JavadocMethod Missing a Javadoc comment. 178
 Error sizes LineLength Line is longer than 80 characters (found 88). 179
 Error sizes LineLength Line is longer than 80 characters (found 84). 183
 Error sizes LineLength Line is longer than 80 characters (found 97). 189
 Error sizes LineLength Line is longer than 80 characters (found 123). 193
 Error design DesignForExtension Class 'YoutubeProvider' 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 'YoutubeProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. 196
 Error coding MagicNumber '10' is a magic number. 198
 Error coding MagicNumber '10' is a magic number. 198
 Error design DesignForExtension Class 'YoutubeProvider' 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 'YoutubeProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. 202
 Error javadoc JavadocMethod Missing a Javadoc comment. 202
 Error design DesignForExtension Class 'YoutubeProvider' 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 'YoutubeProvider' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. 206
 Error javadoc JavadocMethod Missing a Javadoc comment. 206
 Error misc FinalParameters Parameter config should be final. 206
 Error coding HiddenField 'config' hides a field. 206
 Error sizes LineLength Line is longer than 80 characters (found 89). 211
 Error misc FinalParameters Parameter defaultBeforeDate should be final. 214
 Error sizes LineLength Line is longer than 80 characters (found 88). 219
 Error misc FinalParameters Parameter defaultAfterDate should be final. 222
 Error sizes LineLength Line is longer than 80 characters (found 110). 227
 Error misc FinalParameters Parameter userIds should be final. 230
 Error sizes LineLength Line is longer than 80 characters (found 84). 245
 Error sizes LineLength Line is longer than 80 characters (found 82). 248
 Error misc FinalParameters Parameter usersAndAfterDates should be final. 248
 Error design DesignForExtension Class 'YoutubeProvider' 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 'YoutubeProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. 261
 Error sizes LineLength Line is longer than 80 characters (found 97). 263

org/apache/streams/youtube/provider/YoutubeUserActivityCollector.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error sizes LineLength Line is longer than 80 characters (found 99). 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error misc FinalParameters Parameter youtube should be final. 82
 Error coding HiddenField 'youtube' hides a field. 82
 Error misc FinalParameters Parameter datumQueue should be final. 83
 Error coding HiddenField 'datumQueue' hides a field. 83
 Error misc FinalParameters Parameter backOff should be final. 84
 Error coding HiddenField 'backOff' hides a field. 84
 Error misc FinalParameters Parameter userInfo should be final. 85
 Error coding HiddenField 'userInfo' hides a field. 85
 Error misc FinalParameters Parameter config should be final. 86
 Error coding HiddenField 'config' hides a field. 86
 Error design DesignForExtension Class 'YoutubeUserActivityCollector' 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 'YoutubeUserActivityCollector' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error sizes LineLength Line is longer than 80 characters (found 82). 100
 Error naming LocalVariableName Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 105
 Error naming LocalVariableName Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
 Error naming LocalVariableName Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
 Error sizes LineLength Line is longer than 80 characters (found 104). 144
 Error sizes LineLength Line is longer than 80 characters (found 102). 150
 Error sizes LineLength Line is longer than 80 characters (found 101). 153
 Error sizes LineLength Line is longer than 80 characters (found 137). 166
 Error design DesignForExtension Class 'YoutubeUserActivityCollector' looks like designed for extension (can be subclassed), but the method 'processActivityFeed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeUserActivityCollector' final or making the method 'processActivityFeed' static/final/abstract/empty, or adding allowed annotation for the method. 166
 Error misc FinalParameters Parameter feed should be final. 166
 Error misc FinalParameters Parameter afterDate should be final. 166
 Error misc FinalParameters Parameter beforeDate should be final. 166
 Error sizes LineLength Line is longer than 80 characters (found 85). 167
 Error sizes LineLength Line is longer than 80 characters (found 93). 172
 Error sizes LineLength Line is longer than 80 characters (found 143). 174
 Error sizes LineLength Line is longer than 80 characters (found 115). 175
 Error sizes LineLength Line is longer than 80 characters (found 85). 180
 Error sizes LineLength Line is longer than 80 characters (found 167). 193
 Error design DesignForExtension Class 'YoutubeUserActivityCollector' looks like designed for extension (can be subclassed), but the method 'processVideos' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeUserActivityCollector' final or making the method 'processVideos' static/final/abstract/empty, or adding allowed annotation for the method. 193
 Error misc FinalParameters Parameter videos should be final. 193
 Error misc FinalParameters Parameter afterDate should be final. 193
 Error misc FinalParameters Parameter beforeDate should be final. 193
 Error misc FinalParameters Parameter activity should be final. 193
 Error misc FinalParameters Parameter feed should be final. 193
 Error sizes LineLength Line is longer than 80 characters (found 120). 197
 Error sizes LineLength Line is longer than 80 characters (found 131). 201
 Error sizes LineLength Line is longer than 80 characters (found 93). 202
 Error sizes LineLength Line is longer than 80 characters (found 88). 203
 Error sizes LineLength Line is longer than 80 characters (found 87). 211
 Error design DesignForExtension Class 'YoutubeUserActivityCollector' looks like designed for extension (can be subclassed), but the method 'getVideoList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeUserActivityCollector' final or making the method 'getVideoList' static/final/abstract/empty, or adding allowed annotation for the method. 221
 Error misc FinalParameters Parameter videoId should be final. 221
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 221
 Error sizes LineLength Line is longer than 80 characters (found 91). 222
 Error design DesignForExtension Class 'YoutubeUserActivityCollector' looks like designed for extension (can be subclassed), but the method 'getDatumQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeUserActivityCollector' final or making the method 'getDatumQueue' static/final/abstract/empty, or adding allowed annotation for the method. 235
 Error javadoc JavadocMethod Missing a Javadoc comment. 235

org/apache/streams/youtube/provider/YoutubeUserActivityProvider.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error misc FinalParameters Parameter config should be final. 57
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Error sizes LineLength Line is longer than 80 characters (found 142). 77
 Error misc FinalParameters Parameter args should be final. 82
 Error sizes LineLength Line is longer than 80 characters (found 125). 92
 Error sizes LineLength Line is longer than 80 characters (found 98). 96
 Error sizes LineLength Line is longer than 80 characters (found 131). 97
 Error sizes LineLength Line is longer than 80 characters (found 83). 98
 Error sizes LineLength Line is longer than 80 characters (found 101). 102
 Error sizes LineLength Line is longer than 80 characters (found 111). 106
 Error design DesignForExtension Class 'YoutubeUserActivityProvider' 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 'YoutubeUserActivityProvider' final or making the method 'getDataCollector' static/final/abstract/empty, or adding allowed annotation for the method. 128
 Error sizes LineLength Line is longer than 80 characters (found 136). 129
 Error misc FinalParameters Parameter strategy should be final. 129
 Error misc FinalParameters Parameter queue should be final. 129
 Error misc FinalParameters Parameter youtube should be final. 129
 Error misc FinalParameters Parameter userInfo should be final. 129
 Error sizes LineLength Line is longer than 80 characters (found 88). 130

org/apache/streams/youtube/serializer/YoutubeActivityUtil.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error imports UnusedImports Unused import - com.google.api.services.youtube.YouTube. 29
 Error javadoc JavadocType Missing a Javadoc comment. 45
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 45
 Error sizes LineLength Line is longer than 80 characters (found 90). 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error sizes LineLength Line is longer than 80 characters (found 122). 57
 Error misc FinalParameters Parameter video should be final. 57
 Error misc FinalParameters Parameter activity should be final. 57
 Error misc FinalParameters Parameter channelId should be final. 57
 Error javadoc JavadocMethod Expected @param tag for 'channelId'. 57
 Error sizes LineLength Line is longer than 80 characters (found 98). 61
 Error sizes LineLength Line is longer than 80 characters (found 88). 63
 Error javadoc JavadocStyle First sentence should end with a period. 76
 Error sizes LineLength Line is longer than 80 characters (found 126). 84
 Error misc FinalParameters Parameter channel should be final. 84
 Error misc FinalParameters Parameter activity should be final. 84
 Error misc FinalParameters Parameter channelId should be final. 84
 Error javadoc JavadocMethod Expected @param tag for 'channelId'. 84
 Error misc FinalParameters Parameter channel should be final. 102
 Error misc TodoComment Comment matches to-do format 'TODO:'. 104
 Error sizes LineLength Line is longer than 80 characters (found 83). 113
 Error sizes LineLength Line is longer than 80 characters (found 84). 120
 Error misc FinalParameters Parameter video should be final. 125
 Error misc FinalParameters Parameter activity should be final. 151
 Error misc FinalParameters Parameter video should be final. 151
 Error sizes LineLength Line is longer than 80 characters (found 92). 152
 Error javadoc JavadocStyle First sentence should end with a period. 163
 Error misc FinalParameters Parameter video should be final. 169
 Error misc FinalParameters Parameter id should be final. 169
 Error javadoc JavadocStyle First sentence should end with a period. 180
 Error javadoc JavadocStyle First sentence should end with a period. 191
 Error misc FinalParameters Parameter idparts should be final. 196
 Error sizes LineLength Line is longer than 80 characters (found 120). 198

org/apache/streams/youtube/serializer/YoutubeChannelDeserializer.java

Severity Category Rule Message Line
 Error design DesignForExtension Class 'YoutubeChannelDeserializer' 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 'YoutubeChannelDeserializer' final or making the method 'deserialize' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error sizes LineLength Line is longer than 80 characters (found 93). 46
 Error misc FinalParameters Parameter jp should be final. 46
 Error misc FinalParameters Parameter ctxt should be final. 46
 Error sizes LineLength Line is longer than 80 characters (found 85). 59
 Error design DesignForExtension Class 'YoutubeChannelDeserializer' looks like designed for extension (can be subclassed), but the method 'setChannelSnippet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeChannelDeserializer' final or making the method 'setChannelSnippet' static/final/abstract/empty, or adding allowed annotation for the method. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Error misc FinalParameters Parameter node should be final. 67
 Error sizes LineLength Line is longer than 80 characters (found 91). 71
 Error design DesignForExtension Class 'YoutubeChannelDeserializer' looks like designed for extension (can be subclassed), but the method 'setThumbnails' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeChannelDeserializer' final or making the method 'setThumbnails' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Error misc FinalParameters Parameter node should be final. 77
 Error sizes LineLength Line is longer than 80 characters (found 88). 82
 Error sizes LineLength Line is longer than 80 characters (found 82). 83
 Error sizes LineLength Line is longer than 80 characters (found 86). 84
 Error design DesignForExtension Class 'YoutubeChannelDeserializer' looks like designed for extension (can be subclassed), but the method 'setLocalized' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeChannelDeserializer' final or making the method 'setLocalized' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Error misc FinalParameters Parameter node should be final. 88
 Error design DesignForExtension Class 'YoutubeChannelDeserializer' looks like designed for extension (can be subclassed), but the method 'setContentDetails' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeChannelDeserializer' final or making the method 'setContentDetails' static/final/abstract/empty, or adding allowed annotation for the method. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Error misc FinalParameters Parameter node should be final. 98
 Error sizes LineLength Line is longer than 80 characters (found 96). 106
 Error sizes LineLength Line is longer than 80 characters (found 87). 110
 Error design DesignForExtension Class 'YoutubeChannelDeserializer' looks like designed for extension (can be subclassed), but the method 'setRelatedPlaylists' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeChannelDeserializer' final or making the method 'setRelatedPlaylists' static/final/abstract/empty, or adding allowed annotation for the method. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 110
 Error misc FinalParameters Parameter node should be final. 110
 Error sizes LineLength Line is longer than 80 characters (found 100). 111
 Error design DesignForExtension Class 'YoutubeChannelDeserializer' looks like designed for extension (can be subclassed), but the method 'setChannelStatistics' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeChannelDeserializer' final or making the method 'setChannelStatistics' static/final/abstract/empty, or adding allowed annotation for the method. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Error misc FinalParameters Parameter node should be final. 127
 Error sizes LineLength Line is longer than 80 characters (found 82). 133
 Error design DesignForExtension Class 'YoutubeChannelDeserializer' looks like designed for extension (can be subclassed), but the method 'setTopicDetails' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YoutubeChannelDeserializer' final or making the method 'setTopicDetails' static/final/abstract/empty, or adding allowed annotation for the method. 140
 Error javadoc JavadocMethod Missing a Javadoc comment. 140
 Error misc FinalParameters Parameter node should be final. 140

org/apache/streams/youtube/serializer/YoutubeEventClassifier.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 32
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error misc FinalParameters Parameter json should be final. 42
 Error sizes LineLength Line is longer than 80 characters (found 109). 54
 Error sizes LineLength Line is longer than 80 characters (found 120). 56

org/apache/streams/youtube/serializer/YoutubeVideoDeserializer.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocType Missing a Javadoc comment. 36
 Error sizes LineLength Line is longer than 80 characters (found 95). 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocStyle First sentence should end with a period. 40
 Error sizes LineLength Line is longer than 80 characters (found 99). 41
 Error sizes LineLength Line is longer than 80 characters (found 91). 46
 Error sizes LineLength Line is longer than 80 characters (found 87). 48
 Error sizes LineLength Line is longer than 80 characters (found 117). 51
 Error misc FinalParameters Parameter jsonParser should be final. 51
 Error misc FinalParameters Parameter deserializationContext should be final. 51
 Error sizes LineLength Line is longer than 80 characters (found 83). 63
 Error misc FinalParameters Parameter node should be final. 74
 Error sizes LineLength Line is longer than 80 characters (found 95). 82
 Error misc FinalParameters Parameter node should be final. 105
 Error sizes LineLength Line is longer than 80 characters (found 85). 109
 Error sizes LineLength Line is longer than 80 characters (found 85). 110
 Error sizes LineLength Line is longer than 80 characters (found 87). 111