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 579

Rules

Category Rule Violations Severity
blocks LeftCurly 4  Error
coding AvoidInlineConditionals 2  Error
HiddenField 33  Error
MagicNumber 7  Error
SimplifyBooleanExpression 4  Error
design DesignForExtension 61  Error
VisibilityModifier 21  Error
javadoc JavadocMethod 83  Error
JavadocPackage 4  Error
JavadocStyle 37  Error
JavadocType 7  Error
JavadocVariable 46  Error
misc FinalParameters 98  Error
TodoComment 4  Error
modifier RedundantModifier 4  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
44  Error
sizes LineLength 77  Error
whitespace ParenPad 39  Error
WhitespaceAfter 3  Error
WhitespaceAround 1  Error

Details

org/apache/streams/components/http/HttpConfiguration.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. 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. 43
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error coding MagicNumber '80L' is a magic number. 56
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error sizes LineLength Line is longer than 80 characters (found 109). 66
 Error javadoc JavadocStyle First sentence should end with a period. 67
 Error regexp RegexpSingleline Line has trailing spaces. 70
 Error javadoc JavadocStyle First sentence should end with a period. 75
 Error regexp RegexpSingleline Line has trailing spaces. 77
 Error javadoc JavadocStyle First sentence should end with a period. 81
 Error regexp RegexpSingleline Line has trailing spaces. 83
 Error javadoc JavadocStyle First sentence should end with a period. 87
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error sizes LineLength Line is longer than 80 characters (found 85). 94
 Error javadoc JavadocStyle First sentence should end with a period. 96
 Error regexp RegexpSingleline Line has trailing spaces. 98
 Error javadoc JavadocStyle First sentence should end with a period. 107
 Error regexp RegexpSingleline Line has trailing spaces. 109
 Error misc FinalParameters Parameter protocol should be final. 114
 Error coding HiddenField 'protocol' hides a field. 114
 Error design DesignForExtension Class 'HttpConfiguration' looks like designed for extension (can be subclassed), but the method 'withProtocol' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpConfiguration' final or making the method 'withProtocol' static/final/abstract/empty, or adding allowed annotation for the method. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error misc FinalParameters Parameter protocol should be final. 118
 Error coding HiddenField 'protocol' hides a field. 118
 Error javadoc JavadocStyle First sentence should end with a period. 123
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error javadoc JavadocStyle First sentence should end with a period. 135
 Error regexp RegexpSingleline Line has trailing spaces. 138
 Error misc FinalParameters Parameter hostname should be final. 143
 Error coding HiddenField 'hostname' hides a field. 143
 Error design DesignForExtension Class 'HttpConfiguration' looks like designed for extension (can be subclassed), but the method 'withHostname' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpConfiguration' final or making the method 'withHostname' static/final/abstract/empty, or adding allowed annotation for the method. 147
 Error javadoc JavadocMethod Missing a Javadoc comment. 147
 Error misc FinalParameters Parameter hostname should be final. 147
 Error coding HiddenField 'hostname' hides a field. 147
 Error javadoc JavadocStyle First sentence should end with a period. 152
 Error regexp RegexpSingleline Line has trailing spaces. 154
 Error javadoc JavadocStyle First sentence should end with a period. 163
 Error regexp RegexpSingleline Line has trailing spaces. 165
 Error misc FinalParameters Parameter port should be final. 170
 Error coding HiddenField 'port' hides a field. 170
 Error design DesignForExtension Class 'HttpConfiguration' 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 'HttpConfiguration' final or making the method 'withPort' static/final/abstract/empty, or adding allowed annotation for the method. 174
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Error misc FinalParameters Parameter port should be final. 174
 Error coding HiddenField 'port' hides a field. 174
 Error javadoc JavadocStyle First sentence should end with a period. 179
 Error regexp RegexpSingleline Line has trailing spaces. 182
 Error javadoc JavadocStyle First sentence should end with a period. 191
 Error regexp RegexpSingleline Line has trailing spaces. 194
 Error misc FinalParameters Parameter resourcePath should be final. 199
 Error coding HiddenField 'resourcePath' hides a field. 199
 Error design DesignForExtension Class 'HttpConfiguration' looks like designed for extension (can be subclassed), but the method 'withResourcePath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpConfiguration' final or making the method 'withResourcePath' static/final/abstract/empty, or adding allowed annotation for the method. 203
 Error javadoc JavadocMethod Missing a Javadoc comment. 203
 Error misc FinalParameters Parameter resourcePath should be final. 203
 Error coding HiddenField 'resourcePath' hides a field. 203
 Error regexp RegexpSingleline Line has trailing spaces. 209
 Error regexp RegexpSingleline Line has trailing spaces. 219
 Error sizes LineLength Line is longer than 80 characters (found 81). 224
 Error misc FinalParameters Parameter requestMethod should be final. 224
 Error coding HiddenField 'requestMethod' hides a field. 224
 Error sizes LineLength Line is longer than 80 characters (found 95). 228
 Error design DesignForExtension Class 'HttpConfiguration' looks like designed for extension (can be subclassed), but the method 'withRequestMethod' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpConfiguration' final or making the method 'withRequestMethod' static/final/abstract/empty, or adding allowed annotation for the method. 228
 Error javadoc JavadocMethod Missing a Javadoc comment. 228
 Error misc FinalParameters Parameter requestMethod should be final. 228
 Error coding HiddenField 'requestMethod' hides a field. 228
 Error javadoc JavadocStyle First sentence should end with a period. 233
 Error regexp RegexpSingleline Line has trailing spaces. 236
 Error javadoc JavadocStyle First sentence should end with a period. 245
 Error regexp RegexpSingleline Line has trailing spaces. 248
 Error misc FinalParameters Parameter contentType should be final. 253
 Error coding HiddenField 'contentType' hides a field. 253
 Error design DesignForExtension Class 'HttpConfiguration' looks like designed for extension (can be subclassed), but the method 'withContentType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpConfiguration' final or making the method 'withContentType' static/final/abstract/empty, or adding allowed annotation for the method. 257
 Error javadoc JavadocMethod Missing a Javadoc comment. 257
 Error misc FinalParameters Parameter contentType should be final. 257
 Error coding HiddenField 'contentType' hides a field. 257
 Error javadoc JavadocStyle First sentence should end with a period. 262
 Error regexp RegexpSingleline Line has trailing spaces. 264
 Error javadoc JavadocStyle First sentence should end with a period. 273
 Error regexp RegexpSingleline Line has trailing spaces. 275
 Error misc FinalParameters Parameter accessToken should be final. 280
 Error coding HiddenField 'accessToken' hides a field. 280
 Error design DesignForExtension Class 'HttpConfiguration' looks like designed for extension (can be subclassed), but the method 'withAccessToken' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpConfiguration' final or making the method 'withAccessToken' static/final/abstract/empty, or adding allowed annotation for the method. 284
 Error javadoc JavadocMethod Missing a Javadoc comment. 284
 Error misc FinalParameters Parameter accessToken should be final. 284
 Error coding HiddenField 'accessToken' hides a field. 284
 Error javadoc JavadocStyle First sentence should end with a period. 289
 Error regexp RegexpSingleline Line has trailing spaces. 291
 Error javadoc JavadocStyle First sentence should end with a period. 300
 Error regexp RegexpSingleline Line has trailing spaces. 302
 Error misc FinalParameters Parameter username should be final. 307
 Error coding HiddenField 'username' hides a field. 307
 Error design DesignForExtension Class 'HttpConfiguration' looks like designed for extension (can be subclassed), but the method 'withUsername' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpConfiguration' final or making the method 'withUsername' static/final/abstract/empty, or adding allowed annotation for the method. 311
 Error javadoc JavadocMethod Missing a Javadoc comment. 311
 Error misc FinalParameters Parameter username should be final. 311
 Error coding HiddenField 'username' hides a field. 311
 Error javadoc JavadocStyle First sentence should end with a period. 316
 Error regexp RegexpSingleline Line has trailing spaces. 318
 Error javadoc JavadocStyle First sentence should end with a period. 327
 Error regexp RegexpSingleline Line has trailing spaces. 329
 Error misc FinalParameters Parameter password should be final. 334
 Error coding HiddenField 'password' hides a field. 334
 Error design DesignForExtension Class 'HttpConfiguration' 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 'HttpConfiguration' final or making the method 'withPassword' static/final/abstract/empty, or adding allowed annotation for the method. 338
 Error javadoc JavadocMethod Missing a Javadoc comment. 338
 Error misc FinalParameters Parameter password should be final. 338
 Error coding HiddenField 'password' hides a field. 338
 Error design DesignForExtension Class 'HttpConfiguration' 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 'HttpConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 343
 Error design DesignForExtension Class 'HttpConfiguration' 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 'HttpConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 348
 Error javadoc JavadocMethod Missing a Javadoc comment. 348
 Error design DesignForExtension Class 'HttpConfiguration' 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 'HttpConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 353
 Error javadoc JavadocMethod Missing a Javadoc comment. 353
 Error misc FinalParameters Parameter name should be final. 354
 Error misc FinalParameters Parameter value should be final. 354
 Error design DesignForExtension Class 'HttpConfiguration' 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 'HttpConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 358
 Error javadoc JavadocMethod Missing a Javadoc comment. 358
 Error misc FinalParameters Parameter name should be final. 358
 Error misc FinalParameters Parameter value should be final. 358
 Error design DesignForExtension Class 'HttpConfiguration' 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 'HttpConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 363
 Error sizes LineLength Line is longer than 80 characters (found 243). 365
 Error design DesignForExtension Class 'HttpConfiguration' 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 'HttpConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 368
 Error misc FinalParameters Parameter other should be final. 369
 Error coding SimplifyBooleanExpression Expression can be simplified. 373
 Error sizes LineLength Line is longer than 80 characters (found 402). 377
 Error javadoc JavadocType Missing a Javadoc comment. 380
 Error modifier RedundantModifier Redundant 'static' modifier. 381
 Error javadoc JavadocVariable Missing a Javadoc comment. 383
 Error javadoc JavadocVariable Missing a Javadoc comment. 384
 Error javadoc JavadocVariable Missing a Javadoc comment. 385
 Error sizes LineLength Line is longer than 80 characters (found 135). 386
 Error javadoc JavadocVariable Missing a Javadoc comment. 386
 Error javadoc JavadocMethod Missing a Javadoc comment. 394
 Error modifier RedundantModifier Redundant 'private' modifier. 394
 Error misc FinalParameters Parameter value should be final. 394
 Error coding HiddenField 'value' hides a field. 394
 Error javadoc JavadocMethod Missing a Javadoc comment. 404
 Error misc FinalParameters Parameter value should be final. 405

