The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 1 | Error |
LeftCurly | 5 | Error | |
NeedBraces | 19 | Error | |
RightCurly | 14 | Error | |
coding | AvoidInlineConditionals | 5 | Error |
EqualsHashCode | 1 | Error | |
HiddenField | 65 | Error | |
MagicNumber | 13 | Error | |
SimplifyBooleanExpression | 1 | Error | |
design | DesignForExtension | 159 | Error |
VisibilityModifier | 1 | Error | |
javadoc | JavadocMethod | 121 | Error |
JavadocPackage | 6 | Error | |
JavadocStyle | 58 | Error | |
JavadocType | 6 | Error | |
JavadocVariable | 115 | Error | |
misc | FinalParameters | 182 | Error |
NewlineAtEndOfFile | 1 | Error | |
modifier | ModifierOrder | 3 | Error |
RedundantModifier | 25 | Error | |
regexp | RegexpSingleline
|
21 | Error |
sizes | LineLength | 208 | Error |
whitespace | OperatorWrap | 1 | Error |
ParenPad | 26 | Error | |
WhitespaceAfter | 3 | Error | |
WhitespaceAround | 154 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
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. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | design | DesignForExtension | Method 'getMaxQueueCapacity' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | design | DesignForExtension | Method 'setMaxQueueCapacity' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | misc | FinalParameters | Parameter maxQueueCapacity should be final. | 101 |
Error | coding | HiddenField | 'maxQueueCapacity' hides a field. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
Error | design | DesignForExtension | Method 'withMaxQueueCapacity' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | misc | FinalParameters | Parameter maxQueueCapacity should be final. | 105 |
Error | coding | HiddenField | 'maxQueueCapacity' hides a field. | 105 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | design | DesignForExtension | Method 'getExecutorShutdownPauseMs' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | design | DesignForExtension | Method 'setExecutorShutdownPauseMs' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | misc | FinalParameters | Parameter executorShutdownPauseMs should be final. | 130 |
Error | coding | HiddenField | 'executorShutdownPauseMs' hides a field. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 134 |
Error | design | DesignForExtension | Method 'withExecutorShutdownPauseMs' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | misc | FinalParameters | Parameter executorShutdownPauseMs should be final. | 134 |
Error | coding | HiddenField | 'executorShutdownPauseMs' hides a field. | 134 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | design | DesignForExtension | Method 'getMonitorShutdownPauseMs' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | design | DesignForExtension | Method 'setMonitorShutdownPauseMs' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | misc | FinalParameters | Parameter monitorShutdownPauseMs should be final. | 159 |
Error | coding | HiddenField | 'monitorShutdownPauseMs' hides a field. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 163 |
Error | design | DesignForExtension | Method 'withMonitorShutdownPauseMs' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Error | misc | FinalParameters | Parameter monitorShutdownPauseMs should be final. | 163 |
Error | coding | HiddenField | 'monitorShutdownPauseMs' hides a field. | 163 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | design | DesignForExtension | Method 'getExecutorShutdownWaitMs' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | design | DesignForExtension | Method 'setExecutorShutdownWaitMs' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | misc | FinalParameters | Parameter executorShutdownWaitMs should be final. | 188 |
Error | coding | HiddenField | 'executorShutdownWaitMs' hides a field. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 192 |
Error | design | DesignForExtension | Method 'withExecutorShutdownWaitMs' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Error | misc | FinalParameters | Parameter executorShutdownWaitMs should be final. | 192 |
Error | coding | HiddenField | 'executorShutdownWaitMs' hides a field. | 192 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | design | DesignForExtension | Method 'getMonitorShutdownWaitMs' is not designed for extension - needs to be abstract, final or empty. | 203 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | design | DesignForExtension | Method 'setMonitorShutdownWaitMs' is not designed for extension - needs to be abstract, final or empty. | 215 |
Error | misc | FinalParameters | Parameter monitorShutdownWaitMs should be final. | 217 |
Error | coding | HiddenField | 'monitorShutdownWaitMs' hides a field. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 221 |
Error | design | DesignForExtension | Method 'withMonitorShutdownWaitMs' is not designed for extension - needs to be abstract, final or empty. | 221 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
Error | misc | FinalParameters | Parameter monitorShutdownWaitMs should be final. | 221 |
Error | coding | HiddenField | 'monitorShutdownWaitMs' hides a field. | 221 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | design | DesignForExtension | Method 'getShutdownPauseMs' is not designed for extension - needs to be abstract, final or empty. | 232 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | design | DesignForExtension | Method 'setShutdownPauseMs' is not designed for extension - needs to be abstract, final or empty. | 244 |
Error | misc | FinalParameters | Parameter shutdownPauseMs should be final. | 246 |
Error | coding | HiddenField | 'shutdownPauseMs' hides a field. | 246 |
Error | design | DesignForExtension | Method 'withShutdownPauseMs' is not designed for extension - needs to be abstract, final or empty. | 250 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
Error | misc | FinalParameters | Parameter shutdownPauseMs should be final. | 250 |
Error | coding | HiddenField | 'shutdownPauseMs' hides a field. | 250 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 257 |
Error | design | DesignForExtension | Method 'getTaskTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 261 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 269 |
Error | design | DesignForExtension | Method 'setTaskTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 273 |
Error | misc | FinalParameters | Parameter taskTimeoutMs should be final. | 275 |
Error | coding | HiddenField | 'taskTimeoutMs' hides a field. | 275 |
Error | design | DesignForExtension | Method 'withTaskTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 279 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
Error | misc | FinalParameters | Parameter taskTimeoutMs should be final. | 279 |
Error | coding | HiddenField | 'taskTimeoutMs' hides a field. | 279 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 284 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 245). | 291 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 294 |
Error | misc | FinalParameters | Parameter other should be final. | 295 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 415). | 303 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter string should be final. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter string should be final. | 34 |
Error | misc | FinalParameters | Parameter throwable should be final. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter throwable should be final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | misc | FinalParameters | Parameter localRuntimeConfiguration should be final. | 96 |
Error | coding | HiddenField | 'localRuntimeConfiguration' hides a field. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter monitoringConfiguration should be final. | 101 |
Error | coding | HiddenField | 'monitoringConfiguration' hides a field. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter localRuntimeConfiguration should be final. | 106 |
Error | coding | HiddenField | 'localRuntimeConfiguration' hides a field. | 106 |
Error | misc | FinalParameters | Parameter monitoringConfiguration should be final. | 106 |
Error | coding | HiddenField | 'monitoringConfiguration' hides a field. | 106 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 120 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 120 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 121 |
Error | design | DesignForExtension | Method 'setUseDeprecatedMonitors' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | misc | FinalParameters | Parameter useDeprecatedMonitors should be final. | 125 |
Error | coding | HiddenField | 'useDeprecatedMonitors' hides a field. | 125 |
Error | design | DesignForExtension | Method 'newPerpetualStream' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | misc | FinalParameters | Parameter id should be final. | 130 |
Error | misc | FinalParameters | Parameter provider should be final. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 132 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 134 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 134 |
Error | design | DesignForExtension | Method 'newReadCurrentStream' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 140 |
Error | misc | FinalParameters | Parameter id should be final. | 140 |
Error | misc | FinalParameters | Parameter provider should be final. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 142 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 144 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 144 |
Error | design | DesignForExtension | Method 'newReadNewStream' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 150 |
Error | misc | FinalParameters | Parameter id should be final. | 150 |
Error | misc | FinalParameters | Parameter provider should be final. | 150 |
Error | misc | FinalParameters | Parameter sequence should be final. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 152 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 154 |
Error | design | DesignForExtension | Method 'newReadRangeStream' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 160 |
Error | misc | FinalParameters | Parameter id should be final. | 160 |
Error | misc | FinalParameters | Parameter provider should be final. | 160 |
Error | misc | FinalParameters | Parameter start should be final. | 160 |
Error | misc | FinalParameters | Parameter end should be final. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 162 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 164 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
Error | design | DesignForExtension | Method 'setStreamsConfiguration' is not designed for extension - needs to be abstract, final or empty. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 170 |
Error | misc | FinalParameters | Parameter configuration should be final. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 171 |
Error | design | DesignForExtension | Method 'getStreamsConfiguration' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 177 |
Error | design | DesignForExtension | Method 'addStreamsProcessor' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 181 |
Error | misc | FinalParameters | Parameter id should be final. | 181 |
Error | misc | FinalParameters | Parameter processor should be final. | 181 |
Error | misc | FinalParameters | Parameter numTasks should be final. | 181 |
Error | misc | FinalParameters | Parameter inBoundIds should be final. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 232). | 183 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 187 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 187 |
Error | design | DesignForExtension | Method 'addStreamsPersistWriter' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 193 |
Error | misc | FinalParameters | Parameter id should be final. | 193 |
Error | misc | FinalParameters | Parameter writer should be final. | 193 |
Error | misc | FinalParameters | Parameter numTasks should be final. | 193 |
Error | misc | FinalParameters | Parameter inBoundIds should be final. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 229). | 195 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 199 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 199 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 199 |
Error | design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 212 |
Error | coding | MagicNumber | '10' is a magic number. | 220 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 227 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 229 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 232 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 234 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 239 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 242 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 246 |
Error | whitespace | WhitespaceAround | 'finally' is not followed by whitespace. | 249 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 252 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
Error | design | DesignForExtension | Method 'forceShutdown' is not designed for extension - needs to be abstract, final or empty. | 268 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
Error | misc | FinalParameters | Parameter streamsTasks should be final. | 268 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 270 |
Error | coding | HiddenField | 'tasks' hides a field. | 270 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 271 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 281 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 284 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 284 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 284 |
Error | whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 287 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 294 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 294 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
Error | misc | FinalParameters | Parameter streamsTasks should be final. | 294 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 305 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 309 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 315 |
Error | design | DesignForExtension | Method 'setupProviderTasks' is not designed for extension - needs to be abstract, final or empty. | 315 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
Error | misc | FinalParameters | Parameter provTasks should be final. | 315 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 319 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 323 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 324 |
Error | coding | MagicNumber | '10' is a magic number. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 325 |
Error | coding | MagicNumber | '10' is a magic number. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 330 |
Error | design | DesignForExtension | Method 'setupComponentTasks' is not designed for extension - needs to be abstract, final or empty. | 330 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 330 |
Error | misc | FinalParameters | Parameter streamsTasks should be final. | 330 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 331 |
Error | coding | HiddenField | 'tasks' hides a field. | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 334 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 335 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 335 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 335 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 341 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 342 |
Error | coding | MagicNumber | '10' is a magic number. | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 343 |
Error | coding | MagicNumber | '10' is a magic number. | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 358 |
Error | misc | FinalParameters | Parameter comp should be final. | 358 |
Error | misc | FinalParameters | Parameter streamTasks should be final. | 358 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'InterruptedException'. | 358 |
Error | coding | HiddenField | 'tasks' hides a field. | 359 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 360 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 362 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 365 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 366 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 371 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 372 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 375 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 380 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 380 |
Error | coding | MagicNumber | '1000' is a magic number. | 380 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 386 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 392 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 393 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 402 |
Error | design | DesignForExtension | Method 'stopInternal' is not designed for extension - needs to be abstract, final or empty. | 409 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 409 |
Error | misc | FinalParameters | Parameter systemExiting should be final. | 409 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 417 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 420 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 420 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 427 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 427 |
Error | misc | FinalParameters | Parameter conntectToIds should be final. | 427 |
Error | misc | FinalParameters | Parameter toBeConnected should be final. | 427 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 428 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 430 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 432 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 433 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 437 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 437 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 437 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 437 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 437 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 444 |
Error | misc | FinalParameters | Parameter id should be final. | 444 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 446 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 446 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 446 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 446 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 446 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 447 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 448 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 448 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 448 |
Error | design | DesignForExtension | Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 452 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 453 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 77 |
Error | misc | FinalParameters | Parameter id should be final. | 77 |
Error | coding | HiddenField | 'id' hides a field. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 77 |
Error | misc | FinalParameters | Parameter provider should be final. | 77 |
Error | coding | HiddenField | 'provider' hides a field. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 77 |
Error | misc | FinalParameters | Parameter perpetual should be final. | 77 |
Error | coding | HiddenField | 'perpetual' hides a field. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'perpetual'. | 77 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 77 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 92 |
Error | misc | FinalParameters | Parameter id should be final. | 92 |
Error | coding | HiddenField | 'id' hides a field. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 92 |
Error | misc | FinalParameters | Parameter provider should be final. | 92 |
Error | coding | HiddenField | 'provider' hides a field. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 92 |
Error | misc | FinalParameters | Parameter start should be final. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'start'. | 92 |
Error | misc | FinalParameters | Parameter end should be final. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'end'. | 92 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 92 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 109 |
Error | misc | FinalParameters | Parameter id should be final. | 109 |
Error | coding | HiddenField | 'id' hides a field. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 109 |
Error | misc | FinalParameters | Parameter provider should be final. | 109 |
Error | coding | HiddenField | 'provider' hides a field. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 109 |
Error | misc | FinalParameters | Parameter sequence should be final. | 109 |
Error | coding | HiddenField | 'sequence' hides a field. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'sequence'. | 109 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 109 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 123 |
Error | misc | FinalParameters | Parameter id should be final. | 123 |
Error | coding | HiddenField | 'id' hides a field. | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 123 |
Error | misc | FinalParameters | Parameter processor should be final. | 123 |
Error | coding | HiddenField | 'processor' hides a field. | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'processor'. | 123 |
Error | misc | FinalParameters | Parameter inQueue should be final. | 123 |
Error | coding | HiddenField | 'inQueue' hides a field. | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'inQueue'. | 123 |
Error | misc | FinalParameters | Parameter numTasks should be final. | 123 |
Error | coding | HiddenField | 'numTasks' hides a field. | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'numTasks'. | 123 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 123 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 139 |
Error | misc | FinalParameters | Parameter id should be final. | 139 |
Error | coding | HiddenField | 'id' hides a field. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 139 |
Error | misc | FinalParameters | Parameter writer should be final. | 139 |
Error | coding | HiddenField | 'writer' hides a field. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'writer'. | 139 |
Error | misc | FinalParameters | Parameter inQueue should be final. | 139 |
Error | coding | HiddenField | 'inQueue' hides a field. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'inQueue'. | 139 |
Error | misc | FinalParameters | Parameter numTasks should be final. | 139 |
Error | coding | HiddenField | 'numTasks' hides a field. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'numTasks'. | 139 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 139 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 159 |
Error | design | DesignForExtension | Method 'addOutBoundQueue' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | misc | FinalParameters | Parameter component should be final. | 159 |
Error | misc | FinalParameters | Parameter queue should be final. | 159 |
Error | design | DesignForExtension | Method 'addInboundQueue' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | misc | FinalParameters | Parameter component should be final. | 167 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 172 |
Error | design | DesignForExtension | Method 'getDownStreamComponents' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
Error | design | DesignForExtension | Method 'getUpStreamComponents' is not designed for extension - needs to be abstract, final or empty. | 183 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 187 |
Error | design | DesignForExtension | Method 'getInBoundQueue' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 195 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 199 |
Error | design | DesignForExtension | Method 'getNumTasks' is not designed for extension - needs to be abstract, final or empty. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 208 |
Error | design | DesignForExtension | Method 'createConnectedTask' is not designed for extension - needs to be abstract, final or empty. | 210 |
Error | misc | FinalParameters | Parameter timeout should be final. | 210 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 214 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 222 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 226 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 227 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 229 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 235 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 238 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 243 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 243 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 245 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 248 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 250 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 251 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 253 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 256 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 261 |
Error | design | DesignForExtension | Method 'getStreamsTasks' is not designed for extension - needs to be abstract, final or empty. | 268 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 272 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 276 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 276 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 280 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 285 |
Error | misc | FinalParameters | Parameter o should be final. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 287 |
Error | design | DesignForExtension | Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. | 290 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 291 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 293 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 294 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 296 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 297 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 299 |
Error | design | DesignForExtension | Method 'isOperationCountable' is not designed for extension - needs to be abstract, final or empty. | 305 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter id should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter id should be final. | 45 |
Error | misc | FinalParameters | Parameter streamIdentifier should be final. | 45 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 48 |
Error | design | DesignForExtension | Method 'incrementFailedCount' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'incrementFailedCount' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter delta should be final. | 55 |
Error | design | DesignForExtension | Method 'incrementPassedCount' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | design | DesignForExtension | Method 'incrementPassedCount' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter delta should be final. | 63 |
Error | design | DesignForExtension | Method 'getFailRate' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | coding | HiddenField | 'failed' hides a field. | 70 |
Error | coding | HiddenField | 'passed' hides a field. | 71 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 72 |
Error | design | DesignForExtension | Method 'getNumFailed' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | design | DesignForExtension | Method 'getNumPassed' is not designed for extension - needs to be abstract, final or empty. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 38 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter id should be final. | 50 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 50 |
Error | misc | FinalParameters | Parameter id should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 58 |
Error | misc | FinalParameters | Parameter streamId should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamId'. | 58 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'startedAt'. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | design | DesignForExtension | Method 'incrementEmittedCount' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | design | DesignForExtension | Method 'incrementEmittedCount' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter delta should be final. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'delta'. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | design | DesignForExtension | Method 'incrementErrorCount' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | design | DesignForExtension | Method 'incrementErrorCount' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | misc | FinalParameters | Parameter delta should be final. | 93 |
Error | javadoc | JavadocMethod | Expected @param tag for 'delta'. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 97 |
Error | design | DesignForExtension | Method 'incrementReceivedCount' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | design | DesignForExtension | Method 'incrementReceivedCount' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | misc | FinalParameters | Parameter delta should be final. | 108 |
Error | javadoc | JavadocMethod | Expected @param tag for 'delta'. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | design | DesignForExtension | Method 'addTime' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter processTime should be final. | 116 |
Error | javadoc | JavadocMethod | Expected @param tag for 'processTime'. | 116 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 118 |
Error | design | DesignForExtension | Method 'getErrorRate' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 127 |
Error | design | DesignForExtension | Method 'getNumEmitted' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | design | DesignForExtension | Method 'getNumReceived' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | design | DesignForExtension | Method 'getNumUnhandledErrors' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | design | DesignForExtension | Method 'getAvgTime' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 152 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 152 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 157 |
Error | design | DesignForExtension | Method 'getMaxTime' is not designed for extension - needs to be abstract, final or empty. | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 26 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 39 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 52 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 55 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 58 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 61 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 46 |
Error | misc | FinalParameters | Parameter numThreads should be final. | 46 |
Error | misc | FinalParameters | Parameter streamBuilder should be final. | 46 |
Error | coding | HiddenField | 'streamBuilder' hides a field. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 47 |
Error | design | DesignForExtension | Method 'afterExecute' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | misc | FinalParameters | Parameter r should be final. | 53 |
Error | misc | FinalParameters | Parameter t should be final. | 53 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 51 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <E> tag. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | misc | FinalParameters | Parameter streamIdentifier should be final. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamIdentifier'. | 78 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'startedAt'. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | misc | FinalParameters | Parameter maxSize should be final. | 87 |
Error | misc | FinalParameters | Parameter maxSize should be final. | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'maxSize'. | 97 |
Error | misc | FinalParameters | Parameter streamIdentifier should be final. | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamIdentifier'. | 97 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'startedAt'. | 97 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 104 |
Error | misc | FinalParameters | Parameter id should be final. | 106 |
Error | misc | FinalParameters | Parameter id should be final. | 116 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 116 |
Error | misc | FinalParameters | Parameter streamIdentifier should be final. | 116 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamIdentifier'. | 116 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 116 |
Error | javadoc | JavadocMethod | Expected @param tag for 'startedAt'. | 116 |
Error | misc | FinalParameters | Parameter maxSize should be final. | 125 |
Error | javadoc | JavadocMethod | Expected @param tag for 'maxSize'. | 125 |
Error | misc | FinalParameters | Parameter id should be final. | 125 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 125 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 136 |
Error | misc | FinalParameters | Parameter maxSize should be final. | 136 |
Error | misc | FinalParameters | Parameter id should be final. | 136 |
Error | misc | FinalParameters | Parameter streamIdentifier should be final. | 136 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamIdentifier'. | 136 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 136 |
Error | javadoc | JavadocMethod | Expected @param tag for 'startedAt'. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 154 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | misc | FinalParameters | Parameter e should be final. | 162 |
Error | design | DesignForExtension | Method 'offer' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | misc | FinalParameters | Parameter e should be final. | 171 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 179 |
Error | misc | FinalParameters | Parameter e should be final. | 180 |
Error | design | DesignForExtension | Method 'offer' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 186 |
Error | misc | FinalParameters | Parameter e should be final. | 186 |
Error | misc | FinalParameters | Parameter timeout should be final. | 186 |
Error | misc | FinalParameters | Parameter unit should be final. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 187 |
Error | design | DesignForExtension | Method 'take' is not designed for extension - needs to be abstract, final or empty. | 194 |
Error | design | DesignForExtension | Method 'poll' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | misc | FinalParameters | Parameter timeout should be final. | 202 |
Error | misc | FinalParameters | Parameter unit should be final. | 202 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 204 |
Error | design | DesignForExtension | Method 'remainingCapacity' is not designed for extension - needs to be abstract, final or empty. | 211 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 216 |
Error | misc | FinalParameters | Parameter o should be final. | 217 |
Error | design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 225 |
Error | misc | FinalParameters | Parameter o should be final. | 226 |
Error | design | DesignForExtension | Method 'drainTo' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | misc | FinalParameters | Parameter c should be final. | 235 |
Error | design | DesignForExtension | Method 'drainTo' is not designed for extension - needs to be abstract, final or empty. | 239 |
Error | misc | FinalParameters | Parameter c should be final. | 240 |
Error | misc | FinalParameters | Parameter maxElements should be final. | 240 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 244 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 247 |
Error | design | DesignForExtension | Method 'poll' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 |
Error | design | DesignForExtension | Method 'element' is not designed for extension - needs to be abstract, final or empty. | 264 |
Error | design | DesignForExtension | Method 'peek' is not designed for extension - needs to be abstract, final or empty. | 269 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 272 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 272 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 278 |
Error | design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 283 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 288 |
Error | design | DesignForExtension | Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 293 |
Error | design | DesignForExtension | Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 298 |
Error | misc | FinalParameters | Parameter a should be final. | 299 |
Error | design | DesignForExtension | Method 'containsAll' is not designed for extension - needs to be abstract, final or empty. | 303 |
Error | misc | FinalParameters | Parameter c should be final. | 304 |
Error | design | DesignForExtension | Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 308 |
Error | misc | FinalParameters | Parameter c should be final. | 309 |
Error | design | DesignForExtension | Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 313 |
Error | misc | FinalParameters | Parameter c should be final. | 314 |
Error | design | DesignForExtension | Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. | 318 |
Error | misc | FinalParameters | Parameter c should be final. | 319 |
Error | design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 323 |
Error | design | DesignForExtension | Method 'getCurrentSize' is not designed for extension - needs to be abstract, final or empty. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 335 |
Error | design | DesignForExtension | Method 'getAvgWait' is not designed for extension - needs to be abstract, final or empty. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 349 |
Error | design | DesignForExtension | Method 'getMaxWait' is not designed for extension - needs to be abstract, final or empty. | 353 |
Error | design | DesignForExtension | Method 'getRemoved' is not designed for extension - needs to be abstract, final or empty. | 370 |
Error | design | DesignForExtension | Method 'getAdded' is not designed for extension - needs to be abstract, final or empty. | 375 |
Error | design | DesignForExtension | Method 'getThroughput' is not designed for extension - needs to be abstract, final or empty. | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 383 |
Error | coding | MagicNumber | '1000.0' is a magic number. | 383 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 388 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 401 |
Error | misc | FinalParameters | Parameter e should be final. | 405 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 406 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 424 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 431 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 438 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 439 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
Error | misc | FinalParameters | Parameter element should be final. | 441 |
Error | coding | HiddenField | 'element' hides a field. | 441 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 456 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 466 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 471 |
Error | misc | FinalParameters | Parameter obj should be final. | 472 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 473 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 475 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 477 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 38 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | design | VisibilityModifier | Variable 'streamConfig' must be private and have accessor methods. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter config should be final. | 56 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 59 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 59 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 59 |
Error | design | DesignForExtension | Method 'addInputQueue' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 68 |
Error | design | DesignForExtension | Method 'addOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter outputQueue should be final. | 73 |
Error | design | DesignForExtension | Method 'getInputQueues' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | design | DesignForExtension | Method 'getOutputQueues' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 89 |
Error | design | DesignForExtension | Method 'getNextDatum' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 100 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 109 |
Error | design | DesignForExtension | Method 'addToOutgoingQueue' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | misc | FinalParameters | Parameter datum should be final. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'datum'. | 109 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'InterruptedException'. | 109 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 114 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 115 |
Error | coding | MagicNumber | '500' is a magic number. | 119 |
Error | design | DesignForExtension | Method 'isWaiting' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 130 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 152 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 157 |
Error | design | DesignForExtension | Method 'cloneStreamsDatum' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | misc | FinalParameters | Parameter datum should be final. | 157 |
Error | javadoc | JavadocMethod | Expected @param tag for 'datum'. | 157 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 161 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 162 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 165 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 170 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Error | misc | FinalParameters | Parameter copyFrom should be final. | 193 |
Error | misc | FinalParameters | Parameter copyTo should be final. | 193 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 196 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 198 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 200 |
Error | design | DesignForExtension | Method 'getStartedAt' is not designed for extension - needs to be abstract, final or empty. | 206 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
Error | design | DesignForExtension | Method 'setStartedAt' is not designed for extension - needs to be abstract, final or empty. | 210 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
Error | design | DesignForExtension | Method 'getStreamIdentifier' is not designed for extension - needs to be abstract, final or empty. | 214 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 29 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter executor should be final. | 39 |
Error | coding | HiddenField | 'executor' hides a field. | 39 |
Error | misc | FinalParameters | Parameter delayInSeconds should be final. | 39 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 45 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 56 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 67 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 69 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 69 |
Error | blocks | LeftCurly | '{' at column 7 should be on the previous line. | 79 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 80 |
Error | coding | MagicNumber | '1000' is a magic number. | 80 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 81 |
Error | blocks | LeftCurly | '{' at column 7 should be on the previous line. | 83 |
Error | design | DesignForExtension | Method 'humanReadableByteCount' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter bytes should be final. | 87 |
Error | misc | FinalParameters | Parameter si should be final. | 87 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 |
Error | coding | MagicNumber | '1000' is a magic number. | 88 |
Error | coding | MagicNumber | '1024' is a magic number. | 88 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 91 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 91 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 91 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter task should be final. | 36 |
Error | coding | HiddenField | 'task' hides a field. | 36 |
Error | misc | FinalParameters | Parameter delayInSeconds should be final. | 36 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 72 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 72 |
Error | coding | MagicNumber | '1000' is a magic number. | 72 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 73 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 44 |
Error | design | DesignForExtension | Method 'stopTask' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter config should be final. | 56 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 69 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 75 |
Error | design | DesignForExtension | Method 'setStreamsTaskCounter' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | misc | FinalParameters | Parameter counter should be final. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
Error | misc | FinalParameters | Parameter writer should be final. | 68 |
Error | coding | HiddenField | 'writer' hides a field. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 77 |
Error | misc | FinalParameters | Parameter writer should be final. | 77 |
Error | coding | HiddenField | 'writer' hides a field. | 77 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 77 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 77 |
Error | design | DesignForExtension | Method 'isWaiting' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | design | DesignForExtension | Method 'setStreamConfig' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | misc | FinalParameters | Parameter config should be final. | 92 |
Error | design | DesignForExtension | Method 'addInputQueue' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 97 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 111 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 111 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 113 |
Error | coding | MagicNumber | '5' is a magic number. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 119 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 146 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 150 |
Error | design | DesignForExtension | Method 'stopTask' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | design | DesignForExtension | Method 'addOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | misc | FinalParameters | Parameter outputQueue should be final. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 164 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 164 |
Error | design | DesignForExtension | Method 'getInputQueues' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | design | DesignForExtension | Method 'setStreamsTaskCounter' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | misc | FinalParameters | Parameter counter should be final. | 175 |
Error | coding | HiddenField | 'counter' hides a field. | 175 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | misc | FinalParameters | Parameter processor should be final. | 68 |
Error | coding | HiddenField | 'processor' hides a field. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 76 |
Error | misc | FinalParameters | Parameter processor should be final. | 76 |
Error | coding | HiddenField | 'processor' hides a field. | 76 |
Error | javadoc | JavadocMethod | Expected @param tag for 'processor'. | 76 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 76 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 76 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 76 |
Error | design | DesignForExtension | Method 'isWaiting' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | design | DesignForExtension | Method 'stopTask' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | design | DesignForExtension | Method 'setStreamConfig' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | misc | FinalParameters | Parameter config should be final. | 96 |
Error | design | DesignForExtension | Method 'addInputQueue' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 101 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 115 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 115 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 123 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 157 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 161 |
Error | design | DesignForExtension | Method 'getInputQueues' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 170 |
Error | design | DesignForExtension | Method 'setStreamsTaskCounter' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | misc | FinalParameters | Parameter counter should be final. | 176 |
Error | coding | HiddenField | 'counter' hides a field. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
Error | design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 54 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 83 |
Error | misc | FinalParameters | Parameter provider should be final. | 83 |
Error | coding | HiddenField | 'provider' hides a field. | 83 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 83 |
Error | misc | FinalParameters | Parameter perpetual should be final. | 83 |
Error | javadoc | JavadocMethod | Expected @param tag for 'perpetual'. | 83 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 83 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 83 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 87 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 100 |
Error | misc | FinalParameters | Parameter provider should be final. | 100 |
Error | coding | HiddenField | 'provider' hides a field. | 100 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 100 |
Error | misc | FinalParameters | Parameter sequence should be final. | 100 |
Error | coding | HiddenField | 'sequence' hides a field. | 100 |
Error | javadoc | JavadocMethod | Expected @param tag for 'sequence'. | 100 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 100 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 115 |
Error | misc | FinalParameters | Parameter provider should be final. | 115 |
Error | coding | HiddenField | 'provider' hides a field. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 115 |
Error | misc | FinalParameters | Parameter start should be final. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'start'. | 115 |
Error | misc | FinalParameters | Parameter end should be final. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'end'. | 115 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 115 |
Error | design | DesignForExtension | Method 'setTimeout' 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 timeout should be final. | 126 |
Error | coding | HiddenField | 'timeout' hides a field. | 126 |
Error | design | DesignForExtension | Method 'setSleepTime' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | misc | FinalParameters | Parameter sleepTime should be final. | 130 |
Error | coding | HiddenField | 'sleepTime' hides a field. | 130 |
Error | design | DesignForExtension | Method 'isWaiting' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | design | DesignForExtension | Method 'stopTask' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 141 |
Error | design | DesignForExtension | Method 'addInputQueue' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 147 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 147 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 147 |
Error | design | DesignForExtension | Method 'setStreamConfig' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | misc | FinalParameters | Parameter config should be final. | 151 |
Error | coding | HiddenField | 'config' hides a field. | 151 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 162 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 164 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 |
Error | whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 166 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 167 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 170 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 175 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 182 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 207 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 209 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 209 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 209 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 209 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 218 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 231 |
Error | design | DesignForExtension | Method 'flushResults' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Error | misc | FinalParameters | Parameter resultSet should be final. | 234 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 237 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 239 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 242 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 247 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 247 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 247 |
Error | design | DesignForExtension | Method 'setStreamsTaskCounter' is not designed for extension - needs to be abstract, final or empty. | 257 |
Error | misc | FinalParameters | Parameter counter should be final. | 258 |
Error | coding | HiddenField | 'counter' hides a field. | 258 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 29 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 35 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
Error | javadoc | JavadocMethod | Expected @param tag for 'inputQueue'. | 48 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 54 |
Error | javadoc | JavadocMethod | Expected @param tag for 'outputQueue'. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 57 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 81 |