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