org/apache/streams/components/http/HttpPersistWriterConfiguration.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 resourcePostfixPattern should be final. 55
 Error coding HiddenField 'resourcePostfixPattern' hides a field. 55
 Error sizes LineLength Line is longer than 80 characters (found 101). 59
 Error design DesignForExtension Class 'HttpPersistWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withResourcePostfixPattern' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpPersistWriterConfiguration' final or making the method 'withResourcePostfixPattern' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Error misc FinalParameters Parameter resourcePostfixPattern should be final. 59
 Error coding HiddenField 'resourcePostfixPattern' hides a field. 59
 Error design DesignForExtension Class 'HttpPersistWriterConfiguration' 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 'HttpPersistWriterConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error design DesignForExtension Class 'HttpPersistWriterConfiguration' 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 'HttpPersistWriterConfiguration' 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 'HttpPersistWriterConfiguration' 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 'HttpPersistWriterConfiguration' 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 93). 79
 Error design DesignForExtension Class 'HttpPersistWriterConfiguration' 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 'HttpPersistWriterConfiguration' 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 'HttpPersistWriterConfiguration' 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 'HttpPersistWriterConfiguration' 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 110). 86
 Error design DesignForExtension Class 'HttpPersistWriterConfiguration' 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 'HttpPersistWriterConfiguration' 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 86). 97
 Error sizes LineLength Line is longer than 80 characters (found 160). 98

