The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 3 | ![]() |
LeftCurly | 24 | ![]() | |
coding | HiddenField | 226 | ![]() |
MagicNumber | 22 | ![]() | |
MissingSwitchDefault | 1 | ![]() | |
SimplifyBooleanExpression | 33 | ![]() | |
SimplifyBooleanReturn | 1 | ![]() | |
design | DesignForExtension | 341 | ![]() |
FinalClass | 1 | ![]() | |
HideUtilityClassConstructor | 2 | ![]() | |
VisibilityModifier | 21 | ![]() | |
imports | UnusedImports
|
21 | ![]() |
javadoc | JavadocMethod | 231 | ![]() |
JavadocPackage | 10 | ![]() | |
JavadocStyle | 82 | ![]() | |
JavadocType | 37 | ![]() | |
JavadocVariable | 197 | ![]() | |
misc | FinalParameters | 469 | ![]() |
NewlineAtEndOfFile | 1 | ![]() | |
TodoComment | 11 | ![]() | |
modifier | RedundantModifier | 14 | ![]() |
naming | ConstantName | 2 | ![]() |
LocalVariableName | 15 | ![]() | |
ParameterName | 9 | ![]() | |
StaticVariableName | 8 | ![]() | |
regexp | RegexpSingleline
|
239 | ![]() |
sizes | LineLength | 385 | ![]() |
whitespace | OperatorWrap | 1 | ![]() |
ParenPad | 39 | ![]() | |
WhitespaceAfter | 5 | ![]() | |
WhitespaceAround | 6 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
misc | FinalParameters | Parameter data should be final. | 64 |
![]() |
coding | HiddenField | 'data' hides a field. | 64 |
![]() |
design | DesignForExtension | Class 'CommentsResponse' looks like designed for extension (can be subclassed), but the method 'withData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CommentsResponse' final or making the method 'withData' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter data should be final. | 68 |
![]() |
coding | HiddenField | 'data' hides a field. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 91 |
![]() |
coding | HiddenField | 'meta' hides a field. | 91 |
![]() |
design | DesignForExtension | Class 'CommentsResponse' looks like designed for extension (can be subclassed), but the method 'withMeta' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CommentsResponse' final or making the method 'withMeta' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 95 |
![]() |
coding | HiddenField | 'meta' hides a field. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 118 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 118 |
![]() |
design | DesignForExtension | Class 'CommentsResponse' looks like designed for extension (can be subclassed), but the method 'withPagination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CommentsResponse' final or making the method 'withPagination' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 122 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 122 |
![]() |
design | DesignForExtension | Class 'CommentsResponse' 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 'CommentsResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
design | DesignForExtension | Class 'CommentsResponse' 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 'CommentsResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
design | DesignForExtension | Class 'CommentsResponse' 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 'CommentsResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter name should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
design | DesignForExtension | Class 'CommentsResponse' 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 'CommentsResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
misc | FinalParameters | Parameter name should be final. | 144 |
![]() |
misc | FinalParameters | Parameter value should be final. | 144 |
![]() |
design | DesignForExtension | Class 'CommentsResponse' 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 'CommentsResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 151 |
![]() |
design | DesignForExtension | Class 'CommentsResponse' 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 'CommentsResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
misc | FinalParameters | Parameter other should be final. | 155 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class Instagram should be declared as final. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | VisibilityModifier | Variable 'restClient' must be private and have accessor methods. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 71 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 74 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 77 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 78 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 79 |
![]() |
coding | MagicNumber | '20' is a magic number. | 83 |
![]() |
coding | MagicNumber | '100' is a magic number. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 115 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 116 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 141 |
![]() |
misc | FinalParameters | Parameter user_id should be final. | 157 |
![]() |
naming | ParameterName | Name 'user_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 188 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 188 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 197 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 200 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 203 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 228 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 228 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 237 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 240 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 243 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 252 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 268 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 277 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 280 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 289 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 305 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 314 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 317 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 326 |
![]() |
misc | FinalParameters | Parameter media_id should be final. | 342 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 342 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 358 |
![]() |
misc | FinalParameters | Parameter media_id should be final. | 374 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 374 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 389 |
![]() |
misc | FinalParameters | Parameter media_id should be final. | 405 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 405 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 407 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 408 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 420 |
![]() |
misc | FinalParameters | Parameter shortcode should be final. | 436 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 438 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 444 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 451 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 467 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 469 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 470 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 475 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 485 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 24 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.HttpException. | 25 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.HttpRequest. | 26 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.HttpRequestInterceptor. | 27 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.protocol.HttpContext. | 28 |
![]() |
imports | UnusedImports | Unused import - java.io.IOException. | 32 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | ConstantName | Name 'oauth_signature_encoding' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | ConstantName | Name 'oauth_signature_method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'oAuthConfiguration' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter oauth should be final. | 61 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 70 |
![]() |
naming | LocalVariableName | Name 'request_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | LocalVariableName | Name 'request_param_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | LocalVariableName | Name 'request_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 81 |
![]() |
naming | LocalVariableName | Name 'request_param' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 90 |
![]() |
naming | LocalVariableName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
naming | LocalVariableName | Name 'oauth_signature' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 112 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 112 |
![]() |
misc | FinalParameters | Parameter allParamsMap should be final. | 112 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 118 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 134 |
![]() |
misc | FinalParameters | Parameter signature_base_string should be final. | 134 |
![]() |
naming | ParameterName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
![]() |
misc | FinalParameters | Parameter clientSecret should be final. | 134 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'NoSuchAlgorithmException'. | 134 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InvalidKeyException'. | 134 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'UnsupportedEncodingException'. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
naming | StaticVariableName | Name 'backoff_strategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
design | DesignForExtension | Class 'InstagramRetryHandler' looks like designed for extension (can be subclassed), but the method 'onResponse' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramRetryHandler' final or making the method 'onResponse' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter response should be final. | 37 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 39 |
![]() |
coding | MagicNumber | '200' is a magic number. | 40 |
![]() |
coding | MagicNumber | '304' is a magic number. | 41 |
![]() |
coding | MagicNumber | '400' is a magic number. | 42 |
![]() |
coding | MagicNumber | '401' is a magic number. | 44 |
![]() |
coding | MagicNumber | '403' is a magic number. | 46 |
![]() |
coding | MagicNumber | '404' is a magic number. | 47 |
![]() |
coding | MagicNumber | '406' is a magic number. | 48 |
![]() |
coding | MagicNumber | '410' is a magic number. | 49 |
![]() |
coding | MagicNumber | '500' is a magic number. | 51 |
![]() |
coding | MagicNumber | '502' is a magic number. | 52 |
![]() |
coding | MagicNumber | '503' is a magic number. | 53 |
![]() |
coding | MagicNumber | '504' is a magic number. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 36 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 40 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 248). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 57 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 67 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 76 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
misc | FinalParameters | Parameter data should be final. | 62 |
![]() |
coding | HiddenField | 'data' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'MediaResponse' looks like designed for extension (can be subclassed), but the method 'withData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediaResponse' final or making the method 'withData' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter data should be final. | 66 |
![]() |
coding | HiddenField | 'data' hides a field. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 89 |
![]() |
coding | HiddenField | 'meta' hides a field. | 89 |
![]() |
design | DesignForExtension | Class 'MediaResponse' looks like designed for extension (can be subclassed), but the method 'withMeta' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediaResponse' final or making the method 'withMeta' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 93 |
![]() |
coding | HiddenField | 'meta' hides a field. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 116 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 116 |
![]() |
design | DesignForExtension | Class 'MediaResponse' looks like designed for extension (can be subclassed), but the method 'withPagination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediaResponse' final or making the method 'withPagination' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 120 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 120 |
![]() |
design | DesignForExtension | Class 'MediaResponse' 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 'MediaResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
design | DesignForExtension | Class 'MediaResponse' 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 'MediaResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
design | DesignForExtension | Class 'MediaResponse' 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 'MediaResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
misc | FinalParameters | Parameter name should be final. | 138 |
![]() |
misc | FinalParameters | Parameter value should be final. | 138 |
![]() |
design | DesignForExtension | Class 'MediaResponse' 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 'MediaResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
misc | FinalParameters | Parameter name should be final. | 142 |
![]() |
misc | FinalParameters | Parameter value should be final. | 142 |
![]() |
design | DesignForExtension | Class 'MediaResponse' 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 'MediaResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 149 |
![]() |
design | DesignForExtension | Class 'MediaResponse' 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 'MediaResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
misc | FinalParameters | Parameter other should be final. | 153 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
misc | FinalParameters | Parameter code should be final. | 59 |
![]() |
coding | HiddenField | 'code' hides a field. | 59 |
![]() |
design | DesignForExtension | Class 'Meta' looks like designed for extension (can be subclassed), but the method 'withCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Meta' final or making the method 'withCode' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter code should be final. | 63 |
![]() |
coding | HiddenField | 'code' hides a field. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter errorMessage should be final. | 86 |
![]() |
coding | HiddenField | 'errorMessage' hides a field. | 86 |
![]() |
design | DesignForExtension | Class 'Meta' looks like designed for extension (can be subclassed), but the method 'withErrorMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Meta' final or making the method 'withErrorMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter errorMessage should be final. | 90 |
![]() |
coding | HiddenField | 'errorMessage' hides a field. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
misc | FinalParameters | Parameter errorType should be final. | 113 |
![]() |
coding | HiddenField | 'errorType' hides a field. | 113 |
![]() |
design | DesignForExtension | Class 'Meta' looks like designed for extension (can be subclassed), but the method 'withErrorType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Meta' final or making the method 'withErrorType' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter errorType should be final. | 117 |
![]() |
coding | HiddenField | 'errorType' hides a field. | 117 |
![]() |
design | DesignForExtension | Class 'Meta' 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 'Meta' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
design | DesignForExtension | Class 'Meta' 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 'Meta' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
design | DesignForExtension | Class 'Meta' 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 'Meta' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter name should be final. | 135 |
![]() |
misc | FinalParameters | Parameter value should be final. | 135 |
![]() |
design | DesignForExtension | Class 'Meta' 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 'Meta' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
misc | FinalParameters | Parameter name should be final. | 139 |
![]() |
misc | FinalParameters | Parameter value should be final. | 139 |
![]() |
design | DesignForExtension | Class 'Meta' 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 'Meta' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 146 |
![]() |
design | DesignForExtension | Class 'Meta' 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 'Meta' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
misc | FinalParameters | Parameter other should be final. | 150 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 196). | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
misc | FinalParameters | Parameter nextUrl should be final. | 55 |
![]() |
coding | HiddenField | 'nextUrl' hides a field. | 55 |
![]() |
design | DesignForExtension | Class 'Pagination' looks like designed for extension (can be subclassed), but the method 'withNextUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Pagination' final or making the method 'withNextUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter nextUrl should be final. | 59 |
![]() |
coding | HiddenField | 'nextUrl' hides a field. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
misc | FinalParameters | Parameter nextMaxId should be final. | 82 |
![]() |
coding | HiddenField | 'nextMaxId' hides a field. | 82 |
![]() |
design | DesignForExtension | Class 'Pagination' looks like designed for extension (can be subclassed), but the method 'withNextMaxId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Pagination' final or making the method 'withNextMaxId' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter nextMaxId should be final. | 86 |
![]() |
coding | HiddenField | 'nextMaxId' hides a field. | 86 |
![]() |
design | DesignForExtension | Class 'Pagination' 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 'Pagination' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
design | DesignForExtension | Class 'Pagination' 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 'Pagination' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Class 'Pagination' 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 'Pagination' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter name should be final. | 104 |
![]() |
misc | FinalParameters | Parameter value should be final. | 104 |
![]() |
design | DesignForExtension | Class 'Pagination' 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 'Pagination' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter name should be final. | 108 |
![]() |
misc | FinalParameters | Parameter value should be final. | 108 |
![]() |
design | DesignForExtension | Class 'Pagination' 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 'Pagination' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 115 |
![]() |
design | DesignForExtension | Class 'Pagination' 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 'Pagination' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 118 |
![]() |
misc | FinalParameters | Parameter other should be final. | 119 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
misc | FinalParameters | Parameter data should be final. | 64 |
![]() |
coding | HiddenField | 'data' hides a field. | 64 |
![]() |
design | DesignForExtension | Class 'RecentMediaResponse' looks like designed for extension (can be subclassed), but the method 'withData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RecentMediaResponse' final or making the method 'withData' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter data should be final. | 68 |
![]() |
coding | HiddenField | 'data' hides a field. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 91 |
![]() |
coding | HiddenField | 'meta' hides a field. | 91 |
![]() |
design | DesignForExtension | Class 'RecentMediaResponse' looks like designed for extension (can be subclassed), but the method 'withMeta' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RecentMediaResponse' final or making the method 'withMeta' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 95 |
![]() |
coding | HiddenField | 'meta' hides a field. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 118 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 118 |
![]() |
design | DesignForExtension | Class 'RecentMediaResponse' looks like designed for extension (can be subclassed), but the method 'withPagination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RecentMediaResponse' final or making the method 'withPagination' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 122 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 122 |
![]() |
design | DesignForExtension | Class 'RecentMediaResponse' 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 'RecentMediaResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
design | DesignForExtension | Class 'RecentMediaResponse' 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 'RecentMediaResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
design | DesignForExtension | Class 'RecentMediaResponse' 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 'RecentMediaResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter name should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 144 |
![]() |
design | DesignForExtension | Class 'RecentMediaResponse' 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 'RecentMediaResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
misc | FinalParameters | Parameter name should be final. | 144 |
![]() |
misc | FinalParameters | Parameter value should be final. | 144 |
![]() |
design | DesignForExtension | Class 'RecentMediaResponse' 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 'RecentMediaResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 151 |
![]() |
design | DesignForExtension | Class 'RecentMediaResponse' 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 'RecentMediaResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
misc | FinalParameters | Parameter other should be final. | 155 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
misc | FinalParameters | Parameter distance should be final. | 73 |
![]() |
coding | HiddenField | 'distance' hides a field. | 73 |
![]() |
design | DesignForExtension | Class 'SearchMediaRequest' looks like designed for extension (can be subclassed), but the method 'withDistance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchMediaRequest' final or making the method 'withDistance' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter distance should be final. | 77 |
![]() |
coding | HiddenField | 'distance' hides a field. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 102 |
![]() |
coding | HiddenField | 'lat' hides a field. | 102 |
![]() |
design | DesignForExtension | Class 'SearchMediaRequest' looks like designed for extension (can be subclassed), but the method 'withLat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchMediaRequest' final or making the method 'withLat' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 106 |
![]() |
coding | HiddenField | 'lat' hides a field. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
misc | FinalParameters | Parameter lng should be final. | 131 |
![]() |
coding | HiddenField | 'lng' hides a field. | 131 |
![]() |
design | DesignForExtension | Class 'SearchMediaRequest' looks like designed for extension (can be subclassed), but the method 'withLng' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchMediaRequest' final or making the method 'withLng' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter lng should be final. | 135 |
![]() |
coding | HiddenField | 'lng' hides a field. | 135 |
![]() |
design | DesignForExtension | Class 'SearchMediaRequest' 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 'SearchMediaRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
design | DesignForExtension | Class 'SearchMediaRequest' 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 'SearchMediaRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
design | DesignForExtension | Class 'SearchMediaRequest' 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 'SearchMediaRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
misc | FinalParameters | Parameter name should be final. | 153 |
![]() |
misc | FinalParameters | Parameter value should be final. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 157 |
![]() |
design | DesignForExtension | Class 'SearchMediaRequest' 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 'SearchMediaRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter name should be final. | 157 |
![]() |
misc | FinalParameters | Parameter value should be final. | 157 |
![]() |
design | DesignForExtension | Class 'SearchMediaRequest' 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 'SearchMediaRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 164 |
![]() |
design | DesignForExtension | Class 'SearchMediaRequest' 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 'SearchMediaRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 167 |
![]() |
misc | FinalParameters | Parameter other should be final. | 168 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
misc | FinalParameters | Parameter data should be final. | 64 |
![]() |
coding | HiddenField | 'data' hides a field. | 64 |
![]() |
design | DesignForExtension | Class 'SearchMediaResponse' looks like designed for extension (can be subclassed), but the method 'withData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchMediaResponse' final or making the method 'withData' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter data should be final. | 68 |
![]() |
coding | HiddenField | 'data' hides a field. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 91 |
![]() |
coding | HiddenField | 'meta' hides a field. | 91 |
![]() |
design | DesignForExtension | Class 'SearchMediaResponse' looks like designed for extension (can be subclassed), but the method 'withMeta' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchMediaResponse' final or making the method 'withMeta' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 95 |
![]() |
coding | HiddenField | 'meta' hides a field. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 118 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 118 |
![]() |
design | DesignForExtension | Class 'SearchMediaResponse' looks like designed for extension (can be subclassed), but the method 'withPagination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchMediaResponse' final or making the method 'withPagination' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 122 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 122 |
![]() |
design | DesignForExtension | Class 'SearchMediaResponse' 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 'SearchMediaResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
design | DesignForExtension | Class 'SearchMediaResponse' 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 'SearchMediaResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
design | DesignForExtension | Class 'SearchMediaResponse' 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 'SearchMediaResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter name should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 144 |
![]() |
design | DesignForExtension | Class 'SearchMediaResponse' 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 'SearchMediaResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
misc | FinalParameters | Parameter name should be final. | 144 |
![]() |
misc | FinalParameters | Parameter value should be final. | 144 |
![]() |
design | DesignForExtension | Class 'SearchMediaResponse' 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 'SearchMediaResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 151 |
![]() |
design | DesignForExtension | Class 'SearchMediaResponse' 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 'SearchMediaResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
misc | FinalParameters | Parameter other should be final. | 155 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 26 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
misc | FinalParameters | Parameter q should be final. | 65 |
![]() |
coding | HiddenField | 'q' hides a field. | 65 |
![]() |
design | DesignForExtension | Class 'SearchUsersRequest' looks like designed for extension (can be subclassed), but the method 'withQ' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchUsersRequest' final or making the method 'withQ' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter q should be final. | 69 |
![]() |
coding | HiddenField | 'q' hides a field. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
misc | FinalParameters | Parameter count should be final. | 94 |
![]() |
coding | HiddenField | 'count' hides a field. | 94 |
![]() |
design | DesignForExtension | Class 'SearchUsersRequest' looks like designed for extension (can be subclassed), but the method 'withCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchUsersRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter count should be final. | 98 |
![]() |
coding | HiddenField | 'count' hides a field. | 98 |
![]() |
design | DesignForExtension | Class 'SearchUsersRequest' 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 'SearchUsersRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
design | DesignForExtension | Class 'SearchUsersRequest' 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 'SearchUsersRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Class 'SearchUsersRequest' 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 'SearchUsersRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
misc | FinalParameters | Parameter name should be final. | 116 |
![]() |
misc | FinalParameters | Parameter value should be final. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 120 |
![]() |
design | DesignForExtension | Class 'SearchUsersRequest' 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 'SearchUsersRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter name should be final. | 120 |
![]() |
misc | FinalParameters | Parameter value should be final. | 120 |
![]() |
design | DesignForExtension | Class 'SearchUsersRequest' 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 'SearchUsersRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 127 |
![]() |
design | DesignForExtension | Class 'SearchUsersRequest' 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 'SearchUsersRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
misc | FinalParameters | Parameter other should be final. | 131 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
misc | FinalParameters | Parameter data should be final. | 64 |
![]() |
coding | HiddenField | 'data' hides a field. | 64 |
![]() |
design | DesignForExtension | Class 'SearchUsersResponse' looks like designed for extension (can be subclassed), but the method 'withData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchUsersResponse' final or making the method 'withData' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter data should be final. | 68 |
![]() |
coding | HiddenField | 'data' hides a field. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 91 |
![]() |
coding | HiddenField | 'meta' hides a field. | 91 |
![]() |
design | DesignForExtension | Class 'SearchUsersResponse' looks like designed for extension (can be subclassed), but the method 'withMeta' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchUsersResponse' final or making the method 'withMeta' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 95 |
![]() |
coding | HiddenField | 'meta' hides a field. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 118 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 118 |
![]() |
design | DesignForExtension | Class 'SearchUsersResponse' looks like designed for extension (can be subclassed), but the method 'withPagination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchUsersResponse' final or making the method 'withPagination' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 122 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 122 |
![]() |
design | DesignForExtension | Class 'SearchUsersResponse' 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 'SearchUsersResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
design | DesignForExtension | Class 'SearchUsersResponse' 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 'SearchUsersResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
design | DesignForExtension | Class 'SearchUsersResponse' 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 'SearchUsersResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter name should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 144 |
![]() |
design | DesignForExtension | Class 'SearchUsersResponse' 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 'SearchUsersResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
misc | FinalParameters | Parameter name should be final. | 144 |
![]() |
misc | FinalParameters | Parameter value should be final. | 144 |
![]() |
design | DesignForExtension | Class 'SearchUsersResponse' 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 'SearchUsersResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 151 |
![]() |
design | DesignForExtension | Class 'SearchUsersResponse' 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 'SearchUsersResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
misc | FinalParameters | Parameter other should be final. | 155 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 26 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
misc | FinalParameters | Parameter maxLikeId should be final. | 65 |
![]() |
coding | HiddenField | 'maxLikeId' hides a field. | 65 |
![]() |
design | DesignForExtension | Class 'SelfLikedMediaRequest' looks like designed for extension (can be subclassed), but the method 'withMaxLikeId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelfLikedMediaRequest' final or making the method 'withMaxLikeId' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter maxLikeId should be final. | 69 |
![]() |
coding | HiddenField | 'maxLikeId' hides a field. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
misc | FinalParameters | Parameter count should be final. | 94 |
![]() |
coding | HiddenField | 'count' hides a field. | 94 |
![]() |
design | DesignForExtension | Class 'SelfLikedMediaRequest' looks like designed for extension (can be subclassed), but the method 'withCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelfLikedMediaRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter count should be final. | 98 |
![]() |
coding | HiddenField | 'count' hides a field. | 98 |
![]() |
design | DesignForExtension | Class 'SelfLikedMediaRequest' 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 'SelfLikedMediaRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
design | DesignForExtension | Class 'SelfLikedMediaRequest' 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 'SelfLikedMediaRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Class 'SelfLikedMediaRequest' 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 'SelfLikedMediaRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
misc | FinalParameters | Parameter name should be final. | 116 |
![]() |
misc | FinalParameters | Parameter value should be final. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 120 |
![]() |
design | DesignForExtension | Class 'SelfLikedMediaRequest' 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 'SelfLikedMediaRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter name should be final. | 120 |
![]() |
misc | FinalParameters | Parameter value should be final. | 120 |
![]() |
design | DesignForExtension | Class 'SelfLikedMediaRequest' 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 'SelfLikedMediaRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 127 |
![]() |
design | DesignForExtension | Class 'SelfLikedMediaRequest' 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 'SelfLikedMediaRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
misc | FinalParameters | Parameter other should be final. | 131 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 73 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 73 |
![]() |
design | DesignForExtension | Class 'SelfRecentMediaRequest' looks like designed for extension (can be subclassed), but the method 'withMaxId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelfRecentMediaRequest' final or making the method 'withMaxId' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 77 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter minId should be final. | 102 |
![]() |
coding | HiddenField | 'minId' hides a field. | 102 |
![]() |
design | DesignForExtension | Class 'SelfRecentMediaRequest' looks like designed for extension (can be subclassed), but the method 'withMinId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelfRecentMediaRequest' final or making the method 'withMinId' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter minId should be final. | 106 |
![]() |
coding | HiddenField | 'minId' hides a field. | 106 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
misc | FinalParameters | Parameter count should be final. | 131 |
![]() |
coding | HiddenField | 'count' hides a field. | 131 |
![]() |
design | DesignForExtension | Class 'SelfRecentMediaRequest' looks like designed for extension (can be subclassed), but the method 'withCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelfRecentMediaRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter count should be final. | 135 |
![]() |
coding | HiddenField | 'count' hides a field. | 135 |
![]() |
design | DesignForExtension | Class 'SelfRecentMediaRequest' 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 'SelfRecentMediaRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
design | DesignForExtension | Class 'SelfRecentMediaRequest' 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 'SelfRecentMediaRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
design | DesignForExtension | Class 'SelfRecentMediaRequest' 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 'SelfRecentMediaRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
misc | FinalParameters | Parameter name should be final. | 153 |
![]() |
misc | FinalParameters | Parameter value should be final. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 157 |
![]() |
design | DesignForExtension | Class 'SelfRecentMediaRequest' 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 'SelfRecentMediaRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter name should be final. | 157 |
![]() |
misc | FinalParameters | Parameter value should be final. | 157 |
![]() |
design | DesignForExtension | Class 'SelfRecentMediaRequest' 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 'SelfRecentMediaRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 164 |
![]() |
design | DesignForExtension | Class 'SelfRecentMediaRequest' 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 'SelfRecentMediaRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 167 |
![]() |
misc | FinalParameters | Parameter other should be final. | 168 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
misc | FinalParameters | Parameter data should be final. | 62 |
![]() |
coding | HiddenField | 'data' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'UserInfoResponse' looks like designed for extension (can be subclassed), but the method 'withData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserInfoResponse' final or making the method 'withData' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter data should be final. | 66 |
![]() |
coding | HiddenField | 'data' hides a field. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 89 |
![]() |
coding | HiddenField | 'meta' hides a field. | 89 |
![]() |
design | DesignForExtension | Class 'UserInfoResponse' looks like designed for extension (can be subclassed), but the method 'withMeta' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserInfoResponse' final or making the method 'withMeta' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 93 |
![]() |
coding | HiddenField | 'meta' hides a field. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 116 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 116 |
![]() |
design | DesignForExtension | Class 'UserInfoResponse' looks like designed for extension (can be subclassed), but the method 'withPagination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserInfoResponse' final or making the method 'withPagination' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 120 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 120 |
![]() |
design | DesignForExtension | Class 'UserInfoResponse' 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 'UserInfoResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
design | DesignForExtension | Class 'UserInfoResponse' 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 'UserInfoResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
design | DesignForExtension | Class 'UserInfoResponse' 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 'UserInfoResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
misc | FinalParameters | Parameter name should be final. | 138 |
![]() |
misc | FinalParameters | Parameter value should be final. | 138 |
![]() |
design | DesignForExtension | Class 'UserInfoResponse' 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 'UserInfoResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
misc | FinalParameters | Parameter name should be final. | 142 |
![]() |
misc | FinalParameters | Parameter value should be final. | 142 |
![]() |
design | DesignForExtension | Class 'UserInfoResponse' 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 'UserInfoResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 149 |
![]() |
design | DesignForExtension | Class 'UserInfoResponse' 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 'UserInfoResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
misc | FinalParameters | Parameter other should be final. | 153 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.instagram.pojo.UserInfo. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 35 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
![]() |
naming | ParameterName | Name 'user_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 185). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 54 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 64 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 73 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
misc | FinalParameters | Parameter data should be final. | 64 |
![]() |
coding | HiddenField | 'data' hides a field. | 64 |
![]() |
design | DesignForExtension | Class 'UsersInfoResponse' looks like designed for extension (can be subclassed), but the method 'withData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersInfoResponse' final or making the method 'withData' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter data should be final. | 68 |
![]() |
coding | HiddenField | 'data' hides a field. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 91 |
![]() |
coding | HiddenField | 'meta' hides a field. | 91 |
![]() |
design | DesignForExtension | Class 'UsersInfoResponse' looks like designed for extension (can be subclassed), but the method 'withMeta' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersInfoResponse' final or making the method 'withMeta' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter meta should be final. | 95 |
![]() |
coding | HiddenField | 'meta' hides a field. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 118 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 118 |
![]() |
design | DesignForExtension | Class 'UsersInfoResponse' looks like designed for extension (can be subclassed), but the method 'withPagination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersInfoResponse' final or making the method 'withPagination' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter pagination should be final. | 122 |
![]() |
coding | HiddenField | 'pagination' hides a field. | 122 |
![]() |
design | DesignForExtension | Class 'UsersInfoResponse' 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 'UsersInfoResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
design | DesignForExtension | Class 'UsersInfoResponse' 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 'UsersInfoResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
design | DesignForExtension | Class 'UsersInfoResponse' 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 'UsersInfoResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter name should be final. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 140 |
![]() |
design | DesignForExtension | Class 'UsersInfoResponse' 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 'UsersInfoResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
misc | FinalParameters | Parameter name should be final. | 144 |
![]() |
misc | FinalParameters | Parameter value should be final. | 144 |
![]() |
design | DesignForExtension | Class 'UsersInfoResponse' 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 'UsersInfoResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 151 |
![]() |
design | DesignForExtension | Class 'UsersInfoResponse' 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 'UsersInfoResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
misc | FinalParameters | Parameter other should be final. | 155 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 24 |
![]() |
misc | FinalParameters | Parameter value should be final. | 24 |
![]() |
coding | HiddenField | 'value' hides a field. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter value should be final. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
misc | FinalParameters | Parameter info should be final. | 63 |
![]() |
coding | HiddenField | 'info' hides a field. | 63 |
![]() |
design | DesignForExtension | Class 'InstagramCommentsProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramCommentsProviderConfiguration' final or making the method 'withInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter info should be final. | 67 |
![]() |
coding | HiddenField | 'info' hides a field. | 67 |
![]() |
design | DesignForExtension | Class 'InstagramCommentsProviderConfiguration' 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 'InstagramCommentsProviderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
design | DesignForExtension | Class 'InstagramCommentsProviderConfiguration' 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 'InstagramCommentsProviderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Class 'InstagramCommentsProviderConfiguration' 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 'InstagramCommentsProviderConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter name should be final. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 89 |
![]() |
design | DesignForExtension | Class 'InstagramCommentsProviderConfiguration' 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 'InstagramCommentsProviderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter name should be final. | 89 |
![]() |
misc | FinalParameters | Parameter value should be final. | 89 |
![]() |
design | DesignForExtension | Class 'InstagramCommentsProviderConfiguration' 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 'InstagramCommentsProviderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 96 |
![]() |
design | DesignForExtension | Class 'InstagramCommentsProviderConfiguration' 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 'InstagramCommentsProviderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
misc | FinalParameters | Parameter other should be final. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 111 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 111 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' 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 'InstagramConfiguration' final or making the method 'withProtocol' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 115 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
misc | FinalParameters | Parameter host should be final. | 140 |
![]() |
coding | HiddenField | 'host' hides a field. | 140 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' 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 'InstagramConfiguration' final or making the method 'withHost' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
misc | FinalParameters | Parameter host should be final. | 144 |
![]() |
coding | HiddenField | 'host' hides a field. | 144 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
misc | FinalParameters | Parameter port should be final. | 169 |
![]() |
coding | HiddenField | 'port' hides a field. | 169 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' 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 'InstagramConfiguration' final or making the method 'withPort' static/final/abstract/empty, or adding allowed annotation for the method. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
misc | FinalParameters | Parameter port should be final. | 173 |
![]() |
coding | HiddenField | 'port' hides a field. | 173 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 190 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
misc | FinalParameters | Parameter version should be final. | 198 |
![]() |
coding | HiddenField | 'version' hides a field. | 198 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' 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 'InstagramConfiguration' final or making the method 'withVersion' static/final/abstract/empty, or adding allowed annotation for the method. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
misc | FinalParameters | Parameter version should be final. | 202 |
![]() |
coding | HiddenField | 'version' hides a field. | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 219 |
![]() |
misc | FinalParameters | Parameter oauth should be final. | 225 |
![]() |
coding | HiddenField | 'oauth' hides a field. | 225 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' 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 'InstagramConfiguration' final or making the method 'withOauth' static/final/abstract/empty, or adding allowed annotation for the method. | 229 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
![]() |
misc | FinalParameters | Parameter oauth should be final. | 229 |
![]() |
coding | HiddenField | 'oauth' hides a field. | 229 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 234 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 246 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
misc | FinalParameters | Parameter threadsPerProvider should be final. | 254 |
![]() |
coding | HiddenField | 'threadsPerProvider' hides a field. | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 258 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' looks like designed for extension (can be subclassed), but the method 'withThreadsPerProvider' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramConfiguration' final or making the method 'withThreadsPerProvider' static/final/abstract/empty, or adding allowed annotation for the method. | 258 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
![]() |
misc | FinalParameters | Parameter threadsPerProvider should be final. | 258 |
![]() |
coding | HiddenField | 'threadsPerProvider' hides a field. | 258 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 263 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 265 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 275 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 277 |
![]() |
misc | FinalParameters | Parameter retrySleepMs should be final. | 283 |
![]() |
coding | HiddenField | 'retrySleepMs' hides a field. | 283 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' looks like designed for extension (can be subclassed), but the method 'withRetrySleepMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramConfiguration' final or making the method 'withRetrySleepMs' static/final/abstract/empty, or adding allowed annotation for the method. | 287 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 287 |
![]() |
misc | FinalParameters | Parameter retrySleepMs should be final. | 287 |
![]() |
coding | HiddenField | 'retrySleepMs' hides a field. | 287 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 292 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 294 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 304 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 306 |
![]() |
misc | FinalParameters | Parameter retryMax should be final. | 312 |
![]() |
coding | HiddenField | 'retryMax' hides a field. | 312 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' looks like designed for extension (can be subclassed), but the method 'withRetryMax' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramConfiguration' final or making the method 'withRetryMax' static/final/abstract/empty, or adding allowed annotation for the method. | 316 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
![]() |
misc | FinalParameters | Parameter retryMax should be final. | 316 |
![]() |
coding | HiddenField | 'retryMax' hides a field. | 316 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' 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 'InstagramConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 321 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' 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 'InstagramConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 326 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' 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 'InstagramConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 332 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 332 |
![]() |
misc | FinalParameters | Parameter name should be final. | 334 |
![]() |
misc | FinalParameters | Parameter value should be final. | 334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 338 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' 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 'InstagramConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 338 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
![]() |
misc | FinalParameters | Parameter name should be final. | 338 |
![]() |
misc | FinalParameters | Parameter value should be final. | 338 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' 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 'InstagramConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 217). | 345 |
![]() |
design | DesignForExtension | Class 'InstagramConfiguration' 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 'InstagramConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 348 |
![]() |
misc | FinalParameters | Parameter other should be final. | 349 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 353). | 357 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter endpoints should be final. | 80 |
![]() |
coding | HiddenField | 'endpoints' hides a field. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 84 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withEndpoints' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramEngagersProviderConfiguration' final or making the method 'withEndpoints' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter endpoints should be final. | 84 |
![]() |
coding | HiddenField | 'endpoints' hides a field. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
misc | FinalParameters | Parameter info should be final. | 109 |
![]() |
coding | HiddenField | 'info' hides a field. | 109 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramEngagersProviderConfiguration' final or making the method 'withInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter info should be final. | 113 |
![]() |
coding | HiddenField | 'info' hides a field. | 113 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 138 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 138 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxItems' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramEngagersProviderConfiguration' final or making the method 'withMaxItems' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 142 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 142 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersProviderConfiguration' 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 'InstagramEngagersProviderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersProviderConfiguration' 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 'InstagramEngagersProviderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersProviderConfiguration' 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 'InstagramEngagersProviderConfiguration' final or making the method 'setAdditionalProperty' 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. | 160 |
![]() |
misc | FinalParameters | Parameter value should be final. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 164 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersProviderConfiguration' 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 'InstagramEngagersProviderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter name should be final. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 164 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersProviderConfiguration' 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 'InstagramEngagersProviderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 171 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersProviderConfiguration' 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 'InstagramEngagersProviderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
misc | FinalParameters | Parameter other should be final. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 179 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 188). | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
misc | FinalParameters | Parameter info should be final. | 63 |
![]() |
coding | HiddenField | 'info' hides a field. | 63 |
![]() |
design | DesignForExtension | Class 'InstagramLikersProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramLikersProviderConfiguration' final or making the method 'withInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter info should be final. | 67 |
![]() |
coding | HiddenField | 'info' hides a field. | 67 |
![]() |
design | DesignForExtension | Class 'InstagramLikersProviderConfiguration' 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 'InstagramLikersProviderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
design | DesignForExtension | Class 'InstagramLikersProviderConfiguration' 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 'InstagramLikersProviderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Class 'InstagramLikersProviderConfiguration' 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 'InstagramLikersProviderConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter name should be final. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 89 |
![]() |
design | DesignForExtension | Class 'InstagramLikersProviderConfiguration' 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 'InstagramLikersProviderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter name should be final. | 89 |
![]() |
misc | FinalParameters | Parameter value should be final. | 89 |
![]() |
design | DesignForExtension | Class 'InstagramLikersProviderConfiguration' 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 'InstagramLikersProviderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 96 |
![]() |
design | DesignForExtension | Class 'InstagramLikersProviderConfiguration' 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 'InstagramLikersProviderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
misc | FinalParameters | Parameter other should be final. | 100 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
misc | FinalParameters | Parameter clientId should be final. | 59 |
![]() |
coding | HiddenField | 'clientId' hides a field. | 59 |
![]() |
design | DesignForExtension | Class 'InstagramOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withClientId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramOAuthConfiguration' final or making the method 'withClientId' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter clientId should be final. | 63 |
![]() |
coding | HiddenField | 'clientId' hides a field. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter clientSecret should be final. | 86 |
![]() |
coding | HiddenField | 'clientSecret' hides a field. | 86 |
![]() |
design | DesignForExtension | Class 'InstagramOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withClientSecret' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramOAuthConfiguration' final or making the method 'withClientSecret' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter clientSecret should be final. | 90 |
![]() |
coding | HiddenField | 'clientSecret' hides a field. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
misc | FinalParameters | Parameter accessToken should be final. | 113 |
![]() |
coding | HiddenField | 'accessToken' hides a field. | 113 |
![]() |
design | DesignForExtension | Class 'InstagramOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withAccessToken' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramOAuthConfiguration' final or making the method 'withAccessToken' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter accessToken should be final. | 117 |
![]() |
coding | HiddenField | 'accessToken' hides a field. | 117 |
![]() |
design | DesignForExtension | Class 'InstagramOAuthConfiguration' 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 'InstagramOAuthConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
design | DesignForExtension | Class 'InstagramOAuthConfiguration' 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 'InstagramOAuthConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
design | DesignForExtension | Class 'InstagramOAuthConfiguration' 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 'InstagramOAuthConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter name should be final. | 135 |
![]() |
misc | FinalParameters | Parameter value should be final. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 139 |
![]() |
design | DesignForExtension | Class 'InstagramOAuthConfiguration' 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 'InstagramOAuthConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
misc | FinalParameters | Parameter name should be final. | 139 |
![]() |
misc | FinalParameters | Parameter value should be final. | 139 |
![]() |
design | DesignForExtension | Class 'InstagramOAuthConfiguration' 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 'InstagramOAuthConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 146 |
![]() |
design | DesignForExtension | Class 'InstagramOAuthConfiguration' 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 'InstagramOAuthConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
misc | FinalParameters | Parameter other should be final. | 150 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 208). | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
misc | FinalParameters | Parameter info should be final. | 63 |
![]() |
coding | HiddenField | 'info' hides a field. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
![]() |
design | DesignForExtension | Class 'InstagramRecentMediaProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramRecentMediaProviderConfiguration' final or making the method 'withInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter info should be final. | 67 |
![]() |
coding | HiddenField | 'info' hides a field. | 67 |
![]() |
design | DesignForExtension | Class 'InstagramRecentMediaProviderConfiguration' 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 'InstagramRecentMediaProviderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
design | DesignForExtension | Class 'InstagramRecentMediaProviderConfiguration' 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 'InstagramRecentMediaProviderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Class 'InstagramRecentMediaProviderConfiguration' 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 'InstagramRecentMediaProviderConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter name should be final. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 89 |
![]() |
design | DesignForExtension | Class 'InstagramRecentMediaProviderConfiguration' 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 'InstagramRecentMediaProviderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter name should be final. | 89 |
![]() |
misc | FinalParameters | Parameter value should be final. | 89 |
![]() |
design | DesignForExtension | Class 'InstagramRecentMediaProviderConfiguration' 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 'InstagramRecentMediaProviderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 96 |
![]() |
design | DesignForExtension | Class 'InstagramRecentMediaProviderConfiguration' 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 'InstagramRecentMediaProviderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
misc | FinalParameters | Parameter other should be final. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 104 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
misc | FinalParameters | Parameter info should be final. | 63 |
![]() |
coding | HiddenField | 'info' hides a field. | 63 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramUserInfoProviderConfiguration' final or making the method 'withInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter info should be final. | 67 |
![]() |
coding | HiddenField | 'info' hides a field. | 67 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoProviderConfiguration' 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 'InstagramUserInfoProviderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoProviderConfiguration' 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 'InstagramUserInfoProviderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoProviderConfiguration' 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 'InstagramUserInfoProviderConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter name should be final. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 89 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoProviderConfiguration' 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 'InstagramUserInfoProviderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter name should be final. | 89 |
![]() |
misc | FinalParameters | Parameter value should be final. | 89 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoProviderConfiguration' 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 'InstagramUserInfoProviderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 96 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoProviderConfiguration' 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 'InstagramUserInfoProviderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
misc | FinalParameters | Parameter other should be final. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
misc | FinalParameters | Parameter createdTime should be final. | 63 |
![]() |
coding | HiddenField | 'createdTime' hides a field. | 63 |
![]() |
design | DesignForExtension | Class 'Caption' looks like designed for extension (can be subclassed), but the method 'withCreatedTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Caption' final or making the method 'withCreatedTime' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter createdTime should be final. | 67 |
![]() |
coding | HiddenField | 'createdTime' hides a field. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
misc | FinalParameters | Parameter from should be final. | 90 |
![]() |
coding | HiddenField | 'from' hides a field. | 90 |
![]() |
design | DesignForExtension | Class 'Caption' looks like designed for extension (can be subclassed), but the method 'withFrom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Caption' final or making the method 'withFrom' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter from should be final. | 94 |
![]() |
coding | HiddenField | 'from' hides a field. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
misc | FinalParameters | Parameter id should be final. | 117 |
![]() |
coding | HiddenField | 'id' hides a field. | 117 |
![]() |
design | DesignForExtension | Class 'Caption' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Caption' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter id should be final. | 121 |
![]() |
coding | HiddenField | 'id' hides a field. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
misc | FinalParameters | Parameter text should be final. | 144 |
![]() |
coding | HiddenField | 'text' hides a field. | 144 |
![]() |
design | DesignForExtension | Class 'Caption' looks like designed for extension (can be subclassed), but the method 'withText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Caption' final or making the method 'withText' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter text should be final. | 148 |
![]() |
coding | HiddenField | 'text' hides a field. | 148 |
![]() |
design | DesignForExtension | Class 'Caption' 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 'Caption' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
design | DesignForExtension | Class 'Caption' 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 'Caption' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
design | DesignForExtension | Class 'Caption' 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 'Caption' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter name should be final. | 166 |
![]() |
misc | FinalParameters | Parameter value should be final. | 166 |
![]() |
design | DesignForExtension | Class 'Caption' 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 'Caption' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter name should be final. | 170 |
![]() |
misc | FinalParameters | Parameter value should be final. | 170 |
![]() |
design | DesignForExtension | Class 'Caption' 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 'Caption' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 177 |
![]() |
design | DesignForExtension | Class 'Caption' 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 'Caption' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 180 |
![]() |
misc | FinalParameters | Parameter other should be final. | 181 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 203). | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
misc | FinalParameters | Parameter id should be final. | 65 |
![]() |
coding | HiddenField | 'id' hides a field. | 65 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter id should be final. | 69 |
![]() |
coding | HiddenField | 'id' hides a field. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
misc | FinalParameters | Parameter createdTime should be final. | 92 |
![]() |
coding | HiddenField | 'createdTime' hides a field. | 92 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'withCreatedTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'withCreatedTime' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter createdTime should be final. | 96 |
![]() |
coding | HiddenField | 'createdTime' hides a field. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
misc | FinalParameters | Parameter text should be final. | 119 |
![]() |
coding | HiddenField | 'text' hides a field. | 119 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'withText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'withText' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter text should be final. | 123 |
![]() |
coding | HiddenField | 'text' hides a field. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
misc | FinalParameters | Parameter from should be final. | 146 |
![]() |
coding | HiddenField | 'from' hides a field. | 146 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'withFrom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'withFrom' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
misc | FinalParameters | Parameter from should be final. | 150 |
![]() |
coding | HiddenField | 'from' hides a field. | 150 |
![]() |
design | DesignForExtension | Class 'Comment' 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 'Comment' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 155 |
![]() |
design | DesignForExtension | Class 'Comment' 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 'Comment' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
design | DesignForExtension | Class 'Comment' 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 'Comment' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
misc | FinalParameters | Parameter name should be final. | 168 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
design | DesignForExtension | Class 'Comment' 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 'Comment' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
misc | FinalParameters | Parameter name should be final. | 172 |
![]() |
misc | FinalParameters | Parameter value should be final. | 172 |
![]() |
design | DesignForExtension | Class 'Comment' 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 'Comment' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 179 |
![]() |
design | DesignForExtension | Class 'Comment' 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 'Comment' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
![]() |
misc | FinalParameters | Parameter other should be final. | 183 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 203). | 191 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
misc | FinalParameters | Parameter count should be final. | 57 |
![]() |
coding | HiddenField | 'count' hides a field. | 57 |
![]() |
design | DesignForExtension | Class 'Comments' looks like designed for extension (can be subclassed), but the method 'withCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comments' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter count should be final. | 61 |
![]() |
coding | HiddenField | 'count' hides a field. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
misc | FinalParameters | Parameter data should be final. | 84 |
![]() |
coding | HiddenField | 'data' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'Comments' looks like designed for extension (can be subclassed), but the method 'withData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comments' final or making the method 'withData' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter data should be final. | 88 |
![]() |
coding | HiddenField | 'data' hides a field. | 88 |
![]() |
design | DesignForExtension | Class 'Comments' 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 'Comments' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
design | DesignForExtension | Class 'Comments' 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 'Comments' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Class 'Comments' 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 'Comments' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'Comments' 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 'Comments' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter name should be final. | 110 |
![]() |
misc | FinalParameters | Parameter value should be final. | 110 |
![]() |
design | DesignForExtension | Class 'Comments' 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 'Comments' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 117 |
![]() |
design | DesignForExtension | Class 'Comments' 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 'Comments' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
misc | FinalParameters | Parameter other should be final. | 121 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter lowResolution should be final. | 76 |
![]() |
coding | HiddenField | 'lowResolution' hides a field. | 76 |
![]() |
design | DesignForExtension | Class 'Images' looks like designed for extension (can be subclassed), but the method 'withLowResolution' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Images' final or making the method 'withLowResolution' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter lowResolution should be final. | 80 |
![]() |
coding | HiddenField | 'lowResolution' hides a field. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
misc | FinalParameters | Parameter standardResolution should be final. | 105 |
![]() |
coding | HiddenField | 'standardResolution' hides a field. | 105 |
![]() |
design | DesignForExtension | Class 'Images' looks like designed for extension (can be subclassed), but the method 'withStandardResolution' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Images' final or making the method 'withStandardResolution' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter standardResolution should be final. | 109 |
![]() |
coding | HiddenField | 'standardResolution' hides a field. | 109 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
misc | FinalParameters | Parameter thumbnail should be final. | 134 |
![]() |
coding | HiddenField | 'thumbnail' hides a field. | 134 |
![]() |
design | DesignForExtension | Class 'Images' looks like designed for extension (can be subclassed), but the method 'withThumbnail' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Images' final or making the method 'withThumbnail' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter thumbnail should be final. | 138 |
![]() |
coding | HiddenField | 'thumbnail' hides a field. | 138 |
![]() |
design | DesignForExtension | Class 'Images' 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 'Images' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
![]() |
design | DesignForExtension | Class 'Images' 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 'Images' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
design | DesignForExtension | Class 'Images' 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 'Images' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter name should be final. | 156 |
![]() |
misc | FinalParameters | Parameter value should be final. | 156 |
![]() |
design | DesignForExtension | Class 'Images' 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 'Images' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter name should be final. | 160 |
![]() |
misc | FinalParameters | Parameter value should be final. | 160 |
![]() |
design | DesignForExtension | Class 'Images' 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 'Images' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 167 |
![]() |
design | DesignForExtension | Class 'Images' 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 'Images' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 170 |
![]() |
misc | FinalParameters | Parameter other should be final. | 171 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 226). | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
misc | FinalParameters | Parameter count should be final. | 49 |
![]() |
coding | HiddenField | 'count' hides a field. | 49 |
![]() |
design | DesignForExtension | Class 'LikeCounts' looks like designed for extension (can be subclassed), but the method 'withCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LikeCounts' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter count should be final. | 53 |
![]() |
coding | HiddenField | 'count' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'LikeCounts' 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 'LikeCounts' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
design | DesignForExtension | Class 'LikeCounts' 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 'LikeCounts' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Class 'LikeCounts' 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 'LikeCounts' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter name should be final. | 71 |
![]() |
misc | FinalParameters | Parameter value should be final. | 71 |
![]() |
design | DesignForExtension | Class 'LikeCounts' 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 'LikeCounts' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter name should be final. | 75 |
![]() |
misc | FinalParameters | Parameter value should be final. | 75 |
![]() |
design | DesignForExtension | Class 'LikeCounts' 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 'LikeCounts' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
design | DesignForExtension | Class 'LikeCounts' 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 'LikeCounts' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
misc | FinalParameters | Parameter other should be final. | 86 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
misc | FinalParameters | Parameter id should be final. | 61 |
![]() |
coding | HiddenField | 'id' hides a field. | 61 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter id should be final. | 65 |
![]() |
coding | HiddenField | 'id' hides a field. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
misc | FinalParameters | Parameter latitude should be final. | 88 |
![]() |
coding | HiddenField | 'latitude' hides a field. | 88 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withLatitude' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withLatitude' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter latitude should be final. | 92 |
![]() |
coding | HiddenField | 'latitude' hides a field. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
misc | FinalParameters | Parameter longitude should be final. | 115 |
![]() |
coding | HiddenField | 'longitude' hides a field. | 115 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withLongitude' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withLongitude' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter longitude should be final. | 119 |
![]() |
coding | HiddenField | 'longitude' hides a field. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
misc | FinalParameters | Parameter name should be final. | 142 |
![]() |
coding | HiddenField | 'name' hides a field. | 142 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter name should be final. | 146 |
![]() |
coding | HiddenField | 'name' hides a field. | 146 |
![]() |
design | DesignForExtension | Class 'Location' 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 'Location' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
design | DesignForExtension | Class 'Location' 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 'Location' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
design | DesignForExtension | Class 'Location' 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 'Location' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 164 |
![]() |
coding | HiddenField | 'name' hides a field. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 164 |
![]() |
design | DesignForExtension | Class 'Location' 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 'Location' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter name should be final. | 168 |
![]() |
coding | HiddenField | 'name' hides a field. | 168 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
design | DesignForExtension | Class 'Location' 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 'Location' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 175 |
![]() |
design | DesignForExtension | Class 'Location' 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 'Location' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 178 |
![]() |
misc | FinalParameters | Parameter other should be final. | 179 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
misc | FinalParameters | Parameter caption should be final. | 117 |
![]() |
coding | HiddenField | 'caption' hides a field. | 117 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withCaption' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withCaption' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter caption should be final. | 121 |
![]() |
coding | HiddenField | 'caption' hides a field. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
misc | FinalParameters | Parameter comments should be final. | 144 |
![]() |
coding | HiddenField | 'comments' hides a field. | 144 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withComments' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withComments' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter comments should be final. | 148 |
![]() |
coding | HiddenField | 'comments' hides a field. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 165 |
![]() |
misc | FinalParameters | Parameter createdTime should be final. | 171 |
![]() |
coding | HiddenField | 'createdTime' hides a field. | 171 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withCreatedTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withCreatedTime' static/final/abstract/empty, or adding allowed annotation for the method. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
misc | FinalParameters | Parameter createdTime should be final. | 175 |
![]() |
coding | HiddenField | 'createdTime' hides a field. | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 198 |
![]() |
coding | HiddenField | 'filter' hides a field. | 198 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withFilter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withFilter' static/final/abstract/empty, or adding allowed annotation for the method. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 202 |
![]() |
coding | HiddenField | 'filter' hides a field. | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 219 |
![]() |
misc | FinalParameters | Parameter id should be final. | 225 |
![]() |
coding | HiddenField | 'id' hides a field. | 225 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 229 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
![]() |
misc | FinalParameters | Parameter id should be final. | 229 |
![]() |
coding | HiddenField | 'id' hides a field. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 246 |
![]() |
misc | FinalParameters | Parameter images should be final. | 252 |
![]() |
coding | HiddenField | 'images' hides a field. | 252 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withImages' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withImages' static/final/abstract/empty, or adding allowed annotation for the method. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
misc | FinalParameters | Parameter images should be final. | 256 |
![]() |
coding | HiddenField | 'images' hides a field. | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 273 |
![]() |
misc | FinalParameters | Parameter likes should be final. | 279 |
![]() |
coding | HiddenField | 'likes' hides a field. | 279 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withLikes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withLikes' static/final/abstract/empty, or adding allowed annotation for the method. | 283 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 283 |
![]() |
misc | FinalParameters | Parameter likes should be final. | 283 |
![]() |
coding | HiddenField | 'likes' hides a field. | 283 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 300 |
![]() |
misc | FinalParameters | Parameter link should be final. | 306 |
![]() |
coding | HiddenField | 'link' hides a field. | 306 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withLink' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withLink' static/final/abstract/empty, or adding allowed annotation for the method. | 310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
misc | FinalParameters | Parameter link should be final. | 310 |
![]() |
coding | HiddenField | 'link' hides a field. | 310 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 316 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 327 |
![]() |
misc | FinalParameters | Parameter location should be final. | 333 |
![]() |
coding | HiddenField | 'location' hides a field. | 333 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withLocation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withLocation' static/final/abstract/empty, or adding allowed annotation for the method. | 337 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
misc | FinalParameters | Parameter location should be final. | 337 |
![]() |
coding | HiddenField | 'location' hides a field. | 337 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 343 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 354 |
![]() |
misc | FinalParameters | Parameter tags should be final. | 360 |
![]() |
coding | HiddenField | 'tags' hides a field. | 360 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withTags' static/final/abstract/empty, or adding allowed annotation for the method. | 364 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 364 |
![]() |
misc | FinalParameters | Parameter tags should be final. | 364 |
![]() |
coding | HiddenField | 'tags' hides a field. | 364 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 370 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 381 |
![]() |
misc | FinalParameters | Parameter type should be final. | 387 |
![]() |
coding | HiddenField | 'type' hides a field. | 387 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withType' static/final/abstract/empty, or adding allowed annotation for the method. | 391 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 391 |
![]() |
misc | FinalParameters | Parameter type should be final. | 391 |
![]() |
coding | HiddenField | 'type' hides a field. | 391 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 397 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 408 |
![]() |
misc | FinalParameters | Parameter user should be final. | 414 |
![]() |
coding | HiddenField | 'user' hides a field. | 414 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withUser' static/final/abstract/empty, or adding allowed annotation for the method. | 418 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 418 |
![]() |
misc | FinalParameters | Parameter user should be final. | 418 |
![]() |
coding | HiddenField | 'user' hides a field. | 418 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 424 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 435 |
![]() |
misc | FinalParameters | Parameter videos should be final. | 441 |
![]() |
coding | HiddenField | 'videos' hides a field. | 441 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withVideos' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withVideos' static/final/abstract/empty, or adding allowed annotation for the method. | 445 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 445 |
![]() |
misc | FinalParameters | Parameter videos should be final. | 445 |
![]() |
coding | HiddenField | 'videos' hides a field. | 445 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 451 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 462 |
![]() |
misc | FinalParameters | Parameter usersInPhoto should be final. | 468 |
![]() |
coding | HiddenField | 'usersInPhoto' hides a field. | 468 |
![]() |
design | DesignForExtension | Class 'Media' looks like designed for extension (can be subclassed), but the method 'withUsersInPhoto' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Media' final or making the method 'withUsersInPhoto' static/final/abstract/empty, or adding allowed annotation for the method. | 472 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 472 |
![]() |
misc | FinalParameters | Parameter usersInPhoto should be final. | 472 |
![]() |
coding | HiddenField | 'usersInPhoto' hides a field. | 472 |
![]() |
design | DesignForExtension | Class 'Media' 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 'Media' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 477 |
![]() |
design | DesignForExtension | Class 'Media' 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 'Media' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 482 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 482 |
![]() |
design | DesignForExtension | Class 'Media' 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 'Media' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 488 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 488 |
![]() |
misc | FinalParameters | Parameter name should be final. | 490 |
![]() |
misc | FinalParameters | Parameter value should be final. | 490 |
![]() |
design | DesignForExtension | Class 'Media' 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 'Media' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 494 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 494 |
![]() |
misc | FinalParameters | Parameter name should be final. | 494 |
![]() |
misc | FinalParameters | Parameter value should be final. | 494 |
![]() |
design | DesignForExtension | Class 'Media' 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 'Media' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 292). | 501 |
![]() |
design | DesignForExtension | Class 'Media' 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 'Media' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 504 |
![]() |
misc | FinalParameters | Parameter other should be final. | 505 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 509 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 485). | 513 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 516 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 517 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 519 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 520 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 521 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 522 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 522 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 530 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 530 |
![]() |
misc | FinalParameters | Parameter value should be final. | 530 |
![]() |
coding | HiddenField | 'value' hides a field. | 530 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 540 |
![]() |
misc | FinalParameters | Parameter value should be final. | 541 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter x should be final. | 53 |
![]() |
coding | HiddenField | 'x' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Position' looks like designed for extension (can be subclassed), but the method 'withX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Position' final or making the method 'withX' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter x should be final. | 57 |
![]() |
coding | HiddenField | 'x' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter y should be final. | 80 |
![]() |
coding | HiddenField | 'y' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'Position' looks like designed for extension (can be subclassed), but the method 'withY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Position' final or making the method 'withY' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter y should be final. | 84 |
![]() |
coding | HiddenField | 'y' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'Position' 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 'Position' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'Position' 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 'Position' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'Position' 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 'Position' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Class 'Position' 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 'Position' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'Position' 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 'Position' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 113 |
![]() |
design | DesignForExtension | Class 'Position' 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 'Position' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter other should be final. | 117 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
misc | FinalParameters | Parameter id should be final. | 77 |
![]() |
coding | HiddenField | 'id' hides a field. | 77 |
![]() |
design | DesignForExtension | Class 'UserInfo' looks like designed for extension (can be subclassed), but the method 'withId' 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 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter id should be final. | 81 |
![]() |
coding | HiddenField | 'id' hides a field. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
misc | FinalParameters | Parameter username should be final. | 104 |
![]() |
coding | HiddenField | 'username' hides a field. | 104 |
![]() |
design | DesignForExtension | Class 'UserInfo' looks like designed for extension (can be subclassed), but the method 'withUsername' 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 'withUsername' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter username should be final. | 108 |
![]() |
coding | HiddenField | 'username' hides a field. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
misc | FinalParameters | Parameter fullName should be final. | 131 |
![]() |
coding | HiddenField | 'fullName' hides a field. | 131 |
![]() |
design | DesignForExtension | Class 'UserInfo' looks like designed for extension (can be subclassed), but the method 'withFullName' 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 'withFullName' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter fullName should be final. | 135 |
![]() |
coding | HiddenField | 'fullName' hides a field. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
misc | FinalParameters | Parameter profilePicture should be final. | 158 |
![]() |
coding | HiddenField | 'profilePicture' hides a field. | 158 |
![]() |
design | DesignForExtension | Class 'UserInfo' looks like designed for extension (can be subclassed), but the method 'withProfilePicture' 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 'withProfilePicture' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter profilePicture should be final. | 162 |
![]() |
coding | HiddenField | 'profilePicture' hides a field. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
misc | FinalParameters | Parameter bio should be final. | 185 |
![]() |
coding | HiddenField | 'bio' hides a field. | 185 |
![]() |
design | DesignForExtension | Class 'UserInfo' looks like designed for extension (can be subclassed), but the method 'withBio' 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 'withBio' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter bio should be final. | 189 |
![]() |
coding | HiddenField | 'bio' hides a field. | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
misc | FinalParameters | Parameter website should be final. | 212 |
![]() |
coding | HiddenField | 'website' hides a field. | 212 |
![]() |
design | DesignForExtension | Class 'UserInfo' looks like designed for extension (can be subclassed), but the method 'withWebsite' 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 'withWebsite' static/final/abstract/empty, or adding allowed annotation for the method. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
misc | FinalParameters | Parameter website should be final. | 216 |
![]() |
coding | HiddenField | 'website' hides a field. | 216 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 233 |
![]() |
misc | FinalParameters | Parameter counts should be final. | 239 |
![]() |
coding | HiddenField | 'counts' hides a field. | 239 |
![]() |
design | DesignForExtension | Class 'UserInfo' looks like designed for extension (can be subclassed), but the method 'withCounts' 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 'withCounts' static/final/abstract/empty, or adding allowed annotation for the method. | 243 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
![]() |
misc | FinalParameters | Parameter counts should be final. | 243 |
![]() |
coding | HiddenField | 'counts' hides a field. | 243 |
![]() |
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. | 248 |
![]() |
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. | 253 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 253 |
![]() |
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. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
misc | FinalParameters | Parameter name should be final. | 261 |
![]() |
misc | FinalParameters | Parameter value should be final. | 261 |
![]() |
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. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
misc | FinalParameters | Parameter name should be final. | 265 |
![]() |
misc | FinalParameters | Parameter value should be final. | 265 |
![]() |
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. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 190). | 272 |
![]() |
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. | 275 |
![]() |
misc | FinalParameters | Parameter other should be final. | 276 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 284 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
misc | FinalParameters | Parameter media should be final. | 57 |
![]() |
coding | HiddenField | 'media' hides a field. | 57 |
![]() |
design | DesignForExtension | Class 'UserInfoCounts' looks like designed for extension (can be subclassed), but the method 'withMedia' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserInfoCounts' final or making the method 'withMedia' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter media should be final. | 61 |
![]() |
coding | HiddenField | 'media' hides a field. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
misc | FinalParameters | Parameter follows should be final. | 84 |
![]() |
coding | HiddenField | 'follows' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'UserInfoCounts' looks like designed for extension (can be subclassed), but the method 'withFollows' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserInfoCounts' final or making the method 'withFollows' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter follows should be final. | 88 |
![]() |
coding | HiddenField | 'follows' hides a field. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
misc | FinalParameters | Parameter followedBy should be final. | 111 |
![]() |
coding | HiddenField | 'followedBy' hides a field. | 111 |
![]() |
design | DesignForExtension | Class 'UserInfoCounts' looks like designed for extension (can be subclassed), but the method 'withFollowedBy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserInfoCounts' final or making the method 'withFollowedBy' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter followedBy should be final. | 115 |
![]() |
coding | HiddenField | 'followedBy' hides a field. | 115 |
![]() |
design | DesignForExtension | Class 'UserInfoCounts' 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 'UserInfoCounts' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
design | DesignForExtension | Class 'UserInfoCounts' 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 'UserInfoCounts' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
design | DesignForExtension | Class 'UserInfoCounts' 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 'UserInfoCounts' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter name should be final. | 133 |
![]() |
misc | FinalParameters | Parameter value should be final. | 133 |
![]() |
design | DesignForExtension | Class 'UserInfoCounts' 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 'UserInfoCounts' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter name should be final. | 137 |
![]() |
misc | FinalParameters | Parameter value should be final. | 137 |
![]() |
design | DesignForExtension | Class 'UserInfoCounts' 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 'UserInfoCounts' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 144 |
![]() |
design | DesignForExtension | Class 'UserInfoCounts' 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 'UserInfoCounts' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
misc | FinalParameters | Parameter other should be final. | 148 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 190). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 60 |
![]() |
coding | HiddenField | 'userId' hides a field. | 60 |
![]() |
design | DesignForExtension | Class 'UserRecentMediaRequest' 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 'UserRecentMediaRequest' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 64 |
![]() |
coding | HiddenField | 'userId' hides a field. | 64 |
![]() |
design | DesignForExtension | Class 'UserRecentMediaRequest' 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 'UserRecentMediaRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
design | DesignForExtension | Class 'UserRecentMediaRequest' 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 'UserRecentMediaRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Class 'UserRecentMediaRequest' 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 'UserRecentMediaRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter name should be final. | 82 |
![]() |
misc | FinalParameters | Parameter value should be final. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
![]() |
design | DesignForExtension | Class 'UserRecentMediaRequest' 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 'UserRecentMediaRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter name should be final. | 86 |
![]() |
misc | FinalParameters | Parameter value should be final. | 86 |
![]() |
design | DesignForExtension | Class 'UserRecentMediaRequest' 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 'UserRecentMediaRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 93 |
![]() |
design | DesignForExtension | Class 'UserRecentMediaRequest' 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 'UserRecentMediaRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
misc | FinalParameters | Parameter other should be final. | 97 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
misc | FinalParameters | Parameter user should be final. | 56 |
![]() |
coding | HiddenField | 'user' hides a field. | 56 |
![]() |
design | DesignForExtension | Class 'UsersInPhoto' looks like designed for extension (can be subclassed), but the method 'withUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersInPhoto' final or making the method 'withUser' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter user should be final. | 60 |
![]() |
coding | HiddenField | 'user' hides a field. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
misc | FinalParameters | Parameter position should be final. | 83 |
![]() |
coding | HiddenField | 'position' hides a field. | 83 |
![]() |
design | DesignForExtension | Class 'UsersInPhoto' looks like designed for extension (can be subclassed), but the method 'withPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersInPhoto' final or making the method 'withPosition' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter position should be final. | 87 |
![]() |
coding | HiddenField | 'position' hides a field. | 87 |
![]() |
design | DesignForExtension | Class 'UsersInPhoto' 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 'UsersInPhoto' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
design | DesignForExtension | Class 'UsersInPhoto' 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 'UsersInPhoto' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
design | DesignForExtension | Class 'UsersInPhoto' 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 'UsersInPhoto' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter name should be final. | 105 |
![]() |
misc | FinalParameters | Parameter value should be final. | 105 |
![]() |
design | DesignForExtension | Class 'UsersInPhoto' 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 'UsersInPhoto' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter name should be final. | 109 |
![]() |
misc | FinalParameters | Parameter value should be final. | 109 |
![]() |
design | DesignForExtension | Class 'UsersInPhoto' 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 'UsersInPhoto' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 116 |
![]() |
design | DesignForExtension | Class 'UsersInPhoto' 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 'UsersInPhoto' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
misc | FinalParameters | Parameter other should be final. | 120 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter lowResolution should be final. | 76 |
![]() |
coding | HiddenField | 'lowResolution' hides a field. | 76 |
![]() |
design | DesignForExtension | Class 'Videos' looks like designed for extension (can be subclassed), but the method 'withLowResolution' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Videos' final or making the method 'withLowResolution' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter lowResolution should be final. | 80 |
![]() |
coding | HiddenField | 'lowResolution' hides a field. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
misc | FinalParameters | Parameter standardResolution should be final. | 105 |
![]() |
coding | HiddenField | 'standardResolution' hides a field. | 105 |
![]() |
design | DesignForExtension | Class 'Videos' looks like designed for extension (can be subclassed), but the method 'withStandardResolution' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Videos' final or making the method 'withStandardResolution' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter standardResolution should be final. | 109 |
![]() |
coding | HiddenField | 'standardResolution' hides a field. | 109 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
misc | FinalParameters | Parameter thumbnail should be final. | 134 |
![]() |
coding | HiddenField | 'thumbnail' hides a field. | 134 |
![]() |
design | DesignForExtension | Class 'Videos' looks like designed for extension (can be subclassed), but the method 'withThumbnail' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Videos' final or making the method 'withThumbnail' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter thumbnail should be final. | 138 |
![]() |
coding | HiddenField | 'thumbnail' hides a field. | 138 |
![]() |
design | DesignForExtension | Class 'Videos' 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 'Videos' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
![]() |
design | DesignForExtension | Class 'Videos' 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 'Videos' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
design | DesignForExtension | Class 'Videos' 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 'Videos' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter name should be final. | 156 |
![]() |
misc | FinalParameters | Parameter value should be final. | 156 |
![]() |
design | DesignForExtension | Class 'Videos' 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 'Videos' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter name should be final. | 160 |
![]() |
misc | FinalParameters | Parameter value should be final. | 160 |
![]() |
design | DesignForExtension | Class 'Videos' 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 'Videos' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 167 |
![]() |
design | DesignForExtension | Class 'Videos' 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 'Videos' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 170 |
![]() |
misc | FinalParameters | Parameter other should be final. | 171 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 226). | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Class 'InstagramTypeConverter' 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 'InstagramTypeConverter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
design | DesignForExtension | Class 'InstagramTypeConverter' 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 'InstagramTypeConverter' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 73 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 79 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 81 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 92 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 92 |
![]() |
design | DesignForExtension | Class 'InstagramTypeConverter' 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 'InstagramTypeConverter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - java.util.Collection. | 38 |
![]() |
imports | UnusedImports | Unused import - java.util.HashSet. | 39 |
![]() |
imports | UnusedImports | Unused import - java.util.Map. | 41 |
![]() |
imports | UnusedImports | Unused import - java.util.Set. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'dataQueue' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter config should be final. | 76 |
![]() |
coding | HiddenField | 'config' hides a field. | 76 |
![]() |
design | DesignForExtension | Class 'InstagramAbstractProvider' 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 'InstagramAbstractProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
design | DesignForExtension | Class 'InstagramAbstractProvider' 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 'InstagramAbstractProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 88 |
![]() |
design | DesignForExtension | Class 'InstagramAbstractProvider' 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 'InstagramAbstractProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 106 |
![]() |
design | DesignForExtension | Class 'InstagramAbstractProvider' 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 'InstagramAbstractProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 112 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 113 |
![]() |
design | DesignForExtension | Class 'InstagramAbstractProvider' 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 'InstagramAbstractProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
misc | FinalParameters | Parameter start should be final. | 118 |
![]() |
misc | FinalParameters | Parameter end should be final. | 118 |
![]() |
design | DesignForExtension | Class 'InstagramAbstractProvider' 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 'InstagramAbstractProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 123 |
![]() |
design | DesignForExtension | Class 'InstagramAbstractProvider' 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 'InstagramAbstractProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
coding | MagicNumber | '5' is a magic number. | 147 |
![]() |
coding | MagicNumber | '5' is a magic number. | 147 |
![]() |
design | DesignForExtension | Class 'InstagramAbstractProvider' 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 'InstagramAbstractProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter instagram should be final. | 43 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 43 |
![]() |
misc | FinalParameters | Parameter config should be final. | 43 |
![]() |
coding | HiddenField | 'config' hides a field. | 43 |
![]() |
design | DesignForExtension | Class 'InstagramCommentsCollector' 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 'InstagramCommentsCollector' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
![]() |
misc | FinalParameters | Parameter mediaId should be final. | 68 |
![]() |
naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 84 |
![]() |
design | DesignForExtension | Class 'InstagramCommentsCollector' looks like designed for extension (can be subclassed), but the method 'convertToStreamsDatum' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramCommentsCollector' final or making the method 'convertToStreamsDatum' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
misc | FinalParameters | Parameter item should be final. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter config should be final. | 59 |
![]() |
coding | HiddenField | 'config' hides a field. | 59 |
![]() |
design | DesignForExtension | Class 'InstagramCommentsProvider' looks like designed for extension (can be subclassed), but the method 'getInstagramDataCollector' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramCommentsProvider' final or making the method 'getInstagramDataCollector' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 85 |
![]() |
misc | FinalParameters | Parameter args should be final. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 113 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.internal.StringUtils. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 42 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'dataQueue' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'isCompleted' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'consecutiveErrorCount' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'backOffStrategy' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'instagram' must be private and have accessor methods. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 61 |
![]() |
misc | FinalParameters | Parameter instagram should be final. | 61 |
![]() |
coding | HiddenField | 'instagram' hides a field. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'instagram'. | 61 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 61 |
![]() |
misc | FinalParameters | Parameter config should be final. | 61 |
![]() |
coding | HiddenField | 'config' hides a field. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 80 |
![]() |
misc | FinalParameters | Parameter userData should be final. | 98 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 116 |
![]() |
design | DesignForExtension | Class 'InstagramDataCollector' looks like designed for extension (can be subclassed), but the method 'swapUsernameForId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramDataCollector' final or making the method 'swapUsernameForId' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter username should be final. | 122 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 127 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 127 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.instagram.api.UsersInfoResponse. | 22 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.BeanSession. | 36 |
![]() |
imports | UnusedImports | Unused import - java.util.LinkedList. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter instagram should be final. | 65 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 65 |
![]() |
misc | FinalParameters | Parameter config should be final. | 65 |
![]() |
coding | HiddenField | 'config' hides a field. | 65 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersCollector' 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 'InstagramEngagersCollector' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 90 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 93 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 93 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 99 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 113 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 115 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 115 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 116 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersCollector' looks like designed for extension (can be subclassed), but the method 'convertToStreamsDatum' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramEngagersCollector' final or making the method 'convertToStreamsDatum' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
misc | FinalParameters | Parameter item should be final. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter config should be final. | 56 |
![]() |
coding | HiddenField | 'config' hides a field. | 56 |
![]() |
design | DesignForExtension | Class 'InstagramEngagersProvider' looks like designed for extension (can be subclassed), but the method 'getInstagramDataCollector' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramEngagersProvider' final or making the method 'getInstagramDataCollector' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 82 |
![]() |
misc | FinalParameters | Parameter args should be final. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 110 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter instagram should be final. | 46 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 46 |
![]() |
misc | FinalParameters | Parameter config should be final. | 46 |
![]() |
coding | HiddenField | 'config' hides a field. | 46 |
![]() |
design | DesignForExtension | Class 'InstagramLikersCollector' 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 'InstagramLikersCollector' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
![]() |
misc | FinalParameters | Parameter mediaId should be final. | 71 |
![]() |
naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 87 |
![]() |
design | DesignForExtension | Class 'InstagramLikersCollector' looks like designed for extension (can be subclassed), but the method 'convertToStreamsDatum' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramLikersCollector' final or making the method 'convertToStreamsDatum' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
misc | FinalParameters | Parameter item should be final. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter config should be final. | 59 |
![]() |
coding | HiddenField | 'config' hides a field. | 59 |
![]() |
design | DesignForExtension | Class 'InstagramLikersProvider' looks like designed for extension (can be subclassed), but the method 'getInstagramDataCollector' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramLikersProvider' final or making the method 'getInstagramDataCollector' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 85 |
![]() |
misc | FinalParameters | Parameter args should be final. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 113 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
![]() |
misc | FinalParameters | Parameter config should be final. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter instagram should be final. | 49 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 49 |
![]() |
misc | FinalParameters | Parameter config should be final. | 49 |
![]() |
coding | HiddenField | 'config' hides a field. | 49 |
![]() |
design | DesignForExtension | Class 'InstagramRecentMediaCollector' 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 'InstagramRecentMediaCollector' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 57 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 57 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 65 |
![]() |
design | DesignForExtension | Class 'InstagramRecentMediaCollector' looks like designed for extension (can be subclassed), but the method 'convertToStreamsDatum' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramRecentMediaCollector' final or making the method 'convertToStreamsDatum' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter item should be final. | 72 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 81 |
![]() |
naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 87 |
![]() |
coding | MagicNumber | '33L' is a magic number. | 91 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 95 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 103 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter response should be final. | 113 |
![]() |
coding | SimplifyBooleanReturn | Conditional logic can be removed. | 114 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.instagram.config.InstagramConfiguration. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter config should be final. | 62 |
![]() |
coding | HiddenField | 'config' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'InstagramRecentMediaProvider' looks like designed for extension (can be subclassed), but the method 'getInstagramDataCollector' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramRecentMediaProvider' final or making the method 'getInstagramDataCollector' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 88 |
![]() |
misc | FinalParameters | Parameter args should be final. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 110 |
![]() |
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. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.instagram.api.SearchUsersRequest. | 20 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.instagram.api.SearchUsersResponse. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.instagram.config.InstagramConfiguration. | 23 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 40 |
![]() |
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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter instagram should be final. | 49 |
![]() |
misc | FinalParameters | Parameter dataQueue should be final. | 49 |
![]() |
misc | FinalParameters | Parameter config should be final. | 49 |
![]() |
coding | HiddenField | 'config' hides a field. | 49 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoCollector' 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 'InstagramUserInfoCollector' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 62 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoCollector' looks like designed for extension (can be subclassed), but the method 'collectInstagramDataForUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramUserInfoCollector' final or making the method 'collectInstagramDataForUser' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 69 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 71 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 71 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 79 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoCollector' looks like designed for extension (can be subclassed), but the method 'convertToStreamsDatum' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramUserInfoCollector' final or making the method 'convertToStreamsDatum' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
misc | FinalParameters | Parameter item should be final. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.instagram.config.InstagramConfiguration. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter config should be final. | 61 |
![]() |
coding | HiddenField | 'config' hides a field. | 61 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoProvider' looks like designed for extension (can be subclassed), but the method 'getInstagramDataCollector' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramUserInfoProvider' final or making the method 'getInstagramDataCollector' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 87 |
![]() |
misc | FinalParameters | Parameter args should be final. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 108 |
![]() |
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. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 34 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Class 'InstagramMediaFeedDataConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramMediaFeedDataConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
design | DesignForExtension | Class 'InstagramMediaFeedDataConverter' 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 'InstagramMediaFeedDataConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
design | DesignForExtension | Class 'InstagramMediaFeedDataConverter' looks like designed for extension (can be subclassed), but the method 'fromActivity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramMediaFeedDataConverter' final or making the method 'fromActivity' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 53 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 53 |
![]() |
design | DesignForExtension | Class 'InstagramMediaFeedDataConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramMediaFeedDataConverter' final or making the method 'fromActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
![]() |
misc | FinalParameters | Parameter list should be final. | 58 |
![]() |
design | DesignForExtension | Class 'InstagramMediaFeedDataConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramMediaFeedDataConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
![]() |
misc | FinalParameters | Parameter item should be final. | 63 |
![]() |
design | DesignForExtension | Class 'InstagramMediaFeedDataConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramMediaFeedDataConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
![]() |
misc | FinalParameters | Parameter list should be final. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoDataConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramUserInfoDataConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoDataConverter' 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 'InstagramUserInfoDataConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoDataConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramUserInfoDataConverter' final or making the method 'fromActivityObject' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 58 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 58 |
![]() |
design | DesignForExtension | Class 'InstagramUserInfoDataConverter' looks like designed for extension (can be subclassed), but the method 'toActivityObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InstagramUserInfoDataConverter' final or making the method 'toActivityObject' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 63 |
![]() |
misc | FinalParameters | Parameter serialized should be final. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 52 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 64 |
![]() |
misc | FinalParameters | Parameter item should be final. | 64 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 92 |
![]() |
misc | FinalParameters | Parameter item should be final. | 92 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 92 |
![]() |
misc | FinalParameters | Parameter item should be final. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
![]() |
misc | FinalParameters | Parameter item should be final. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 158 |
![]() |
misc | FinalParameters | Parameter item should be final. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 199 |
![]() |
misc | FinalParameters | Parameter item should be final. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 213 |
![]() |
misc | FinalParameters | Parameter attachments should be final. | 213 |
![]() |
misc | FinalParameters | Parameter item should be final. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 250 |
![]() |
misc | FinalParameters | Parameter attachments should be final. | 250 |
![]() |
misc | FinalParameters | Parameter item should be final. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 260 |
![]() |
misc | FinalParameters | Parameter item should be final. | 277 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 286 |
![]() |
misc | FinalParameters | Parameter item should be final. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 287 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 292 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 309 |
![]() |
misc | FinalParameters | Parameter idparts should be final. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 320 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 325 |
![]() |
misc | FinalParameters | Parameter item should be final. | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 326 |