The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 2 | |
| coding | HiddenField | 35 | |
| MagicNumber | 6 | ||
| SimplifyBooleanExpression | 3 | ||
| design | DesignForExtension | 85 | |
| VisibilityModifier | 8 | ||
| imports | UnusedImports | 15 | |
| javadoc | JavadocMethod | 43 | |
| JavadocPackage | 2 | ||
| JavadocStyle | 32 | ||
| JavadocType | 4 | ||
| JavadocVariable | 34 | ||
| misc | FinalParameters | 53 | |
| NewlineAtEndOfFile | 2 | ||
| regexp | RegexpSingleline
|
39 | |
| sizes | LineLength | 37 | |
| whitespace | OperatorWrap | 1 | |
| ParenPad | 8 | ||
| WhitespaceAround | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 44 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter config should be final. | 56 | |
| coding | HiddenField | 'config' hides a field. | 56 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 73 | |
| coding | MagicNumber | '10' is a magic number. | 73 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 74 | |
| coding | MagicNumber | '10' is a magic number. | 74 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 107 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 112 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 112 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 124 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 128 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 128 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 128 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 135 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| design | DesignForExtension | Method 'config' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| design | DesignForExtension | Method 'client' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| design | DesignForExtension | Method 'cluster' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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 | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| design | DesignForExtension | Method 'getHosts' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'setHosts' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| misc | FinalParameters | Parameter hosts should be final. | 126 | |
| coding | HiddenField | 'hosts' hides a field. | 126 | |
| design | DesignForExtension | Method 'withHosts' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter hosts should be final. | 130 | |
| coding | HiddenField | 'hosts' hides a field. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| design | DesignForExtension | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| misc | FinalParameters | Parameter port should be final. | 155 | |
| coding | HiddenField | 'port' hides a field. | 155 | |
| design | DesignForExtension | Method 'withPort' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter port should be final. | 159 | |
| coding | HiddenField | 'port' hides a field. | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| design | DesignForExtension | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| misc | FinalParameters | Parameter user should be final. | 184 | |
| coding | HiddenField | 'user' hides a field. | 184 | |
| design | DesignForExtension | Method 'withUser' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| misc | FinalParameters | Parameter user should be final. | 188 | |
| coding | HiddenField | 'user' hides a field. | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| design | DesignForExtension | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| misc | FinalParameters | Parameter password should be final. | 213 | |
| coding | HiddenField | 'password' hides a field. | 213 | |
| design | DesignForExtension | Method 'withPassword' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| misc | FinalParameters | Parameter password should be final. | 217 | |
| coding | HiddenField | 'password' hides a field. | 217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| design | DesignForExtension | Method 'getKeyspace' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| design | DesignForExtension | Method 'setKeyspace' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| misc | FinalParameters | Parameter keyspace should be final. | 242 | |
| coding | HiddenField | 'keyspace' hides a field. | 242 | |
| design | DesignForExtension | Method 'withKeyspace' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| misc | FinalParameters | Parameter keyspace should be final. | 246 | |
| coding | HiddenField | 'keyspace' hides a field. | 246 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| design | DesignForExtension | Method 'getTable' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| design | DesignForExtension | Method 'setTable' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| misc | FinalParameters | Parameter table should be final. | 271 | |
| coding | HiddenField | 'table' hides a field. | 271 | |
| design | DesignForExtension | Method 'withTable' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| misc | FinalParameters | Parameter table should be final. | 275 | |
| coding | HiddenField | 'table' hides a field. | 275 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| design | DesignForExtension | Method 'getPartitionKeyColumn' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| design | DesignForExtension | Method 'setPartitionKeyColumn' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| misc | FinalParameters | Parameter partitionKeyColumn should be final. | 300 | |
| coding | HiddenField | 'partitionKeyColumn' hides a field. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 304 | |
| design | DesignForExtension | Method 'withPartitionKeyColumn' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| misc | FinalParameters | Parameter partitionKeyColumn should be final. | 304 | |
| coding | HiddenField | 'partitionKeyColumn' hides a field. | 304 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| design | DesignForExtension | Method 'getColumn' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| design | DesignForExtension | Method 'setColumn' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| misc | FinalParameters | Parameter column should be final. | 329 | |
| coding | HiddenField | 'column' hides a field. | 329 | |
| design | DesignForExtension | Method 'withColumn' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| misc | FinalParameters | Parameter column should be final. | 333 | |
| coding | HiddenField | 'column' hides a field. | 333 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| design | DesignForExtension | Method 'getSsl' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| design | DesignForExtension | Method 'setSsl' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| misc | FinalParameters | Parameter ssl should be final. | 358 | |
| coding | HiddenField | 'ssl' hides a field. | 358 | |
| design | DesignForExtension | Method 'withSsl' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| misc | FinalParameters | Parameter ssl should be final. | 362 | |
| coding | HiddenField | 'ssl' hides a field. | 362 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 372 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| misc | FinalParameters | Parameter name should be final. | 380 | |
| misc | FinalParameters | Parameter value should be final. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 384 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| misc | FinalParameters | Parameter name should be final. | 384 | |
| misc | FinalParameters | Parameter value should be final. | 384 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 221). | 391 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| misc | FinalParameters | Parameter other should be final. | 395 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 358). | 403 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 | |
| imports | UnusedImports | Unused import - com.datastax.driver.core.Cluster. | 29 | |
| imports | UnusedImports | Unused import - com.datastax.driver.core.DataType. | 30 | |
| imports | UnusedImports | Unused import - com.datastax.driver.core.KeyspaceMetadata. | 31 | |
| imports | UnusedImports | Unused import - com.datastax.driver.core.Metadata. | 32 | |
| imports | UnusedImports | Unused import - com.datastax.driver.core.Session. | 35 | |
| imports | UnusedImports | Unused import - com.datastax.driver.core.TableMetadata. | 36 | |
| imports | UnusedImports | Unused import - com.datastax.driver.core.schemabuilder.SchemaBuilder. | 38 | |
| imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 42 | |
| imports | UnusedImports | Unused import - java.util.HashMap. | 49 | |
| imports | UnusedImports | Unused import - java.util.Map. | 51 | |
| imports | UnusedImports | Unused import - java.util.Objects. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| 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 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 76 | |
| 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 | |
| design | VisibilityModifier | Variable 'rowIterator' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 89 | |
| misc | FinalParameters | Parameter config should be final. | 96 | |
| coding | HiddenField | 'config' hides a field. | 96 | |
| misc | FinalParameters | Parameter persistQueue should be final. | 104 | |
| coding | HiddenField | 'persistQueue' hides a field. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 105 | |
| design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter configurationObject should be final. | 126 | |
| design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| design | DesignForExtension | Method 'prepareDatum' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter row should be final. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 190 | |
| design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| misc | FinalParameters | Parameter entry should be final. | 222 | |
| design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| misc | FinalParameters | Parameter sequence should be final. | 237 | |
| design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| misc | FinalParameters | Parameter start should be final. | 242 | |
| misc | FinalParameters | Parameter end should be final. | 242 | |
| design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 252 | |
| coding | MagicNumber | '10000' is a magic number. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 261 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| misc | FinalParameters | Parameter reader should be final. | 265 | |
| coding | HiddenField | 'reader' hides a field. | 265 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 | |
| imports | UnusedImports | Unused import - com.datastax.driver.core.Cluster. | 30 | |
| imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 65 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 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 'persistQueue' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'insertStatement' must be private and have accessor methods. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'insertBatch' must be private and have accessor methods. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter config should be final. | 94 | |
| coding | HiddenField | 'config' hides a field. | 94 | |
| design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter persistQueue should be final. | 98 | |
| coding | HiddenField | 'persistQueue' hides a field. | 98 | |
| design | DesignForExtension | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| misc | FinalParameters | Parameter streamsDatum should be final. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 118 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 130 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 147 | |
| design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 158 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| coding | MagicNumber | '15' is a magic number. | 219 | |
| coding | MagicNumber | '15' is a magic number. | 222 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| misc | FinalParameters | Parameter configurationObject should be final. | 254 | |
| design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| design | DesignForExtension | Method 'flushIfNecessary' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 268 | |
| coding | MagicNumber | '100' is a magic number. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getEnabled' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| misc | FinalParameters | Parameter enabled should be final. | 78 | |
| coding | HiddenField | 'enabled' hides a field. | 78 | |
| design | DesignForExtension | Method 'withEnabled' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter enabled should be final. | 82 | |
| coding | HiddenField | 'enabled' hides a field. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'getTrustStore' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'setTrustStore' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| misc | FinalParameters | Parameter trustStore should be final. | 105 | |
| coding | HiddenField | 'trustStore' hides a field. | 105 | |
| design | DesignForExtension | Method 'withTrustStore' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| misc | FinalParameters | Parameter trustStore should be final. | 109 | |
| coding | HiddenField | 'trustStore' hides a field. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getTrustStorePassword' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setTrustStorePassword' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter trustStorePassword should be final. | 132 | |
| coding | HiddenField | 'trustStorePassword' hides a field. | 132 | |
| design | DesignForExtension | Method 'withTrustStorePassword' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter trustStorePassword should be final. | 136 | |
| coding | HiddenField | 'trustStorePassword' hides a field. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| design | DesignForExtension | Method 'getKeyStore' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| design | DesignForExtension | Method 'setKeyStore' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| misc | FinalParameters | Parameter keyStore should be final. | 159 | |
| coding | HiddenField | 'keyStore' hides a field. | 159 | |
| design | DesignForExtension | Method 'withKeyStore' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| misc | FinalParameters | Parameter keyStore should be final. | 163 | |
| coding | HiddenField | 'keyStore' hides a field. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'getKeyStorePassword' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'setKeyStorePassword' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| misc | FinalParameters | Parameter keyStorePassword should be final. | 186 | |
| coding | HiddenField | 'keyStorePassword' hides a field. | 186 | |
| design | DesignForExtension | Method 'withKeyStorePassword' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter keyStorePassword should be final. | 190 | |
| coding | HiddenField | 'keyStorePassword' hides a field. | 190 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| misc | FinalParameters | Parameter name should be final. | 208 | |
| misc | FinalParameters | Parameter value should be final. | 208 | |
| design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| misc | FinalParameters | Parameter name should be final. | 212 | |
| misc | FinalParameters | Parameter value should be final. | 212 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 219 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| misc | FinalParameters | Parameter other should be final. | 223 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 294). | 231 |