org/apache/streams/components/http/HttpProcessorConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 21
 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. 36
 Error sizes LineLength Line is longer than 80 characters (found 111). 40
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error regexp RegexpSingleline Line has trailing spaces. 52
 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. 63
 Error javadoc JavadocStyle First sentence should end with a period. 72
 Error regexp RegexpSingleline Line has trailing spaces. 75
 Error misc FinalParameters Parameter entity should be final. 80
 Error coding HiddenField 'entity' hides a field. 80
 Error sizes LineLength Line is longer than 80 characters (found 92). 84
 Error design DesignForExtension Class 'HttpProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'withEntity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpProcessorConfiguration' final or making the method 'withEntity' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error javadoc JavadocMethod Missing a Javadoc comment. 84
 Error misc FinalParameters Parameter entity should be final. 84
 Error coding HiddenField 'entity' hides a field. 84
 Error javadoc JavadocStyle First sentence should end with a period. 89
 Error regexp RegexpSingleline Line has trailing spaces. 92
 Error javadoc JavadocStyle First sentence should end with a period. 101
 Error regexp RegexpSingleline Line has trailing spaces. 104
 Error misc FinalParameters Parameter extension should be final. 109
 Error coding HiddenField 'extension' hides a field. 109
 Error design DesignForExtension Class 'HttpProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'withExtension' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpProcessorConfiguration' final or making the method 'withExtension' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 113
 Error misc FinalParameters Parameter extension should be final. 113
 Error coding HiddenField 'extension' hides a field. 113
 Error javadoc JavadocStyle First sentence should end with a period. 118
 Error regexp RegexpSingleline Line has trailing spaces. 121
 Error javadoc JavadocStyle First sentence should end with a period. 130
 Error regexp RegexpSingleline Line has trailing spaces. 133
 Error misc FinalParameters Parameter urlField should be final. 138
 Error coding HiddenField 'urlField' hides a field. 138
 Error design DesignForExtension Class 'HttpProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'withUrlField' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpProcessorConfiguration' final or making the method 'withUrlField' static/final/abstract/empty, or adding allowed annotation for the method. 142
 Error javadoc JavadocMethod Missing a Javadoc comment. 142
 Error misc FinalParameters Parameter urlField should be final. 142
 Error coding HiddenField 'urlField' hides a field. 142
 Error design DesignForExtension Class 'HttpProcessorConfiguration' 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 'HttpProcessorConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 147
 Error design DesignForExtension Class 'HttpProcessorConfiguration' 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 'HttpProcessorConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Error design DesignForExtension Class 'HttpProcessorConfiguration' 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 'HttpProcessorConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 157
 Error javadoc JavadocMethod Missing a Javadoc comment. 157
 Error misc FinalParameters Parameter name should be final. 158
 Error misc FinalParameters Parameter value should be final. 158
 Error sizes LineLength Line is longer than 80 characters (found 89). 162
 Error design DesignForExtension Class 'HttpProcessorConfiguration' 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 'HttpProcessorConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Error misc FinalParameters Parameter name should be final. 162
 Error misc FinalParameters Parameter value should be final. 162
 Error design DesignForExtension Class 'HttpProcessorConfiguration' 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 'HttpProcessorConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 167
 Error sizes LineLength Line is longer than 80 characters (found 129). 169
 Error design DesignForExtension Class 'HttpProcessorConfiguration' 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 'HttpProcessorConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 172
 Error misc FinalParameters Parameter other should be final. 173
 Error coding SimplifyBooleanExpression Expression can be simplified. 177
 Error sizes LineLength Line is longer than 80 characters (found 192). 181
 Error javadoc JavadocType Missing a Javadoc comment. 184
 Error modifier RedundantModifier Redundant 'static' modifier. 185
 Error javadoc JavadocVariable Missing a Javadoc comment. 187
 Error javadoc JavadocVariable Missing a Javadoc comment. 188
 Error javadoc JavadocVariable Missing a Javadoc comment. 189
 Error javadoc JavadocVariable Missing a Javadoc comment. 190
 Error javadoc JavadocVariable Missing a Javadoc comment. 191
 Error sizes LineLength Line is longer than 80 characters (found 139). 192
 Error javadoc JavadocVariable Missing a Javadoc comment. 192
 Error javadoc JavadocMethod Missing a Javadoc comment. 200
 Error modifier RedundantModifier Redundant 'private' modifier. 200
 Error misc FinalParameters Parameter value should be final. 200
 Error coding HiddenField 'value' hides a field. 200
 Error javadoc JavadocMethod Missing a Javadoc comment. 210
 Error sizes LineLength Line is longer than 80 characters (found 81). 211
 Error misc FinalParameters Parameter value should be final. 211

