The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 3 | ![]() |
coding | AvoidInlineConditionals | 1 | ![]() |
HiddenField | 35 | ![]() | |
MagicNumber | 7 | ![]() | |
SimplifyBooleanExpression | 3 | ![]() | |
design | DesignForExtension | 72 | ![]() |
VisibilityModifier | 5 | ![]() | |
javadoc | JavadocMethod | 69 | ![]() |
JavadocPackage | 2 | ![]() | |
JavadocStyle | 32 | ![]() | |
JavadocType | 5 | ![]() | |
JavadocVariable | 52 | ![]() | |
misc | FinalParameters | 77 | ![]() |
modifier | RedundantModifier | 4 | ![]() |
regexp | RegexpSingleline
|
36 | ![]() |
sizes | LineLength | 67 | ![]() |
whitespace | ParenPad | 4 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
misc | FinalParameters | Parameter key should be final. | 103 |
![]() |
coding | HiddenField | 'key' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'S3Configuration' looks like designed for extension (can be subclassed), but the method 'withKey' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3Configuration' final or making the method 'withKey' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter key should be final. | 107 |
![]() |
coding | HiddenField | 'key' hides a field. | 107 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
misc | FinalParameters | Parameter secretKey should be final. | 134 |
![]() |
coding | HiddenField | 'secretKey' hides a field. | 134 |
![]() |
design | DesignForExtension | Class 'S3Configuration' looks like designed for extension (can be subclassed), but the method 'withSecretKey' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3Configuration' final or making the method 'withSecretKey' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter secretKey should be final. | 138 |
![]() |
coding | HiddenField | 'secretKey' hides a field. | 138 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
misc | FinalParameters | Parameter bucket should be final. | 165 |
![]() |
coding | HiddenField | 'bucket' hides a field. | 165 |
![]() |
design | DesignForExtension | Class 'S3Configuration' looks like designed for extension (can be subclassed), but the method 'withBucket' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3Configuration' final or making the method 'withBucket' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter bucket should be final. | 169 |
![]() |
coding | HiddenField | 'bucket' hides a field. | 169 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 194 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 194 |
![]() |
design | DesignForExtension | Class 'S3Configuration' 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 'S3Configuration' final or making the method 'withProtocol' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 198 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 198 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 205 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 217 |
![]() |
misc | FinalParameters | Parameter region should be final. | 223 |
![]() |
coding | HiddenField | 'region' hides a field. | 223 |
![]() |
design | DesignForExtension | Class 'S3Configuration' looks like designed for extension (can be subclassed), but the method 'withRegion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3Configuration' final or making the method 'withRegion' static/final/abstract/empty, or adding allowed annotation for the method. | 227 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
![]() |
misc | FinalParameters | Parameter region should be final. | 227 |
![]() |
coding | HiddenField | 'region' hides a field. | 227 |
![]() |
design | DesignForExtension | Class 'S3Configuration' 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 'S3Configuration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 232 |
![]() |
design | DesignForExtension | Class 'S3Configuration' 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 'S3Configuration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
design | DesignForExtension | Class 'S3Configuration' 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 'S3Configuration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 243 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
![]() |
misc | FinalParameters | Parameter name should be final. | 245 |
![]() |
misc | FinalParameters | Parameter value should be final. | 245 |
![]() |
design | DesignForExtension | Class 'S3Configuration' 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 'S3Configuration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 249 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
misc | FinalParameters | Parameter name should be final. | 249 |
![]() |
misc | FinalParameters | Parameter value should be final. | 249 |
![]() |
design | DesignForExtension | Class 'S3Configuration' 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 'S3Configuration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 256 |
![]() |
design | DesignForExtension | Class 'S3Configuration' 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 'S3Configuration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 259 |
![]() |
misc | FinalParameters | Parameter other should be final. | 260 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 240). | 268 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 271 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 272 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 274 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 275 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 277 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 285 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 285 |
![]() |
misc | FinalParameters | Parameter value should be final. | 285 |
![]() |
coding | HiddenField | 'value' hides a field. | 285 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 295 |
![]() |
misc | FinalParameters | Parameter value should be final. | 296 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter s3Object should be final. | 57 |
![]() |
coding | HiddenField | 's3Object' hides a field. | 57 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' 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 'S3ObjectInputStreamWrapper' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' 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 'S3ObjectInputStreamWrapper' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 66 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' 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 'S3ObjectInputStreamWrapper' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' looks like designed for extension (can be subclassed), but the method 'read' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3ObjectInputStreamWrapper' final or making the method 'read' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' looks like designed for extension (can be subclassed), but the method 'read' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3ObjectInputStreamWrapper' final or making the method 'read' static/final/abstract/empty, or adding allowed annotation for the method. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter byt should be final. | 78 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' looks like designed for extension (can be subclassed), but the method 'read' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3ObjectInputStreamWrapper' final or making the method 'read' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter byt should be final. | 82 |
![]() |
misc | FinalParameters | Parameter off should be final. | 82 |
![]() |
misc | FinalParameters | Parameter len should be final. | 82 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' looks like designed for extension (can be subclassed), but the method 'skip' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3ObjectInputStreamWrapper' final or making the method 'skip' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter skip should be final. | 86 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' looks like designed for extension (can be subclassed), but the method 'available' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3ObjectInputStreamWrapper' final or making the method 'available' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' looks like designed for extension (can be subclassed), but the method 'markSupported' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3ObjectInputStreamWrapper' final or making the method 'markSupported' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' looks like designed for extension (can be subclassed), but the method 'mark' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3ObjectInputStreamWrapper' final or making the method 'mark' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter readlimit should be final. | 98 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' looks like designed for extension (can be subclassed), but the method 'reset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3ObjectInputStreamWrapper' final or making the method 'reset' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' looks like designed for extension (can be subclassed), but the method 'close' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3ObjectInputStreamWrapper' final or making the method 'close' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
misc | FinalParameters | Parameter is should be final. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 148 |
![]() |
design | DesignForExtension | Class 'S3ObjectInputStreamWrapper' looks like designed for extension (can be subclassed), but the method 'finalize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3ObjectInputStreamWrapper' final or making the method 'finalize' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 68 |
![]() |
misc | FinalParameters | Parameter amazonS3Client should be final. | 68 |
![]() |
coding | HiddenField | 'amazonS3Client' hides a field. | 68 |
![]() |
misc | FinalParameters | Parameter bucketName should be final. | 68 |
![]() |
coding | HiddenField | 'bucketName' hides a field. | 68 |
![]() |
misc | FinalParameters | Parameter path should be final. | 68 |
![]() |
coding | HiddenField | 'path' hides a field. | 68 |
![]() |
misc | FinalParameters | Parameter fileName should be final. | 68 |
![]() |
coding | HiddenField | 'fileName' hides a field. | 68 |
![]() |
misc | FinalParameters | Parameter metaData should be final. | 68 |
![]() |
coding | HiddenField | 'metaData' hides a field. | 68 |
![]() |
design | DesignForExtension | Class 'S3OutputStreamWrapper' 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 'S3OutputStreamWrapper' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter byt should be final. | 77 |
![]() |
design | DesignForExtension | Class 'S3OutputStreamWrapper' 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 'S3OutputStreamWrapper' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter byt should be final. | 81 |
![]() |
design | DesignForExtension | Class 'S3OutputStreamWrapper' 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 'S3OutputStreamWrapper' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter byt should be final. | 85 |
![]() |
misc | FinalParameters | Parameter off should be final. | 85 |
![]() |
misc | FinalParameters | Parameter len should be final. | 85 |
![]() |
design | DesignForExtension | Class 'S3OutputStreamWrapper' looks like designed for extension (can be subclassed), but the method 'flush' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3OutputStreamWrapper' final or making the method 'flush' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
coding | MagicNumber | '365' is a magic number. | 121 |
![]() |
coding | MagicNumber | '3' is a magic number. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 137 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'lineReaderUtil' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'countersTotal' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'countersCurrent' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' looks like designed for extension (can be subclassed), but the method 'getAmazonS3Client' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistReader' final or making the method 'getAmazonS3Client' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' looks like designed for extension (can be subclassed), but the method 'getS3ReaderConfiguration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistReader' final or making the method 'getS3ReaderConfiguration' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' looks like designed for extension (can be subclassed), but the method 'getBucketName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistReader' final or making the method 'getBucketName' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' 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 'S3PersistReader' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 89 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' 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 'S3PersistReader' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter start should be final. | 93 |
![]() |
misc | FinalParameters | Parameter end should be final. | 93 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' 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 'S3PersistReader' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' looks like designed for extension (can be subclassed), but the method 'getDatumStatusCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistReader' final or making the method 'getDatumStatusCounter' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' looks like designed for extension (can be subclassed), but the method 'getFiles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistReader' final or making the method 'getFiles' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter s3ReaderConfiguration should be final. | 110 |
![]() |
coding | HiddenField | 's3ReaderConfiguration' hides a field. | 110 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' 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 'S3PersistReader' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' 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 'S3PersistReader' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 186 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' looks like designed for extension (can be subclassed), but the method 'readAll' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistReader' final or making the method 'readAll' static/final/abstract/empty, or adding allowed annotation for the method. | 194 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' 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 'S3PersistReader' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
design | DesignForExtension | Class 'S3PersistReader' 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 'S3PersistReader' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 209 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 209 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 43 |
![]() |
coding | HiddenField | 'reader' hides a field. | 43 |
![]() |
design | DesignForExtension | Class 'S3PersistReaderTask' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistReaderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter file should be final. | 83 |
![]() |
misc | FinalParameters | Parameter closeable should be final. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'lineWriterUtil' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' looks like designed for extension (can be subclassed), but the method 'getAmazonS3Client' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistWriter' final or making the method 'getAmazonS3Client' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' looks like designed for extension (can be subclassed), but the method 'getS3WriterConfiguration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistWriter' final or making the method 'getS3WriterConfiguration' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' looks like designed for extension (can be subclassed), but the method 'getWrittenFiles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistWriter' final or making the method 'getWrittenFiles' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' looks like designed for extension (can be subclassed), but the method 'getObjectMetaData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistWriter' final or making the method 'getObjectMetaData' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' looks like designed for extension (can be subclassed), but the method 'getObjectMapper' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistWriter' final or making the method 'getObjectMapper' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' looks like designed for extension (can be subclassed), but the method 'setObjectMapper' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistWriter' final or making the method 'setObjectMapper' static/final/abstract/empty, or adding allowed annotation for the method. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 112 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' looks like designed for extension (can be subclassed), but the method 'setObjectMetaData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistWriter' final or making the method 'setObjectMetaData' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter val should be final. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter s3WriterConfiguration should be final. | 124 |
![]() |
coding | HiddenField | 's3WriterConfiguration' hides a field. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 135 |
![]() |
misc | FinalParameters | Parameter amazonS3Client should be final. | 135 |
![]() |
coding | HiddenField | 'amazonS3Client' hides a field. | 135 |
![]() |
misc | FinalParameters | Parameter s3WriterConfiguration should be final. | 135 |
![]() |
coding | HiddenField | 's3WriterConfiguration' hides a field. | 135 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' 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 'S3PersistWriter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' 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 'S3PersistWriter' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 150 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 150 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 150 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 150 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 215 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
misc | FinalParameters | Parameter flushable should be final. | 249 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' 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 'S3PersistWriter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 260 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 287 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' 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 'S3PersistWriter' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 299 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 299 |
![]() |
design | DesignForExtension | Class 'S3PersistWriter' looks like designed for extension (can be subclassed), but the method 'getDatumStatusCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3PersistWriter' final or making the method 'getDatumStatusCounter' static/final/abstract/empty, or adding allowed annotation for the method. | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 307 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 readerPath should be final. | 59 |
![]() |
coding | HiddenField | 'readerPath' hides a field. | 59 |
![]() |
design | DesignForExtension | Class 'S3ReaderConfiguration' looks like designed for extension (can be subclassed), but the method 'withReaderPath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3ReaderConfiguration' final or making the method 'withReaderPath' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter readerPath should be final. | 63 |
![]() |
coding | HiddenField | 'readerPath' hides a field. | 63 |
![]() |
design | DesignForExtension | Class 'S3ReaderConfiguration' 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 'S3ReaderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
design | DesignForExtension | Class 'S3ReaderConfiguration' 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 'S3ReaderConfiguration' 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 'S3ReaderConfiguration' 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 'S3ReaderConfiguration' 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 84). | 85 |
![]() |
design | DesignForExtension | Class 'S3ReaderConfiguration' 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 'S3ReaderConfiguration' 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 'S3ReaderConfiguration' 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 'S3ReaderConfiguration' 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 98). | 92 |
![]() |
design | DesignForExtension | Class 'S3ReaderConfiguration' 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 'S3ReaderConfiguration' 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 136). | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
coding | MagicNumber | '20L' is a magic number. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
misc | FinalParameters | Parameter writerPath should be final. | 93 |
![]() |
coding | HiddenField | 'writerPath' hides a field. | 93 |
![]() |
design | DesignForExtension | Class 'S3WriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withWriterPath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3WriterConfiguration' final or making the method 'withWriterPath' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
misc | FinalParameters | Parameter writerPath should be final. | 97 |
![]() |
coding | HiddenField | 'writerPath' hides a field. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
misc | FinalParameters | Parameter writerFilePrefix should be final. | 122 |
![]() |
coding | HiddenField | 'writerFilePrefix' hides a field. | 122 |
![]() |
design | DesignForExtension | Class 'S3WriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withWriterFilePrefix' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3WriterConfiguration' final or making the method 'withWriterFilePrefix' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter writerFilePrefix should be final. | 126 |
![]() |
coding | HiddenField | 'writerFilePrefix' hides a field. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
misc | FinalParameters | Parameter maxFileSize should be final. | 151 |
![]() |
coding | HiddenField | 'maxFileSize' hides a field. | 151 |
![]() |
design | DesignForExtension | Class 'S3WriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxFileSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3WriterConfiguration' final or making the method 'withMaxFileSize' static/final/abstract/empty, or adding allowed annotation for the method. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
misc | FinalParameters | Parameter maxFileSize should be final. | 155 |
![]() |
coding | HiddenField | 'maxFileSize' hides a field. | 155 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
misc | FinalParameters | Parameter chunk should be final. | 180 |
![]() |
coding | HiddenField | 'chunk' hides a field. | 180 |
![]() |
design | DesignForExtension | Class 'S3WriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withChunk' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3WriterConfiguration' final or making the method 'withChunk' static/final/abstract/empty, or adding allowed annotation for the method. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
misc | FinalParameters | Parameter chunk should be final. | 184 |
![]() |
coding | HiddenField | 'chunk' hides a field. | 184 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 203 |
![]() |
misc | FinalParameters | Parameter compression should be final. | 209 |
![]() |
coding | HiddenField | 'compression' hides a field. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 213 |
![]() |
design | DesignForExtension | Class 'S3WriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withCompression' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'S3WriterConfiguration' final or making the method 'withCompression' static/final/abstract/empty, or adding allowed annotation for the method. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
misc | FinalParameters | Parameter compression should be final. | 213 |
![]() |
coding | HiddenField | 'compression' hides a field. | 213 |
![]() |
design | DesignForExtension | Class 'S3WriterConfiguration' 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 'S3WriterConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 218 |
![]() |
design | DesignForExtension | Class 'S3WriterConfiguration' 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 'S3WriterConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 223 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
![]() |
design | DesignForExtension | Class 'S3WriterConfiguration' 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 'S3WriterConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 229 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
![]() |
misc | FinalParameters | Parameter name should be final. | 231 |
![]() |
misc | FinalParameters | Parameter value should be final. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 235 |
![]() |
design | DesignForExtension | Class 'S3WriterConfiguration' 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 'S3WriterConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
misc | FinalParameters | Parameter name should be final. | 235 |
![]() |
misc | FinalParameters | Parameter value should be final. | 235 |
![]() |
design | DesignForExtension | Class 'S3WriterConfiguration' 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 'S3WriterConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 242 |
![]() |
design | DesignForExtension | Class 'S3WriterConfiguration' 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 'S3WriterConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 245 |
![]() |
misc | FinalParameters | Parameter other should be final. | 246 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 282). | 254 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 257 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 258 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 260 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 261 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 263 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 271 |
![]() |
misc | FinalParameters | Parameter value should be final. | 271 |
![]() |
coding | HiddenField | 'value' hides a field. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 282 |
![]() |
misc | FinalParameters | Parameter value should be final. | 282 |