The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 4 | ![]() |
coding | AvoidInlineConditionals | 2 | ![]() |
HiddenField | 33 | ![]() | |
MagicNumber | 7 | ![]() | |
SimplifyBooleanExpression | 4 | ![]() | |
design | DesignForExtension | 61 | ![]() |
VisibilityModifier | 21 | ![]() | |
javadoc | JavadocMethod | 83 | ![]() |
JavadocPackage | 4 | ![]() | |
JavadocStyle | 37 | ![]() | |
JavadocType | 7 | ![]() | |
JavadocVariable | 46 | ![]() | |
misc | FinalParameters | 98 | ![]() |
TodoComment | 4 | ![]() | |
modifier | RedundantModifier | 4 | ![]() |
regexp | RegexpSingleline
|
44 | ![]() |
sizes | LineLength | 77 | ![]() |
whitespace | ParenPad | 39 | ![]() |
WhitespaceAfter | 3 | ![]() | |
WhitespaceAround | 1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
coding | MagicNumber | '80L' is a magic number. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 126 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 126 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 130 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 130 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
misc | FinalParameters | Parameter hostname should be final. | 157 |
![]() |
coding | HiddenField | 'hostname' hides a field. | 157 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter hostname should be final. | 161 |
![]() |
coding | HiddenField | 'hostname' hides a field. | 161 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
misc | FinalParameters | Parameter port should be final. | 186 |
![]() |
coding | HiddenField | 'port' hides a field. | 186 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
misc | FinalParameters | Parameter port should be final. | 190 |
![]() |
coding | HiddenField | 'port' hides a field. | 190 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 195 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 211 |
![]() |
misc | FinalParameters | Parameter resourcePath should be final. | 217 |
![]() |
coding | HiddenField | 'resourcePath' hides a field. | 217 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
![]() |
misc | FinalParameters | Parameter resourcePath should be final. | 221 |
![]() |
coding | HiddenField | 'resourcePath' hides a field. | 221 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 244 |
![]() |
misc | FinalParameters | Parameter requestMethod should be final. | 244 |
![]() |
coding | HiddenField | 'requestMethod' hides a field. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 248 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
misc | FinalParameters | Parameter requestMethod should be final. | 248 |
![]() |
coding | HiddenField | 'requestMethod' hides a field. | 248 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 253 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 266 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 269 |
![]() |
misc | FinalParameters | Parameter contentType should be final. | 275 |
![]() |
coding | HiddenField | 'contentType' hides a field. | 275 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
misc | FinalParameters | Parameter contentType should be final. | 279 |
![]() |
coding | HiddenField | 'contentType' hides a field. | 279 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 284 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 296 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 298 |
![]() |
misc | FinalParameters | Parameter accessToken should be final. | 304 |
![]() |
coding | HiddenField | 'accessToken' hides a field. | 304 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
![]() |
misc | FinalParameters | Parameter accessToken should be final. | 308 |
![]() |
coding | HiddenField | 'accessToken' hides a field. | 308 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 313 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 315 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 325 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 327 |
![]() |
misc | FinalParameters | Parameter username should be final. | 333 |
![]() |
coding | HiddenField | 'username' hides a field. | 333 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
misc | FinalParameters | Parameter username should be final. | 337 |
![]() |
coding | HiddenField | 'username' hides a field. | 337 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 342 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 344 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 354 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 356 |
![]() |
misc | FinalParameters | Parameter password should be final. | 362 |
![]() |
coding | HiddenField | 'password' hides a field. | 362 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 366 |
![]() |
misc | FinalParameters | Parameter password should be final. | 366 |
![]() |
coding | HiddenField | 'password' hides a field. | 366 |
![]() |
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 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 376 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 382 |
![]() |
misc | FinalParameters | Parameter name should be final. | 384 |
![]() |
misc | FinalParameters | Parameter value should be final. | 384 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 388 |
![]() |
misc | FinalParameters | Parameter name should be final. | 388 |
![]() |
misc | FinalParameters | Parameter value should be final. | 388 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 395 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter other should be final. | 399 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 402). | 407 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 410 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 411 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 413 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 414 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 415 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 416 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 416 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 424 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 424 |
![]() |
misc | FinalParameters | Parameter value should be final. | 424 |
![]() |
coding | HiddenField | 'value' hides a field. | 424 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 434 |
![]() |
misc | FinalParameters | Parameter value should be final. | 435 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
misc | FinalParameters | Parameter resourcePostfixPattern should be final. | 59 |
![]() |
coding | HiddenField | 'resourcePostfixPattern' hides a field. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 63 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter resourcePostfixPattern should be final. | 63 |
![]() |
coding | HiddenField | 'resourcePostfixPattern' hides a field. | 63 |
![]() |
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 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter name should be final. | 81 |
![]() |
misc | FinalParameters | Parameter value should be final. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 85 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter name should be final. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 85 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 92 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter other should be final. | 96 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 160). | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 86 |
![]() |
coding | HiddenField | 'entity' hides a field. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 90 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 90 |
![]() |
coding | HiddenField | 'entity' hides a field. | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
misc | FinalParameters | Parameter extension should be final. | 117 |
![]() |
coding | HiddenField | 'extension' hides a field. | 117 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter extension should be final. | 121 |
![]() |
coding | HiddenField | 'extension' hides a field. | 121 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
misc | FinalParameters | Parameter urlField should be final. | 148 |
![]() |
coding | HiddenField | 'urlField' hides a field. | 148 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter urlField should be final. | 152 |
![]() |
coding | HiddenField | 'urlField' hides a field. | 152 |
![]() |
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 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter name should be final. | 170 |
![]() |
misc | FinalParameters | Parameter value should be final. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 174 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
misc | FinalParameters | Parameter name should be final. | 174 |
![]() |
misc | FinalParameters | Parameter value should be final. | 174 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 181 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter other should be final. | 185 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 193 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 196 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 197 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 199 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 200 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 201 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 202 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 204 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 212 |
![]() |
misc | FinalParameters | Parameter value should be final. | 212 |
![]() |
coding | HiddenField | 'value' hides a field. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 223 |
![]() |
misc | FinalParameters | Parameter value should be final. | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 63 |
![]() |
coding | HiddenField | 'resource' hides a field. | 63 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 67 |
![]() |
coding | HiddenField | 'resource' hides a field. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
misc | FinalParameters | Parameter resourcePostfix should be final. | 90 |
![]() |
coding | HiddenField | 'resourcePostfix' hides a field. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 94 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter resourcePostfix should be final. | 94 |
![]() |
coding | HiddenField | 'resourcePostfix' hides a field. | 94 |
![]() |
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 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter name should be final. | 112 |
![]() |
misc | FinalParameters | Parameter value should be final. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 116 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter name should be final. | 116 |
![]() |
misc | FinalParameters | Parameter value should be final. | 116 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 123 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter other should be final. | 127 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 74 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 74 |
![]() |
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 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 84 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 113 |
![]() |
misc | FinalParameters | Parameter params should be final. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'params'. | 113 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 129 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 129 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 136 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 136 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 136 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 136 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 138 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 138 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 139 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 139 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 152 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 152 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 152 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 152 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'payload'. | 152 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter httpPost should be final. | 168 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 186 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 200 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 214 |
![]() |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 85 |
![]() |
misc | FinalParameters | Parameter processorConfiguration should be final. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'processorConfiguration'. | 85 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 97 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 99 |
![]() |
misc | FinalParameters | Parameter entityString should be final. | 99 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entityString'. | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 112 |
![]() |
misc | FinalParameters | Parameter datum should be final. | 112 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'datum'. | 112 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 116 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 129 |
![]() |
misc | FinalParameters | Parameter rootDocument should be final. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 131 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 134 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 141 |
![]() |
misc | FinalParameters | Parameter rootDocument should be final. | 141 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 141 |
![]() |
misc | FinalParameters | Parameter activityObject should be final. | 141 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'activityObject'. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 143 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 146 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 154 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 172 |
![]() |
coding | MagicNumber | '200' is a magic number. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 177 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 189 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 189 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 199 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 214 |
![]() |
misc | FinalParameters | Parameter params should be final. | 214 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'params'. | 214 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 217 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 231 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 231 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 231 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 238 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 238 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 238 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 247 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 257 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 272 |
![]() |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 85 |
![]() |
misc | FinalParameters | Parameter processorConfiguration should be final. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'processorConfiguration'. | 85 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 97 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 99 |
![]() |
misc | FinalParameters | Parameter entityString should be final. | 99 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entityString'. | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 112 |
![]() |
misc | FinalParameters | Parameter datum should be final. | 112 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'datum'. | 112 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 116 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 132 |
![]() |
misc | FinalParameters | Parameter rootDocument should be final. | 132 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 134 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 137 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 144 |
![]() |
misc | FinalParameters | Parameter rootDocument should be final. | 144 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 144 |
![]() |
misc | FinalParameters | Parameter activityObject should be final. | 144 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'activityObject'. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 146 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 149 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 156 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 165 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 165 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 185 |
![]() |
coding | MagicNumber | '200' is a magic number. | 186 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 202 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 212 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 227 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 227 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 227 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 234 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 234 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 234 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 245 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 249 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 256 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 270 |
![]() |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
![]() |
misc | FinalParameters | Parameter providerConfiguration should be final. | 105 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'providerConfiguration'. | 105 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 119 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 119 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 119 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 123 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 130 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 132 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 132 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 162 |
![]() |
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 |
![]() |
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 |
![]() |
coding | MagicNumber | '5' is a magic number. | 200 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 210 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 224 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 234 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 248 |
![]() |
coding | MagicNumber | '200' is a magic number. | 249 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 251 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 257 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 273 |
![]() |
misc | FinalParameters | Parameter jsonNode should be final. | 273 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'jsonNode'. | 273 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 277 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 295 |
![]() |
misc | FinalParameters | Parameter item should be final. | 295 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'item'. | 295 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 298 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 298 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 302 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 302 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 305 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 305 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 307 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 307 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 309 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 309 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 314 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 314 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 320 |
![]() |
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 |
![]() |
misc | FinalParameters | Parameter start should be final. | 325 |
![]() |
misc | FinalParameters | Parameter end should be final. | 325 |
![]() |
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 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 334 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 334 |
![]() |
coding | MagicNumber | '10' is a magic number. | 338 |
![]() |
coding | MagicNumber | '10' is a magic number. | 341 |