org/apache/streams/components/http/HttpProviderConfiguration.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. 27
 Error regexp RegexpSingleline Line has trailing spaces. 30
 Error regexp RegexpSingleline Line has trailing spaces. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error sizes LineLength Line is longer than 80 characters (found 85). 40
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error misc FinalParameters Parameter resource should be final. 58
 Error coding HiddenField 'resource' hides a field. 58
 Error design DesignForExtension Class 'HttpProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withResource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpProviderConfiguration' final or making the method 'withResource' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error misc FinalParameters Parameter resource should be final. 62
 Error coding HiddenField 'resource' hides a field. 62
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error regexp RegexpSingleline Line has trailing spaces. 78
 Error misc FinalParameters Parameter resourcePostfix should be final. 83
 Error coding HiddenField 'resourcePostfix' hides a field. 83
 Error sizes LineLength Line is longer than 80 characters (found 82). 87
 Error design DesignForExtension Class 'HttpProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withResourcePostfix' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpProviderConfiguration' final or making the method 'withResourcePostfix' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Error misc FinalParameters Parameter resourcePostfix should be final. 87
 Error coding HiddenField 'resourcePostfix' hides a field. 87
 Error design DesignForExtension Class 'HttpProviderConfiguration' 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 'HttpProviderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error design DesignForExtension Class 'HttpProviderConfiguration' 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 'HttpProviderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Error design DesignForExtension Class 'HttpProviderConfiguration' 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 'HttpProviderConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 102
 Error javadoc JavadocMethod Missing a Javadoc comment. 102
 Error misc FinalParameters Parameter name should be final. 103
 Error misc FinalParameters Parameter value should be final. 103
 Error sizes LineLength Line is longer than 80 characters (found 88). 107
 Error design DesignForExtension Class 'HttpProviderConfiguration' 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 'HttpProviderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Error misc FinalParameters Parameter name should be final. 107
 Error misc FinalParameters Parameter value should be final. 107
 Error design DesignForExtension Class 'HttpProviderConfiguration' 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 'HttpProviderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 112
 Error sizes LineLength Line is longer than 80 characters (found 120). 114
 Error design DesignForExtension Class 'HttpProviderConfiguration' 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 'HttpProviderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 117
 Error misc FinalParameters Parameter other should be final. 118
 Error coding SimplifyBooleanExpression Expression can be simplified. 122
 Error sizes LineLength Line is longer than 80 characters (found 177). 126

