The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 2 | Error |
RightCurly | 1 | Error | |
coding | HiddenField | 26 | Error |
SimplifyBooleanExpression | 2 | Error | |
design | DesignForExtension | 50 | Error |
imports | UnusedImports | 1 | Error |
javadoc | JavadocMethod | 29 | Error |
JavadocPackage | 2 | Error | |
JavadocStyle | 24 | Error | |
JavadocType | 4 | Error | |
JavadocVariable | 9 | Error | |
misc | FinalParameters | 46 | Error |
naming | ConstantName | 2 | Error |
regexp | RegexpSingleline
|
35 | Error |
sizes | LineLength | 39 | Error |
whitespace | ParenPad | 31 | Error |
WhitespaceAround | 18 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getInClasses' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setInClasses' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter inClasses should be final. | 53 |
Error | coding | HiddenField | 'inClasses' hides a field. | 53 |
Error | design | DesignForExtension | Method 'withInClasses' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter inClasses should be final. | 57 |
Error | coding | HiddenField | 'inClasses' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'getOutClasses' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'setOutClasses' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter outClasses should be final. | 80 |
Error | coding | HiddenField | 'outClasses' hides a field. | 80 |
Error | design | DesignForExtension | Method 'withOutClasses' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter outClasses should be final. | 84 |
Error | coding | HiddenField | 'outClasses' hides a field. | 84 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 96 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | misc | FinalParameters | Parameter other should be final. | 100 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 43 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter configClass should be final. | 53 |
Error | coding | HiddenField | 'configClass' hides a field. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
Error | design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 81 |
Error | design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | misc | FinalParameters | Parameter typesafe should be final. | 85 |
Error | javadoc | JavadocMethod | Expected @param tag for 'typesafe'. | 85 |
Error | misc | FinalParameters | Parameter path should be final. | 85 |
Error | javadoc | JavadocMethod | Expected @param tag for 'path'. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 98 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 98 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 99 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 104 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 104 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 122 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 122 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 137 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 138 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 139 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 139 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 139 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 149 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 149 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 150 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 151 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 151 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 158 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 158 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 158 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 160 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 160 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 165 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 166 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 166 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 167 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 167 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 167 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 174 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 187 |
Error | design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | misc | FinalParameters | Parameter path should be final. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 198 |
Error | design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 203 |
Error | misc | FinalParameters | Parameter config should be final. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 208 |
Error | misc | FinalParameters | Parameter clazz should be final. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 216 |
Error | misc | FinalParameters | Parameter config should be final. | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | design | DesignForExtension | Method 'getBatchFrequencyMs' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | design | DesignForExtension | Method 'setBatchFrequencyMs' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | misc | FinalParameters | Parameter batchFrequencyMs should be final. | 122 |
Error | coding | HiddenField | 'batchFrequencyMs' hides a field. | 122 |
Error | design | DesignForExtension | Method 'withBatchFrequencyMs' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter batchFrequencyMs should be final. | 126 |
Error | coding | HiddenField | 'batchFrequencyMs' hides a field. | 126 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | design | DesignForExtension | Method 'getBatchSize' is not designed for extension - needs to be abstract, final or empty. | 137 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | design | DesignForExtension | Method 'setBatchSize' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | misc | FinalParameters | Parameter batchSize should be final. | 151 |
Error | coding | HiddenField | 'batchSize' hides a field. | 151 |
Error | design | DesignForExtension | Method 'withBatchSize' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Error | misc | FinalParameters | Parameter batchSize should be final. | 155 |
Error | coding | HiddenField | 'batchSize' hides a field. | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | design | DesignForExtension | Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | design | DesignForExtension | Method 'setIdentifier' is not designed for extension - needs to be abstract, final or empty. | 178 |
Error | misc | FinalParameters | Parameter identifier should be final. | 180 |
Error | coding | HiddenField | 'identifier' hides a field. | 180 |
Error | design | DesignForExtension | Method 'withIdentifier' is not designed for extension - needs to be abstract, final or empty. | 184 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
Error | misc | FinalParameters | Parameter identifier should be final. | 184 |
Error | coding | HiddenField | 'identifier' hides a field. | 184 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | design | DesignForExtension | Method 'getParallelism' is not designed for extension - needs to be abstract, final or empty. | 195 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | design | DesignForExtension | Method 'setParallelism' is not designed for extension - needs to be abstract, final or empty. | 207 |
Error | misc | FinalParameters | Parameter parallelism should be final. | 209 |
Error | coding | HiddenField | 'parallelism' hides a field. | 209 |
Error | design | DesignForExtension | Method 'withParallelism' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
Error | misc | FinalParameters | Parameter parallelism should be final. | 213 |
Error | coding | HiddenField | 'parallelism' hides a field. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | design | DesignForExtension | Method 'getProviderTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | design | DesignForExtension | Method 'setProviderTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 236 |
Error | misc | FinalParameters | Parameter providerTimeoutMs should be final. | 238 |
Error | coding | HiddenField | 'providerTimeoutMs' hides a field. | 238 |
Error | design | DesignForExtension | Method 'withProviderTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 242 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
Error | misc | FinalParameters | Parameter providerTimeoutMs should be final. | 242 |
Error | coding | HiddenField | 'providerTimeoutMs' hides a field. | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | design | DesignForExtension | Method 'getProviderWaitMs' is not designed for extension - needs to be abstract, final or empty. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | design | DesignForExtension | Method 'setProviderWaitMs' is not designed for extension - needs to be abstract, final or empty. | 265 |
Error | misc | FinalParameters | Parameter providerWaitMs should be final. | 267 |
Error | coding | HiddenField | 'providerWaitMs' hides a field. | 267 |
Error | design | DesignForExtension | Method 'withProviderWaitMs' is not designed for extension - needs to be abstract, final or empty. | 271 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
Error | misc | FinalParameters | Parameter providerWaitMs should be final. | 271 |
Error | coding | HiddenField | 'providerWaitMs' hides a field. | 271 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 276 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | design | DesignForExtension | Method 'getQueueSize' is not designed for extension - needs to be abstract, final or empty. | 282 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Error | design | DesignForExtension | Method 'setQueueSize' is not designed for extension - needs to be abstract, final or empty. | 294 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 296 |
Error | coding | HiddenField | 'queueSize' hides a field. | 296 |
Error | design | DesignForExtension | Method 'withQueueSize' is not designed for extension - needs to be abstract, final or empty. | 300 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 300 |
Error | coding | HiddenField | 'queueSize' hides a field. | 300 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 305 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 307 |
Error | design | DesignForExtension | Method 'getShutdownCheckDelay' is not designed for extension - needs to be abstract, final or empty. | 311 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 317 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 319 |
Error | design | DesignForExtension | Method 'setShutdownCheckDelay' is not designed for extension - needs to be abstract, final or empty. | 323 |
Error | misc | FinalParameters | Parameter shutdownCheckDelay should be final. | 325 |
Error | coding | HiddenField | 'shutdownCheckDelay' hides a field. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 329 |
Error | design | DesignForExtension | Method 'withShutdownCheckDelay' is not designed for extension - needs to be abstract, final or empty. | 329 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
Error | misc | FinalParameters | Parameter shutdownCheckDelay should be final. | 329 |
Error | coding | HiddenField | 'shutdownCheckDelay' hides a field. | 329 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 334 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 336 |
Error | design | DesignForExtension | Method 'getShutdownCheckInterval' is not designed for extension - needs to be abstract, final or empty. | 340 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 346 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 348 |
Error | design | DesignForExtension | Method 'setShutdownCheckInterval' is not designed for extension - needs to be abstract, final or empty. | 352 |
Error | misc | FinalParameters | Parameter shutdownCheckInterval should be final. | 354 |
Error | coding | HiddenField | 'shutdownCheckInterval' hides a field. | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 358 |
Error | design | DesignForExtension | Method 'withShutdownCheckInterval' is not designed for extension - needs to be abstract, final or empty. | 358 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
Error | misc | FinalParameters | Parameter shutdownCheckInterval should be final. | 358 |
Error | coding | HiddenField | 'shutdownCheckInterval' hides a field. | 358 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 363 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 365 |
Error | design | DesignForExtension | Method 'getStartedAt' is not designed for extension - needs to be abstract, final or empty. | 369 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 377 |
Error | design | DesignForExtension | Method 'setStartedAt' is not designed for extension - needs to be abstract, final or empty. | 381 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 383 |
Error | coding | HiddenField | 'startedAt' hides a field. | 383 |
Error | design | DesignForExtension | Method 'withStartedAt' is not designed for extension - needs to be abstract, final or empty. | 387 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 387 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 387 |
Error | coding | HiddenField | 'startedAt' hides a field. | 387 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 392 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 274). | 399 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 402 |
Error | misc | FinalParameters | Parameter other should be final. | 403 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 464). | 411 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - com.typesafe.config.ConfigResolveOptions. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 42 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter configClass should be final. | 55 |
Error | coding | HiddenField | 'configClass' hides a field. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter newConfig should be final. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter newConfig should be final. | 76 |
Error | misc | FinalParameters | Parameter path should be final. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter newConfig should be final. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter configUrl should be final. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | misc | FinalParameters | Parameter typesafeConfig should be final. | 96 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | misc | FinalParameters | Parameter base should be final. | 119 |
Error | misc | FinalParameters | Parameter delta should be final. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 126 |
Error | design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Error | design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter path should be final. | 140 |
Error | design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | misc | FinalParameters | Parameter rootConfig should be final. | 145 |
Error | design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Error | misc | FinalParameters | Parameter rootConfig should be final. | 149 |
Error | misc | FinalParameters | Parameter path should be final. | 149 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 152 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 152 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 168 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 176 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 176 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 176 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 178 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 181 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 185 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 185 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 185 |