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
8 0 0 416

Rules

Category Rule Violations Severity
blocks LeftCurly 3  Error
coding HiddenField 28  Error
MagicNumber 2  Error
SimplifyBooleanExpression 3  Error
design DesignForExtension 48  Error
HideUtilityClassConstructor 1  Error
VisibilityModifier 13  Error
javadoc JavadocMethod 33  Error
JavadocPackage 2  Error
JavadocStyle 35  Error
JavadocType 5  Error
JavadocVariable 57  Error
misc FinalParameters 53  Error
TodoComment 4  Error
modifier RedundantModifier 4  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
36  Error
sizes LineLength 63  Error
whitespace ParenPad 24  Error
WhitespaceAround 2  Error

Details

org/apache/streams/hdfs/HdfsConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 21
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 34
 Error javadoc JavadocStyle First sentence should end with a period. 36
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error sizes LineLength Line is longer than 80 characters (found 92). 41
 Error javadoc JavadocStyle First sentence should end with a period. 42
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error javadoc JavadocStyle First sentence should end with a period. 60
 Error regexp RegexpSingleline Line has trailing spaces. 62
 Error javadoc JavadocStyle First sentence should end with a period. 66
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error sizes LineLength Line is longer than 80 characters (found 85). 73
 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 scheme should be final. 93
 Error coding HiddenField 'scheme' hides a field. 93
 Error design DesignForExtension Class 'HdfsConfiguration' looks like designed for extension (can be subclassed), but the method 'withScheme' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HdfsConfiguration' final or making the method 'withScheme' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Error misc FinalParameters Parameter scheme should be final. 97
 Error coding HiddenField 'scheme' 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 misc FinalParameters Parameter host should be final. 120
 Error coding HiddenField 'host' hides a field. 120
 Error design DesignForExtension Class 'HdfsConfiguration' 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 'HdfsConfiguration' final or making the method 'withHost' static/final/abstract/empty, or adding allowed annotation for the method. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Error misc FinalParameters Parameter host should be final. 124
 Error coding HiddenField 'host' hides a field. 124
 Error javadoc JavadocStyle First sentence should end with a period. 129
 Error regexp RegexpSingleline Line has trailing spaces. 131
 Error javadoc JavadocStyle First sentence should end with a period. 140
 Error regexp RegexpSingleline Line has trailing spaces. 142
 Error misc FinalParameters Parameter port should be final. 147
 Error coding HiddenField 'port' hides a field. 147
 Error design DesignForExtension Class 'HdfsConfiguration' 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 'HdfsConfiguration' final or making the method 'withPort' static/final/abstract/empty, or adding allowed annotation for the method. 151
 Error javadoc JavadocMethod Missing a Javadoc comment. 151
 Error misc FinalParameters Parameter port should be final. 151
 Error coding HiddenField 'port' hides a field. 151
 Error javadoc JavadocStyle First sentence should end with a period. 156
 Error regexp RegexpSingleline Line has trailing spaces. 158
 Error javadoc JavadocStyle First sentence should end with a period. 167
 Error regexp RegexpSingleline Line has trailing spaces. 169
 Error misc FinalParameters Parameter path should be final. 174
 Error coding HiddenField 'path' hides a field. 174
 Error design DesignForExtension Class 'HdfsConfiguration' looks like designed for extension (can be subclassed), but the method 'withPath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HdfsConfiguration' final or making the method 'withPath' static/final/abstract/empty, or adding allowed annotation for the method. 178
 Error javadoc JavadocMethod Missing a Javadoc comment. 178
 Error misc FinalParameters Parameter path should be final. 178
 Error coding HiddenField 'path' hides a field. 178
 Error javadoc JavadocStyle First sentence should end with a period. 183
 Error regexp RegexpSingleline Line has trailing spaces. 185
 Error javadoc JavadocStyle First sentence should end with a period. 194
 Error regexp RegexpSingleline Line has trailing spaces. 196
 Error misc FinalParameters Parameter user should be final. 201
 Error coding HiddenField 'user' hides a field. 201
 Error design DesignForExtension Class 'HdfsConfiguration' looks like designed for extension (can be subclassed), but the method 'withUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HdfsConfiguration' final or making the method 'withUser' static/final/abstract/empty, or adding allowed annotation for the method. 205
 Error javadoc JavadocMethod Missing a Javadoc comment. 205
 Error misc FinalParameters Parameter user should be final. 205
 Error coding HiddenField 'user' hides a field. 205
 Error javadoc JavadocStyle First sentence should end with a period. 210
 Error regexp RegexpSingleline Line has trailing spaces. 212
 Error javadoc JavadocStyle First sentence should end with a period. 221
 Error regexp RegexpSingleline Line has trailing spaces. 223
 Error misc FinalParameters Parameter password should be final. 228
 Error coding HiddenField 'password' hides a field. 228
 Error design DesignForExtension Class 'HdfsConfiguration' looks like designed for extension (can be subclassed), but the method 'withPassword' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HdfsConfiguration' final or making the method 'withPassword' static/final/abstract/empty, or adding allowed annotation for the method. 232
 Error javadoc JavadocMethod Missing a Javadoc comment. 232
 Error misc FinalParameters Parameter password should be final. 232
 Error coding HiddenField 'password' hides a field. 232
 Error design DesignForExtension Class 'HdfsConfiguration' 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 'HdfsConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 237
 Error design DesignForExtension Class 'HdfsConfiguration' 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 'HdfsConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 242
 Error javadoc JavadocMethod Missing a Javadoc comment. 242
 Error design DesignForExtension Class 'HdfsConfiguration' 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 'HdfsConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 247
 Error javadoc JavadocMethod Missing a Javadoc comment. 247
 Error misc FinalParameters Parameter name should be final. 248
 Error misc FinalParameters Parameter value should be final. 248
 Error design DesignForExtension Class 'HdfsConfiguration' 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 'HdfsConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 252
 Error javadoc JavadocMethod Missing a Javadoc comment. 252
 Error misc FinalParameters Parameter name should be final. 252
 Error misc FinalParameters Parameter value should be final. 252
 Error design DesignForExtension Class 'HdfsConfiguration' 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 'HdfsConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 257
 Error sizes LineLength Line is longer than 80 characters (found 163). 259
 Error design DesignForExtension Class 'HdfsConfiguration' 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 'HdfsConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 262
 Error misc FinalParameters Parameter other should be final. 263
 Error coding SimplifyBooleanExpression Expression can be simplified. 267
 Error sizes LineLength Line is longer than 80 characters (found 251). 271
 Error javadoc JavadocType Missing a Javadoc comment. 274
 Error modifier RedundantModifier Redundant 'static' modifier. 275
 Error javadoc JavadocVariable Missing a Javadoc comment. 277
 Error javadoc JavadocVariable Missing a Javadoc comment. 278
 Error javadoc JavadocVariable Missing a Javadoc comment. 279
 Error javadoc JavadocVariable Missing a Javadoc comment. 280
 Error javadoc JavadocVariable Missing a Javadoc comment. 281
 Error javadoc JavadocVariable Missing a Javadoc comment. 282
 Error javadoc JavadocVariable Missing a Javadoc comment. 283
 Error javadoc JavadocVariable Missing a Javadoc comment. 284
 Error sizes LineLength Line is longer than 80 characters (found 121). 285
 Error javadoc JavadocVariable Missing a Javadoc comment. 285
 Error javadoc JavadocMethod Missing a Javadoc comment. 293
 Error modifier RedundantModifier Redundant 'private' modifier. 293
 Error misc FinalParameters Parameter value should be final. 293
 Error coding HiddenField 'value' hides a field. 293
 Error javadoc JavadocMethod Missing a Javadoc comment. 303
 Error misc FinalParameters Parameter value should be final. 304