org/apache/streams/components/http/persist/SimpleHTTPPostPersistWriter.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error sizes LineLength Line is longer than 80 characters (found 98). 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error design VisibilityModifier Variable 'mapper' must be private and have accessor methods. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'uriBuilder' must be private and have accessor methods. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'httpclient' must be private and have accessor methods. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'configuration' must be private and have accessor methods. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'authHeader' must be private and have accessor methods. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Error sizes LineLength Line is longer than 80 characters (found 81). 71
 Error sizes LineLength Line is longer than 80 characters (found 84). 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Error misc FinalParameters Parameter configuration should be final. 74
 Error coding HiddenField 'configuration' hides a field. 74
 Error design DesignForExtension Class 'SimpleHTTPPostPersistWriter' 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 'SimpleHTTPPostPersistWriter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error design DesignForExtension Class 'SimpleHTTPPostPersistWriter' 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 'SimpleHTTPPostPersistWriter' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. 83
 Error misc FinalParameters Parameter entry should be final. 84
 Error whitespace ParenPad '(' is followed by whitespace. 89
 Error whitespace ParenPad ')' is preceded with whitespace. 89
 Error javadoc JavadocMethod Expected an @return tag. 113
 Error misc FinalParameters Parameter params should be final. 113
 Error javadoc JavadocMethod Expected @param tag for 'params'. 113
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 115
 Error javadoc JavadocMethod Expected an @return tag. 129
 Error misc FinalParameters Parameter entry should be final. 129
 Error javadoc JavadocMethod Expected @param tag for 'entry'. 129
 Error javadoc JavadocMethod Expected an @return tag. 136
 Error misc FinalParameters Parameter entry should be final. 136
 Error javadoc JavadocMethod Expected @param tag for 'entry'. 136
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 136
 Error whitespace ParenPad '(' is followed by whitespace. 138
 Error whitespace ParenPad ')' is preceded with whitespace. 138
 Error whitespace ParenPad '(' is followed by whitespace. 139
 Error whitespace ParenPad ')' is preceded with whitespace. 139
 Error javadoc JavadocMethod Expected an @return tag. 152
 Error misc FinalParameters Parameter uri should be final. 152
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 152
 Error misc FinalParameters Parameter payload should be final. 152
 Error javadoc JavadocMethod Expected @param tag for 'payload'. 152
 Error design DesignForExtension Class 'SimpleHTTPPostPersistWriter' looks like designed for extension (can be subclassed), but the method 'executePost' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimpleHTTPPostPersistWriter' final or making the method 'executePost' static/final/abstract/empty, or adding allowed annotation for the method. 168
 Error javadoc JavadocMethod Missing a Javadoc comment. 168
 Error misc FinalParameters Parameter httpPost should be final. 168
 Error misc TodoComment Comment matches to-do format 'TODO:'. 180
 Error sizes LineLength Line is longer than 80 characters (found 127). 181
 Error sizes LineLength Line is longer than 80 characters (found 92). 186
 Error design DesignForExtension Class 'SimpleHTTPPostPersistWriter' 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 'SimpleHTTPPostPersistWriter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 199
 Error misc FinalParameters Parameter configurationObject should be final. 200
 Error whitespace ParenPad ')' is preceded with whitespace. 210
 Error sizes LineLength Line is longer than 80 characters (found 91). 211
 Error sizes LineLength Line is longer than 80 characters (found 117). 213
 Error sizes LineLength Line is longer than 80 characters (found 86). 214
 Error design DesignForExtension Class 'SimpleHTTPPostPersistWriter' 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 'SimpleHTTPPostPersistWriter' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. 222

