The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 5 | Error |
coding | AvoidInlineConditionals | 1 | Error |
HiddenField | 44 | Error | |
MagicNumber | 7 | Error | |
SimplifyBooleanExpression | 5 | Error | |
design | DesignForExtension | 117 | Error |
HideUtilityClassConstructor | 2 | Error | |
VisibilityModifier | 4 | Error | |
imports | UnusedImports | 4 | Error |
javadoc | JavadocMethod | 51 | Error |
JavadocPackage | 5 | Error | |
JavadocStyle | 48 | Error | |
JavadocType | 4 | Error | |
JavadocVariable | 56 | Error | |
misc | FinalParameters | 128 | Error |
NewlineAtEndOfFile | 3 | Error | |
TodoComment | 1 | Error | |
naming | LocalVariableName | 3 | Error |
regexp | RegexpSingleline
|
49 | Error |
sizes | LineLength | 174 | Error |
whitespace | ParenPad | 17 | Error |
WhitespaceAfter | 3 | Error | |
WhitespaceAround | 8 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 115 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | design | DesignForExtension | Method 'getProtocol' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | design | DesignForExtension | Method 'setProtocol' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | misc | FinalParameters | Parameter protocol should be final. | 137 |
Error | coding | HiddenField | 'protocol' hides a field. | 137 |
Error | design | DesignForExtension | Method 'withProtocol' is not designed for extension - needs to be abstract, final or empty. | 141 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Error | misc | FinalParameters | Parameter protocol should be final. | 141 |
Error | coding | HiddenField | 'protocol' hides a field. | 141 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | design | DesignForExtension | Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | design | DesignForExtension | Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 164 |
Error | misc | FinalParameters | Parameter host should be final. | 166 |
Error | coding | HiddenField | 'host' hides a field. | 166 |
Error | design | DesignForExtension | Method 'withHost' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | misc | FinalParameters | Parameter host should be final. | 170 |
Error | coding | HiddenField | 'host' hides a field. | 170 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 181 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | design | DesignForExtension | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 193 |
Error | misc | FinalParameters | Parameter port should be final. | 195 |
Error | coding | HiddenField | 'port' hides a field. | 195 |
Error | design | DesignForExtension | Method 'withPort' is not designed for extension - needs to be abstract, final or empty. | 199 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
Error | misc | FinalParameters | Parameter port should be final. | 199 |
Error | coding | HiddenField | 'port' hides a field. | 199 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 210 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 222 |
Error | misc | FinalParameters | Parameter version should be final. | 224 |
Error | coding | HiddenField | 'version' hides a field. | 224 |
Error | design | DesignForExtension | Method 'withVersion' is not designed for extension - needs to be abstract, final or empty. | 228 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
Error | misc | FinalParameters | Parameter version should be final. | 228 |
Error | coding | HiddenField | 'version' hides a field. | 228 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | design | DesignForExtension | Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 239 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | design | DesignForExtension | Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 251 |
Error | misc | FinalParameters | Parameter endpoint should be final. | 253 |
Error | coding | HiddenField | 'endpoint' hides a field. | 253 |
Error | design | DesignForExtension | Method 'withEndpoint' is not designed for extension - needs to be abstract, final or empty. | 257 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
Error | misc | FinalParameters | Parameter endpoint should be final. | 257 |
Error | coding | HiddenField | 'endpoint' hides a field. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | design | DesignForExtension | Method 'getFollow' is not designed for extension - needs to be abstract, final or empty. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | design | DesignForExtension | Method 'setFollow' is not designed for extension - needs to be abstract, final or empty. | 280 |
Error | misc | FinalParameters | Parameter follow should be final. | 282 |
Error | coding | HiddenField | 'follow' hides a field. | 282 |
Error | design | DesignForExtension | Method 'withFollow' is not designed for extension - needs to be abstract, final or empty. | 286 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
Error | misc | FinalParameters | Parameter follow should be final. | 286 |
Error | coding | HiddenField | 'follow' hides a field. | 286 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 293 |
Error | design | DesignForExtension | Method 'getGooglePlusUsers' is not designed for extension - needs to be abstract, final or empty. | 297 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 304 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | design | DesignForExtension | Method 'setGooglePlusUsers' is not designed for extension - needs to be abstract, final or empty. | 309 |
Error | misc | FinalParameters | Parameter googlePlusUsers should be final. | 311 |
Error | coding | HiddenField | 'googlePlusUsers' hides a field. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 315 |
Error | design | DesignForExtension | Method 'withGooglePlusUsers' 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 googlePlusUsers should be final. | 315 |
Error | coding | HiddenField | 'googlePlusUsers' hides a field. | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 322 |
Error | design | DesignForExtension | Method 'getDefaultAfterDate' is not designed for extension - needs to be abstract, final or empty. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 333 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | design | DesignForExtension | Method 'setDefaultAfterDate' is not designed for extension - needs to be abstract, final or empty. | 338 |
Error | misc | FinalParameters | Parameter defaultAfterDate should be final. | 340 |
Error | coding | HiddenField | 'defaultAfterDate' hides a field. | 340 |
Error | design | DesignForExtension | Method 'withDefaultAfterDate' is not designed for extension - needs to be abstract, final or empty. | 344 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 344 |
Error | misc | FinalParameters | Parameter defaultAfterDate should be final. | 344 |
Error | coding | HiddenField | 'defaultAfterDate' hides a field. | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 350 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 351 |
Error | design | DesignForExtension | Method 'getDefaultBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 362 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 363 |
Error | design | DesignForExtension | Method 'setDefaultBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 367 |
Error | misc | FinalParameters | Parameter defaultBeforeDate should be final. | 369 |
Error | coding | HiddenField | 'defaultBeforeDate' hides a field. | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 373 |
Error | design | DesignForExtension | Method 'withDefaultBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 373 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 373 |
Error | misc | FinalParameters | Parameter defaultBeforeDate should be final. | 373 |
Error | coding | HiddenField | 'defaultBeforeDate' hides a field. | 373 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Error | design | DesignForExtension | Method 'getOauth' is not designed for extension - needs to be abstract, final or empty. | 384 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 390 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 392 |
Error | design | DesignForExtension | Method 'setOauth' is not designed for extension - needs to be abstract, final or empty. | 396 |
Error | misc | FinalParameters | Parameter oauth should be final. | 398 |
Error | coding | HiddenField | 'oauth' hides a field. | 398 |
Error | design | DesignForExtension | Method 'withOauth' is not designed for extension - needs to be abstract, final or empty. | 402 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 402 |
Error | misc | FinalParameters | Parameter oauth should be final. | 402 |
Error | coding | HiddenField | 'oauth' hides a field. | 402 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 407 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 412 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 412 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 418 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 418 |
Error | misc | FinalParameters | Parameter name should be final. | 420 |
Error | misc | FinalParameters | Parameter value should be final. | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 424 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 424 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 424 |
Error | misc | FinalParameters | Parameter name should be final. | 424 |
Error | misc | FinalParameters | Parameter value should be final. | 424 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 259). | 431 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 434 |
Error | misc | FinalParameters | Parameter other should be final. | 435 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 431). | 443 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | design | DesignForExtension | Method 'getAppName' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | design | DesignForExtension | Method 'setAppName' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter appName should be final. | 72 |
Error | coding | HiddenField | 'appName' hides a field. | 72 |
Error | design | DesignForExtension | Method 'withAppName' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter appName should be final. | 76 |
Error | coding | HiddenField | 'appName' hides a field. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | design | DesignForExtension | Method 'getPathToP12KeyFile' 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 'setPathToP12KeyFile' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | misc | FinalParameters | Parameter pathToP12KeyFile should be final. | 101 |
Error | coding | HiddenField | 'pathToP12KeyFile' hides a field. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
Error | design | DesignForExtension | Method 'withPathToP12KeyFile' 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 pathToP12KeyFile should be final. | 105 |
Error | coding | HiddenField | 'pathToP12KeyFile' 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 'getServiceAccountEmailAddress' 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 'setServiceAccountEmailAddress' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 130 |
Error | misc | FinalParameters | Parameter serviceAccountEmailAddress should be final. | 130 |
Error | coding | HiddenField | 'serviceAccountEmailAddress' hides a field. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 134 |
Error | design | DesignForExtension | Method 'withServiceAccountEmailAddress' 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 serviceAccountEmailAddress should be final. | 134 |
Error | coding | HiddenField | 'serviceAccountEmailAddress' hides a field. | 134 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | misc | FinalParameters | Parameter name should be final. | 152 |
Error | misc | FinalParameters | Parameter value should be final. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 156 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Error | misc | FinalParameters | Parameter name should be final. | 156 |
Error | misc | FinalParameters | Parameter value should be final. | 156 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 163 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | misc | FinalParameters | Parameter other should be final. | 167 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 244). | 175 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter name should be final. | 40 |
Error | misc | FinalParameters | Parameter value should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 44 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter name should be final. | 44 |
Error | misc | FinalParameters | Parameter value should be final. | 44 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter other should be final. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 59 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter name should be final. | 40 |
Error | misc | FinalParameters | Parameter value should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 44 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter name should be final. | 44 |
Error | misc | FinalParameters | Parameter value should be final. | 44 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter other should be final. | 55 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter userId should be final. | 74 |
Error | coding | HiddenField | 'userId' hides a field. | 74 |
Error | design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter userId should be final. | 78 |
Error | coding | HiddenField | 'userId' hides a field. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | design | DesignForExtension | Method 'getAfterDate' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | design | DesignForExtension | Method 'setAfterDate' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | misc | FinalParameters | Parameter afterDate should be final. | 103 |
Error | coding | HiddenField | 'afterDate' hides a field. | 103 |
Error | design | DesignForExtension | Method 'withAfterDate' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | misc | FinalParameters | Parameter afterDate should be final. | 107 |
Error | coding | HiddenField | 'afterDate' hides a field. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | design | DesignForExtension | Method 'getBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | design | DesignForExtension | Method 'setBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | misc | FinalParameters | Parameter beforeDate should be final. | 132 |
Error | coding | HiddenField | 'beforeDate' hides a field. | 132 |
Error | design | DesignForExtension | Method 'withBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 136 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Error | misc | FinalParameters | Parameter beforeDate should be final. | 136 |
Error | coding | HiddenField | 'beforeDate' hides a field. | 136 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 141 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | misc | FinalParameters | Parameter name should be final. | 154 |
Error | misc | FinalParameters | Parameter value should be final. | 154 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Error | misc | FinalParameters | Parameter name should be final. | 158 |
Error | misc | FinalParameters | Parameter value should be final. | 158 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 165 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | misc | FinalParameters | Parameter other should be final. | 169 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter entry should be final. | 51 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter activityId should be final. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
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 | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 54 |
Error | design | DesignForExtension | Method 'getProcessorOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | design | DesignForExtension | Method 'setProcessorInputQueue' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 60 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter entry should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | misc | FinalParameters | Parameter item should be final. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 114 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
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. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'futures' must be private and have accessor methods. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'credential' must be private and have accessor methods. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | design | VisibilityModifier | Variable 'plus' must be private and have accessor methods. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter config should be final. | 99 |
Error | coding | HiddenField | 'config' hides a field. | 99 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 119 |
Error | coding | MagicNumber | '1000' is a magic number. | 120 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 141 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Error | coding | HiddenField | 'plus' hides a field. | 141 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 159 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 165 |
Error | misc | FinalParameters | Parameter sequence should be final. | 166 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | misc | FinalParameters | Parameter start should be final. | 171 |
Error | misc | FinalParameters | Parameter end should be final. | 171 |
Error | design | DesignForExtension | Method 'createPlusClient' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 184 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 187 |
Error | coding | MagicNumber | '10' is a magic number. | 189 |
Error | coding | MagicNumber | '10' is a magic number. | 189 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 197 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
Error | misc | FinalParameters | Parameter config should be final. | 197 |
Error | coding | HiddenField | 'config' hides a field. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 202 |
Error | design | DesignForExtension | Method 'setDefaultBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 205 |
Error | misc | FinalParameters | Parameter defaultBeforeDate should be final. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 210 |
Error | design | DesignForExtension | Method 'setDefaultAfterDate' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | misc | FinalParameters | Parameter defaultAfterDate should be final. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 218 |
Error | design | DesignForExtension | Method 'setUserInfoWithDefaultDates' is not designed for extension - needs to be abstract, final or empty. | 221 |
Error | misc | FinalParameters | Parameter userIds should be final. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 237 |
Error | design | DesignForExtension | Method 'setUserInfoWithAfterDate' is not designed for extension - needs to be abstract, final or empty. | 237 |
Error | misc | FinalParameters | Parameter usersAndAfterDates should be final. | 237 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 250 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter provider should be final. | 40 |
Error | coding | HiddenField | 'provider' hides a field. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 54 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 59 |
Error | misc | FinalParameters | Parameter gplusActivity should be final. | 59 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 67 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 42 |
Error | design | DesignForExtension | Method 'backoffAndIdentifyIfRetry' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | misc | FinalParameters | Parameter gjre should be final. | 42 |
Error | misc | FinalParameters | Parameter backOff should be final. | 42 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'BackOffException'. | 42 |
Error | coding | MagicNumber | '400' is a magic number. | 45 |
Error | coding | MagicNumber | '401' is a magic number. | 48 |
Error | coding | MagicNumber | '403' is a magic number. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 52 |
Error | coding | MagicNumber | '503' is a magic number. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 68 |
Error | misc | FinalParameters | Parameter dateTime should be final. | 71 |
Error | misc | FinalParameters | Parameter jsonGenerator should be final. | 72 |
Error | misc | FinalParameters | Parameter serializerProvider should be final. | 73 |
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 | sizes | LineLength | Line is longer than 80 characters (found 132). | 94 |
Error | misc | FinalParameters | Parameter plus should be final. | 94 |
Error | coding | HiddenField | 'plus' hides a field. | 94 |
Error | misc | FinalParameters | Parameter datumQueue should be final. | 94 |
Error | coding | HiddenField | 'datumQueue' hides a field. | 94 |
Error | misc | FinalParameters | Parameter backOff should be final. | 94 |
Error | coding | HiddenField | 'backOff' hides a field. | 94 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 94 |
Error | coding | HiddenField | 'userInfo' hides a field. | 94 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | design | DesignForExtension | Method 'collectActivityData' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter config should be final. | 74 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 84 |
Error | misc | FinalParameters | Parameter strategy should be final. | 84 |
Error | misc | FinalParameters | Parameter queue should be final. | 84 |
Error | misc | FinalParameters | Parameter plus should be final. | 84 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 84 |
Error | misc | FinalParameters | Parameter args should be final. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 116 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 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 | sizes | LineLength | Line is longer than 80 characters (found 136). | 66 |
Error | misc | FinalParameters | Parameter plus should be final. | 66 |
Error | coding | HiddenField | 'plus' hides a field. | 66 |
Error | misc | FinalParameters | Parameter backOffStrategy should be final. | 66 |
Error | coding | HiddenField | 'backOffStrategy' hides a field. | 66 |
Error | misc | FinalParameters | Parameter datumQueue should be final. | 66 |
Error | coding | HiddenField | 'datumQueue' hides a field. | 66 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 66 |
Error | coding | HiddenField | 'userInfo' hides a field. | 66 |
Error | design | DesignForExtension | Method 'queueUserHistory' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 92 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.google.gplus.GPlusConfiguration. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter config should be final. | 76 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 86 |
Error | misc | FinalParameters | Parameter strategy should be final. | 86 |
Error | misc | FinalParameters | Parameter queue should be final. | 86 |
Error | misc | FinalParameters | Parameter plus should be final. | 86 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 86 |
Error | misc | FinalParameters | Parameter args should be final. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 118 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonProcessingException. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 49 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 54 |
Error | misc | FinalParameters | Parameter jsonParser should be final. | 54 |
Error | misc | FinalParameters | Parameter deserializationContext should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 79 |
Error | misc | FinalParameters | Parameter node should be final. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
Error | misc | FinalParameters | Parameter node should be final. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 126 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 144 |
Error | misc | FinalParameters | Parameter objectNode should be final. | 144 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 146 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 151 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 53 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 56 |
Error | misc | FinalParameters | Parameter jsonParser should be final. | 56 |
Error | misc | FinalParameters | Parameter deserializationContext should be final. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 81 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 83 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 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 | misc | FinalParameters | Parameter json should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonProcessingException. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 56 |
Error | misc | FinalParameters | Parameter jsonParser should be final. | 56 |
Error | misc | FinalParameters | Parameter deserializationContext should be final. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 63 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 65 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 65 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 68 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 73 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 73 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 84 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 90 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 45 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 59 |
Error | misc | FinalParameters | Parameter item should be final. | 59 |
Error | misc | FinalParameters | Parameter activity should be final. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | misc | FinalParameters | Parameter comments should be final. | 75 |
Error | misc | FinalParameters | Parameter activity should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 91 |
Error | misc | FinalParameters | Parameter gPlusActivity should be final. | 91 |
Error | misc | FinalParameters | Parameter activity should be final. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | misc | FinalParameters | Parameter activity should be final. | 118 |
Error | misc | FinalParameters | Parameter comment should be final. | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 149 |
Error | misc | FinalParameters | Parameter activity should be final. | 149 |
Error | misc | FinalParameters | Parameter gPlusActivity should be final. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 165 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 183 |
Error | misc | FinalParameters | Parameter activity should be final. | 183 |
Error | misc | FinalParameters | Parameter plusObject should be final. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 200 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 223 |
Error | misc | FinalParameters | Parameter gPlusActor should be final. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 231 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 242 |
Error | misc | FinalParameters | Parameter person should be final. | 248 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 278 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 289 |
Error | misc | FinalParameters | Parameter idparts should be final. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 296 |