org/apache/streams/hdfs/HdfsConstants.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 29

org/apache/streams/hdfs/HdfsReaderConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 18
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 26
 Error javadoc JavadocStyle First sentence should end with a period. 28
 Error regexp RegexpSingleline Line has trailing spaces. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error sizes LineLength Line is longer than 80 characters (found 85). 35
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error misc FinalParameters Parameter readerPath should be final. 55
 Error coding HiddenField 'readerPath' hides a field. 55
 Error design DesignForExtension Class 'HdfsReaderConfiguration' looks like designed for extension (can be subclassed), but the method 'withReaderPath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HdfsReaderConfiguration' final or making the method 'withReaderPath' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Error misc FinalParameters Parameter readerPath should be final. 59
 Error coding HiddenField 'readerPath' hides a field. 59
 Error design DesignForExtension Class 'HdfsReaderConfiguration' 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 'HdfsReaderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error design DesignForExtension Class 'HdfsReaderConfiguration' 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 'HdfsReaderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Error design DesignForExtension Class 'HdfsReaderConfiguration' 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 'HdfsReaderConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Error misc FinalParameters Parameter name should be final. 75
 Error misc FinalParameters Parameter value should be final. 75
 Error sizes LineLength Line is longer than 80 characters (found 86). 79
 Error design DesignForExtension Class 'HdfsReaderConfiguration' 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 'HdfsReaderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Error misc FinalParameters Parameter name should be final. 79
 Error misc FinalParameters Parameter value should be final. 79
 Error design DesignForExtension Class 'HdfsReaderConfiguration' 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 'HdfsReaderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error sizes LineLength Line is longer than 80 characters (found 98). 86
 Error design DesignForExtension Class 'HdfsReaderConfiguration' 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 'HdfsReaderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 89
 Error misc FinalParameters Parameter other should be final. 90
 Error coding SimplifyBooleanExpression Expression can be simplified. 94
 Error sizes LineLength Line is longer than 80 characters (found 136). 98