org/apache/streams/components/http/processor/SimpleHTTPGetProcessor.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error sizes LineLength Line is longer than 80 characters (found 104). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error sizes LineLength Line is longer than 80 characters (found 93). 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error design VisibilityModifier Variable 'mapper' must be private and have accessor methods. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error design VisibilityModifier Variable 'uriBuilder' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error design VisibilityModifier Variable 'httpclient' must be private and have accessor methods. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error design VisibilityModifier Variable 'configuration' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error design VisibilityModifier Variable 'authHeader' must be private and have accessor methods. 72
 Error sizes LineLength Line is longer than 80 characters (found 94). 75
 Error sizes LineLength Line is longer than 80 characters (found 81). 79
 Error sizes LineLength Line is longer than 80 characters (found 83). 83
 Error sizes LineLength Line is longer than 80 characters (found 84). 85
 Error misc FinalParameters Parameter processorConfiguration should be final. 85
 Error javadoc JavadocMethod Expected @param tag for 'processorConfiguration'. 85
 Error design DesignForExtension Class 'SimpleHTTPGetProcessor' 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 'SimpleHTTPGetProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 91
 Error sizes LineLength Line is longer than 80 characters (found 84). 97
 Error javadoc JavadocMethod Expected an @return tag. 99
 Error misc FinalParameters Parameter entityString should be final. 99
 Error javadoc JavadocMethod Expected @param tag for 'entityString'. 99
 Error javadoc JavadocMethod Expected an @return tag. 112
 Error misc FinalParameters Parameter datum should be final. 112
 Error javadoc JavadocMethod Expected @param tag for 'datum'. 112
 Error coding AvoidInlineConditionals Avoid inline conditionals. 116
 Error javadoc JavadocMethod Expected an @return tag. 129
 Error misc FinalParameters Parameter rootDocument should be final. 129
 Error javadoc JavadocMethod Expected @param tag for 'rootDocument'. 129
 Error sizes LineLength Line is longer than 80 characters (found 93). 131
 Error whitespace ParenPad '(' is followed by whitespace. 131
 Error sizes LineLength Line is longer than 80 characters (found 116). 134
 Error javadoc JavadocMethod Expected an @return tag. 141
 Error sizes LineLength Line is longer than 80 characters (found 98). 141
 Error misc FinalParameters Parameter rootDocument should be final. 141
 Error javadoc JavadocMethod Expected @param tag for 'rootDocument'. 141
 Error misc FinalParameters Parameter activityObject should be final. 141
 Error javadoc JavadocMethod Expected @param tag for 'activityObject'. 141
 Error sizes LineLength Line is longer than 80 characters (found 93). 143
 Error whitespace ParenPad '(' is followed by whitespace. 143
 Error sizes LineLength Line is longer than 80 characters (found 121). 146
 Error design DesignForExtension Class 'SimpleHTTPGetProcessor' 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 'SimpleHTTPGetProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. 153
 Error misc FinalParameters Parameter entry should be final. 154
 Error misc TodoComment Comment matches to-do format 'TODO:'. 172
 Error coding MagicNumber '200' is a magic number. 173
 Error sizes LineLength Line is longer than 80 characters (found 87). 177
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 189
 Error whitespace ParenPad '(' is followed by whitespace. 189
 Error whitespace ParenPad ')' is preceded with whitespace. 189
 Error sizes LineLength Line is longer than 80 characters (found 116). 199
 Error javadoc JavadocMethod Expected an @return tag. 214
 Error misc FinalParameters Parameter params should be final. 214
 Error javadoc JavadocMethod Expected @param tag for 'params'. 214
 Error whitespace ParenPad '(' is followed by whitespace. 217
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 217
 Error javadoc JavadocMethod Expected an @return tag. 231
 Error misc FinalParameters Parameter entry should be final. 231
 Error javadoc JavadocMethod Expected @param tag for 'entry'. 231
 Error javadoc JavadocMethod Expected an @return tag. 238
 Error misc FinalParameters Parameter entry should be final. 238
 Error javadoc JavadocMethod Expected @param tag for 'entry'. 238
 Error misc FinalParameters Parameter uri should be final. 247
 Error design DesignForExtension Class 'SimpleHTTPGetProcessor' 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 'SimpleHTTPGetProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 256
 Error misc FinalParameters Parameter configurationObject should be final. 257
 Error whitespace ParenPad ')' is preceded with whitespace. 266
 Error sizes LineLength Line is longer than 80 characters (found 91). 267
 Error sizes LineLength Line is longer than 80 characters (found 86). 272
 Error design DesignForExtension Class 'SimpleHTTPGetProcessor' 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 'SimpleHTTPGetProcessor' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. 278

