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. 22
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 36
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error coding MagicNumber '80L' is a magic number. 60
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error sizes LineLength Line is longer than 80 characters (found 109). 72
 Error javadoc JavadocStyle First sentence should end with a period. 73
 Error regexp RegexpSingleline Line has trailing spaces. 76
 Error javadoc JavadocStyle First sentence should end with a period. 82
 Error regexp RegexpSingleline Line has trailing spaces. 84
 Error javadoc JavadocStyle First sentence should end with a period. 89
 Error regexp RegexpSingleline Line has trailing spaces. 91
 Error javadoc JavadocStyle First sentence should end with a period. 96
 Error regexp RegexpSingleline Line has trailing spaces. 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 103
 Error sizes LineLength Line is longer than 80 characters (found 85). 104
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Error regexp RegexpSingleline Line has trailing spaces. 108
 Error javadoc JavadocStyle First sentence should end with a period. 118
 Error regexp RegexpSingleline Line has trailing spaces. 120
 Error misc FinalParameters Parameter protocol should be final. 126
 Error coding HiddenField 'protocol' hides a field. 126
 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. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Error misc FinalParameters Parameter protocol should be final. 130
 Error coding HiddenField 'protocol' hides a field. 130
 Error javadoc JavadocStyle First sentence should end with a period. 135
 Error regexp RegexpSingleline Line has trailing spaces. 138
 Error javadoc JavadocStyle First sentence should end with a period. 148
 Error regexp RegexpSingleline Line has trailing spaces. 151
 Error misc FinalParameters Parameter hostname should be final. 157
 Error coding HiddenField 'hostname' hides a field. 157
 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. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 161
 Error misc FinalParameters Parameter hostname should be final. 161
 Error coding HiddenField 'hostname' hides a field. 161
 Error javadoc JavadocStyle First sentence should end with a period. 166
 Error regexp RegexpSingleline Line has trailing spaces. 168
 Error javadoc JavadocStyle First sentence should end with a period. 178
 Error regexp RegexpSingleline Line has trailing spaces. 180
 Error misc FinalParameters Parameter port should be final. 186
 Error coding HiddenField 'port' hides a field. 186
 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. 190
 Error javadoc JavadocMethod Missing a Javadoc comment. 190
 Error misc FinalParameters Parameter port should be final. 190
 Error coding HiddenField 'port' hides a field. 190
 Error javadoc JavadocStyle First sentence should end with a period. 195
 Error regexp RegexpSingleline Line has trailing spaces. 198
 Error javadoc JavadocStyle First sentence should end with a period. 208
 Error regexp RegexpSingleline Line has trailing spaces. 211
 Error misc FinalParameters Parameter resourcePath should be final. 217
 Error coding HiddenField 'resourcePath' hides a field. 217
 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. 221
 Error javadoc JavadocMethod Missing a Javadoc comment. 221
 Error misc FinalParameters Parameter resourcePath should be final. 221
 Error coding HiddenField 'resourcePath' hides a field. 221
 Error regexp RegexpSingleline Line has trailing spaces. 227
 Error regexp RegexpSingleline Line has trailing spaces. 238
 Error sizes LineLength Line is longer than 80 characters (found 81). 244
 Error misc FinalParameters Parameter requestMethod should be final. 244
 Error coding HiddenField 'requestMethod' hides a field. 244
 Error sizes LineLength Line is longer than 80 characters (found 95). 248
 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. 248
 Error javadoc JavadocMethod Missing a Javadoc comment. 248
 Error misc FinalParameters Parameter requestMethod should be final. 248
 Error coding HiddenField 'requestMethod' hides a field. 248
 Error javadoc JavadocStyle First sentence should end with a period. 253
 Error regexp RegexpSingleline Line has trailing spaces. 256
 Error javadoc JavadocStyle First sentence should end with a period. 266
 Error regexp RegexpSingleline Line has trailing spaces. 269
 Error misc FinalParameters Parameter contentType should be final. 275
 Error coding HiddenField 'contentType' hides a field. 275
 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. 279
 Error javadoc JavadocMethod Missing a Javadoc comment. 279
 Error misc FinalParameters Parameter contentType should be final. 279
 Error coding HiddenField 'contentType' hides a field. 279
 Error javadoc JavadocStyle First sentence should end with a period. 284
 Error regexp RegexpSingleline Line has trailing spaces. 286
 Error javadoc JavadocStyle First sentence should end with a period. 296
 Error regexp RegexpSingleline Line has trailing spaces. 298
 Error misc FinalParameters Parameter accessToken should be final. 304
 Error coding HiddenField 'accessToken' hides a field. 304
 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. 308
 Error javadoc JavadocMethod Missing a Javadoc comment. 308
 Error misc FinalParameters Parameter accessToken should be final. 308
 Error coding HiddenField 'accessToken' hides a field. 308
 Error javadoc JavadocStyle First sentence should end with a period. 313
 Error regexp RegexpSingleline Line has trailing spaces. 315
 Error javadoc JavadocStyle First sentence should end with a period. 325
 Error regexp RegexpSingleline Line has trailing spaces. 327
 Error misc FinalParameters Parameter username should be final. 333
 Error coding HiddenField 'username' hides a field. 333
 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. 337
 Error javadoc JavadocMethod Missing a Javadoc comment. 337
 Error misc FinalParameters Parameter username should be final. 337
 Error coding HiddenField 'username' hides a field. 337
 Error javadoc JavadocStyle First sentence should end with a period. 342
 Error regexp RegexpSingleline Line has trailing spaces. 344
 Error javadoc JavadocStyle First sentence should end with a period. 354
 Error regexp RegexpSingleline Line has trailing spaces. 356
 Error misc FinalParameters Parameter password should be final. 362
 Error coding HiddenField 'password' hides a field. 362
 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. 366
 Error javadoc JavadocMethod Missing a Javadoc comment. 366
 Error misc FinalParameters Parameter password should be final. 366
 Error coding HiddenField 'password' hides a field. 366
 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. 371
 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. 376
 Error javadoc JavadocMethod Missing a Javadoc comment. 376
 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. 382
 Error javadoc JavadocMethod Missing a Javadoc comment. 382
 Error misc FinalParameters Parameter name should be final. 384
 Error misc FinalParameters Parameter value should be final. 384
 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. 388
 Error javadoc JavadocMethod Missing a Javadoc comment. 388
 Error misc FinalParameters Parameter name should be final. 388
 Error misc FinalParameters Parameter value should be final. 388
 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. 393
 Error sizes LineLength Line is longer than 80 characters (found 243). 395
 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. 398
 Error misc FinalParameters Parameter other should be final. 399
 Error coding SimplifyBooleanExpression Expression can be simplified. 403
 Error sizes LineLength Line is longer than 80 characters (found 402). 407
 Error javadoc JavadocType Missing a Javadoc comment. 410
 Error modifier RedundantModifier Redundant 'static' modifier. 411
 Error javadoc JavadocVariable Missing a Javadoc comment. 413
 Error javadoc JavadocVariable Missing a Javadoc comment. 414
 Error javadoc JavadocVariable Missing a Javadoc comment. 415
 Error sizes LineLength Line is longer than 80 characters (found 135). 416
 Error javadoc JavadocVariable Missing a Javadoc comment. 416
 Error javadoc JavadocMethod Missing a Javadoc comment. 424
 Error modifier RedundantModifier Redundant 'private' modifier. 424
 Error misc FinalParameters Parameter value should be final. 424
 Error coding HiddenField 'value' hides a field. 424
 Error javadoc JavadocMethod Missing a Javadoc comment. 434
 Error misc FinalParameters Parameter value should be final. 435

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

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 19
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 27
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error sizes LineLength Line is longer than 80 characters (found 85). 37
 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. 51
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error misc FinalParameters Parameter resourcePostfixPattern should be final. 59
 Error coding HiddenField 'resourcePostfixPattern' hides a field. 59
 Error sizes LineLength Line is longer than 80 characters (found 101). 63
 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. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error misc FinalParameters Parameter resourcePostfixPattern should be final. 63
 Error coding HiddenField 'resourcePostfixPattern' hides a field. 63
 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. 68
 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. 73
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 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. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Error misc FinalParameters Parameter name should be final. 81
 Error misc FinalParameters Parameter value should be final. 81
 Error sizes LineLength Line is longer than 80 characters (found 93). 85
 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. 85
 Error javadoc JavadocMethod Missing a Javadoc comment. 85
 Error misc FinalParameters Parameter name should be final. 85
 Error misc FinalParameters Parameter value should be final. 85
 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. 90
 Error sizes LineLength Line is longer than 80 characters (found 110). 92
 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. 95
 Error misc FinalParameters Parameter other should be final. 96
 Error coding SimplifyBooleanExpression Expression can be simplified. 100
 Error sizes LineLength Line is longer than 80 characters (found 86). 103
 Error sizes LineLength Line is longer than 80 characters (found 160). 104

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

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 22
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 32
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error sizes LineLength Line is longer than 80 characters (found 111). 42
 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. 52
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error sizes LineLength Line is longer than 80 characters (found 85). 62
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Error regexp RegexpSingleline Line has trailing spaces. 80
 Error misc FinalParameters Parameter entity should be final. 86
 Error coding HiddenField 'entity' hides a field. 86
 Error sizes LineLength Line is longer than 80 characters (found 92). 90
 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. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Error misc FinalParameters Parameter entity should be final. 90
 Error coding HiddenField 'entity' hides a field. 90
 Error javadoc JavadocStyle First sentence should end with a period. 95
 Error regexp RegexpSingleline Line has trailing spaces. 98
 Error javadoc JavadocStyle First sentence should end with a period. 108
 Error regexp RegexpSingleline Line has trailing spaces. 111
 Error misc FinalParameters Parameter extension should be final. 117
 Error coding HiddenField 'extension' hides a field. 117
 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. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Error misc FinalParameters Parameter extension should be final. 121
 Error coding HiddenField 'extension' hides a field. 121
 Error javadoc JavadocStyle First sentence should end with a period. 126
 Error regexp RegexpSingleline Line has trailing spaces. 129
 Error javadoc JavadocStyle First sentence should end with a period. 139
 Error regexp RegexpSingleline Line has trailing spaces. 142
 Error misc FinalParameters Parameter urlField should be final. 148
 Error coding HiddenField 'urlField' hides a field. 148
 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. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Error misc FinalParameters Parameter urlField should be final. 152
 Error coding HiddenField 'urlField' hides a field. 152
 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. 157
 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. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 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. 168
 Error javadoc JavadocMethod Missing a Javadoc comment. 168
 Error misc FinalParameters Parameter name should be final. 170
 Error misc FinalParameters Parameter value should be final. 170
 Error sizes LineLength Line is longer than 80 characters (found 89). 174
 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. 174
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Error misc FinalParameters Parameter name should be final. 174
 Error misc FinalParameters Parameter value should be final. 174
 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. 179
 Error sizes LineLength Line is longer than 80 characters (found 129). 181
 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. 184
 Error misc FinalParameters Parameter other should be final. 185
 Error coding SimplifyBooleanExpression Expression can be simplified. 189
 Error sizes LineLength Line is longer than 80 characters (found 192). 193
 Error javadoc JavadocType Missing a Javadoc comment. 196
 Error modifier RedundantModifier Redundant 'static' modifier. 197
 Error javadoc JavadocVariable Missing a Javadoc comment. 199
 Error javadoc JavadocVariable Missing a Javadoc comment. 200
 Error javadoc JavadocVariable Missing a Javadoc comment. 201
 Error javadoc JavadocVariable Missing a Javadoc comment. 202
 Error javadoc JavadocVariable Missing a Javadoc comment. 203
 Error sizes LineLength Line is longer than 80 characters (found 139). 204
 Error javadoc JavadocVariable Missing a Javadoc comment. 204
 Error javadoc JavadocMethod Missing a Javadoc comment. 212
 Error modifier RedundantModifier Redundant 'private' modifier. 212
 Error misc FinalParameters Parameter value should be final. 212
 Error coding HiddenField 'value' hides a field. 212
 Error javadoc JavadocMethod Missing a Javadoc comment. 222
 Error sizes LineLength Line is longer than 80 characters (found 81). 223
 Error misc FinalParameters Parameter value should be final. 223

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

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 19
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 28
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error sizes LineLength Line is longer than 80 characters (found 85). 43
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error misc FinalParameters Parameter resource should be final. 63
 Error coding HiddenField 'resource' hides a field. 63
 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. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Error misc FinalParameters Parameter resource should be final. 67
 Error coding HiddenField 'resource' hides a field. 67
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error regexp RegexpSingleline Line has trailing spaces. 84
 Error misc FinalParameters Parameter resourcePostfix should be final. 90
 Error coding HiddenField 'resourcePostfix' hides a field. 90
 Error sizes LineLength Line is longer than 80 characters (found 82). 94
 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. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Error misc FinalParameters Parameter resourcePostfix should be final. 94
 Error coding HiddenField 'resourcePostfix' hides a field. 94
 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. 99
 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. 104
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 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. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 110
 Error misc FinalParameters Parameter name should be final. 112
 Error misc FinalParameters Parameter value should be final. 112
 Error sizes LineLength Line is longer than 80 characters (found 88). 116
 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. 116
 Error javadoc JavadocMethod Missing a Javadoc comment. 116
 Error misc FinalParameters Parameter name should be final. 116
 Error misc FinalParameters Parameter value should be final. 116
 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. 121
 Error sizes LineLength Line is longer than 80 characters (found 120). 123
 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. 126
 Error misc FinalParameters Parameter other should be final. 127
 Error coding SimplifyBooleanExpression Expression can be simplified. 131
 Error sizes LineLength Line is longer than 80 characters (found 177). 135

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