org/apache/streams/hdfs/HdfsWriterConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 20
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Error javadoc JavadocStyle First sentence should end with a period. 33
 Error regexp RegexpSingleline Line has trailing spaces. 34
 Error regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error coding MagicNumber '1000L' is a magic number. 50
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error sizes LineLength Line is longer than 80 characters (found 116). 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error sizes LineLength Line is longer than 80 characters (found 85). 58
 Error javadoc JavadocStyle First sentence should end with a period. 60
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error regexp RegexpSingleline Line has trailing spaces. 62
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error regexp RegexpSingleline Line has trailing spaces. 72
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error misc FinalParameters Parameter writerPath should be final. 78
 Error coding HiddenField 'writerPath' hides a field. 78
 Error design DesignForExtension Class 'HdfsWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withWriterPath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HdfsWriterConfiguration' final or making the method 'withWriterPath' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Error misc FinalParameters Parameter writerPath should be final. 82
 Error coding HiddenField 'writerPath' hides a field. 82
 Error javadoc JavadocStyle First sentence should end with a period. 87
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error javadoc JavadocStyle First sentence should end with a period. 98
 Error regexp RegexpSingleline Line has trailing spaces. 100
 Error misc FinalParameters Parameter writerFilePrefix should be final. 105
 Error coding HiddenField 'writerFilePrefix' hides a field. 105
 Error sizes LineLength Line is longer than 80 characters (found 82). 109
 Error design DesignForExtension Class 'HdfsWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withWriterFilePrefix' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HdfsWriterConfiguration' final or making the method 'withWriterFilePrefix' static/final/abstract/empty, or adding allowed annotation for the method. 109
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Error misc FinalParameters Parameter writerFilePrefix should be final. 109
 Error coding HiddenField 'writerFilePrefix' hides a field. 109
 Error javadoc JavadocStyle First sentence should end with a period. 114
 Error regexp RegexpSingleline Line has trailing spaces. 116
 Error javadoc JavadocStyle First sentence should end with a period. 125
 Error regexp RegexpSingleline Line has trailing spaces. 127
 Error misc FinalParameters Parameter linesPerFile should be final. 132
 Error coding HiddenField 'linesPerFile' hides a field. 132
 Error design DesignForExtension Class 'HdfsWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withLinesPerFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HdfsWriterConfiguration' final or making the method 'withLinesPerFile' static/final/abstract/empty, or adding allowed annotation for the method. 136
 Error javadoc JavadocMethod Missing a Javadoc comment. 136
 Error misc FinalParameters Parameter linesPerFile should be final. 136
 Error coding HiddenField 'linesPerFile' hides a field. 136
 Error javadoc JavadocStyle First sentence should end with a period. 141
 Error regexp RegexpSingleline Line has trailing spaces. 143
 Error javadoc JavadocStyle First sentence should end with a period. 152
 Error regexp RegexpSingleline Line has trailing spaces. 154
 Error sizes LineLength Line is longer than 80 characters (found 81). 159
 Error misc FinalParameters Parameter compression should be final. 159
 Error coding HiddenField 'compression' hides a field. 159
 Error sizes LineLength Line is longer than 80 characters (found 101). 163
 Error design DesignForExtension Class 'HdfsWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withCompression' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HdfsWriterConfiguration' final or making the method 'withCompression' static/final/abstract/empty, or adding allowed annotation for the method. 163
 Error javadoc JavadocMethod Missing a Javadoc comment. 163
 Error misc FinalParameters Parameter compression should be final. 163
 Error coding HiddenField 'compression' hides a field. 163
 Error design DesignForExtension Class 'HdfsWriterConfiguration' 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 'HdfsWriterConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 168
 Error design DesignForExtension Class 'HdfsWriterConfiguration' 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 'HdfsWriterConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 173
 Error javadoc JavadocMethod Missing a Javadoc comment. 173
 Error design DesignForExtension Class 'HdfsWriterConfiguration' 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 'HdfsWriterConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 178
 Error javadoc JavadocMethod Missing a Javadoc comment. 178
 Error misc FinalParameters Parameter name should be final. 179
 Error misc FinalParameters Parameter value should be final. 179
 Error sizes LineLength Line is longer than 80 characters (found 86). 183
 Error design DesignForExtension Class 'HdfsWriterConfiguration' 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 'HdfsWriterConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 183
 Error javadoc JavadocMethod Missing a Javadoc comment. 183
 Error misc FinalParameters Parameter name should be final. 183
 Error misc FinalParameters Parameter value should be final. 183
 Error design DesignForExtension Class 'HdfsWriterConfiguration' 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 'HdfsWriterConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 188
 Error sizes LineLength Line is longer than 80 characters (found 164). 190
 Error design DesignForExtension Class 'HdfsWriterConfiguration' 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 'HdfsWriterConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 193
 Error misc FinalParameters Parameter other should be final. 194
 Error coding SimplifyBooleanExpression Expression can be simplified. 198
 Error sizes LineLength Line is longer than 80 characters (found 259). 202
 Error javadoc JavadocType Missing a Javadoc comment. 205
 Error modifier RedundantModifier Redundant 'static' modifier. 206
 Error javadoc JavadocVariable Missing a Javadoc comment. 208
 Error javadoc JavadocVariable Missing a Javadoc comment. 209
 Error javadoc JavadocVariable Missing a Javadoc comment. 210
 Error sizes LineLength Line is longer than 80 characters (found 143). 211
 Error javadoc JavadocVariable Missing a Javadoc comment. 211
 Error javadoc JavadocMethod Missing a Javadoc comment. 219
 Error modifier RedundantModifier Redundant 'private' modifier. 219
 Error misc FinalParameters Parameter value should be final. 219
 Error coding HiddenField 'value' hides a field. 219
 Error javadoc JavadocMethod Missing a Javadoc comment. 229
 Error sizes LineLength Line is longer than 80 characters (found 83). 230
 Error misc FinalParameters Parameter value should be final. 230