org/apache/streams/components/http/processor/SimpleHTTPPostProcessor.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 104). 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error sizes LineLength Line is longer than 80 characters (found 94). 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error design VisibilityModifier Variable 'mapper' must be private and have accessor methods. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error design VisibilityModifier Variable 'uriBuilder' must be private and have accessor methods. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error design VisibilityModifier Variable 'httpclient' must be private and have accessor methods. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error design VisibilityModifier Variable 'configuration' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error design VisibilityModifier Variable 'authHeader' must be private and have accessor methods. 72
 Error sizes LineLength Line is longer than 80 characters (found 95). 75
 Error sizes LineLength Line is longer than 80 characters (found 81). 79
 Error sizes LineLength Line is longer than 80 characters (found 84). 83
 Error sizes LineLength Line is longer than 80 characters (found 85). 85
 Error misc FinalParameters Parameter processorConfiguration should be final. 85
 Error javadoc JavadocMethod Expected @param tag for 'processorConfiguration'. 85
 Error design DesignForExtension Class 'SimpleHTTPPostProcessor' 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 'SimpleHTTPPostProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 91
 Error sizes LineLength Line is longer than 80 characters (found 84). 97
 Error javadoc JavadocMethod Expected an @return tag. 99
 Error misc FinalParameters Parameter entityString should be final. 99
 Error javadoc JavadocMethod Expected @param tag for 'entityString'. 99
 Error javadoc JavadocMethod Expected an @return tag. 112
 Error misc FinalParameters Parameter datum should be final. 112
 Error javadoc JavadocMethod Expected @param tag for 'datum'. 112
 Error coding AvoidInlineConditionals Avoid inline conditionals. 116
 Error javadoc JavadocMethod Expected an @return tag. 132
 Error misc FinalParameters Parameter rootDocument should be final. 132
 Error javadoc JavadocMethod Expected @param tag for 'rootDocument'. 132
 Error sizes LineLength Line is longer than 80 characters (found 93). 134
 Error whitespace ParenPad '(' is followed by whitespace. 134
 Error sizes LineLength Line is longer than 80 characters (found 116). 137
 Error javadoc JavadocMethod Expected an @return tag. 144
 Error sizes LineLength Line is longer than 80 characters (found 98). 144
 Error misc FinalParameters Parameter rootDocument should be final. 144
 Error javadoc JavadocMethod Expected @param tag for 'rootDocument'. 144
 Error misc FinalParameters Parameter activityObject should be final. 144
 Error javadoc JavadocMethod Expected @param tag for 'activityObject'. 144
 Error sizes LineLength Line is longer than 80 characters (found 93). 146
 Error whitespace ParenPad '(' is followed by whitespace. 146
 Error sizes LineLength Line is longer than 80 characters (found 121). 149
 Error design DesignForExtension Class 'SimpleHTTPPostProcessor' 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 'SimpleHTTPPostProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. 155
 Error misc FinalParameters Parameter entry should be final. 156
 Error whitespace ParenPad '(' is followed by whitespace. 165
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 165
 Error whitespace ParenPad ')' is preceded with whitespace. 165
 Error misc TodoComment Comment matches to-do format 'TODO:'. 185
 Error coding MagicNumber '200' is a magic number. 186
 Error whitespace ParenPad '(' is followed by whitespace. 202
 Error whitespace ParenPad ')' is preceded with whitespace. 202
 Error sizes LineLength Line is longer than 80 characters (found 116). 212
 Error javadoc JavadocMethod Expected an @return tag. 227
 Error misc FinalParameters Parameter entry should be final. 227
 Error javadoc JavadocMethod Expected @param tag for 'entry'. 227
 Error javadoc JavadocMethod Expected an @return tag. 234
 Error misc FinalParameters Parameter entry should be final. 234
 Error javadoc JavadocMethod Expected @param tag for 'entry'. 234
 Error misc FinalParameters Parameter uri should be final. 245
 Error misc FinalParameters Parameter entity should be final. 245
 Error sizes LineLength Line is longer than 80 characters (found 81). 249
 Error design DesignForExtension Class 'SimpleHTTPPostProcessor' 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 'SimpleHTTPPostProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 255
 Error misc FinalParameters Parameter configurationObject should be final. 256
 Error whitespace ParenPad ')' is preceded with whitespace. 265
 Error sizes LineLength Line is longer than 80 characters (found 91). 266
 Error sizes LineLength Line is longer than 80 characters (found 86). 270
 Error design DesignForExtension Class 'SimpleHTTPPostProcessor' 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 'SimpleHTTPPostProcessor' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. 276

