The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/apache/streams/mongo/MongoConfiguration.java | 0 | 0 | 95 |
org/apache/streams/mongo/MongoPersistReader.java | 0 | 0 | 75 |
org/apache/streams/mongo/MongoPersistWriter.java | 0 | 0 | 65 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 1 | ![]() |
coding | HiddenField | 18 | ![]() |
MagicNumber | 5 | ![]() | |
SimplifyBooleanExpression | 1 | ![]() | |
design | DesignForExtension | 38 | ![]() |
VisibilityModifier | 12 | ![]() | |
javadoc | JavadocMethod | 26 | ![]() |
JavadocPackage | 2 | ![]() | |
JavadocStyle | 18 | ![]() | |
JavadocType | 3 | ![]() | |
JavadocVariable | 27 | ![]() | |
misc | FinalParameters | 33 | ![]() |
regexp | RegexpSingleline
|
18 | ![]() |
sizes | LineLength | 29 | ![]() |
whitespace | ParenPad | 4 | ![]() |
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. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
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. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
misc | FinalParameters | Parameter host should be final. | 97 |
![]() |
coding | HiddenField | 'host' hides a field. | 97 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' looks like designed for extension (can be subclassed), but the method 'withHost' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoConfiguration' final or making the method 'withHost' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter host should be final. | 101 |
![]() |
coding | HiddenField | 'host' hides a field. | 101 |
![]() |
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 port should be final. | 126 |
![]() |
coding | HiddenField | 'port' hides a field. | 126 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' 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 'MongoConfiguration' final or making the method 'withPort' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter port should be final. | 130 |
![]() |
coding | HiddenField | 'port' hides a field. | 130 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
misc | FinalParameters | Parameter user should be final. | 155 |
![]() |
coding | HiddenField | 'user' hides a field. | 155 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' looks like designed for extension (can be subclassed), but the method 'withUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoConfiguration' final or making the method 'withUser' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter user should be final. | 159 |
![]() |
coding | HiddenField | 'user' hides a field. | 159 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
misc | FinalParameters | Parameter password should be final. | 184 |
![]() |
coding | HiddenField | 'password' hides a field. | 184 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' 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 'MongoConfiguration' final or making the method 'withPassword' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter password should be final. | 188 |
![]() |
coding | HiddenField | 'password' hides a field. | 188 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
misc | FinalParameters | Parameter db should be final. | 213 |
![]() |
coding | HiddenField | 'db' hides a field. | 213 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' looks like designed for extension (can be subclassed), but the method 'withDb' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoConfiguration' final or making the method 'withDb' static/final/abstract/empty, or adding allowed annotation for the method. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
misc | FinalParameters | Parameter db should be final. | 217 |
![]() |
coding | HiddenField | 'db' hides a field. | 217 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 234 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 242 |
![]() |
coding | HiddenField | 'collection' hides a field. | 242 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' looks like designed for extension (can be subclassed), but the method 'withCollection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoConfiguration' final or making the method 'withCollection' static/final/abstract/empty, or adding allowed annotation for the method. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 246 |
![]() |
coding | HiddenField | 'collection' hides a field. | 246 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' 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 'MongoConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 251 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' 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 'MongoConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' 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 'MongoConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 262 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 262 |
![]() |
misc | FinalParameters | Parameter name should be final. | 264 |
![]() |
misc | FinalParameters | Parameter value should be final. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 268 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' 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 'MongoConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 268 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
![]() |
misc | FinalParameters | Parameter name should be final. | 268 |
![]() |
misc | FinalParameters | Parameter value should be final. | 268 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' 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 'MongoConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 275 |
![]() |
design | DesignForExtension | Class 'MongoConfiguration' 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 'MongoConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 278 |
![]() |
misc | FinalParameters | Parameter other should be final. | 279 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 255). | 287 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'db' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'collection' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
![]() |
misc | FinalParameters | Parameter config should be final. | 95 |
![]() |
coding | HiddenField | 'config' hides a field. | 95 |
![]() |
misc | FinalParameters | Parameter persistQueue should be final. | 103 |
![]() |
coding | HiddenField | 'persistQueue' hides a field. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 105 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' looks like designed for extension (can be subclassed), but the method 'setPersistQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoPersistReader' final or making the method 'setPersistQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter persistQueue should be final. | 109 |
![]() |
coding | HiddenField | 'persistQueue' hides a field. | 109 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' looks like designed for extension (can be subclassed), but the method 'getPersistQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoPersistReader' final or making the method 'getPersistQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' 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 'MongoPersistReader' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' 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 'MongoPersistReader' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 126 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 130 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 131 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 136 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' 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 'MongoPersistReader' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' looks like designed for extension (can be subclassed), but the method 'prepareDatum' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoPersistReader' final or making the method 'prepareDatum' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter dbObject should be final. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 176 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' 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 'MongoPersistReader' final or making the method 'readAll' static/final/abstract/empty, or adding allowed annotation for the method. | 190 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' 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 'MongoPersistReader' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 212 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 214 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' 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 'MongoPersistReader' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 242 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' 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 'MongoPersistReader' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. | 244 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 244 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' 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 'MongoPersistReader' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 258 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 259 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' 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 'MongoPersistReader' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 263 |
![]() |
misc | FinalParameters | Parameter start should be final. | 264 |
![]() |
misc | FinalParameters | Parameter end should be final. | 264 |
![]() |
design | DesignForExtension | Class 'MongoPersistReader' 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 'MongoPersistReader' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 268 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 274 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 274 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 277 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 281 |
![]() |
coding | HiddenField | 'reader' hides a field. | 281 |
![]() |
design | DesignForExtension | Class 'MongoPersistReaderTask' 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 'MongoPersistReaderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 285 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 57 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'db' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
design | VisibilityModifier | Variable 'collection' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'insertBatch' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter config should be final. | 86 |
![]() |
coding | HiddenField | 'config' hides a field. | 86 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' looks like designed for extension (can be subclassed), but the method 'setPersistQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoPersistWriter' final or making the method 'setPersistQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter persistQueue should be final. | 90 |
![]() |
coding | HiddenField | 'persistQueue' hides a field. | 90 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' looks like designed for extension (can be subclassed), but the method 'getPersistQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoPersistWriter' final or making the method 'getPersistQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' 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 'MongoPersistWriter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' 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 'MongoPersistWriter' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 104 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' 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 'MongoPersistWriter' final or making the method 'flush' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' 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 'MongoPersistWriter' final or making the method 'close' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 137 |
![]() |
coding | MagicNumber | '15' is a magic number. | 158 |
![]() |
coding | MagicNumber | '15' is a magic number. | 161 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' 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 'MongoPersistWriter' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' 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 'MongoPersistWriter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 195 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 196 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' 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 'MongoPersistWriter' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 201 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' looks like designed for extension (can be subclassed), but the method 'flushIfNecessary' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoPersistWriter' final or making the method 'flushIfNecessary' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 210 |
![]() |
coding | MagicNumber | '100' is a magic number. | 210 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' looks like designed for extension (can be subclassed), but the method 'addToBatch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoPersistWriter' final or making the method 'addToBatch' static/final/abstract/empty, or adding allowed annotation for the method. | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
misc | FinalParameters | Parameter dbObject should be final. | 219 |
![]() |
design | DesignForExtension | Class 'MongoPersistWriter' looks like designed for extension (can be subclassed), but the method 'prepareObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MongoPersistWriter' final or making the method 'prepareObject' static/final/abstract/empty, or adding allowed annotation for the method. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 250 |