org/apache/streams/hdfs/WebHdfsPersistReader.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 89). 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error sizes LineLength Line is longer than 80 characters (found 91). 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error design VisibilityModifier Variable 'client' must be private and have accessor methods. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error design VisibilityModifier Variable 'path' must be private and have accessor methods. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error design VisibilityModifier Variable 'status' must be private and have accessor methods. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error design VisibilityModifier Variable 'persistQueue' must be private and have accessor methods. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error design VisibilityModifier Variable 'mapper' must be private and have accessor methods. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error design VisibilityModifier Variable 'lineReaderUtil' must be private and have accessor methods. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error design VisibilityModifier Variable 'hdfsConfiguration' must be private and have accessor methods. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error design VisibilityModifier Variable 'streamsConfiguration' must be private and have accessor methods. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error design VisibilityModifier Variable 'countersTotal' must be private and have accessor methods. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error design VisibilityModifier Variable 'countersCurrent' must be private and have accessor methods. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error sizes LineLength Line is longer than 80 characters (found 89). 92
 Error sizes LineLength Line is longer than 80 characters (found 140). 95
 Error misc FinalParameters Parameter hdfsConfiguration should be final. 102
 Error coding HiddenField 'hdfsConfiguration' hides a field. 102
 Error misc TodoComment Comment matches to-do format 'TODO:'. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 147
 Error sizes LineLength Line is longer than 80 characters (found 105). 150
 Error sizes LineLength Line is longer than 80 characters (found 84). 151
 Error sizes LineLength Line is longer than 80 characters (found 91). 155
 Error sizes LineLength Line is longer than 80 characters (found 106). 163
 Error sizes LineLength Line is longer than 80 characters (found 92). 164
 Error sizes LineLength Line is longer than 80 characters (found 106). 168
 Error sizes LineLength Line is longer than 80 characters (found 89). 169
 Error sizes LineLength Line is longer than 80 characters (found 105). 183
 Error design DesignForExtension Class 'WebHdfsPersistReader' 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 'WebHdfsPersistReader' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 188
 Error design DesignForExtension Class 'WebHdfsPersistReader' 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 'WebHdfsPersistReader' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 193
 Error misc FinalParameters Parameter configurationObject should be final. 194
 Error sizes LineLength Line is longer than 80 characters (found 94). 198
 Error whitespace ParenPad '(' is followed by whitespace. 202
 Error whitespace ParenPad '(' is followed by whitespace. 207
 Error sizes LineLength Line is longer than 80 characters (found 131). 220
 Error design DesignForExtension Class 'WebHdfsPersistReader' looks like designed for extension (can be subclassed), but the method 'readAll' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebHdfsPersistReader' final or making the method 'readAll' static/final/abstract/empty, or adding allowed annotation for the method. 230
 Error design DesignForExtension Class 'WebHdfsPersistReader' 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 'WebHdfsPersistReader' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. 243
 Error design DesignForExtension Class 'WebHdfsPersistReader' 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 'WebHdfsPersistReader' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. 249
 Error whitespace ParenPad '(' is followed by whitespace. 254
 Error whitespace ParenPad ')' is preceded with whitespace. 254
 Error design DesignForExtension Class 'WebHdfsPersistReader' looks like designed for extension (can be subclassed), but the method 'write' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebHdfsPersistReader' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. 266
 Error javadoc JavadocMethod Missing a Javadoc comment. 266
 Error whitespace ParenPad '(' is followed by whitespace. 266
 Error misc FinalParameters Parameter entry should be final. 266
 Error whitespace ParenPad ')' is preceded with whitespace. 266
 Error whitespace ParenPad '(' is followed by whitespace. 269
 Error whitespace ParenPad ')' is preceded with whitespace. 269
 Error whitespace ParenPad '(' is followed by whitespace. 274
 Error whitespace ParenPad ')' is preceded with whitespace. 274
 Error design DesignForExtension Class 'WebHdfsPersistReader' 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 'WebHdfsPersistReader' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. 277
 Error misc FinalParameters Parameter sequence should be final. 278
 Error design DesignForExtension Class 'WebHdfsPersistReader' 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 'WebHdfsPersistReader' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. 282
 Error misc FinalParameters Parameter start should be final. 283
 Error misc FinalParameters Parameter end should be final. 283
 Error design DesignForExtension Class 'WebHdfsPersistReader' 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 'WebHdfsPersistReader' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. 287
 Error design DesignForExtension Class 'WebHdfsPersistReader' looks like designed for extension (can be subclassed), but the method 'getDatumStatusCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebHdfsPersistReader' final or making the method 'getDatumStatusCounter' static/final/abstract/empty, or adding allowed annotation for the method. 292