org/apache/streams/components/http/provider/SimpleHttpProvider.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error sizes LineLength Line is longer than 80 characters (found 101). 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error sizes LineLength Line is longer than 80 characters (found 89). 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error design VisibilityModifier Variable 'mapper' must be private and have accessor methods. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error design VisibilityModifier Variable 'uriBuilder' must be private and have accessor methods. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error design VisibilityModifier Variable 'httpclient' must be private and have accessor methods. 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error design VisibilityModifier Variable 'configuration' must be private and have accessor methods. 86
 Error sizes LineLength Line is longer than 80 characters (found 87). 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error design VisibilityModifier Variable 'providerQueue' must be private and have accessor methods. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error design VisibilityModifier Variable 'lock' must be private and have accessor methods. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error sizes LineLength Line is longer than 80 characters (found 90). 95
 Error sizes LineLength Line is longer than 80 characters (found 81). 99
 Error misc FinalParameters Parameter providerConfiguration should be final. 105
 Error javadoc JavadocMethod Expected @param tag for 'providerConfiguration'. 105
 Error design DesignForExtension Class 'SimpleHttpProvider' 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 'SimpleHttpProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. 111
 Error javadoc JavadocMethod Expected an @return tag. 119
 Error misc FinalParameters Parameter entry should be final. 119
 Error javadoc JavadocMethod Expected @param tag for 'entry'. 119
 Error javadoc JavadocStyle First sentence should end with a period. 123
 Error misc FinalParameters Parameter uri should be final. 128
 Error sizes LineLength Line is longer than 80 characters (found 96). 130
 Error whitespace ParenPad '(' is followed by whitespace. 130
 Error sizes LineLength Line is longer than 80 characters (found 104). 132
 Error whitespace ParenPad '(' is followed by whitespace. 132
 Error design DesignForExtension Class 'SimpleHttpProvider' 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 'SimpleHttpProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. 145
 Error misc FinalParameters Parameter configurationObject should be final. 146
 Error sizes LineLength Line is longer than 80 characters (found 84). 161
 Error sizes LineLength Line is longer than 80 characters (found 88). 162
 Error design DesignForExtension Class 'SimpleHttpProvider' 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 'SimpleHttpProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. 173
 Error design DesignForExtension Class 'SimpleHttpProvider' 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 'SimpleHttpProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. 193
 Error coding MagicNumber '5' is a magic number. 200
 Error design DesignForExtension Class 'SimpleHttpProvider' 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 'SimpleHttpProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. 205
 Error sizes LineLength Line is longer than 80 characters (found 111). 210
 Error whitespace ParenPad '(' is followed by whitespace. 224
 Error whitespace ParenPad ')' is preceded with whitespace. 224
 Error javadoc JavadocMethod Missing a Javadoc comment. 234
 Error misc FinalParameters Parameter uri should be final. 234
 Error misc TodoComment Comment matches to-do format 'TODO:'. 248
 Error coding MagicNumber '200' is a magic number. 249
 Error whitespace ParenPad '(' is followed by whitespace. 251
 Error whitespace ParenPad ')' is preceded with whitespace. 251
 Error sizes LineLength Line is longer than 80 characters (found 87). 257
 Error javadoc JavadocMethod Expected an @return tag. 273
 Error misc FinalParameters Parameter jsonNode should be final. 273
 Error javadoc JavadocMethod Expected @param tag for 'jsonNode'. 273
 Error whitespace ParenPad ')' is preceded with whitespace. 277
 Error javadoc JavadocMethod Expected an @return tag. 295
 Error misc FinalParameters Parameter item should be final. 295
 Error javadoc JavadocMethod Expected @param tag for 'item'. 295
 Error whitespace ParenPad '(' is followed by whitespace. 298
 Error whitespace ParenPad ')' is preceded with whitespace. 298
 Error whitespace ParenPad '(' is followed by whitespace. 302
 Error whitespace ParenPad ')' is preceded with whitespace. 302
 Error whitespace ParenPad '(' is followed by whitespace. 305
 Error whitespace ParenPad ')' is preceded with whitespace. 305
 Error whitespace ParenPad '(' is followed by whitespace. 307
 Error whitespace ParenPad ')' is preceded with whitespace. 307
 Error whitespace ParenPad '(' is followed by whitespace. 309
 Error whitespace ParenPad ')' is preceded with whitespace. 309
 Error whitespace ParenPad '(' is followed by whitespace. 314
 Error whitespace ParenPad ')' is preceded with whitespace. 314
 Error design DesignForExtension Class 'SimpleHttpProvider' 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 'SimpleHttpProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. 319
 Error misc FinalParameters Parameter sequence should be final. 320
 Error design DesignForExtension Class 'SimpleHttpProvider' 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 'SimpleHttpProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. 324
 Error misc FinalParameters Parameter start should be final. 325
 Error misc FinalParameters Parameter end should be final. 325
 Error design DesignForExtension Class 'SimpleHttpProvider' 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 'SimpleHttpProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. 329
 Error design DesignForExtension Class 'SimpleHttpProvider' looks like designed for extension (can be subclassed), but the method 'shutdownAndAwaitTermination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimpleHttpProvider' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. 334
 Error javadoc JavadocMethod Missing a Javadoc comment. 334
 Error misc FinalParameters Parameter pool should be final. 334
 Error coding MagicNumber '10' is a magic number. 338
 Error coding MagicNumber '10' is a magic number. 341