org/apache/streams/hdfs/WebHdfsPersistReaderTask.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 36
 Error sizes LineLength Line is longer than 80 characters (found 95). 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error misc FinalParameters Parameter reader should be final. 46
 Error coding HiddenField 'reader' hides a field. 46
 Error design DesignForExtension Class 'WebHdfsPersistReaderTask' 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 'WebHdfsPersistReaderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error whitespace ParenPad '(' is followed by whitespace. 55
 Error whitespace ParenPad ')' is preceded with whitespace. 55
 Error whitespace ParenPad '(' is followed by whitespace. 59
 Error whitespace ParenPad ')' is preceded with whitespace. 59
 Error sizes LineLength Line is longer than 80 characters (found 84). 63
 Error whitespace ParenPad '(' is followed by whitespace. 63
 Error sizes LineLength Line is longer than 80 characters (found 99). 64
 Error whitespace ParenPad '(' is followed by whitespace. 65
 Error sizes LineLength Line is longer than 80 characters (found 171). 68
 Error whitespace ParenPad '(' is followed by whitespace. 71
 Error sizes LineLength Line is longer than 80 characters (found 105). 74
 Error sizes LineLength Line is longer than 80 characters (found 85). 77
 Error whitespace ParenPad '(' is followed by whitespace. 88
 Error whitespace ParenPad ')' is preceded with whitespace. 88
 Error coding MagicNumber '15' is a magic number. 113

org/apache/streams/hdfs/WebHdfsPersistWriter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 111). 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error sizes LineLength Line is longer than 80 characters (found 91). 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 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. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error design VisibilityModifier Variable 'terminate' must be private and have accessor methods. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error design VisibilityModifier Variable 'persistQueue' must be private and have accessor methods. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error design VisibilityModifier Variable 'hdfsConfiguration' must be private and have accessor methods. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 85
 Error sizes LineLength Line is longer than 80 characters (found 140). 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Error misc FinalParameters Parameter hdfsConfiguration should be final. 89
 Error coding HiddenField 'hdfsConfiguration' hides a field. 89
 Error misc TodoComment Comment matches to-do format 'TODO:'. 99
 Error sizes LineLength Line is longer than 80 characters (found 89). 105
 Error misc TodoComment Comment matches to-do format 'TODO:'. 116
 Error misc TodoComment Comment matches to-do format 'TODO:'. 125
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Error sizes LineLength Line is longer than 80 characters (found 105). 137
 Error sizes LineLength Line is longer than 80 characters (found 84). 138
 Error sizes LineLength Line is longer than 80 characters (found 93). 143
 Error sizes LineLength Line is longer than 80 characters (found 108). 149
 Error sizes LineLength Line is longer than 80 characters (found 94). 150
 Error sizes LineLength Line is longer than 80 characters (found 108). 154
 Error sizes LineLength Line is longer than 80 characters (found 91). 155
 Error sizes LineLength Line is longer than 80 characters (found 109). 171
 Error design DesignForExtension Class 'WebHdfsPersistWriter' 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 'WebHdfsPersistWriter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 176
 Error design DesignForExtension Class 'WebHdfsPersistWriter' looks like designed for extension (can be subclassed), but the method 'write' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebHdfsPersistWriter' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. 181
 Error misc FinalParameters Parameter streamsDatum should be final. 182
 Error sizes LineLength Line is longer than 80 characters (found 85). 185
 Error sizes LineLength Line is longer than 80 characters (found 85). 186
 Error whitespace ParenPad '(' is followed by whitespace. 191
 Error sizes LineLength Line is longer than 80 characters (found 135). 204
 Error javadoc JavadocMethod Missing a Javadoc comment. 211
 Error misc FinalParameters Parameter line should be final. 211
 Error sizes LineLength Line is longer than 80 characters (found 100). 220
 Error sizes LineLength Line is longer than 80 characters (found 101). 226
 Error design DesignForExtension Class 'WebHdfsPersistWriter' looks like designed for extension (can be subclassed), but the method 'flush' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebHdfsPersistWriter' final or making the method 'flush' static/final/abstract/empty, or adding allowed annotation for the method. 234
 Error javadoc JavadocMethod Missing a Javadoc comment. 242
 Error sizes LineLength Line is longer than 80 characters (found 113). 249
 Error sizes LineLength Line is longer than 80 characters (found 95). 251
 Error whitespace ParenPad '(' is followed by whitespace. 251
 Error sizes LineLength Line is longer than 80 characters (found 113). 267
 Error sizes LineLength Line is longer than 80 characters (found 97). 272
 Error whitespace ParenPad '(' is followed by whitespace. 272
 Error sizes LineLength Line is longer than 80 characters (found 99). 273
 Error design DesignForExtension Class 'WebHdfsPersistWriter' looks like designed for extension (can be subclassed), but the method 'close' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebHdfsPersistWriter' final or making the method 'close' static/final/abstract/empty, or adding allowed annotation for the method. 289
 Error design DesignForExtension Class 'WebHdfsPersistWriter' 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 'WebHdfsPersistWriter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 299
 Error misc FinalParameters Parameter configurationObject should be final. 300
 Error sizes LineLength Line is longer than 80 characters (found 91). 304
 Error design DesignForExtension Class 'WebHdfsPersistWriter' 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 'WebHdfsPersistWriter' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. 307
 Error design DesignForExtension Class 'WebHdfsPersistWriter' looks like designed for extension (can be subclassed), but the method 'getDatumStatusCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebHdfsPersistWriter' final or making the method 'getDatumStatusCounter' static/final/abstract/empty, or adding allowed annotation for the method. 321

org/apache/streams/hdfs/WebHdfsPersistWriterTask.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 28
 Error sizes LineLength Line is longer than 80 characters (found 95). 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error misc FinalParameters Parameter writer should be final. 38
 Error coding HiddenField 'writer' hides a field. 38
 Error design DesignForExtension Class 'WebHdfsPersistWriterTask' 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 'WebHdfsPersistWriterTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error whitespace ParenPad '(' is followed by whitespace. 46
 Error whitespace ParenPad ')' is preceded with whitespace. 46
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 56
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 56