The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 103 | ![]() |
NeedBraces | 4 | ![]() | |
coding | AvoidInlineConditionals | 1 | ![]() |
HiddenField | 1175 | ![]() | |
MagicNumber | 46 | ![]() | |
SimplifyBooleanExpression | 138 | ![]() | |
design | DesignForExtension | 2612 | ![]() |
FinalClass | 1 | ![]() | |
HideUtilityClassConstructor | 3 | ![]() | |
VisibilityModifier | 115 | ![]() | |
imports | UnusedImports | 45 | ![]() |
javadoc | JavadocMethod | 1100 | ![]() |
JavadocPackage | 11 | ![]() | |
JavadocStyle | 161 | ![]() | |
JavadocType | 77 | ![]() | |
JavadocVariable | 683 | ![]() | |
misc | FinalParameters | 2035 | ![]() |
TodoComment | 3 | ![]() | |
modifier | RedundantModifier | 72 | ![]() |
naming | ConstantName | 14 | ![]() |
LocalVariableName | 27 | ![]() | |
MemberName | 25 | ![]() | |
ParameterName | 27 | ![]() | |
StaticVariableName | 8 | ![]() | |
TypeName | 4 | ![]() | |
regexp | RegexpSingleline
|
1458 | ![]() |
sizes | LineLength | 1592 | ![]() |
whitespace | NoWhitespaceBefore | 3 | ![]() |
ParenPad | 179 | ![]() | |
WhitespaceAfter | 24 | ![]() | |
WhitespaceAround | 170 | ![]() |
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 |
![]() |
design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
misc | FinalParameters | Parameter username should be final. | 55 |
![]() |
coding | HiddenField | 'username' hides a field. | 55 |
![]() |
design | DesignForExtension | Method 'withUsername' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter username should be final. | 59 |
![]() |
coding | HiddenField | 'username' hides a field. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
design | DesignForExtension | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
misc | FinalParameters | Parameter password should be final. | 82 |
![]() |
coding | HiddenField | 'password' hides a field. | 82 |
![]() |
design | DesignForExtension | Method 'withPassword' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter password should be final. | 86 |
![]() |
coding | HiddenField | 'password' hides a field. | 86 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter name should be final. | 104 |
![]() |
misc | FinalParameters | Parameter value should be final. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 108 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 115 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 84). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 127 |
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. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
design | DesignForExtension | Method 'getExpandedUrl' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | DesignForExtension | Method 'setExpandedUrl' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
misc | FinalParameters | Parameter expandedUrl should be final. | 67 |
![]() |
coding | HiddenField | 'expandedUrl' hides a field. | 67 |
![]() |
design | DesignForExtension | Method 'withExpandedUrl' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter expandedUrl should be final. | 71 |
![]() |
coding | HiddenField | 'expandedUrl' hides a field. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
design | DesignForExtension | Method 'getIndices' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'setIndices' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 94 |
![]() |
coding | HiddenField | 'indices' hides a field. | 94 |
![]() |
design | DesignForExtension | Method 'withIndices' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 98 |
![]() |
coding | HiddenField | 'indices' hides a field. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
design | DesignForExtension | Method 'getDisplayUrl' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
design | DesignForExtension | Method 'setDisplayUrl' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
misc | FinalParameters | Parameter displayUrl should be final. | 121 |
![]() |
coding | HiddenField | 'displayUrl' hides a field. | 121 |
![]() |
design | DesignForExtension | Method 'withDisplayUrl' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter displayUrl should be final. | 125 |
![]() |
coding | HiddenField | 'displayUrl' hides a field. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
misc | FinalParameters | Parameter url should be final. | 148 |
![]() |
coding | HiddenField | 'url' hides a field. | 148 |
![]() |
design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter url should be final. | 152 |
![]() |
coding | HiddenField | 'url' hides a field. | 152 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter name should be final. | 170 |
![]() |
misc | FinalParameters | Parameter value should be final. | 170 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
misc | FinalParameters | Parameter name should be final. | 174 |
![]() |
misc | FinalParameters | Parameter value should be final. | 174 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 181 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
misc | FinalParameters | Parameter other should be final. | 185 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 193 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.List. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 254). | 39 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 274). | 49 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 268). | 59 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 256). | 69 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 256). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 256). | 58 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'url'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 158). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 262). | 68 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'webhookId'. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 266). | 79 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 354). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 252). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 93 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 94 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InvocationTargetException'. | 95 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RestCallException'. | 95 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 178). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 252). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 107 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InvocationTargetException'. | 108 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RestCallException'. | 108 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 258). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 119 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 120 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InvocationTargetException'. | 121 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RestCallException'. | 121 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 44 |
![]() |
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. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | MemberName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'getAlwaysUseHttps' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
design | DesignForExtension | Method 'setAlwaysUseHttps' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
misc | FinalParameters | Parameter alwaysUseHttps should be final. | 106 |
![]() |
coding | HiddenField | 'alwaysUseHttps' hides a field. | 106 |
![]() |
design | DesignForExtension | Method 'withAlwaysUseHttps' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter alwaysUseHttps should be final. | 110 |
![]() |
coding | HiddenField | 'alwaysUseHttps' hides a field. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'getDiscoverableByEmail' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
design | DesignForExtension | Method 'setDiscoverableByEmail' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
misc | FinalParameters | Parameter discoverableByEmail should be final. | 133 |
![]() |
coding | HiddenField | 'discoverableByEmail' hides a field. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 137 |
![]() |
design | DesignForExtension | Method 'withDiscoverableByEmail' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter discoverableByEmail should be final. | 137 |
![]() |
coding | HiddenField | 'discoverableByEmail' hides a field. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
design | DesignForExtension | Method 'getGeoEnabled' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
design | DesignForExtension | Method 'setGeoEnabled' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 160 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 160 |
![]() |
design | DesignForExtension | Method 'withGeoEnabled' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 164 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
design | DesignForExtension | Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
design | DesignForExtension | Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
misc | FinalParameters | Parameter language should be final. | 187 |
![]() |
coding | HiddenField | 'language' hides a field. | 187 |
![]() |
design | DesignForExtension | Method 'withLanguage' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter language should be final. | 191 |
![]() |
coding | HiddenField | 'language' hides a field. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
design | DesignForExtension | Method 'getProtected' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
design | DesignForExtension | Method 'setProtected' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 214 |
![]() |
coding | HiddenField | '_protected' hides a field. | 214 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
![]() |
design | DesignForExtension | Method 'withProtected' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 218 |
![]() |
coding | HiddenField | '_protected' hides a field. | 218 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 241 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 241 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 245 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
design | DesignForExtension | Method 'getShowAllInlineMedia' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
design | DesignForExtension | Method 'setShowAllInlineMedia' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
misc | FinalParameters | Parameter showAllInlineMedia should be final. | 268 |
![]() |
coding | HiddenField | 'showAllInlineMedia' hides a field. | 268 |
![]() |
design | DesignForExtension | Method 'withShowAllInlineMedia' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
![]() |
misc | FinalParameters | Parameter showAllInlineMedia should be final. | 272 |
![]() |
coding | HiddenField | 'showAllInlineMedia' hides a field. | 272 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
design | DesignForExtension | Method 'getSleepTime' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
design | DesignForExtension | Method 'setSleepTime' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() |
misc | FinalParameters | Parameter sleepTime should be final. | 295 |
![]() |
coding | HiddenField | 'sleepTime' hides a field. | 295 |
![]() |
design | DesignForExtension | Method 'withSleepTime' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 299 |
![]() |
misc | FinalParameters | Parameter sleepTime should be final. | 299 |
![]() |
coding | HiddenField | 'sleepTime' hides a field. | 299 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 305 |
![]() |
design | DesignForExtension | Method 'getTimeZone' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 316 |
![]() |
design | DesignForExtension | Method 'setTimeZone' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 322 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 322 |
![]() |
design | DesignForExtension | Method 'withTimeZone' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 326 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 326 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 332 |
![]() |
design | DesignForExtension | Method 'getTrendLocation' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 343 |
![]() |
design | DesignForExtension | Method 'setTrendLocation' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() |
misc | FinalParameters | Parameter trendLocation should be final. | 349 |
![]() |
coding | HiddenField | 'trendLocation' hides a field. | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 353 |
![]() |
design | DesignForExtension | Method 'withTrendLocation' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 353 |
![]() |
misc | FinalParameters | Parameter trendLocation should be final. | 353 |
![]() |
coding | HiddenField | 'trendLocation' hides a field. | 353 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 359 |
![]() |
design | DesignForExtension | Method 'getUseCookiePersonalization' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 370 |
![]() |
design | DesignForExtension | Method 'setUseCookiePersonalization' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() |
misc | FinalParameters | Parameter useCookiePersonalization should be final. | 376 |
![]() |
coding | HiddenField | 'useCookiePersonalization' hides a field. | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 380 |
![]() |
design | DesignForExtension | Method 'withUseCookiePersonalization' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 380 |
![]() |
misc | FinalParameters | Parameter useCookiePersonalization should be final. | 380 |
![]() |
coding | HiddenField | 'useCookiePersonalization' hides a field. | 380 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 386 |
![]() |
design | DesignForExtension | Method 'getAllowContributorRequest' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 397 |
![]() |
design | DesignForExtension | Method 'setAllowContributorRequest' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() |
misc | FinalParameters | Parameter allowContributorRequest should be final. | 403 |
![]() |
coding | HiddenField | 'allowContributorRequest' hides a field. | 403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 407 |
![]() |
design | DesignForExtension | Method 'withAllowContributorRequest' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 407 |
![]() |
misc | FinalParameters | Parameter allowContributorRequest should be final. | 407 |
![]() |
coding | HiddenField | 'allowContributorRequest' hides a field. | 407 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 417 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 423 |
![]() |
misc | FinalParameters | Parameter name should be final. | 425 |
![]() |
misc | FinalParameters | Parameter value should be final. | 425 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
![]() |
misc | FinalParameters | Parameter name should be final. | 429 |
![]() |
misc | FinalParameters | Parameter value should be final. | 429 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 434 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 353). | 436 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() |
misc | FinalParameters | Parameter other should be final. | 440 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 444 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 613). | 448 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 44 |
![]() |
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. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | MemberName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'getAlwaysUseHttps' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
design | DesignForExtension | Method 'setAlwaysUseHttps' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
misc | FinalParameters | Parameter alwaysUseHttps should be final. | 106 |
![]() |
coding | HiddenField | 'alwaysUseHttps' hides a field. | 106 |
![]() |
design | DesignForExtension | Method 'withAlwaysUseHttps' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter alwaysUseHttps should be final. | 110 |
![]() |
coding | HiddenField | 'alwaysUseHttps' hides a field. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'getDiscoverableByEmail' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
design | DesignForExtension | Method 'setDiscoverableByEmail' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
misc | FinalParameters | Parameter discoverableByEmail should be final. | 133 |
![]() |
coding | HiddenField | 'discoverableByEmail' hides a field. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 137 |
![]() |
design | DesignForExtension | Method 'withDiscoverableByEmail' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter discoverableByEmail should be final. | 137 |
![]() |
coding | HiddenField | 'discoverableByEmail' hides a field. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
design | DesignForExtension | Method 'getGeoEnabled' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
design | DesignForExtension | Method 'setGeoEnabled' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 160 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 160 |
![]() |
design | DesignForExtension | Method 'withGeoEnabled' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 164 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
design | DesignForExtension | Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
design | DesignForExtension | Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
misc | FinalParameters | Parameter language should be final. | 187 |
![]() |
coding | HiddenField | 'language' hides a field. | 187 |
![]() |
design | DesignForExtension | Method 'withLanguage' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter language should be final. | 191 |
![]() |
coding | HiddenField | 'language' hides a field. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
design | DesignForExtension | Method 'getProtected' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
design | DesignForExtension | Method 'setProtected' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 214 |
![]() |
coding | HiddenField | '_protected' hides a field. | 214 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
![]() |
design | DesignForExtension | Method 'withProtected' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 218 |
![]() |
coding | HiddenField | '_protected' hides a field. | 218 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 241 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 241 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 245 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
design | DesignForExtension | Method 'getShowAllInlineMedia' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
design | DesignForExtension | Method 'setShowAllInlineMedia' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
misc | FinalParameters | Parameter showAllInlineMedia should be final. | 268 |
![]() |
coding | HiddenField | 'showAllInlineMedia' hides a field. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 272 |
![]() |
design | DesignForExtension | Method 'withShowAllInlineMedia' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
![]() |
misc | FinalParameters | Parameter showAllInlineMedia should be final. | 272 |
![]() |
coding | HiddenField | 'showAllInlineMedia' hides a field. | 272 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
design | DesignForExtension | Method 'getSleepTime' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
design | DesignForExtension | Method 'setSleepTime' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() |
misc | FinalParameters | Parameter sleepTime should be final. | 295 |
![]() |
coding | HiddenField | 'sleepTime' hides a field. | 295 |
![]() |
design | DesignForExtension | Method 'withSleepTime' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 299 |
![]() |
misc | FinalParameters | Parameter sleepTime should be final. | 299 |
![]() |
coding | HiddenField | 'sleepTime' hides a field. | 299 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 305 |
![]() |
design | DesignForExtension | Method 'getTimeZone' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 316 |
![]() |
design | DesignForExtension | Method 'setTimeZone' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 322 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 322 |
![]() |
design | DesignForExtension | Method 'withTimeZone' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 326 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 326 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 332 |
![]() |
design | DesignForExtension | Method 'getTrendLocation' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 343 |
![]() |
design | DesignForExtension | Method 'setTrendLocation' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() |
misc | FinalParameters | Parameter trendLocation should be final. | 349 |
![]() |
coding | HiddenField | 'trendLocation' hides a field. | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 353 |
![]() |
design | DesignForExtension | Method 'withTrendLocation' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 353 |
![]() |
misc | FinalParameters | Parameter trendLocation should be final. | 353 |
![]() |
coding | HiddenField | 'trendLocation' hides a field. | 353 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 359 |
![]() |
design | DesignForExtension | Method 'getUseCookiePersonalization' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 370 |
![]() |
design | DesignForExtension | Method 'setUseCookiePersonalization' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() |
misc | FinalParameters | Parameter useCookiePersonalization should be final. | 376 |
![]() |
coding | HiddenField | 'useCookiePersonalization' hides a field. | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 380 |
![]() |
design | DesignForExtension | Method 'withUseCookiePersonalization' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 380 |
![]() |
misc | FinalParameters | Parameter useCookiePersonalization should be final. | 380 |
![]() |
coding | HiddenField | 'useCookiePersonalization' hides a field. | 380 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 386 |
![]() |
design | DesignForExtension | Method 'getAllowContributorRequest' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 397 |
![]() |
design | DesignForExtension | Method 'setAllowContributorRequest' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() |
misc | FinalParameters | Parameter allowContributorRequest should be final. | 403 |
![]() |
coding | HiddenField | 'allowContributorRequest' hides a field. | 403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 407 |
![]() |
design | DesignForExtension | Method 'withAllowContributorRequest' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 407 |
![]() |
misc | FinalParameters | Parameter allowContributorRequest should be final. | 407 |
![]() |
coding | HiddenField | 'allowContributorRequest' hides a field. | 407 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 417 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 423 |
![]() |
misc | FinalParameters | Parameter name should be final. | 425 |
![]() |
misc | FinalParameters | Parameter value should be final. | 425 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 429 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
![]() |
misc | FinalParameters | Parameter name should be final. | 429 |
![]() |
misc | FinalParameters | Parameter value should be final. | 429 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 434 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 353). | 436 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() |
misc | FinalParameters | Parameter other should be final. | 440 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 444 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 613). | 448 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 78 |
![]() |
coding | HiddenField | 'userId' hides a field. | 78 |
![]() |
design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 82 |
![]() |
coding | HiddenField | 'userId' hides a field. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 107 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 107 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 111 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
design | DesignForExtension | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
design | DesignForExtension | Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
misc | FinalParameters | Parameter text should be final. | 136 |
![]() |
coding | HiddenField | 'text' hides a field. | 136 |
![]() |
design | DesignForExtension | Method 'withText' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter text should be final. | 140 |
![]() |
coding | HiddenField | 'text' hides a field. | 140 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter name should be final. | 158 |
![]() |
misc | FinalParameters | Parameter value should be final. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 162 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 162 |
![]() |
misc | FinalParameters | Parameter value should be final. | 162 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 169 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
misc | FinalParameters | Parameter other should be final. | 173 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 186). | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 23 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.WelcomeMessage. | 24 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.RequestBean. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 227). | 48 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 58 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 151). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 69 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 80 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 91 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 271). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 229). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 106 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 271). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 237). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 117 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 151). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 124 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
misc | FinalParameters | Parameter count should be final. | 94 |
![]() |
coding | HiddenField | 'count' hides a field. | 94 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter count should be final. | 98 |
![]() |
coding | HiddenField | 'count' hides a field. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
design | DesignForExtension | Method 'getSinceId' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
design | DesignForExtension | Method 'setSinceId' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 123 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 123 |
![]() |
design | DesignForExtension | Method 'withSinceId' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 127 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
design | DesignForExtension | Method 'getMaxId' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
design | DesignForExtension | Method 'setMaxId' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 152 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 152 |
![]() |
design | DesignForExtension | Method 'withMaxId' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 156 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 181 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 185 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 185 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
design | DesignForExtension | Method 'getSkipStatus' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
design | DesignForExtension | Method 'setSkipStatus' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 210 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 210 |
![]() |
design | DesignForExtension | Method 'withSkipStatus' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 214 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 214 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter name should be final. | 232 |
![]() |
misc | FinalParameters | Parameter value should be final. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 236 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
misc | FinalParameters | Parameter name should be final. | 236 |
![]() |
misc | FinalParameters | Parameter value should be final. | 236 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 166). | 243 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
misc | FinalParameters | Parameter other should be final. | 247 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 260). | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
misc | FinalParameters | Parameter count should be final. | 94 |
![]() |
coding | HiddenField | 'count' hides a field. | 94 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter count should be final. | 98 |
![]() |
coding | HiddenField | 'count' hides a field. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
design | DesignForExtension | Method 'getSinceId' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
design | DesignForExtension | Method 'setSinceId' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 123 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 123 |
![]() |
design | DesignForExtension | Method 'withSinceId' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 127 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
design | DesignForExtension | Method 'getMaxId' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
design | DesignForExtension | Method 'setMaxId' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 152 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 152 |
![]() |
design | DesignForExtension | Method 'withMaxId' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 156 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
design | DesignForExtension | Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
design | DesignForExtension | Method 'setPage' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
misc | FinalParameters | Parameter page should be final. | 181 |
![]() |
coding | HiddenField | 'page' hides a field. | 181 |
![]() |
design | DesignForExtension | Method 'withPage' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter page should be final. | 185 |
![]() |
coding | HiddenField | 'page' hides a field. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 210 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 214 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 214 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 214 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter name should be final. | 232 |
![]() |
misc | FinalParameters | Parameter value should be final. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 236 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
misc | FinalParameters | Parameter name should be final. | 236 |
![]() |
misc | FinalParameters | Parameter value should be final. | 236 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 160). | 243 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
misc | FinalParameters | Parameter other should be final. | 247 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 248). | 255 |
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 |
![]() |
design | DesignForExtension | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
design | DesignForExtension | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
misc | FinalParameters | Parameter code should be final. | 53 |
![]() |
coding | HiddenField | 'code' hides a field. | 53 |
![]() |
design | DesignForExtension | Method 'withCode' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter code should be final. | 57 |
![]() |
coding | HiddenField | 'code' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
misc | FinalParameters | Parameter message should be final. | 80 |
![]() |
coding | HiddenField | 'message' hides a field. | 80 |
![]() |
design | DesignForExtension | Method 'withMessage' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter message should be final. | 84 |
![]() |
coding | HiddenField | 'message' hides a field. | 84 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 113 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 153). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
design | DesignForExtension | Method 'setEvent' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
misc | FinalParameters | Parameter event should be final. | 56 |
![]() |
coding | HiddenField | 'event' hides a field. | 56 |
![]() |
design | DesignForExtension | Method 'withEvent' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter event should be final. | 60 |
![]() |
coding | HiddenField | 'event' hides a field. | 60 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter name should be final. | 78 |
![]() |
misc | FinalParameters | Parameter value should be final. | 78 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter name should be final. | 82 |
![]() |
misc | FinalParameters | Parameter value should be final. | 82 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 89 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
misc | FinalParameters | Parameter other should be final. | 93 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter count should be final. | 70 |
![]() |
coding | HiddenField | 'count' hides a field. | 70 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter count should be final. | 74 |
![]() |
coding | HiddenField | 'count' hides a field. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'getCursor' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
design | DesignForExtension | Method 'setCursor' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 99 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 99 |
![]() |
design | DesignForExtension | Method 'withCursor' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 103 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 132 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
design | DesignForExtension | Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
design | DesignForExtension | Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
misc | FinalParameters | Parameter events should be final. | 60 |
![]() |
coding | HiddenField | 'events' hides a field. | 60 |
![]() |
design | DesignForExtension | Method 'withEvents' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter events should be final. | 64 |
![]() |
coding | HiddenField | 'events' hides a field. | 64 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 81). | 86 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 93 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Body. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 44 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 97 |
![]() |
coding | HiddenField | 'userId' hides a field. | 97 |
![]() |
design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 101 |
![]() |
coding | HiddenField | 'userId' hides a field. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 126 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 126 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 130 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
misc | FinalParameters | Parameter count should be final. | 155 |
![]() |
coding | HiddenField | 'count' hides a field. | 155 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter count should be final. | 159 |
![]() |
coding | HiddenField | 'count' hides a field. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
design | DesignForExtension | Method 'getSinceId' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 177 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
design | DesignForExtension | Method 'setSinceId' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 184 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 184 |
![]() |
design | DesignForExtension | Method 'withSinceId' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 188 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
design | DesignForExtension | Method 'getMaxId' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
design | DesignForExtension | Method 'setMaxId' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 213 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 213 |
![]() |
design | DesignForExtension | Method 'withMaxId' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 217 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 217 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 242 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 242 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 246 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 246 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 262 |
![]() |
misc | FinalParameters | Parameter name should be final. | 264 |
![]() |
misc | FinalParameters | Parameter value should be final. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 268 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
![]() |
misc | FinalParameters | Parameter name should be final. | 268 |
![]() |
misc | FinalParameters | Parameter value should be final. | 268 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 275 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
misc | FinalParameters | Parameter other should be final. | 279 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 287). | 287 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 211). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 249). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 251). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 57 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 49 |
![]() |
misc | FinalParameters | Parameter value should be final. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
misc | FinalParameters | Parameter value should be final. | 53 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter other should be final. | 64 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
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. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'getIds' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
design | DesignForExtension | Method 'setIds' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 76 |
![]() |
coding | HiddenField | 'ids' hides a field. | 76 |
![]() |
design | DesignForExtension | Method 'withIds' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 80 |
![]() |
coding | HiddenField | 'ids' hides a field. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'getPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
design | DesignForExtension | Method 'setPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 103 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'withPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 107 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'getPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
design | DesignForExtension | Method 'setPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 130 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 134 |
![]() |
design | DesignForExtension | Method 'withPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 134 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
design | DesignForExtension | Method 'getNextCursor' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Method 'setNextCursor' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 157 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 157 |
![]() |
design | DesignForExtension | Method 'withNextCursor' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 161 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
design | DesignForExtension | Method 'getNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
design | DesignForExtension | Method 'setNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 184 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 184 |
![]() |
design | DesignForExtension | Method 'withNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 188 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 188 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 210 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
misc | FinalParameters | Parameter name should be final. | 210 |
![]() |
misc | FinalParameters | Parameter value should be final. | 210 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 217 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
misc | FinalParameters | Parameter other should be final. | 221 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 290). | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 49 |
![]() |
misc | FinalParameters | Parameter value should be final. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 53 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
misc | FinalParameters | Parameter value should be final. | 53 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter other should be final. | 64 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
design | DesignForExtension | Method 'setUsers' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
misc | FinalParameters | Parameter users should be final. | 77 |
![]() |
coding | HiddenField | 'users' hides a field. | 77 |
![]() |
design | DesignForExtension | Method 'withUsers' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter users should be final. | 81 |
![]() |
coding | HiddenField | 'users' hides a field. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
design | DesignForExtension | Method 'getPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
design | DesignForExtension | Method 'setPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 104 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 104 |
![]() |
design | DesignForExtension | Method 'withPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 108 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'getPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
design | DesignForExtension | Method 'setPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 131 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 135 |
![]() |
design | DesignForExtension | Method 'withPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 135 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
design | DesignForExtension | Method 'getNextCursor' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'setNextCursor' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 158 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 158 |
![]() |
design | DesignForExtension | Method 'withNextCursor' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 162 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
design | DesignForExtension | Method 'getNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
design | DesignForExtension | Method 'setNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 185 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 185 |
![]() |
design | DesignForExtension | Method 'withNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 189 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 189 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 211 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter name should be final. | 211 |
![]() |
misc | FinalParameters | Parameter value should be final. | 211 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 218 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
misc | FinalParameters | Parameter other should be final. | 222 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 294). | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 442). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter id should be final. | 90 |
![]() |
coding | HiddenField | 'id' hides a field. | 90 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter id should be final. | 94 |
![]() |
coding | HiddenField | 'id' hides a field. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 119 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 119 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 123 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Method 'getCursor' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
design | DesignForExtension | Method 'setCursor' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 150 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 150 |
![]() |
design | DesignForExtension | Method 'withCursor' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 154 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
design | DesignForExtension | Method 'getStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
design | DesignForExtension | Method 'setStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 179 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 179 |
![]() |
design | DesignForExtension | Method 'withStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 183 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 442). | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 442). | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
misc | FinalParameters | Parameter count should be final. | 208 |
![]() |
coding | HiddenField | 'count' hides a field. | 208 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
misc | FinalParameters | Parameter count should be final. | 212 |
![]() |
coding | HiddenField | 'count' hides a field. | 212 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
misc | FinalParameters | Parameter name should be final. | 230 |
![]() |
misc | FinalParameters | Parameter value should be final. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 234 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
![]() |
misc | FinalParameters | Parameter name should be final. | 234 |
![]() |
misc | FinalParameters | Parameter value should be final. | 234 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 241 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() |
misc | FinalParameters | Parameter other should be final. | 245 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 246). | 253 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
misc | FinalParameters | Parameter id should be final. | 98 |
![]() |
coding | HiddenField | 'id' hides a field. | 98 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter id should be final. | 102 |
![]() |
coding | HiddenField | 'id' hides a field. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 127 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 127 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 131 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
design | DesignForExtension | Method 'getCursor' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'setCursor' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 158 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 158 |
![]() |
design | DesignForExtension | Method 'withCursor' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 162 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
misc | FinalParameters | Parameter count should be final. | 187 |
![]() |
coding | HiddenField | 'count' hides a field. | 187 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter count should be final. | 191 |
![]() |
coding | HiddenField | 'count' hides a field. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
design | DesignForExtension | Method 'getSkipStatus' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
design | DesignForExtension | Method 'setSkipStatus' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 216 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 216 |
![]() |
design | DesignForExtension | Method 'withSkipStatus' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 220 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 220 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
design | DesignForExtension | Method 'getIncludeUserEntities' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
design | DesignForExtension | Method 'setIncludeUserEntities' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() |
misc | FinalParameters | Parameter includeUserEntities should be final. | 245 |
![]() |
coding | HiddenField | 'includeUserEntities' hides a field. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 249 |
![]() |
design | DesignForExtension | Method 'withIncludeUserEntities' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
misc | FinalParameters | Parameter includeUserEntities should be final. | 249 |
![]() |
coding | HiddenField | 'includeUserEntities' hides a field. | 249 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
misc | FinalParameters | Parameter name should be final. | 267 |
![]() |
misc | FinalParameters | Parameter value should be final. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 271 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
misc | FinalParameters | Parameter name should be final. | 271 |
![]() |
misc | FinalParameters | Parameter value should be final. | 271 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 185). | 278 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() |
misc | FinalParameters | Parameter other should be final. | 282 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 295). | 290 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 211). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 245). | 42 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 247). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 49 |
![]() |
misc | FinalParameters | Parameter value should be final. | 49 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
misc | FinalParameters | Parameter value should be final. | 53 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter other should be final. | 64 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
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. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'getIds' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
design | DesignForExtension | Method 'setIds' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 76 |
![]() |
coding | HiddenField | 'ids' hides a field. | 76 |
![]() |
design | DesignForExtension | Method 'withIds' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 80 |
![]() |
coding | HiddenField | 'ids' hides a field. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'getPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
design | DesignForExtension | Method 'setPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 103 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'withPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 107 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'getPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
design | DesignForExtension | Method 'setPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 130 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 130 |
![]() |
design | DesignForExtension | Method 'withPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 134 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
design | DesignForExtension | Method 'getNextCursor' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Method 'setNextCursor' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 157 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 157 |
![]() |
design | DesignForExtension | Method 'withNextCursor' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 161 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
design | DesignForExtension | Method 'getNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
design | DesignForExtension | Method 'setNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 184 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 184 |
![]() |
design | DesignForExtension | Method 'withNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 188 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 188 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 210 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
misc | FinalParameters | Parameter name should be final. | 210 |
![]() |
misc | FinalParameters | Parameter value should be final. | 210 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 217 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
misc | FinalParameters | Parameter other should be final. | 221 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 290). | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 49 |
![]() |
misc | FinalParameters | Parameter value should be final. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 53 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
misc | FinalParameters | Parameter value should be final. | 53 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter other should be final. | 64 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
design | DesignForExtension | Method 'setUsers' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
misc | FinalParameters | Parameter users should be final. | 77 |
![]() |
coding | HiddenField | 'users' hides a field. | 77 |
![]() |
design | DesignForExtension | Method 'withUsers' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter users should be final. | 81 |
![]() |
coding | HiddenField | 'users' hides a field. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
design | DesignForExtension | Method 'getPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
design | DesignForExtension | Method 'setPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 104 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 104 |
![]() |
design | DesignForExtension | Method 'withPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 108 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'getPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
design | DesignForExtension | Method 'setPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 131 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 131 |
![]() |
design | DesignForExtension | Method 'withPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 135 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
design | DesignForExtension | Method 'getNextCursor' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'setNextCursor' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 158 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 158 |
![]() |
design | DesignForExtension | Method 'withNextCursor' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 162 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
design | DesignForExtension | Method 'getNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
design | DesignForExtension | Method 'setNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 185 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 185 |
![]() |
design | DesignForExtension | Method 'withNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 189 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 189 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 211 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter name should be final. | 211 |
![]() |
misc | FinalParameters | Parameter value should be final. | 211 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 218 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
misc | FinalParameters | Parameter other should be final. | 222 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 294). | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
design | DesignForExtension | Method 'getFollow' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
design | DesignForExtension | Method 'setFollow' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
misc | FinalParameters | Parameter follow should be final. | 78 |
![]() |
coding | HiddenField | 'follow' hides a field. | 78 |
![]() |
design | DesignForExtension | Method 'withFollow' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter follow should be final. | 82 |
![]() |
coding | HiddenField | 'follow' hides a field. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 107 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 107 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 111 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 136 |
![]() |
coding | HiddenField | 'userId' hides a field. | 136 |
![]() |
design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 140 |
![]() |
coding | HiddenField | 'userId' hides a field. | 140 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter name should be final. | 158 |
![]() |
misc | FinalParameters | Parameter value should be final. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 162 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 162 |
![]() |
misc | FinalParameters | Parameter value should be final. | 162 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 169 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
misc | FinalParameters | Parameter other should be final. | 173 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 190). | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 70 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 70 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 74 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 99 |
![]() |
coding | HiddenField | 'userId' hides a field. | 99 |
![]() |
design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 103 |
![]() |
coding | HiddenField | 'userId' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 125 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 132 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Method 'getSourceId' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
design | DesignForExtension | Method 'setSourceId' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter sourceId should be final. | 86 |
![]() |
coding | HiddenField | 'sourceId' hides a field. | 86 |
![]() |
design | DesignForExtension | Method 'withSourceId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter sourceId should be final. | 90 |
![]() |
coding | HiddenField | 'sourceId' hides a field. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
design | DesignForExtension | Method 'getSourceScreenName' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
design | DesignForExtension | Method 'setSourceScreenName' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
misc | FinalParameters | Parameter sourceScreenName should be final. | 115 |
![]() |
coding | HiddenField | 'sourceScreenName' hides a field. | 115 |
![]() |
design | DesignForExtension | Method 'withSourceScreenName' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter sourceScreenName should be final. | 119 |
![]() |
coding | HiddenField | 'sourceScreenName' hides a field. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
design | DesignForExtension | Method 'getTargetId' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
design | DesignForExtension | Method 'setTargetId' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
misc | FinalParameters | Parameter targetId should be final. | 144 |
![]() |
coding | HiddenField | 'targetId' hides a field. | 144 |
![]() |
design | DesignForExtension | Method 'withTargetId' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter targetId should be final. | 148 |
![]() |
coding | HiddenField | 'targetId' hides a field. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
design | DesignForExtension | Method 'getTargetScreenName' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
design | DesignForExtension | Method 'setTargetScreenName' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
misc | FinalParameters | Parameter targetScreenName should be final. | 173 |
![]() |
coding | HiddenField | 'targetScreenName' hides a field. | 173 |
![]() |
design | DesignForExtension | Method 'withTargetScreenName' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter targetScreenName should be final. | 177 |
![]() |
coding | HiddenField | 'targetScreenName' hides a field. | 177 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter name should be final. | 195 |
![]() |
misc | FinalParameters | Parameter value should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 199 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter name should be final. | 199 |
![]() |
misc | FinalParameters | Parameter value should be final. | 199 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 206 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
misc | FinalParameters | Parameter other should be final. | 210 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 257). | 218 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
design | DesignForExtension | Method 'getRelationship' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'setRelationship' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter relationship should be final. | 65 |
![]() |
coding | HiddenField | 'relationship' hides a field. | 65 |
![]() |
design | DesignForExtension | Method 'withRelationship' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter relationship should be final. | 69 |
![]() |
coding | HiddenField | 'relationship' hides a field. | 69 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter name should be final. | 87 |
![]() |
misc | FinalParameters | Parameter value should be final. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 91 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter name should be final. | 91 |
![]() |
misc | FinalParameters | Parameter value should be final. | 91 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 98 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
misc | FinalParameters | Parameter other should be final. | 102 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Method 'getDevice' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
design | DesignForExtension | Method 'setDevice' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter device should be final. | 86 |
![]() |
coding | HiddenField | 'device' hides a field. | 86 |
![]() |
design | DesignForExtension | Method 'withDevice' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter device should be final. | 90 |
![]() |
coding | HiddenField | 'device' hides a field. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
design | DesignForExtension | Method 'getRetweets' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
design | DesignForExtension | Method 'setRetweets' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
misc | FinalParameters | Parameter retweets should be final. | 115 |
![]() |
coding | HiddenField | 'retweets' hides a field. | 115 |
![]() |
design | DesignForExtension | Method 'withRetweets' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter retweets should be final. | 119 |
![]() |
coding | HiddenField | 'retweets' hides a field. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 144 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 144 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 148 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 173 |
![]() |
coding | HiddenField | 'userId' hides a field. | 173 |
![]() |
design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 177 |
![]() |
coding | HiddenField | 'userId' hides a field. | 177 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter name should be final. | 195 |
![]() |
misc | FinalParameters | Parameter value should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 199 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter name should be final. | 199 |
![]() |
misc | FinalParameters | Parameter value should be final. | 199 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 206 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
misc | FinalParameters | Parameter other should be final. | 210 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 221). | 218 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 261). | 43 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 263). | 54 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 263). | 65 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 259). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 81 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 263). | 89 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 255). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 104 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 261). | 111 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'getCursor' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
design | DesignForExtension | Method 'setCursor' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 70 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 70 |
![]() |
design | DesignForExtension | Method 'withCursor' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 74 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'getStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
design | DesignForExtension | Method 'setStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 99 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 99 |
![]() |
design | DesignForExtension | Method 'withStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 103 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 125 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 132 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 82 |
![]() |
coding | HiddenField | 'userId' hides a field. | 82 |
![]() |
design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 86 |
![]() |
coding | HiddenField | 'userId' hides a field. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 113 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 113 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 117 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 117 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 87). | 139 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 146 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 163). | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'getCursor' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
design | DesignForExtension | Method 'setCursor' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 70 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 70 |
![]() |
design | DesignForExtension | Method 'withCursor' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 74 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'getStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
design | DesignForExtension | Method 'setStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 99 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 99 |
![]() |
design | DesignForExtension | Method 'withStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 103 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 125 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 132 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 211). | 45 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
![]() |
naming | ParameterName | Name 'place_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 225). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 71 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 271). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
naming | MemberName | Name '_long' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 390). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 274). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
design | DesignForExtension | Method 'getLat' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
design | DesignForExtension | Method 'setLat' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 118 |
![]() |
coding | HiddenField | 'lat' hides a field. | 118 |
![]() |
design | DesignForExtension | Method 'withLat' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 122 |
![]() |
coding | HiddenField | 'lat' hides a field. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 271). | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
design | DesignForExtension | Method 'getLong' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 271). | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
design | DesignForExtension | Method 'setLong' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
misc | FinalParameters | Parameter _long should be final. | 147 |
![]() |
coding | HiddenField | '_long' hides a field. | 147 |
![]() |
naming | ParameterName | Name '_long' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() |
design | DesignForExtension | Method 'withLong' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
misc | FinalParameters | Parameter _long should be final. | 151 |
![]() |
coding | HiddenField | '_long' hides a field. | 151 |
![]() |
naming | ParameterName | Name '_long' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 157 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
design | DesignForExtension | Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
design | DesignForExtension | Method 'setQuery' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
misc | FinalParameters | Parameter query should be final. | 176 |
![]() |
coding | HiddenField | 'query' hides a field. | 176 |
![]() |
design | DesignForExtension | Method 'withQuery' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
misc | FinalParameters | Parameter query should be final. | 180 |
![]() |
coding | HiddenField | 'query' hides a field. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 187 |
![]() |
design | DesignForExtension | Method 'getIp' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
design | DesignForExtension | Method 'setIp' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
misc | FinalParameters | Parameter ip should be final. | 205 |
![]() |
coding | HiddenField | 'ip' hides a field. | 205 |
![]() |
design | DesignForExtension | Method 'withIp' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
misc | FinalParameters | Parameter ip should be final. | 209 |
![]() |
coding | HiddenField | 'ip' hides a field. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 216 |
![]() |
design | DesignForExtension | Method 'getGranularity' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
design | DesignForExtension | Method 'setGranularity' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
misc | FinalParameters | Parameter granularity should be final. | 234 |
![]() |
coding | HiddenField | 'granularity' hides a field. | 234 |
![]() |
design | DesignForExtension | Method 'withGranularity' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
![]() |
misc | FinalParameters | Parameter granularity should be final. | 238 |
![]() |
coding | HiddenField | 'granularity' hides a field. | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 390). | 244 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 245 |
![]() |
design | DesignForExtension | Method 'getAccuracy' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 390). | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 257 |
![]() |
design | DesignForExtension | Method 'setAccuracy' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
misc | FinalParameters | Parameter accuracy should be final. | 263 |
![]() |
coding | HiddenField | 'accuracy' hides a field. | 263 |
![]() |
design | DesignForExtension | Method 'withAccuracy' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
misc | FinalParameters | Parameter accuracy should be final. | 267 |
![]() |
coding | HiddenField | 'accuracy' hides a field. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 274). | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 274 |
![]() |
design | DesignForExtension | Method 'getMaxResults' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 274). | 285 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
design | DesignForExtension | Method 'setMaxResults' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() |
misc | FinalParameters | Parameter maxResults should be final. | 292 |
![]() |
coding | HiddenField | 'maxResults' hides a field. | 292 |
![]() |
design | DesignForExtension | Method 'withMaxResults' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 296 |
![]() |
misc | FinalParameters | Parameter maxResults should be final. | 296 |
![]() |
coding | HiddenField | 'maxResults' hides a field. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 302 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 303 |
![]() |
design | DesignForExtension | Method 'getContainedWithin' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 314 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 315 |
![]() |
design | DesignForExtension | Method 'setContainedWithin' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
misc | FinalParameters | Parameter containedWithin should be final. | 321 |
![]() |
coding | HiddenField | 'containedWithin' hides a field. | 321 |
![]() |
design | DesignForExtension | Method 'withContainedWithin' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
![]() |
misc | FinalParameters | Parameter containedWithin should be final. | 325 |
![]() |
coding | HiddenField | 'containedWithin' hides a field. | 325 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 341 |
![]() |
misc | FinalParameters | Parameter name should be final. | 343 |
![]() |
misc | FinalParameters | Parameter value should be final. | 343 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
misc | FinalParameters | Parameter name should be final. | 347 |
![]() |
misc | FinalParameters | Parameter value should be final. | 347 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 210). | 354 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() |
misc | FinalParameters | Parameter other should be final. | 358 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 362 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 339). | 366 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
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. | 38 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
design | DesignForExtension | Method 'setQuery' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
misc | FinalParameters | Parameter query should be final. | 63 |
![]() |
coding | HiddenField | 'query' hides a field. | 63 |
![]() |
design | DesignForExtension | Method 'withQuery' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter query should be final. | 67 |
![]() |
coding | HiddenField | 'query' hides a field. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
design | DesignForExtension | Method 'getResult' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
design | DesignForExtension | Method 'setResult' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter result should be final. | 90 |
![]() |
coding | HiddenField | 'result' hides a field. | 90 |
![]() |
design | DesignForExtension | Method 'withResult' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter result should be final. | 94 |
![]() |
coding | HiddenField | 'result' hides a field. | 94 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter name should be final. | 112 |
![]() |
misc | FinalParameters | Parameter value should be final. | 112 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter name should be final. | 116 |
![]() |
misc | FinalParameters | Parameter value should be final. | 116 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 123 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
misc | FinalParameters | Parameter other should be final. | 127 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getParams' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
design | DesignForExtension | Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
misc | FinalParameters | Parameter params should be final. | 59 |
![]() |
coding | HiddenField | 'params' hides a field. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
![]() |
design | DesignForExtension | Method 'withParams' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter params should be final. | 63 |
![]() |
coding | HiddenField | 'params' hides a field. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter type should be final. | 86 |
![]() |
coding | HiddenField | 'type' hides a field. | 86 |
![]() |
design | DesignForExtension | Method 'withType' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter type should be final. | 90 |
![]() |
coding | HiddenField | 'type' hides a field. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
misc | FinalParameters | Parameter url should be final. | 113 |
![]() |
coding | HiddenField | 'url' hides a field. | 113 |
![]() |
design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter url should be final. | 117 |
![]() |
coding | HiddenField | 'url' hides a field. | 117 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 85). | 139 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 146 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 172). | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getAccuracy' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'setAccuracy' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter accuracy should be final. | 65 |
![]() |
coding | HiddenField | 'accuracy' hides a field. | 65 |
![]() |
design | DesignForExtension | Method 'withAccuracy' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter accuracy should be final. | 69 |
![]() |
coding | HiddenField | 'accuracy' hides a field. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
design | DesignForExtension | Method 'getAutocomplete' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'setAutocomplete' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
misc | FinalParameters | Parameter autocomplete should be final. | 92 |
![]() |
coding | HiddenField | 'autocomplete' hides a field. | 92 |
![]() |
design | DesignForExtension | Method 'withAutocomplete' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter autocomplete should be final. | 96 |
![]() |
coding | HiddenField | 'autocomplete' hides a field. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
design | DesignForExtension | Method 'getGranularity' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'setGranularity' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
misc | FinalParameters | Parameter granularity should be final. | 119 |
![]() |
coding | HiddenField | 'granularity' hides a field. | 119 |
![]() |
design | DesignForExtension | Method 'withGranularity' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter granularity should be final. | 123 |
![]() |
coding | HiddenField | 'granularity' hides a field. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
design | DesignForExtension | Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
design | DesignForExtension | Method 'setQuery' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
misc | FinalParameters | Parameter query should be final. | 146 |
![]() |
coding | HiddenField | 'query' hides a field. | 146 |
![]() |
design | DesignForExtension | Method 'withQuery' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
misc | FinalParameters | Parameter query should be final. | 150 |
![]() |
coding | HiddenField | 'query' hides a field. | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
design | DesignForExtension | Method 'getTrimPlace' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
design | DesignForExtension | Method 'setTrimPlace' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
misc | FinalParameters | Parameter trimPlace should be final. | 173 |
![]() |
coding | HiddenField | 'trimPlace' hides a field. | 173 |
![]() |
design | DesignForExtension | Method 'withTrimPlace' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter trimPlace should be final. | 177 |
![]() |
coding | HiddenField | 'trimPlace' hides a field. | 177 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter name should be final. | 195 |
![]() |
misc | FinalParameters | Parameter value should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 199 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter name should be final. | 199 |
![]() |
misc | FinalParameters | Parameter value should be final. | 199 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 206 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
misc | FinalParameters | Parameter other should be final. | 210 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 266). | 218 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
design | DesignForExtension | Method 'getPlaces' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
design | DesignForExtension | Method 'setPlaces' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
misc | FinalParameters | Parameter places should be final. | 54 |
![]() |
coding | HiddenField | 'places' hides a field. | 54 |
![]() |
design | DesignForExtension | Method 'withPlaces' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter places should be final. | 58 |
![]() |
coding | HiddenField | 'places' hides a field. | 58 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter name should be final. | 76 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 80 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 87 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
misc | FinalParameters | Parameter other should be final. | 91 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 226). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 213). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
design | DesignForExtension | Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Method 'setCommand' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
misc | FinalParameters | Parameter command should be final. | 74 |
![]() |
coding | HiddenField | 'command' hides a field. | 74 |
![]() |
design | DesignForExtension | Method 'withCommand' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter command should be final. | 78 |
![]() |
coding | HiddenField | 'command' hides a field. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'getMediaId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
design | DesignForExtension | Method 'setMediaId' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
misc | FinalParameters | Parameter mediaId should be final. | 105 |
![]() |
coding | HiddenField | 'mediaId' hides a field. | 105 |
![]() |
design | DesignForExtension | Method 'withMediaId' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter mediaId should be final. | 109 |
![]() |
coding | HiddenField | 'mediaId' hides a field. | 109 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 127 |
![]() |
misc | FinalParameters | Parameter value should be final. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 131 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter name should be final. | 131 |
![]() |
misc | FinalParameters | Parameter value should be final. | 131 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 138 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
misc | FinalParameters | Parameter other should be final. | 142 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 150 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 153 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 156 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 158 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 166 |
![]() |
misc | FinalParameters | Parameter value should be final. | 166 |
![]() |
coding | HiddenField | 'value' hides a field. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter value should be final. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
design | DesignForExtension | Method 'getMediaId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'setMediaId' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
misc | FinalParameters | Parameter mediaId should be final. | 91 |
![]() |
coding | HiddenField | 'mediaId' hides a field. | 91 |
![]() |
design | DesignForExtension | Method 'withMediaId' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter mediaId should be final. | 95 |
![]() |
coding | HiddenField | 'mediaId' hides a field. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
design | DesignForExtension | Method 'getMediaIdString' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'setMediaIdString' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
misc | FinalParameters | Parameter mediaIdString should be final. | 122 |
![]() |
coding | HiddenField | 'mediaIdString' hides a field. | 122 |
![]() |
design | DesignForExtension | Method 'withMediaIdString' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter mediaIdString should be final. | 126 |
![]() |
coding | HiddenField | 'mediaIdString' hides a field. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
design | DesignForExtension | Method 'getExpiresAfterSeconds' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
design | DesignForExtension | Method 'setExpiresAfterSeconds' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
misc | FinalParameters | Parameter expiresAfterSeconds should be final. | 149 |
![]() |
coding | HiddenField | 'expiresAfterSeconds' hides a field. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 153 |
![]() |
design | DesignForExtension | Method 'withExpiresAfterSeconds' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter expiresAfterSeconds should be final. | 153 |
![]() |
coding | HiddenField | 'expiresAfterSeconds' hides a field. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
design | DesignForExtension | Method 'getProcessingInfo' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
design | DesignForExtension | Method 'setProcessingInfo' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
misc | FinalParameters | Parameter processingInfo should be final. | 180 |
![]() |
coding | HiddenField | 'processingInfo' hides a field. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 184 |
![]() |
design | DesignForExtension | Method 'withProcessingInfo' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
misc | FinalParameters | Parameter processingInfo should be final. | 184 |
![]() |
coding | HiddenField | 'processingInfo' hides a field. | 184 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
misc | FinalParameters | Parameter name should be final. | 202 |
![]() |
misc | FinalParameters | Parameter value should be final. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 206 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
misc | FinalParameters | Parameter name should be final. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 168). | 213 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
misc | FinalParameters | Parameter other should be final. | 217 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
design | DesignForExtension | Method 'setEvent' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
misc | FinalParameters | Parameter event should be final. | 56 |
![]() |
coding | HiddenField | 'event' hides a field. | 56 |
![]() |
design | DesignForExtension | Method 'withEvent' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter event should be final. | 60 |
![]() |
coding | HiddenField | 'event' hides a field. | 60 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter name should be final. | 78 |
![]() |
misc | FinalParameters | Parameter value should be final. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter name should be final. | 82 |
![]() |
misc | FinalParameters | Parameter value should be final. | 82 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 89 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
misc | FinalParameters | Parameter other should be final. | 93 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 101 |
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 |
![]() |
design | DesignForExtension | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
design | DesignForExtension | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
misc | FinalParameters | Parameter code should be final. | 53 |
![]() |
coding | HiddenField | 'code' hides a field. | 53 |
![]() |
design | DesignForExtension | Method 'withCode' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter code should be final. | 57 |
![]() |
coding | HiddenField | 'code' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
coding | HiddenField | 'name' hides a field. | 80 |
![]() |
design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter name should be final. | 84 |
![]() |
coding | HiddenField | 'name' hides a field. | 84 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
coding | HiddenField | 'name' hides a field. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 113 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 147). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
naming | TypeName | Name 'PlaceType_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 24 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
design | DesignForExtension | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
misc | FinalParameters | Parameter code should be final. | 53 |
![]() |
coding | HiddenField | 'code' hides a field. | 53 |
![]() |
design | DesignForExtension | Method 'withCode' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter code should be final. | 57 |
![]() |
coding | HiddenField | 'code' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
coding | HiddenField | 'name' hides a field. | 80 |
![]() |
design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter name should be final. | 84 |
![]() |
coding | HiddenField | 'name' hides a field. | 84 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
coding | HiddenField | 'name' hides a field. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 113 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 147). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 224). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 224). | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 224). | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
misc | FinalParameters | Parameter state should be final. | 77 |
![]() |
coding | HiddenField | 'state' hides a field. | 77 |
![]() |
design | DesignForExtension | Method 'withState' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter state should be final. | 81 |
![]() |
coding | HiddenField | 'state' hides a field. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'getProgressPercent' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
design | DesignForExtension | Method 'setProgressPercent' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
misc | FinalParameters | Parameter progressPercent should be final. | 106 |
![]() |
coding | HiddenField | 'progressPercent' hides a field. | 106 |
![]() |
design | DesignForExtension | Method 'withProgressPercent' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter progressPercent should be final. | 110 |
![]() |
coding | HiddenField | 'progressPercent' hides a field. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'getCheckAfterSecs' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
design | DesignForExtension | Method 'setCheckAfterSecs' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
misc | FinalParameters | Parameter checkAfterSecs should be final. | 133 |
![]() |
coding | HiddenField | 'checkAfterSecs' hides a field. | 133 |
![]() |
design | DesignForExtension | Method 'withCheckAfterSecs' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter checkAfterSecs should be final. | 137 |
![]() |
coding | HiddenField | 'checkAfterSecs' hides a field. | 137 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter name should be final. | 155 |
![]() |
misc | FinalParameters | Parameter value should be final. | 155 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter name should be final. | 159 |
![]() |
misc | FinalParameters | Parameter value should be final. | 159 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 166 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
misc | FinalParameters | Parameter other should be final. | 170 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 214). | 178 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 181 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 182 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 184 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 185 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 186 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 189 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 197 |
![]() |
misc | FinalParameters | Parameter value should be final. | 197 |
![]() |
coding | HiddenField | 'value' hides a field. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 208 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
design | DesignForExtension | Method 'getErrors' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
design | DesignForExtension | Method 'setErrors' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
misc | FinalParameters | Parameter errors should be final. | 61 |
![]() |
coding | HiddenField | 'errors' hides a field. | 61 |
![]() |
design | DesignForExtension | Method 'withErrors' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter errors should be final. | 65 |
![]() |
coding | HiddenField | 'errors' hides a field. | 65 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter name should be final. | 83 |
![]() |
misc | FinalParameters | Parameter value should be final. | 83 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter name should be final. | 87 |
![]() |
misc | FinalParameters | Parameter value should be final. | 87 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 94 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
misc | FinalParameters | Parameter other should be final. | 98 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 210). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
misc | FinalParameters | Parameter id should be final. | 91 |
![]() |
coding | HiddenField | 'id' hides a field. | 91 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter id should be final. | 95 |
![]() |
coding | HiddenField | 'id' hides a field. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
misc | FinalParameters | Parameter count should be final. | 120 |
![]() |
coding | HiddenField | 'count' hides a field. | 120 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter count should be final. | 124 |
![]() |
coding | HiddenField | 'count' hides a field. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 210). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Method 'getCursor' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 210). | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
design | DesignForExtension | Method 'setCursor' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 149 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 149 |
![]() |
design | DesignForExtension | Method 'withCursor' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 153 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
design | DesignForExtension | Method 'getStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
design | DesignForExtension | Method 'setStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 178 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 178 |
![]() |
design | DesignForExtension | Method 'withStringifyIds' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 182 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 182 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
misc | FinalParameters | Parameter name should be final. | 200 |
![]() |
misc | FinalParameters | Parameter value should be final. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 204 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 204 |
![]() |
misc | FinalParameters | Parameter value should be final. | 204 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 211 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
misc | FinalParameters | Parameter other should be final. | 215 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 211). | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
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. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'getIds' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
design | DesignForExtension | Method 'setIds' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 76 |
![]() |
coding | HiddenField | 'ids' hides a field. | 76 |
![]() |
design | DesignForExtension | Method 'withIds' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 80 |
![]() |
coding | HiddenField | 'ids' hides a field. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'getPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
design | DesignForExtension | Method 'setPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 103 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'withPreviousCursor' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 107 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'getPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
design | DesignForExtension | Method 'setPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 130 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 134 |
![]() |
design | DesignForExtension | Method 'withPreviousCursorStr' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 134 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
design | DesignForExtension | Method 'getNextCursor' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Method 'setNextCursor' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 157 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 157 |
![]() |
design | DesignForExtension | Method 'withNextCursor' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 161 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
design | DesignForExtension | Method 'getNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
design | DesignForExtension | Method 'setNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 184 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 184 |
![]() |
design | DesignForExtension | Method 'withNextCursorStr' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 188 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 188 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 210 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
misc | FinalParameters | Parameter name should be final. | 210 |
![]() |
misc | FinalParameters | Parameter value should be final. | 210 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 217 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
misc | FinalParameters | Parameter other should be final. | 221 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 290). | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter id should be final. | 84 |
![]() |
coding | HiddenField | 'id' hides a field. | 84 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter id should be final. | 88 |
![]() |
coding | HiddenField | 'id' hides a field. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
misc | FinalParameters | Parameter count should be final. | 113 |
![]() |
coding | HiddenField | 'count' hides a field. | 113 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter count should be final. | 117 |
![]() |
coding | HiddenField | 'count' hides a field. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
design | DesignForExtension | Method 'getTrimUser' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
design | DesignForExtension | Method 'setTrimUser' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 142 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 142 |
![]() |
design | DesignForExtension | Method 'withTrimUser' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 146 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 146 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 164 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter name should be final. | 168 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 175 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 176). | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Body. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 190). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 611). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 193). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 218). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'getQ' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
design | DesignForExtension | Method 'setQ' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
misc | FinalParameters | Parameter q should be final. | 139 |
![]() |
coding | HiddenField | 'q' hides a field. | 139 |
![]() |
design | DesignForExtension | Method 'withQ' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
misc | FinalParameters | Parameter q should be final. | 143 |
![]() |
coding | HiddenField | 'q' hides a field. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 611). | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
design | DesignForExtension | Method 'getGeocode' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 611). | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
design | DesignForExtension | Method 'setGeocode' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
misc | FinalParameters | Parameter geocode should be final. | 168 |
![]() |
coding | HiddenField | 'geocode' hides a field. | 168 |
![]() |
design | DesignForExtension | Method 'withGeocode' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
misc | FinalParameters | Parameter geocode should be final. | 172 |
![]() |
coding | HiddenField | 'geocode' hides a field. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
design | DesignForExtension | Method 'getLang' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 190 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
design | DesignForExtension | Method 'setLang' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 197 |
![]() |
coding | HiddenField | 'lang' hides a field. | 197 |
![]() |
design | DesignForExtension | Method 'withLang' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 201 |
![]() |
coding | HiddenField | 'lang' hides a field. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 193). | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
design | DesignForExtension | Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 193). | 219 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
design | DesignForExtension | Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
misc | FinalParameters | Parameter locale should be final. | 226 |
![]() |
coding | HiddenField | 'locale' hides a field. | 226 |
![]() |
design | DesignForExtension | Method 'withLocale' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter locale should be final. | 230 |
![]() |
coding | HiddenField | 'locale' hides a field. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 236 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 237 |
![]() |
design | DesignForExtension | Method 'getResultType' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 248 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
design | DesignForExtension | Method 'setResultType' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
misc | FinalParameters | Parameter resultType should be final. | 255 |
![]() |
coding | HiddenField | 'resultType' hides a field. | 255 |
![]() |
design | DesignForExtension | Method 'withResultType' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
misc | FinalParameters | Parameter resultType should be final. | 259 |
![]() |
coding | HiddenField | 'resultType' hides a field. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 265 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 266 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
misc | FinalParameters | Parameter count should be final. | 284 |
![]() |
coding | HiddenField | 'count' hides a field. | 284 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
misc | FinalParameters | Parameter count should be final. | 288 |
![]() |
coding | HiddenField | 'count' hides a field. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 218). | 294 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 295 |
![]() |
design | DesignForExtension | Method 'getUntil' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 218). | 306 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 307 |
![]() |
design | DesignForExtension | Method 'setUntil' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() |
misc | FinalParameters | Parameter until should be final. | 313 |
![]() |
coding | HiddenField | 'until' hides a field. | 313 |
![]() |
design | DesignForExtension | Method 'withUntil' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
![]() |
misc | FinalParameters | Parameter until should be final. | 317 |
![]() |
coding | HiddenField | 'until' hides a field. | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 323 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 324 |
![]() |
design | DesignForExtension | Method 'getSinceId' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 335 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 336 |
![]() |
design | DesignForExtension | Method 'setSinceId' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 342 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 342 |
![]() |
design | DesignForExtension | Method 'withSinceId' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 346 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 346 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 346 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 352 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 353 |
![]() |
design | DesignForExtension | Method 'getMaxId' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 364 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 365 |
![]() |
design | DesignForExtension | Method 'setMaxId' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 371 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 371 |
![]() |
design | DesignForExtension | Method 'withMaxId' is not designed for extension - needs to be abstract, final or empty. | 375 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 375 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 375 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 375 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 382 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 386 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 394 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 398 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 400 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 400 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 404 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 404 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 404 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 404 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 414 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 420 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 420 |
![]() |
misc | FinalParameters | Parameter name should be final. | 422 |
![]() |
misc | FinalParameters | Parameter value should be final. | 422 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 426 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 426 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 426 |
![]() |
misc | FinalParameters | Parameter name should be final. | 426 |
![]() |
misc | FinalParameters | Parameter value should be final. | 426 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 234). | 433 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 436 |
![]() |
misc | FinalParameters | Parameter other should be final. | 437 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 441 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 381). | 445 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getStatuses' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
design | DesignForExtension | Method 'setStatuses' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
misc | FinalParameters | Parameter statuses should be final. | 61 |
![]() |
coding | HiddenField | 'statuses' hides a field. | 61 |
![]() |
design | DesignForExtension | Method 'withStatuses' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter statuses should be final. | 65 |
![]() |
coding | HiddenField | 'statuses' hides a field. | 65 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter name should be final. | 83 |
![]() |
misc | FinalParameters | Parameter value should be final. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 87 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter name should be final. | 87 |
![]() |
misc | FinalParameters | Parameter value should be final. | 87 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 94 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
misc | FinalParameters | Parameter other should be final. | 98 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
design | DesignForExtension | Method 'getEnabled' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
misc | FinalParameters | Parameter enabled should be final. | 58 |
![]() |
coding | HiddenField | 'enabled' hides a field. | 58 |
![]() |
design | DesignForExtension | Method 'withEnabled' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter enabled should be final. | 62 |
![]() |
coding | HiddenField | 'enabled' hides a field. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Method 'getEndTime' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
design | DesignForExtension | Method 'setEndTime' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
misc | FinalParameters | Parameter endTime should be final. | 85 |
![]() |
coding | HiddenField | 'endTime' hides a field. | 85 |
![]() |
design | DesignForExtension | Method 'withEndTime' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter endTime should be final. | 89 |
![]() |
coding | HiddenField | 'endTime' hides a field. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
design | DesignForExtension | Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
misc | FinalParameters | Parameter startTime should be final. | 112 |
![]() |
coding | HiddenField | 'startTime' hides a field. | 112 |
![]() |
design | DesignForExtension | Method 'withStartTime' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter startTime should be final. | 116 |
![]() |
coding | HiddenField | 'startTime' hides a field. | 116 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
misc | FinalParameters | Parameter name should be final. | 134 |
![]() |
misc | FinalParameters | Parameter value should be final. | 134 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter name should be final. | 138 |
![]() |
misc | FinalParameters | Parameter value should be final. | 138 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 145 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
misc | FinalParameters | Parameter other should be final. | 149 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
naming | TypeName | Name 'SleepTime_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 26 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
design | DesignForExtension | Method 'getEnabled' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
misc | FinalParameters | Parameter enabled should be final. | 58 |
![]() |
coding | HiddenField | 'enabled' hides a field. | 58 |
![]() |
design | DesignForExtension | Method 'withEnabled' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter enabled should be final. | 62 |
![]() |
coding | HiddenField | 'enabled' hides a field. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Method 'getEndTime' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
design | DesignForExtension | Method 'setEndTime' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
misc | FinalParameters | Parameter endTime should be final. | 85 |
![]() |
coding | HiddenField | 'endTime' hides a field. | 85 |
![]() |
design | DesignForExtension | Method 'withEndTime' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter endTime should be final. | 89 |
![]() |
coding | HiddenField | 'endTime' hides a field. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
design | DesignForExtension | Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
misc | FinalParameters | Parameter startTime should be final. | 112 |
![]() |
coding | HiddenField | 'startTime' hides a field. | 112 |
![]() |
design | DesignForExtension | Method 'withStartTime' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter startTime should be final. | 116 |
![]() |
coding | HiddenField | 'startTime' hides a field. | 116 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
misc | FinalParameters | Parameter name should be final. | 134 |
![]() |
misc | FinalParameters | Parameter value should be final. | 134 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter name should be final. | 138 |
![]() |
misc | FinalParameters | Parameter value should be final. | 138 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 145 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
misc | FinalParameters | Parameter other should be final. | 149 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Body. | 23 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Query. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 51 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 51 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 51 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 213). | 58 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 77 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 77 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 84 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 88 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 99 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 99 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 106 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 110 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 229). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 121 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 121 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 121 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
misc | FinalParameters | Parameter count should be final. | 102 |
![]() |
coding | HiddenField | 'count' hides a field. | 102 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter count should be final. | 106 |
![]() |
coding | HiddenField | 'count' hides a field. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'getSinceId' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
design | DesignForExtension | Method 'setSinceId' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 131 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 131 |
![]() |
design | DesignForExtension | Method 'withSinceId' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 135 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
design | DesignForExtension | Method 'getMaxId' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
design | DesignForExtension | Method 'setMaxId' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 160 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 160 |
![]() |
design | DesignForExtension | Method 'withMaxId' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 164 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
design | DesignForExtension | Method 'getTrimUser' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
design | DesignForExtension | Method 'setTrimUser' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 189 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 189 |
![]() |
design | DesignForExtension | Method 'withTrimUser' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 193 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
design | DesignForExtension | Method 'getExcludeReplies' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 211 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
design | DesignForExtension | Method 'setExcludeReplies' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
misc | FinalParameters | Parameter excludeReplies should be final. | 218 |
![]() |
coding | HiddenField | 'excludeReplies' hides a field. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 222 |
![]() |
design | DesignForExtension | Method 'withExcludeReplies' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
misc | FinalParameters | Parameter excludeReplies should be final. | 222 |
![]() |
coding | HiddenField | 'excludeReplies' hides a field. | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 247 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 251 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 251 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 251 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
misc | FinalParameters | Parameter name should be final. | 269 |
![]() |
misc | FinalParameters | Parameter value should be final. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 273 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
misc | FinalParameters | Parameter name should be final. | 273 |
![]() |
misc | FinalParameters | Parameter value should be final. | 273 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 187). | 280 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
misc | FinalParameters | Parameter other should be final. | 284 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 299). | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
misc | FinalParameters | Parameter id should be final. | 95 |
![]() |
coding | HiddenField | 'id' hides a field. | 95 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter id should be final. | 99 |
![]() |
coding | HiddenField | 'id' hides a field. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
design | DesignForExtension | Method 'getTrimUser' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
design | DesignForExtension | Method 'setTrimUser' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 124 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 124 |
![]() |
design | DesignForExtension | Method 'withTrimUser' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 128 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 153 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 153 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 157 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
design | DesignForExtension | Method 'getMap' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
design | DesignForExtension | Method 'setMap' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
misc | FinalParameters | Parameter map should be final. | 182 |
![]() |
coding | HiddenField | 'map' hides a field. | 182 |
![]() |
design | DesignForExtension | Method 'withMap' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
![]() |
misc | FinalParameters | Parameter map should be final. | 186 |
![]() |
coding | HiddenField | 'map' hides a field. | 186 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
misc | FinalParameters | Parameter name should be final. | 204 |
![]() |
misc | FinalParameters | Parameter value should be final. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 208 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
misc | FinalParameters | Parameter name should be final. | 208 |
![]() |
misc | FinalParameters | Parameter value should be final. | 208 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 215 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
misc | FinalParameters | Parameter other should be final. | 219 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 217). | 227 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
misc | FinalParameters | Parameter count should be final. | 94 |
![]() |
coding | HiddenField | 'count' hides a field. | 94 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter count should be final. | 98 |
![]() |
coding | HiddenField | 'count' hides a field. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
design | DesignForExtension | Method 'getSinceId' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
design | DesignForExtension | Method 'setSinceId' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 123 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 123 |
![]() |
design | DesignForExtension | Method 'withSinceId' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 127 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
design | DesignForExtension | Method 'getMaxId' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
design | DesignForExtension | Method 'setMaxId' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 152 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 152 |
![]() |
design | DesignForExtension | Method 'withMaxId' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 156 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
design | DesignForExtension | Method 'getTrimUser' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
design | DesignForExtension | Method 'setTrimUser' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 181 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 181 |
![]() |
design | DesignForExtension | Method 'withTrimUser' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 185 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 210 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 214 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 214 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 214 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter name should be final. | 232 |
![]() |
misc | FinalParameters | Parameter value should be final. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 236 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
misc | FinalParameters | Parameter name should be final. | 236 |
![]() |
misc | FinalParameters | Parameter value should be final. | 236 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 164). | 243 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
misc | FinalParameters | Parameter other should be final. | 247 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 256). | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 34 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
misc | FinalParameters | Parameter id should be final. | 92 |
![]() |
coding | HiddenField | 'id' hides a field. | 92 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter id should be final. | 96 |
![]() |
coding | HiddenField | 'id' hides a field. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
design | DesignForExtension | Method 'getTrimUser' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
design | DesignForExtension | Method 'setTrimUser' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 121 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 121 |
![]() |
design | DesignForExtension | Method 'withTrimUser' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 125 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
design | DesignForExtension | Method 'getIncludeMyRetweet' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
design | DesignForExtension | Method 'setIncludeMyRetweet' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
misc | FinalParameters | Parameter includeMyRetweet should be final. | 150 |
![]() |
coding | HiddenField | 'includeMyRetweet' hides a field. | 150 |
![]() |
design | DesignForExtension | Method 'withIncludeMyRetweet' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter includeMyRetweet should be final. | 154 |
![]() |
coding | HiddenField | 'includeMyRetweet' hides a field. | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 179 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 179 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 183 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 183 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter name should be final. | 201 |
![]() |
misc | FinalParameters | Parameter value should be final. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 205 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 205 |
![]() |
misc | FinalParameters | Parameter value should be final. | 205 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 212 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
misc | FinalParameters | Parameter other should be final. | 216 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 415). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 185). | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 326). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 126 |
![]() |
coding | HiddenField | 'userId' hides a field. | 126 |
![]() |
design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 130 |
![]() |
coding | HiddenField | 'userId' hides a field. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 155 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 155 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 159 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 415). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 415). | 177 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
misc | FinalParameters | Parameter count should be final. | 184 |
![]() |
coding | HiddenField | 'count' hides a field. | 184 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter count should be final. | 188 |
![]() |
coding | HiddenField | 'count' hides a field. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
design | DesignForExtension | Method 'getSinceId' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
design | DesignForExtension | Method 'setSinceId' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 213 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 213 |
![]() |
design | DesignForExtension | Method 'withSinceId' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 217 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 223 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
design | DesignForExtension | Method 'getMaxId' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
design | DesignForExtension | Method 'setMaxId' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 242 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 242 |
![]() |
design | DesignForExtension | Method 'withMaxId' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 246 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 253 |
![]() |
design | DesignForExtension | Method 'getTrimUser' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 264 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 265 |
![]() |
design | DesignForExtension | Method 'setTrimUser' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 271 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 271 |
![]() |
design | DesignForExtension | Method 'withTrimUser' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 275 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 281 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 282 |
![]() |
design | DesignForExtension | Method 'getExcludeReplies' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 293 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 294 |
![]() |
design | DesignForExtension | Method 'setExcludeReplies' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
misc | FinalParameters | Parameter excludeReplies should be final. | 300 |
![]() |
coding | HiddenField | 'excludeReplies' hides a field. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 304 |
![]() |
design | DesignForExtension | Method 'withExcludeReplies' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
misc | FinalParameters | Parameter excludeReplies should be final. | 304 |
![]() |
coding | HiddenField | 'excludeReplies' hides a field. | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 185). | 310 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 311 |
![]() |
design | DesignForExtension | Method 'getContributorDetails' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 185). | 322 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 323 |
![]() |
design | DesignForExtension | Method 'setContributorDetails' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() |
misc | FinalParameters | Parameter contributorDetails should be final. | 329 |
![]() |
coding | HiddenField | 'contributorDetails' hides a field. | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 333 |
![]() |
design | DesignForExtension | Method 'withContributorDetails' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
misc | FinalParameters | Parameter contributorDetails should be final. | 333 |
![]() |
coding | HiddenField | 'contributorDetails' hides a field. | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 326). | 339 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 340 |
![]() |
design | DesignForExtension | Method 'getIncludeRts' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 326). | 351 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 352 |
![]() |
design | DesignForExtension | Method 'setIncludeRts' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() |
misc | FinalParameters | Parameter includeRts should be final. | 358 |
![]() |
coding | HiddenField | 'includeRts' hides a field. | 358 |
![]() |
design | DesignForExtension | Method 'withIncludeRts' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
![]() |
misc | FinalParameters | Parameter includeRts should be final. | 362 |
![]() |
coding | HiddenField | 'includeRts' hides a field. | 362 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 372 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 378 |
![]() |
misc | FinalParameters | Parameter name should be final. | 380 |
![]() |
misc | FinalParameters | Parameter value should be final. | 380 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 384 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 384 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 384 |
![]() |
misc | FinalParameters | Parameter name should be final. | 384 |
![]() |
misc | FinalParameters | Parameter value should be final. | 384 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 391 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 394 |
![]() |
misc | FinalParameters | Parameter other should be final. | 395 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 399 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 402). | 403 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
misc | FinalParameters | Parameter name should be final. | 72 |
![]() |
coding | HiddenField | 'name' hides a field. | 72 |
![]() |
design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter name should be final. | 76 |
![]() |
coding | HiddenField | 'name' hides a field. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
design | DesignForExtension | Method 'getSlug' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
design | DesignForExtension | Method 'setSlug' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
misc | FinalParameters | Parameter slug should be final. | 99 |
![]() |
coding | HiddenField | 'slug' hides a field. | 99 |
![]() |
design | DesignForExtension | Method 'withSlug' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter slug should be final. | 103 |
![]() |
coding | HiddenField | 'slug' hides a field. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
misc | FinalParameters | Parameter size should be final. | 126 |
![]() |
coding | HiddenField | 'size' hides a field. | 126 |
![]() |
design | DesignForExtension | Method 'withSize' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter size should be final. | 130 |
![]() |
coding | HiddenField | 'size' hides a field. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
design | DesignForExtension | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
design | DesignForExtension | Method 'setUsers' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
misc | FinalParameters | Parameter users should be final. | 153 |
![]() |
coding | HiddenField | 'users' hides a field. | 153 |
![]() |
design | DesignForExtension | Method 'withUsers' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter users should be final. | 157 |
![]() |
coding | HiddenField | 'users' hides a field. | 157 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
misc | FinalParameters | Parameter name should be final. | 175 |
![]() |
coding | HiddenField | 'name' hides a field. | 175 |
![]() |
misc | FinalParameters | Parameter value should be final. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 179 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
misc | FinalParameters | Parameter name should be final. | 179 |
![]() |
coding | HiddenField | 'name' hides a field. | 179 |
![]() |
misc | FinalParameters | Parameter value should be final. | 179 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 186 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
misc | FinalParameters | Parameter other should be final. | 190 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 195). | 198 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 257). | 43 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 59 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'slug'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lang'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 65 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'slug'. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.QueryIfNE. | 23 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 31 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
naming | ConstantName | Name 'path' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 160). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
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 |
![]() |
design | DesignForExtension | Method 'getTimePeriod' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
design | DesignForExtension | Method 'setTimePeriod' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
misc | FinalParameters | Parameter timePeriod should be final. | 53 |
![]() |
coding | HiddenField | 'timePeriod' hides a field. | 53 |
![]() |
design | DesignForExtension | Method 'withTimePeriod' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter timePeriod should be final. | 57 |
![]() |
coding | HiddenField | 'timePeriod' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
misc | FinalParameters | Parameter count should be final. | 80 |
![]() |
coding | HiddenField | 'count' hides a field. | 80 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter count should be final. | 84 |
![]() |
coding | HiddenField | 'count' hides a field. | 84 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 113 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 161). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 158). | 43 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
design | DesignForExtension | Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
design | DesignForExtension | Method 'setQuery' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
misc | FinalParameters | Parameter query should be final. | 101 |
![]() |
coding | HiddenField | 'query' hides a field. | 101 |
![]() |
design | DesignForExtension | Method 'withQuery' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter query should be final. | 105 |
![]() |
coding | HiddenField | 'query' hides a field. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
design | DesignForExtension | Method 'getFromDate' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
design | DesignForExtension | Method 'setFromDate' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter fromDate should be final. | 130 |
![]() |
coding | HiddenField | 'fromDate' hides a field. | 130 |
![]() |
design | DesignForExtension | Method 'withFromDate' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter fromDate should be final. | 134 |
![]() |
coding | HiddenField | 'fromDate' hides a field. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
design | DesignForExtension | Method 'getToDate' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 153 |
![]() |
design | DesignForExtension | Method 'setToDate' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
misc | FinalParameters | Parameter toDate should be final. | 159 |
![]() |
coding | HiddenField | 'toDate' hides a field. | 159 |
![]() |
design | DesignForExtension | Method 'withToDate' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
misc | FinalParameters | Parameter toDate should be final. | 163 |
![]() |
coding | HiddenField | 'toDate' hides a field. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
design | DesignForExtension | Method 'getBucket' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
design | DesignForExtension | Method 'setBucket' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
misc | FinalParameters | Parameter bucket should be final. | 188 |
![]() |
coding | HiddenField | 'bucket' hides a field. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 192 |
![]() |
design | DesignForExtension | Method 'withBucket' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
misc | FinalParameters | Parameter bucket should be final. | 192 |
![]() |
coding | HiddenField | 'bucket' hides a field. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
design | DesignForExtension | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 211 |
![]() |
design | DesignForExtension | Method 'setNext' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
misc | FinalParameters | Parameter next should be final. | 217 |
![]() |
coding | HiddenField | 'next' hides a field. | 217 |
![]() |
design | DesignForExtension | Method 'withNext' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
![]() |
misc | FinalParameters | Parameter next should be final. | 221 |
![]() |
coding | HiddenField | 'next' hides a field. | 221 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
misc | FinalParameters | Parameter name should be final. | 239 |
![]() |
misc | FinalParameters | Parameter value should be final. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 243 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
![]() |
misc | FinalParameters | Parameter name should be final. | 243 |
![]() |
misc | FinalParameters | Parameter value should be final. | 243 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 250 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
misc | FinalParameters | Parameter other should be final. | 254 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 234). | 262 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 265 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 266 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 268 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 269 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 270 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 272 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 280 |
![]() |
misc | FinalParameters | Parameter value should be final. | 280 |
![]() |
coding | HiddenField | 'value' hides a field. | 280 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 291 |
![]() |
misc | FinalParameters | Parameter value should be final. | 291 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
design | DesignForExtension | Method 'getTotalCount' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
design | DesignForExtension | Method 'setTotalCount' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter totalCount should be final. | 90 |
![]() |
coding | HiddenField | 'totalCount' hides a field. | 90 |
![]() |
design | DesignForExtension | Method 'withTotalCount' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter totalCount should be final. | 94 |
![]() |
coding | HiddenField | 'totalCount' hides a field. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
design | DesignForExtension | Method 'getResults' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'setResults' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
misc | FinalParameters | Parameter results should be final. | 119 |
![]() |
coding | HiddenField | 'results' hides a field. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 123 |
![]() |
design | DesignForExtension | Method 'withResults' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter results should be final. | 123 |
![]() |
coding | HiddenField | 'results' hides a field. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
design | DesignForExtension | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
design | DesignForExtension | Method 'setNext' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
misc | FinalParameters | Parameter next should be final. | 148 |
![]() |
coding | HiddenField | 'next' hides a field. | 148 |
![]() |
design | DesignForExtension | Method 'withNext' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter next should be final. | 152 |
![]() |
coding | HiddenField | 'next' hides a field. | 152 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
design | DesignForExtension | Method 'getRequestParameters' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
design | DesignForExtension | Method 'setRequestParameters' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 177 |
![]() |
misc | FinalParameters | Parameter requestParameters should be final. | 177 |
![]() |
coding | HiddenField | 'requestParameters' hides a field. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 181 |
![]() |
design | DesignForExtension | Method 'withRequestParameters' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
misc | FinalParameters | Parameter requestParameters should be final. | 181 |
![]() |
coding | HiddenField | 'requestParameters' hides a field. | 181 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
misc | FinalParameters | Parameter name should be final. | 199 |
![]() |
misc | FinalParameters | Parameter value should be final. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 203 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
![]() |
misc | FinalParameters | Parameter name should be final. | 203 |
![]() |
misc | FinalParameters | Parameter value should be final. | 203 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 210 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
misc | FinalParameters | Parameter other should be final. | 214 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 237). | 222 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 186). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
design | DesignForExtension | Method 'setQuery' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
misc | FinalParameters | Parameter query should be final. | 107 |
![]() |
coding | HiddenField | 'query' hides a field. | 107 |
![]() |
design | DesignForExtension | Method 'withQuery' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter query should be final. | 111 |
![]() |
coding | HiddenField | 'query' hides a field. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
design | DesignForExtension | Method 'getFromDate' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
design | DesignForExtension | Method 'setFromDate' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
misc | FinalParameters | Parameter fromDate should be final. | 136 |
![]() |
coding | HiddenField | 'fromDate' hides a field. | 136 |
![]() |
design | DesignForExtension | Method 'withFromDate' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter fromDate should be final. | 140 |
![]() |
coding | HiddenField | 'fromDate' hides a field. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
design | DesignForExtension | Method 'getToDate' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
design | DesignForExtension | Method 'setToDate' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
misc | FinalParameters | Parameter toDate should be final. | 165 |
![]() |
coding | HiddenField | 'toDate' hides a field. | 165 |
![]() |
design | DesignForExtension | Method 'withToDate' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter toDate should be final. | 169 |
![]() |
coding | HiddenField | 'toDate' hides a field. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 186). | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
design | DesignForExtension | Method 'getMaxResults' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 186). | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
design | DesignForExtension | Method 'setMaxResults' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
misc | FinalParameters | Parameter maxResults should be final. | 194 |
![]() |
coding | HiddenField | 'maxResults' hides a field. | 194 |
![]() |
design | DesignForExtension | Method 'withMaxResults' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
misc | FinalParameters | Parameter maxResults should be final. | 198 |
![]() |
coding | HiddenField | 'maxResults' hides a field. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 205 |
![]() |
design | DesignForExtension | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 217 |
![]() |
design | DesignForExtension | Method 'setNext' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
misc | FinalParameters | Parameter next should be final. | 223 |
![]() |
coding | HiddenField | 'next' hides a field. | 223 |
![]() |
design | DesignForExtension | Method 'withNext' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
![]() |
misc | FinalParameters | Parameter next should be final. | 227 |
![]() |
coding | HiddenField | 'next' hides a field. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 234 |
![]() |
design | DesignForExtension | Method 'getTag' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 246 |
![]() |
design | DesignForExtension | Method 'setTag' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
misc | FinalParameters | Parameter tag should be final. | 252 |
![]() |
coding | HiddenField | 'tag' hides a field. | 252 |
![]() |
design | DesignForExtension | Method 'withTag' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
misc | FinalParameters | Parameter tag should be final. | 256 |
![]() |
coding | HiddenField | 'tag' hides a field. | 256 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
![]() |
misc | FinalParameters | Parameter name should be final. | 274 |
![]() |
misc | FinalParameters | Parameter value should be final. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 278 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
![]() |
misc | FinalParameters | Parameter name should be final. | 278 |
![]() |
misc | FinalParameters | Parameter value should be final. | 278 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 285 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
misc | FinalParameters | Parameter other should be final. | 289 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 293 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 263). | 297 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
design | DesignForExtension | Method 'getResults' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
design | DesignForExtension | Method 'setResults' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
misc | FinalParameters | Parameter results should be final. | 83 |
![]() |
coding | HiddenField | 'results' hides a field. | 83 |
![]() |
design | DesignForExtension | Method 'withResults' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter results should be final. | 87 |
![]() |
coding | HiddenField | 'results' hides a field. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
design | DesignForExtension | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
design | DesignForExtension | Method 'setNext' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
misc | FinalParameters | Parameter next should be final. | 112 |
![]() |
coding | HiddenField | 'next' hides a field. | 112 |
![]() |
design | DesignForExtension | Method 'withNext' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter next should be final. | 116 |
![]() |
coding | HiddenField | 'next' hides a field. | 116 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
design | DesignForExtension | Method 'getRequestParameters' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
design | DesignForExtension | Method 'setRequestParameters' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
misc | FinalParameters | Parameter requestParameters should be final. | 141 |
![]() |
coding | HiddenField | 'requestParameters' hides a field. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 145 |
![]() |
design | DesignForExtension | Method 'withRequestParameters' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter requestParameters should be final. | 145 |
![]() |
coding | HiddenField | 'requestParameters' hides a field. | 145 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter name should be final. | 163 |
![]() |
misc | FinalParameters | Parameter value should be final. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 167 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
misc | FinalParameters | Parameter name should be final. | 167 |
![]() |
misc | FinalParameters | Parameter value should be final. | 167 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 174 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
misc | FinalParameters | Parameter other should be final. | 178 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 202). | 186 |
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 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
misc | FinalParameters | Parameter name should be final. | 57 |
![]() |
coding | HiddenField | 'name' hides a field. | 57 |
![]() |
design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter name should be final. | 61 |
![]() |
coding | HiddenField | 'name' hides a field. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
design | DesignForExtension | Method 'getTzinfoName' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
design | DesignForExtension | Method 'setTzinfoName' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter tzinfoName should be final. | 84 |
![]() |
coding | HiddenField | 'tzinfoName' hides a field. | 84 |
![]() |
design | DesignForExtension | Method 'withTzinfoName' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter tzinfoName should be final. | 88 |
![]() |
coding | HiddenField | 'tzinfoName' hides a field. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
design | DesignForExtension | Method 'getUtcOffset' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
design | DesignForExtension | Method 'setUtcOffset' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 111 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 111 |
![]() |
design | DesignForExtension | Method 'withUtcOffset' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 115 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 115 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter name should be final. | 133 |
![]() |
coding | HiddenField | 'name' hides a field. | 133 |
![]() |
misc | FinalParameters | Parameter value should be final. | 133 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter name should be final. | 137 |
![]() |
coding | HiddenField | 'name' hides a field. | 137 |
![]() |
misc | FinalParameters | Parameter value should be final. | 137 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 144 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 192). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
naming | TypeName | Name 'TimeZone_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 25 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
misc | FinalParameters | Parameter name should be final. | 57 |
![]() |
coding | HiddenField | 'name' hides a field. | 57 |
![]() |
design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter name should be final. | 61 |
![]() |
coding | HiddenField | 'name' hides a field. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
design | DesignForExtension | Method 'getTzinfoName' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
design | DesignForExtension | Method 'setTzinfoName' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter tzinfoName should be final. | 84 |
![]() |
coding | HiddenField | 'tzinfoName' hides a field. | 84 |
![]() |
design | DesignForExtension | Method 'withTzinfoName' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter tzinfoName should be final. | 88 |
![]() |
coding | HiddenField | 'tzinfoName' hides a field. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
design | DesignForExtension | Method 'getUtcOffset' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
design | DesignForExtension | Method 'setUtcOffset' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 111 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 111 |
![]() |
design | DesignForExtension | Method 'withUtcOffset' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 115 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 115 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter name should be final. | 133 |
![]() |
coding | HiddenField | 'name' hides a field. | 133 |
![]() |
misc | FinalParameters | Parameter value should be final. | 133 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter name should be final. | 137 |
![]() |
coding | HiddenField | 'name' hides a field. | 137 |
![]() |
misc | FinalParameters | Parameter value should be final. | 137 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 144 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 192). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
design | DesignForExtension | Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
design | DesignForExtension | Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
misc | FinalParameters | Parameter country should be final. | 75 |
![]() |
coding | HiddenField | 'country' hides a field. | 75 |
![]() |
design | DesignForExtension | Method 'withCountry' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter country should be final. | 79 |
![]() |
coding | HiddenField | 'country' hides a field. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'getCountryCode' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
design | DesignForExtension | Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
misc | FinalParameters | Parameter countryCode should be final. | 102 |
![]() |
coding | HiddenField | 'countryCode' hides a field. | 102 |
![]() |
design | DesignForExtension | Method 'withCountryCode' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter countryCode should be final. | 106 |
![]() |
coding | HiddenField | 'countryCode' hides a field. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
misc | FinalParameters | Parameter name should be final. | 129 |
![]() |
coding | HiddenField | 'name' hides a field. | 129 |
![]() |
design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter name should be final. | 133 |
![]() |
coding | HiddenField | 'name' hides a field. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
design | DesignForExtension | Method 'getParentid' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
design | DesignForExtension | Method 'setParentid' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
misc | FinalParameters | Parameter parentid should be final. | 156 |
![]() |
coding | HiddenField | 'parentid' hides a field. | 156 |
![]() |
design | DesignForExtension | Method 'withParentid' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter parentid should be final. | 160 |
![]() |
coding | HiddenField | 'parentid' hides a field. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
design | DesignForExtension | Method 'getPlaceType' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
design | DesignForExtension | Method 'setPlaceType' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
misc | FinalParameters | Parameter placeType should be final. | 183 |
![]() |
coding | HiddenField | 'placeType' hides a field. | 183 |
![]() |
design | DesignForExtension | Method 'withPlaceType' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
misc | FinalParameters | Parameter placeType should be final. | 187 |
![]() |
coding | HiddenField | 'placeType' hides a field. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
misc | FinalParameters | Parameter url should be final. | 210 |
![]() |
coding | HiddenField | 'url' hides a field. | 210 |
![]() |
design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter url should be final. | 214 |
![]() |
coding | HiddenField | 'url' hides a field. | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
design | DesignForExtension | Method 'getWoeid' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 231 |
![]() |
design | DesignForExtension | Method 'setWoeid' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
misc | FinalParameters | Parameter woeid should be final. | 237 |
![]() |
coding | HiddenField | 'woeid' hides a field. | 237 |
![]() |
design | DesignForExtension | Method 'withWoeid' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
![]() |
misc | FinalParameters | Parameter woeid should be final. | 241 |
![]() |
coding | HiddenField | 'woeid' hides a field. | 241 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
misc | FinalParameters | Parameter name should be final. | 259 |
![]() |
coding | HiddenField | 'name' hides a field. | 259 |
![]() |
misc | FinalParameters | Parameter value should be final. | 259 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
misc | FinalParameters | Parameter name should be final. | 263 |
![]() |
coding | HiddenField | 'name' hides a field. | 263 |
![]() |
misc | FinalParameters | Parameter value should be final. | 263 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 270 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
misc | FinalParameters | Parameter other should be final. | 274 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 300). | 282 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
naming | TypeName | Name 'TrendLocation_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
design | DesignForExtension | Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
design | DesignForExtension | Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
misc | FinalParameters | Parameter country should be final. | 75 |
![]() |
coding | HiddenField | 'country' hides a field. | 75 |
![]() |
design | DesignForExtension | Method 'withCountry' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter country should be final. | 79 |
![]() |
coding | HiddenField | 'country' hides a field. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'getCountryCode' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
design | DesignForExtension | Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
misc | FinalParameters | Parameter countryCode should be final. | 102 |
![]() |
coding | HiddenField | 'countryCode' hides a field. | 102 |
![]() |
design | DesignForExtension | Method 'withCountryCode' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter countryCode should be final. | 106 |
![]() |
coding | HiddenField | 'countryCode' hides a field. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
misc | FinalParameters | Parameter name should be final. | 129 |
![]() |
coding | HiddenField | 'name' hides a field. | 129 |
![]() |
design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter name should be final. | 133 |
![]() |
coding | HiddenField | 'name' hides a field. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
design | DesignForExtension | Method 'getParentid' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
design | DesignForExtension | Method 'setParentid' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
misc | FinalParameters | Parameter parentid should be final. | 156 |
![]() |
coding | HiddenField | 'parentid' hides a field. | 156 |
![]() |
design | DesignForExtension | Method 'withParentid' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter parentid should be final. | 160 |
![]() |
coding | HiddenField | 'parentid' hides a field. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
design | DesignForExtension | Method 'getPlaceType' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
design | DesignForExtension | Method 'setPlaceType' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
misc | FinalParameters | Parameter placeType should be final. | 183 |
![]() |
coding | HiddenField | 'placeType' hides a field. | 183 |
![]() |
design | DesignForExtension | Method 'withPlaceType' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
misc | FinalParameters | Parameter placeType should be final. | 187 |
![]() |
coding | HiddenField | 'placeType' hides a field. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
misc | FinalParameters | Parameter url should be final. | 210 |
![]() |
coding | HiddenField | 'url' hides a field. | 210 |
![]() |
design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter url should be final. | 214 |
![]() |
coding | HiddenField | 'url' hides a field. | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
design | DesignForExtension | Method 'getWoeid' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 231 |
![]() |
design | DesignForExtension | Method 'setWoeid' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
misc | FinalParameters | Parameter woeid should be final. | 237 |
![]() |
coding | HiddenField | 'woeid' hides a field. | 237 |
![]() |
design | DesignForExtension | Method 'withWoeid' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
![]() |
misc | FinalParameters | Parameter woeid should be final. | 241 |
![]() |
coding | HiddenField | 'woeid' hides a field. | 241 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
misc | FinalParameters | Parameter name should be final. | 259 |
![]() |
coding | HiddenField | 'name' hides a field. | 259 |
![]() |
misc | FinalParameters | Parameter value should be final. | 259 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
misc | FinalParameters | Parameter name should be final. | 263 |
![]() |
coding | HiddenField | 'name' hides a field. | 263 |
![]() |
misc | FinalParameters | Parameter value should be final. | 263 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 270 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
misc | FinalParameters | Parameter other should be final. | 274 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 300). | 282 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.lang.reflect.InvocationTargetException. | 53 |
![]() |
design | FinalClass | Class Twitter should be declared as final. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
design | VisibilityModifier | Variable 'restClientBuilder' must be private and have accessor methods. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
design | VisibilityModifier | Variable 'restClient' must be private and have accessor methods. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 105 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 108 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 112 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 113 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 114 |
![]() |
coding | MagicNumber | '20' is a magic number. | 118 |
![]() |
coding | MagicNumber | '100' is a magic number. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 122 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 142 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 142 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 155 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 166 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 166 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 166 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 173 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 173 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 173 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 180 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 180 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 180 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 187 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 187 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 187 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 194 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 194 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 200 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 201 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 201 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 201 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 208 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 208 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 208 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 215 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 215 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 215 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 222 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 222 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 222 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 229 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 229 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 229 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 236 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 236 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 236 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 243 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 243 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 243 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 250 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 250 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 250 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 257 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 257 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 257 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 264 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 264 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 271 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 271 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 278 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 278 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 278 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 284 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 294 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 295 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 295 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 295 |
![]() |
misc | FinalParameters | Parameter id should be final. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 301 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 301 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 306 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 307 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 307 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 307 |
![]() |
misc | FinalParameters | Parameter id should be final. | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 313 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 313 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 318 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 319 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 319 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 319 |
![]() |
misc | FinalParameters | Parameter id should be final. | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 325 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 325 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 330 |
![]() |
misc | FinalParameters | Parameter body should be final. | 330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 331 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 |
![]() |
misc | FinalParameters | Parameter id should be final. | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 337 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 337 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 343 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 343 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 343 |
![]() |
misc | FinalParameters | Parameter url should be final. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 349 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 349 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 349 |
![]() |
misc | FinalParameters | Parameter webhookId should be final. | 355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 356 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 356 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 356 |
![]() |
misc | FinalParameters | Parameter webhookId should be final. | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 362 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 362 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 362 |
![]() |
misc | FinalParameters | Parameter webhookId should be final. | 367 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 373 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 |
![]() |
coding | MagicNumber | '204' is a magic number. | 378 |
![]() |
misc | FinalParameters | Parameter webhookId should be final. | 391 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 392 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 397 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 397 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 397 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 397 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 397 |
![]() |
coding | MagicNumber | '204' is a magic number. | 401 |
![]() |
misc | FinalParameters | Parameter webhookId should be final. | 414 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 415 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 420 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 420 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 420 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 420 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 420 |
![]() |
coding | MagicNumber | '204' is a magic number. | 424 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 437 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 438 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 438 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 438 |
![]() |
misc | FinalParameters | Parameter id should be final. | 443 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 444 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 444 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 444 |
![]() |
misc | FinalParameters | Parameter event should be final. | 449 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 450 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 450 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 450 |
![]() |
misc | FinalParameters | Parameter event should be final. | 455 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 456 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 456 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 456 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 461 |
![]() |
misc | FinalParameters | Parameter environment should be final. | 461 |
![]() |
misc | FinalParameters | Parameter searchRequest should be final. | 461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 150). | 462 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 462 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 462 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 462 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 462 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 463 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 468 |
![]() |
misc | FinalParameters | Parameter environment should be final. | 468 |
![]() |
misc | FinalParameters | Parameter searchCountsRequest should be final. | 468 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 162). | 469 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 469 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 469 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 469 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 469 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 470 |
![]() |
misc | FinalParameters | Parameter id should be final. | 475 |
![]() |
misc | FinalParameters | Parameter id should be final. | 480 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 485 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 490 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 495 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 500 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 501 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 501 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 501 |
![]() |
misc | FinalParameters | Parameter slug should be final. | 506 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 506 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 507 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 507 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 507 |
![]() |
misc | FinalParameters | Parameter slug should be final. | 512 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 513 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 513 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 513 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | ConstantName | Name 'base64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'oAuthConfiguration' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'security' must be private and have accessor methods. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter oAuthConfiguration should be final. | 57 |
![]() |
coding | HiddenField | 'oAuthConfiguration' hides a field. | 57 |
![]() |
design | DesignForExtension | Method 'generateTimestamp' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 63 |
![]() |
naming | LocalVariableName | Name 'oauth_timestamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 64 |
![]() |
whitespace | WhitespaceAround | '/' is not followed by whitespace. | 64 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 64 |
![]() |
design | DesignForExtension | Method 'generateNonce' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
naming | LocalVariableName | Name 'uuid_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() |
naming | LocalVariableName | Name 'oauth_nonce' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
![]() |
misc | FinalParameters | Parameter httpRequest should be final. | 76 |
![]() |
misc | FinalParameters | Parameter httpContext should be final. | 76 |
![]() |
naming | LocalVariableName | Name 'oauth_nonce' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | LocalVariableName | Name 'oauth_timestamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
![]() |
whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 89 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 91 |
![]() |
naming | LocalVariableName | Name 'request_host' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
![]() |
naming | LocalVariableName | Name 'request_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 98 |
![]() |
naming | LocalVariableName | Name 'request_param_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 98 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
![]() |
naming | LocalVariableName | Name 'request_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 101 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 101 |
![]() |
naming | LocalVariableName | Name 'request_param' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 103 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 109 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 110 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 110 |
![]() |
naming | LocalVariableName | Name 'body_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
![]() |
naming | LocalVariableName | Name 'body_param' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 131 |
![]() |
naming | LocalVariableName | Name 'signature_parameter_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 133 |
![]() |
naming | LocalVariableName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 133 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 135 |
![]() |
naming | LocalVariableName | Name 'signing_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
![]() |
naming | LocalVariableName | Name 'oauth_signature' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 139 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 147 |
![]() |
naming | LocalVariableName | Name 'authorization_header_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.util.api.requests.backoff.AbstractBackOffStrategy. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.util.api.requests.backoff.BackOffException. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.util.api.requests.backoff.impl.LinearTimeBackOffStrategy. | 23 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.client.HttpRequestRetryHandler. | 26 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.protocol.HttpContext. | 27 |
![]() |
imports | UnusedImports | Unused import - java.util.Map. | 36 |
![]() |
imports | UnusedImports | Unused import - java.util.concurrent.ConcurrentHashMap. | 37 |
![]() |
imports | UnusedImports | Unused import - javax.ws.rs.core.Response. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'onResponse' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter response should be final. | 47 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 48 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 48 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 48 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 50 |
![]() |
coding | MagicNumber | '200' is a magic number. | 51 |
![]() |
coding | MagicNumber | '304' is a magic number. | 52 |
![]() |
coding | MagicNumber | '400' is a magic number. | 53 |
![]() |
coding | MagicNumber | '401' is a magic number. | 55 |
![]() |
coding | MagicNumber | '403' is a magic number. | 57 |
![]() |
coding | MagicNumber | '404' is a magic number. | 58 |
![]() |
coding | MagicNumber | '406' is a magic number. | 59 |
![]() |
coding | MagicNumber | '410' is a magic number. | 60 |
![]() |
coding | MagicNumber | '420' is a magic number. | 62 |
![]() |
coding | MagicNumber | '429' is a magic number. | 63 |
![]() |
coding | MagicNumber | '500' is a magic number. | 65 |
![]() |
coding | MagicNumber | '502' is a magic number. | 66 |
![]() |
coding | MagicNumber | '503' is a magic number. | 67 |
![]() |
coding | MagicNumber | '504' is a magic number. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter response should be final. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.Calendar. | 28 |
![]() |
imports | UnusedImports | Unused import - java.util.UUID. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | ConstantName | Name 'oauth_signature_encoding' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
naming | ConstantName | Name 'oauth_version' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | ConstantName | Name 'oauth_signature_method_param' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
naming | ConstantName | Name 'oauth_signature_method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | ConstantName | Name 'webhook_signature_method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
naming | ConstantName | Name 'base64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() |
design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter value should be final. | 55 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 81 |
![]() |
design | DesignForExtension | Method 'generateSignatureParameterString' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter allParamsMap should be final. | 81 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 86 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 86 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 86 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 93 |
![]() |
design | DesignForExtension | Method 'generateSignatureBaseString' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter method should be final. | 93 |
![]() |
misc | FinalParameters | Parameter request_url should be final. | 93 |
![]() |
naming | ParameterName | Name 'request_url' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
misc | FinalParameters | Parameter signature_parameter_string should be final. | 93 |
![]() |
naming | ParameterName | Name 'signature_parameter_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
naming | LocalVariableName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 104 |
![]() |
design | DesignForExtension | Method 'generateAuthorizationHeaderString' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter oauthParamMap should be final. | 104 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 108 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 108 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
![]() |
naming | LocalVariableName | Name 'authorization_header_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
![]() |
design | DesignForExtension | Method 'encodeMap' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter map should be final. | 119 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 121 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 121 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 128 |
![]() |
design | DesignForExtension | Method 'computeSignatureBytes' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter baseString should be final. | 128 |
![]() |
misc | FinalParameters | Parameter keyString should be final. | 128 |
![]() |
misc | FinalParameters | Parameter signature_method should be final. | 128 |
![]() |
naming | ParameterName | Name 'signature_method' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 143 |
![]() |
design | DesignForExtension | Method 'computeAndEncodeSignature' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
misc | FinalParameters | Parameter baseString should be final. | 143 |
![]() |
misc | FinalParameters | Parameter keyString should be final. | 143 |
![]() |
misc | FinalParameters | Parameter signature_method should be final. | 143 |
![]() |
naming | ParameterName | Name 'signature_method' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 225). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
design | DesignForExtension | Method 'getSleepTimeEnabled' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
design | DesignForExtension | Method 'setSleepTimeEnabled' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
misc | FinalParameters | Parameter sleepTimeEnabled should be final. | 102 |
![]() |
coding | HiddenField | 'sleepTimeEnabled' hides a field. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 106 |
![]() |
design | DesignForExtension | Method 'withSleepTimeEnabled' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter sleepTimeEnabled should be final. | 106 |
![]() |
coding | HiddenField | 'sleepTimeEnabled' hides a field. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 225). | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'getStartSleepTime' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 225). | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
design | DesignForExtension | Method 'setStartSleepTime' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter startSleepTime should be final. | 131 |
![]() |
coding | HiddenField | 'startSleepTime' hides a field. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 135 |
![]() |
design | DesignForExtension | Method 'withStartSleepTime' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter startSleepTime should be final. | 135 |
![]() |
coding | HiddenField | 'startSleepTime' hides a field. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
design | DesignForExtension | Method 'getEndSleepTime' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
design | DesignForExtension | Method 'setEndSleepTime' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
misc | FinalParameters | Parameter endSleepTime should be final. | 160 |
![]() |
coding | HiddenField | 'endSleepTime' hides a field. | 160 |
![]() |
design | DesignForExtension | Method 'withEndSleepTime' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter endSleepTime should be final. | 164 |
![]() |
coding | HiddenField | 'endSleepTime' hides a field. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
design | DesignForExtension | Method 'getTimeZone' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
design | DesignForExtension | Method 'setTimeZone' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 189 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 189 |
![]() |
design | DesignForExtension | Method 'withTimeZone' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 193 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
design | DesignForExtension | Method 'getTrendLocationWoeid' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 211 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
design | DesignForExtension | Method 'setTrendLocationWoeid' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
misc | FinalParameters | Parameter trendLocationWoeid should be final. | 218 |
![]() |
coding | HiddenField | 'trendLocationWoeid' hides a field. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 222 |
![]() |
design | DesignForExtension | Method 'withTrendLocationWoeid' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
misc | FinalParameters | Parameter trendLocationWoeid should be final. | 222 |
![]() |
coding | HiddenField | 'trendLocationWoeid' hides a field. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
design | DesignForExtension | Method 'getLang' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
design | DesignForExtension | Method 'setLang' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 247 |
![]() |
coding | HiddenField | 'lang' hides a field. | 247 |
![]() |
design | DesignForExtension | Method 'withLang' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 251 |
![]() |
coding | HiddenField | 'lang' hides a field. | 251 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
misc | FinalParameters | Parameter name should be final. | 269 |
![]() |
misc | FinalParameters | Parameter value should be final. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 273 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
misc | FinalParameters | Parameter name should be final. | 273 |
![]() |
misc | FinalParameters | Parameter value should be final. | 273 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 205). | 280 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
misc | FinalParameters | Parameter other should be final. | 284 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 335). | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 229). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
misc | FinalParameters | Parameter name should be final. | 110 |
![]() |
coding | HiddenField | 'name' hides a field. | 110 |
![]() |
design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
misc | FinalParameters | Parameter name should be final. | 114 |
![]() |
coding | HiddenField | 'name' hides a field. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
misc | FinalParameters | Parameter url should be final. | 139 |
![]() |
coding | HiddenField | 'url' hides a field. | 139 |
![]() |
design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
misc | FinalParameters | Parameter url should be final. | 143 |
![]() |
coding | HiddenField | 'url' hides a field. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
misc | FinalParameters | Parameter location should be final. | 168 |
![]() |
coding | HiddenField | 'location' hides a field. | 168 |
![]() |
design | DesignForExtension | Method 'withLocation' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
misc | FinalParameters | Parameter location should be final. | 172 |
![]() |
coding | HiddenField | 'location' hides a field. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
misc | FinalParameters | Parameter description should be final. | 197 |
![]() |
coding | HiddenField | 'description' hides a field. | 197 |
![]() |
design | DesignForExtension | Method 'withDescription' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
misc | FinalParameters | Parameter description should be final. | 201 |
![]() |
coding | HiddenField | 'description' hides a field. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 229). | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
design | DesignForExtension | Method 'getProfileLinkColor' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 229). | 219 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
design | DesignForExtension | Method 'setProfileLinkColor' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
misc | FinalParameters | Parameter profileLinkColor should be final. | 226 |
![]() |
coding | HiddenField | 'profileLinkColor' hides a field. | 226 |
![]() |
design | DesignForExtension | Method 'withProfileLinkColor' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter profileLinkColor should be final. | 230 |
![]() |
coding | HiddenField | 'profileLinkColor' hides a field. | 230 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 237 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 255 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 255 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 259 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 265 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 266 |
![]() |
design | DesignForExtension | Method 'getSkipStatus' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
design | DesignForExtension | Method 'setSkipStatus' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 284 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 284 |
![]() |
design | DesignForExtension | Method 'withSkipStatus' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 288 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 288 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
misc | FinalParameters | Parameter name should be final. | 306 |
![]() |
coding | HiddenField | 'name' hides a field. | 306 |
![]() |
misc | FinalParameters | Parameter value should be final. | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 310 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
misc | FinalParameters | Parameter name should be final. | 310 |
![]() |
coding | HiddenField | 'name' hides a field. | 310 |
![]() |
misc | FinalParameters | Parameter value should be final. | 310 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 209). | 317 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
misc | FinalParameters | Parameter other should be final. | 321 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 340). | 329 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Path. | 24 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.RequestBean. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 247). | 45 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 220). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 247). | 58 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 68 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 90 |
![]() |
coding | HiddenField | 'userId' hides a field. | 90 |
![]() |
design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 94 |
![]() |
coding | HiddenField | 'userId' hides a field. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 121 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 121 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 125 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 150 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 150 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 154 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 154 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter name should be final. | 172 |
![]() |
misc | FinalParameters | Parameter value should be final. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 176 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter name should be final. | 176 |
![]() |
misc | FinalParameters | Parameter value should be final. | 176 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 183 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
misc | FinalParameters | Parameter other should be final. | 187 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 208). | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
design | DesignForExtension | Method 'getQ' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'setQ' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
misc | FinalParameters | Parameter q should be final. | 91 |
![]() |
coding | HiddenField | 'q' hides a field. | 91 |
![]() |
design | DesignForExtension | Method 'withQ' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter q should be final. | 95 |
![]() |
coding | HiddenField | 'q' hides a field. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
design | DesignForExtension | Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'setPage' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
misc | FinalParameters | Parameter page should be final. | 120 |
![]() |
coding | HiddenField | 'page' hides a field. | 120 |
![]() |
design | DesignForExtension | Method 'withPage' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter page should be final. | 124 |
![]() |
coding | HiddenField | 'page' hides a field. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
misc | FinalParameters | Parameter count should be final. | 149 |
![]() |
coding | HiddenField | 'count' hides a field. | 149 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter count should be final. | 153 |
![]() |
coding | HiddenField | 'count' hides a field. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 178 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 178 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 182 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 182 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
misc | FinalParameters | Parameter name should be final. | 200 |
![]() |
misc | FinalParameters | Parameter value should be final. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 204 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 204 |
![]() |
misc | FinalParameters | Parameter value should be final. | 204 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 211 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
misc | FinalParameters | Parameter other should be final. | 215 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 211). | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 78 |
![]() |
coding | HiddenField | 'userId' hides a field. | 78 |
![]() |
design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 82 |
![]() |
coding | HiddenField | 'userId' hides a field. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 107 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 107 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 111 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 136 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 136 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 140 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 140 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter name should be final. | 158 |
![]() |
misc | FinalParameters | Parameter value should be final. | 158 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 162 |
![]() |
misc | FinalParameters | Parameter value should be final. | 162 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 169 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
misc | FinalParameters | Parameter other should be final. | 173 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 208). | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
misc | FinalParameters | Parameter id should be final. | 69 |
![]() |
coding | HiddenField | 'id' hides a field. | 69 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter id should be final. | 73 |
![]() |
coding | HiddenField | 'id' hides a field. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
misc | FinalParameters | Parameter url should be final. | 96 |
![]() |
coding | HiddenField | 'url' hides a field. | 96 |
![]() |
design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter url should be final. | 100 |
![]() |
coding | HiddenField | 'url' hides a field. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
design | DesignForExtension | Method 'getValid' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
design | DesignForExtension | Method 'setValid' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
misc | FinalParameters | Parameter valid should be final. | 123 |
![]() |
coding | HiddenField | 'valid' hides a field. | 123 |
![]() |
design | DesignForExtension | Method 'withValid' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter valid should be final. | 127 |
![]() |
coding | HiddenField | 'valid' hides a field. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
design | DesignForExtension | Method 'getCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
design | DesignForExtension | Method 'setCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 150 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 150 |
![]() |
design | DesignForExtension | Method 'withCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 154 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 154 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter name should be final. | 172 |
![]() |
misc | FinalParameters | Parameter value should be final. | 172 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter name should be final. | 176 |
![]() |
misc | FinalParameters | Parameter value should be final. | 176 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 183 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
misc | FinalParameters | Parameter other should be final. | 187 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 213). | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
design | DesignForExtension | Method 'getWelcomeMessage' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'setWelcomeMessage' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 58 |
![]() |
misc | FinalParameters | Parameter welcomeMessage should be final. | 58 |
![]() |
coding | HiddenField | 'welcomeMessage' hides a field. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 62 |
![]() |
design | DesignForExtension | Method 'withWelcomeMessage' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter welcomeMessage should be final. | 62 |
![]() |
coding | HiddenField | 'welcomeMessage' hides a field. | 62 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 84 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter name should be final. | 84 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 91 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
misc | FinalParameters | Parameter other should be final. | 95 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
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. | 40 |
![]() |
design | DesignForExtension | Method 'getMessageData' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'setMessageData' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 58 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 62 |
![]() |
design | DesignForExtension | Method 'withMessageData' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 62 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 62 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 84 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter name should be final. | 84 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 91 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
misc | FinalParameters | Parameter other should be final. | 95 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
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. | 47 |
![]() |
design | DesignForExtension | Method 'getWelcomeMessage' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'setWelcomeMessage' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter welcomeMessage should be final. | 65 |
![]() |
coding | HiddenField | 'welcomeMessage' hides a field. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
![]() |
design | DesignForExtension | Method 'withWelcomeMessage' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter welcomeMessage should be final. | 69 |
![]() |
coding | HiddenField | 'welcomeMessage' hides a field. | 69 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter name should be final. | 87 |
![]() |
misc | FinalParameters | Parameter value should be final. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 91 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter name should be final. | 91 |
![]() |
misc | FinalParameters | Parameter value should be final. | 91 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 98 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
misc | FinalParameters | Parameter other should be final. | 102 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
design | DesignForExtension | Method 'getWelcomeMessageRule' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'setWelcomeMessageRule' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRule should be final. | 58 |
![]() |
coding | HiddenField | 'welcomeMessageRule' hides a field. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 62 |
![]() |
design | DesignForExtension | Method 'withWelcomeMessageRule' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRule should be final. | 62 |
![]() |
coding | HiddenField | 'welcomeMessageRule' hides a field. | 62 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 84 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter name should be final. | 84 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 91 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
misc | FinalParameters | Parameter other should be final. | 95 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
design | DesignForExtension | Method 'getWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
design | DesignForExtension | Method 'setWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 60 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 64 |
![]() |
design | DesignForExtension | Method 'withWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 64 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 64 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 98). | 86 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 93 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 96). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
design | DesignForExtension | Method 'getWelcomeMessageRule' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'setWelcomeMessageRule' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRule should be final. | 58 |
![]() |
coding | HiddenField | 'welcomeMessageRule' hides a field. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 62 |
![]() |
design | DesignForExtension | Method 'withWelcomeMessageRule' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRule should be final. | 62 |
![]() |
coding | HiddenField | 'welcomeMessageRule' hides a field. | 62 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 84 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter name should be final. | 84 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 91 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
misc | FinalParameters | Parameter other should be final. | 95 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
misc | FinalParameters | Parameter id should be final. | 80 |
![]() |
coding | HiddenField | 'id' hides a field. | 80 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter id should be final. | 84 |
![]() |
coding | HiddenField | 'id' hides a field. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
design | DesignForExtension | Method 'getCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
design | DesignForExtension | Method 'setCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 111 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 115 |
![]() |
design | DesignForExtension | Method 'withCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 115 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
design | DesignForExtension | Method 'getWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
design | DesignForExtension | Method 'setWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 142 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 146 |
![]() |
design | DesignForExtension | Method 'withWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 146 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 146 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 168 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter name should be final. | 168 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 175 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 98). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 214). | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.WelcomeMessage. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 247). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 52 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 214). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'body'. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 249). | 75 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 79 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter count should be final. | 70 |
![]() |
coding | HiddenField | 'count' hides a field. | 70 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter count should be final. | 74 |
![]() |
coding | HiddenField | 'count' hides a field. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'getCursor' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
design | DesignForExtension | Method 'setCursor' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 99 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 99 |
![]() |
design | DesignForExtension | Method 'withCursor' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 103 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 125 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 132 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getWelcomeMessageRules' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'setWelcomeMessageRules' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRules should be final. | 65 |
![]() |
coding | HiddenField | 'welcomeMessageRules' hides a field. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 69 |
![]() |
design | DesignForExtension | Method 'withWelcomeMessageRules' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRules should be final. | 69 |
![]() |
coding | HiddenField | 'welcomeMessageRules' hides a field. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
design | DesignForExtension | Method 'getNextCurser' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'setNextCurser' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
misc | FinalParameters | Parameter nextCurser should be final. | 92 |
![]() |
coding | HiddenField | 'nextCurser' hides a field. | 92 |
![]() |
design | DesignForExtension | Method 'withNextCurser' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter nextCurser should be final. | 96 |
![]() |
coding | HiddenField | 'nextCurser' hides a field. | 96 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter name should be final. | 114 |
![]() |
misc | FinalParameters | Parameter value should be final. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 118 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter name should be final. | 118 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 125 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter other should be final. | 129 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.RequestBean. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 191). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 237). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 233). | 52 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 303). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 233). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'messageNewRequest'. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 239). | 71 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter count should be final. | 70 |
![]() |
coding | HiddenField | 'count' hides a field. | 70 |
![]() |
design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter count should be final. | 74 |
![]() |
coding | HiddenField | 'count' hides a field. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'getCursor' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
design | DesignForExtension | Method 'setCursor' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 99 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 99 |
![]() |
design | DesignForExtension | Method 'withCursor' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 103 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 125 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 132 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getWelcomeMessages' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'setWelcomeMessages' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter welcomeMessages should be final. | 65 |
![]() |
coding | HiddenField | 'welcomeMessages' hides a field. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 69 |
![]() |
design | DesignForExtension | Method 'withWelcomeMessages' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter welcomeMessages should be final. | 69 |
![]() |
coding | HiddenField | 'welcomeMessages' hides a field. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
design | DesignForExtension | Method 'getNextCurser' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'setNextCurser' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
misc | FinalParameters | Parameter nextCurser should be final. | 92 |
![]() |
coding | HiddenField | 'nextCurser' hides a field. | 92 |
![]() |
design | DesignForExtension | Method 'withNextCurser' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter nextCurser should be final. | 96 |
![]() |
coding | HiddenField | 'nextCurser' hides a field. | 96 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter name should be final. | 114 |
![]() |
misc | FinalParameters | Parameter value should be final. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 118 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter name should be final. | 118 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 125 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter other should be final. | 129 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | DesignForExtension | Method 'getQ' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'setQ' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
misc | FinalParameters | Parameter q should be final. | 80 |
![]() |
coding | HiddenField | 'q' hides a field. | 80 |
![]() |
design | DesignForExtension | Method 'withQ' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter q should be final. | 84 |
![]() |
coding | HiddenField | 'q' hides a field. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
design | DesignForExtension | Method 'getMaxItems' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
design | DesignForExtension | Method 'setMaxItems' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 109 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 109 |
![]() |
design | DesignForExtension | Method 'withMaxItems' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 113 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 113 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'getMaxPages' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
design | DesignForExtension | Method 'setMaxPages' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 138 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 138 |
![]() |
design | DesignForExtension | Method 'withMaxPages' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 142 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 142 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 98). | 164 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 171 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
misc | FinalParameters | Parameter other should be final. | 175 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 180). | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | DesignForExtension | Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'setQuery' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
misc | FinalParameters | Parameter query should be final. | 80 |
![]() |
coding | HiddenField | 'query' hides a field. | 80 |
![]() |
design | DesignForExtension | Method 'withQuery' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter query should be final. | 84 |
![]() |
coding | HiddenField | 'query' hides a field. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
design | DesignForExtension | Method 'getMaxItems' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
design | DesignForExtension | Method 'setMaxItems' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 109 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 109 |
![]() |
design | DesignForExtension | Method 'withMaxItems' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 113 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 113 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'getMaxPages' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
design | DesignForExtension | Method 'setMaxPages' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 138 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 138 |
![]() |
design | DesignForExtension | Method 'withMaxPages' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 142 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 142 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 99). | 164 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 171 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
misc | FinalParameters | Parameter other should be final. | 175 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 188). | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 123 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
design | DesignForExtension | Method 'getProtocol' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
design | DesignForExtension | Method 'setProtocol' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 145 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 145 |
![]() |
design | DesignForExtension | Method 'withProtocol' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 149 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 149 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
design | DesignForExtension | Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
design | DesignForExtension | Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
misc | FinalParameters | Parameter host should be final. | 174 |
![]() |
coding | HiddenField | 'host' hides a field. | 174 |
![]() |
design | DesignForExtension | Method 'withHost' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
misc | FinalParameters | Parameter host should be final. | 178 |
![]() |
coding | HiddenField | 'host' hides a field. | 178 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 185 |
![]() |
design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 195 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
design | DesignForExtension | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
misc | FinalParameters | Parameter port should be final. | 203 |
![]() |
coding | HiddenField | 'port' hides a field. | 203 |
![]() |
design | DesignForExtension | Method 'withPort' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
![]() |
misc | FinalParameters | Parameter port should be final. | 207 |
![]() |
coding | HiddenField | 'port' hides a field. | 207 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 212 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 214 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 226 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
misc | FinalParameters | Parameter version should be final. | 232 |
![]() |
coding | HiddenField | 'version' hides a field. | 232 |
![]() |
design | DesignForExtension | Method 'withVersion' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
misc | FinalParameters | Parameter version should be final. | 236 |
![]() |
coding | HiddenField | 'version' hides a field. | 236 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 243 |
![]() |
design | DesignForExtension | Method 'getDebug' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 253 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 255 |
![]() |
design | DesignForExtension | Method 'setDebug' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
misc | FinalParameters | Parameter debug should be final. | 261 |
![]() |
coding | HiddenField | 'debug' hides a field. | 261 |
![]() |
design | DesignForExtension | Method 'withDebug' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
misc | FinalParameters | Parameter debug should be final. | 265 |
![]() |
coding | HiddenField | 'debug' hides a field. | 265 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 270 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 272 |
![]() |
design | DesignForExtension | Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 282 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 284 |
![]() |
design | DesignForExtension | Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 290 |
![]() |
coding | HiddenField | 'endpoint' hides a field. | 290 |
![]() |
design | DesignForExtension | Method 'withEndpoint' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 294 |
![]() |
coding | HiddenField | 'endpoint' hides a field. | 294 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 299 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 301 |
![]() |
design | DesignForExtension | Method 'getEnvironment' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 311 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 313 |
![]() |
design | DesignForExtension | Method 'setEnvironment' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() |
misc | FinalParameters | Parameter environment should be final. | 319 |
![]() |
coding | HiddenField | 'environment' hides a field. | 319 |
![]() |
design | DesignForExtension | Method 'withEnvironment' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 323 |
![]() |
misc | FinalParameters | Parameter environment should be final. | 323 |
![]() |
coding | HiddenField | 'environment' hides a field. | 323 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 329 |
![]() |
design | DesignForExtension | Method 'getJsonStoreEnabled' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 340 |
![]() |
design | DesignForExtension | Method 'setJsonStoreEnabled' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() |
misc | FinalParameters | Parameter jsonStoreEnabled should be final. | 346 |
![]() |
coding | HiddenField | 'jsonStoreEnabled' hides a field. | 346 |
![]() |
design | DesignForExtension | Method 'withJsonStoreEnabled' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 350 |
![]() |
misc | FinalParameters | Parameter jsonStoreEnabled should be final. | 350 |
![]() |
coding | HiddenField | 'jsonStoreEnabled' hides a field. | 350 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 356 |
![]() |
design | DesignForExtension | Method 'getOauth' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 367 |
![]() |
design | DesignForExtension | Method 'setOauth' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() |
misc | FinalParameters | Parameter oauth should be final. | 373 |
![]() |
coding | HiddenField | 'oauth' hides a field. | 373 |
![]() |
design | DesignForExtension | Method 'withOauth' is not designed for extension - needs to be abstract, final or empty. | 377 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 377 |
![]() |
misc | FinalParameters | Parameter oauth should be final. | 377 |
![]() |
coding | HiddenField | 'oauth' hides a field. | 377 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 383 |
![]() |
design | DesignForExtension | Method 'getBasicauth' is not designed for extension - needs to be abstract, final or empty. | 387 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 394 |
![]() |
design | DesignForExtension | Method 'setBasicauth' is not designed for extension - needs to be abstract, final or empty. | 398 |
![]() |
misc | FinalParameters | Parameter basicauth should be final. | 400 |
![]() |
coding | HiddenField | 'basicauth' hides a field. | 400 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 404 |
![]() |
design | DesignForExtension | Method 'withBasicauth' is not designed for extension - needs to be abstract, final or empty. | 404 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 404 |
![]() |
misc | FinalParameters | Parameter basicauth should be final. | 404 |
![]() |
coding | HiddenField | 'basicauth' hides a field. | 404 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 409 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 411 |
![]() |
design | DesignForExtension | Method 'getThreadsPerProvider' is not designed for extension - needs to be abstract, final or empty. | 415 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 421 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 423 |
![]() |
design | DesignForExtension | Method 'setThreadsPerProvider' is not designed for extension - needs to be abstract, final or empty. | 427 |
![]() |
misc | FinalParameters | Parameter threadsPerProvider should be final. | 429 |
![]() |
coding | HiddenField | 'threadsPerProvider' hides a field. | 429 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 433 |
![]() |
design | DesignForExtension | Method 'withThreadsPerProvider' is not designed for extension - needs to be abstract, final or empty. | 433 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 433 |
![]() |
misc | FinalParameters | Parameter threadsPerProvider should be final. | 433 |
![]() |
coding | HiddenField | 'threadsPerProvider' hides a field. | 433 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 438 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 440 |
![]() |
design | DesignForExtension | Method 'getRetrySleepMs' is not designed for extension - needs to be abstract, final or empty. | 444 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 450 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 452 |
![]() |
design | DesignForExtension | Method 'setRetrySleepMs' is not designed for extension - needs to be abstract, final or empty. | 456 |
![]() |
misc | FinalParameters | Parameter retrySleepMs should be final. | 458 |
![]() |
coding | HiddenField | 'retrySleepMs' hides a field. | 458 |
![]() |
design | DesignForExtension | Method 'withRetrySleepMs' is not designed for extension - needs to be abstract, final or empty. | 462 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 462 |
![]() |
misc | FinalParameters | Parameter retrySleepMs should be final. | 462 |
![]() |
coding | HiddenField | 'retrySleepMs' hides a field. | 462 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 467 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 469 |
![]() |
design | DesignForExtension | Method 'getRetryMax' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 479 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 481 |
![]() |
design | DesignForExtension | Method 'setRetryMax' is not designed for extension - needs to be abstract, final or empty. | 485 |
![]() |
misc | FinalParameters | Parameter retryMax should be final. | 487 |
![]() |
coding | HiddenField | 'retryMax' hides a field. | 487 |
![]() |
design | DesignForExtension | Method 'withRetryMax' is not designed for extension - needs to be abstract, final or empty. | 491 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 491 |
![]() |
misc | FinalParameters | Parameter retryMax should be final. | 491 |
![]() |
coding | HiddenField | 'retryMax' hides a field. | 491 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 496 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 501 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 501 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 507 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 507 |
![]() |
misc | FinalParameters | Parameter name should be final. | 509 |
![]() |
misc | FinalParameters | Parameter value should be final. | 509 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 513 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 513 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 513 |
![]() |
misc | FinalParameters | Parameter name should be final. | 513 |
![]() |
misc | FinalParameters | Parameter value should be final. | 513 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 518 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 311). | 520 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 523 |
![]() |
misc | FinalParameters | Parameter other should be final. | 524 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 528 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 526). | 532 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 44 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter name should be final. | 44 |
![]() |
misc | FinalParameters | Parameter value should be final. | 44 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
misc | FinalParameters | Parameter other should be final. | 55 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
design | DesignForExtension | Method 'getIdsOnly' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
design | DesignForExtension | Method 'setIdsOnly' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
misc | FinalParameters | Parameter idsOnly should be final. | 83 |
![]() |
coding | HiddenField | 'idsOnly' hides a field. | 83 |
![]() |
design | DesignForExtension | Method 'withIdsOnly' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter idsOnly should be final. | 87 |
![]() |
coding | HiddenField | 'idsOnly' hides a field. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
design | DesignForExtension | Method 'getMaxItems' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
design | DesignForExtension | Method 'setMaxItems' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 112 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 112 |
![]() |
design | DesignForExtension | Method 'withMaxItems' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 116 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 116 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
design | DesignForExtension | Method 'getMaxPages' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
design | DesignForExtension | Method 'setMaxPages' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 141 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 141 |
![]() |
design | DesignForExtension | Method 'withMaxPages' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 145 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 145 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'getPageSize' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
design | DesignForExtension | Method 'setPageSize' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
misc | FinalParameters | Parameter pageSize should be final. | 170 |
![]() |
coding | HiddenField | 'pageSize' hides a field. | 170 |
![]() |
design | DesignForExtension | Method 'withPageSize' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
misc | FinalParameters | Parameter pageSize should be final. | 174 |
![]() |
coding | HiddenField | 'pageSize' hides a field. | 174 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
misc | FinalParameters | Parameter name should be final. | 192 |
![]() |
misc | FinalParameters | Parameter value should be final. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 196 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
misc | FinalParameters | Parameter name should be final. | 196 |
![]() |
misc | FinalParameters | Parameter value should be final. | 196 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 203 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
misc | FinalParameters | Parameter other should be final. | 207 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 215 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
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. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
design | DesignForExtension | Method 'getAppName' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | DesignForExtension | Method 'setAppName' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
misc | FinalParameters | Parameter appName should be final. | 67 |
![]() |
coding | HiddenField | 'appName' hides a field. | 67 |
![]() |
design | DesignForExtension | Method 'withAppName' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter appName should be final. | 71 |
![]() |
coding | HiddenField | 'appName' hides a field. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
design | DesignForExtension | Method 'getConsumerKey' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'setConsumerKey' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
misc | FinalParameters | Parameter consumerKey should be final. | 94 |
![]() |
coding | HiddenField | 'consumerKey' hides a field. | 94 |
![]() |
design | DesignForExtension | Method 'withConsumerKey' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter consumerKey should be final. | 98 |
![]() |
coding | HiddenField | 'consumerKey' hides a field. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
design | DesignForExtension | Method 'getConsumerSecret' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
design | DesignForExtension | Method 'setConsumerSecret' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
misc | FinalParameters | Parameter consumerSecret should be final. | 121 |
![]() |
coding | HiddenField | 'consumerSecret' hides a field. | 121 |
![]() |
design | DesignForExtension | Method 'withConsumerSecret' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter consumerSecret should be final. | 125 |
![]() |
coding | HiddenField | 'consumerSecret' hides a field. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Method 'getAccessToken' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
design | DesignForExtension | Method 'setAccessToken' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
misc | FinalParameters | Parameter accessToken should be final. | 148 |
![]() |
coding | HiddenField | 'accessToken' hides a field. | 148 |
![]() |
design | DesignForExtension | Method 'withAccessToken' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter accessToken should be final. | 152 |
![]() |
coding | HiddenField | 'accessToken' hides a field. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
design | DesignForExtension | Method 'getAccessTokenSecret' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
design | DesignForExtension | Method 'setAccessTokenSecret' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
misc | FinalParameters | Parameter accessTokenSecret should be final. | 175 |
![]() |
coding | HiddenField | 'accessTokenSecret' hides a field. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 179 |
![]() |
design | DesignForExtension | Method 'withAccessTokenSecret' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
misc | FinalParameters | Parameter accessTokenSecret should be final. | 179 |
![]() |
coding | HiddenField | 'accessTokenSecret' hides a field. | 179 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
![]() |
misc | FinalParameters | Parameter name should be final. | 197 |
![]() |
misc | FinalParameters | Parameter value should be final. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 201 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
misc | FinalParameters | Parameter name should be final. | 201 |
![]() |
misc | FinalParameters | Parameter value should be final. | 201 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 208 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
misc | FinalParameters | Parameter other should be final. | 212 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 296). | 220 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'getIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
design | DesignForExtension | Method 'setIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 102 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 106 |
![]() |
design | DesignForExtension | Method 'withIncludeEntities' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 106 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
design | DesignForExtension | Method 'getTruncated' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
design | DesignForExtension | Method 'setTruncated' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
misc | FinalParameters | Parameter truncated should be final. | 129 |
![]() |
coding | HiddenField | 'truncated' hides a field. | 129 |
![]() |
design | DesignForExtension | Method 'withTruncated' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter truncated should be final. | 133 |
![]() |
coding | HiddenField | 'truncated' hides a field. | 133 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
design | DesignForExtension | Method 'getFilterLevel' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'setFilterLevel' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
misc | FinalParameters | Parameter filterLevel should be final. | 158 |
![]() |
coding | HiddenField | 'filterLevel' hides a field. | 158 |
![]() |
design | DesignForExtension | Method 'withFilterLevel' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter filterLevel should be final. | 162 |
![]() |
coding | HiddenField | 'filterLevel' hides a field. | 162 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
design | DesignForExtension | Method 'getWith' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
design | DesignForExtension | Method 'setWith' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
misc | FinalParameters | Parameter with should be final. | 187 |
![]() |
coding | HiddenField | 'with' hides a field. | 187 |
![]() |
design | DesignForExtension | Method 'withWith' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter with should be final. | 191 |
![]() |
coding | HiddenField | 'with' hides a field. | 191 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
design | DesignForExtension | Method 'getReplies' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
design | DesignForExtension | Method 'setReplies' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
misc | FinalParameters | Parameter replies should be final. | 216 |
![]() |
coding | HiddenField | 'replies' hides a field. | 216 |
![]() |
design | DesignForExtension | Method 'withReplies' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter replies should be final. | 220 |
![]() |
coding | HiddenField | 'replies' hides a field. | 220 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
design | DesignForExtension | Method 'getFollow' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 238 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
design | DesignForExtension | Method 'setFollow' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() |
misc | FinalParameters | Parameter follow should be final. | 245 |
![]() |
coding | HiddenField | 'follow' hides a field. | 245 |
![]() |
design | DesignForExtension | Method 'withFollow' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
misc | FinalParameters | Parameter follow should be final. | 249 |
![]() |
coding | HiddenField | 'follow' hides a field. | 249 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 255 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
design | DesignForExtension | Method 'getTrack' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 267 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 268 |
![]() |
design | DesignForExtension | Method 'setTrack' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
misc | FinalParameters | Parameter track should be final. | 274 |
![]() |
coding | HiddenField | 'track' hides a field. | 274 |
![]() |
design | DesignForExtension | Method 'withTrack' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
![]() |
misc | FinalParameters | Parameter track should be final. | 278 |
![]() |
coding | HiddenField | 'track' hides a field. | 278 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
misc | FinalParameters | Parameter name should be final. | 296 |
![]() |
misc | FinalParameters | Parameter value should be final. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 300 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
misc | FinalParameters | Parameter name should be final. | 300 |
![]() |
misc | FinalParameters | Parameter value should be final. | 300 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 199). | 307 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
misc | FinalParameters | Parameter other should be final. | 311 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 320). | 319 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
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 | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
design | DesignForExtension | Method 'getMaxItems' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | DesignForExtension | Method 'setMaxItems' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 67 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 67 |
![]() |
design | DesignForExtension | Method 'withMaxItems' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 71 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
design | DesignForExtension | Method 'getMaxPages' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
design | DesignForExtension | Method 'setMaxPages' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 96 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 96 |
![]() |
design | DesignForExtension | Method 'withMaxPages' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 100 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 100 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter name should be final. | 118 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 122 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter name should be final. | 122 |
![]() |
misc | FinalParameters | Parameter value should be final. | 122 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 129 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
misc | FinalParameters | Parameter other should be final. | 133 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 141 |
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. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
design | DesignForExtension | Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
design | DesignForExtension | Method 'setInfo' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
misc | FinalParameters | Parameter info should be final. | 71 |
![]() |
coding | HiddenField | 'info' hides a field. | 71 |
![]() |
design | DesignForExtension | Method 'withInfo' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter info should be final. | 75 |
![]() |
coding | HiddenField | 'info' hides a field. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
design | DesignForExtension | Method 'getPageSize' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
design | DesignForExtension | Method 'setPageSize' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
misc | FinalParameters | Parameter pageSize should be final. | 100 |
![]() |
coding | HiddenField | 'pageSize' hides a field. | 100 |
![]() |
design | DesignForExtension | Method 'withPageSize' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter pageSize should be final. | 104 |
![]() |
coding | HiddenField | 'pageSize' hides a field. | 104 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter name should be final. | 122 |
![]() |
misc | FinalParameters | Parameter value should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 126 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter name should be final. | 126 |
![]() |
misc | FinalParameters | Parameter value should be final. | 126 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 133 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
misc | FinalParameters | Parameter other should be final. | 137 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter dateTime should be final. | 58 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 63 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 84 |
![]() |
misc | FinalParameters | Parameter jpar should be final. | 84 |
![]() |
misc | FinalParameters | Parameter context should be final. | 84 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 88 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 92 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 40 |
![]() |
design | DesignForExtension | Method 'detectClasses' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
misc | FinalParameters | Parameter document should be final. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 52 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 56 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 56 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 58 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 69 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 72 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 72 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 74 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 77 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 35 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 46 |
![]() |
design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 59 |
![]() |
design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter list should be final. | 64 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
![]() |
misc | FinalParameters | Parameter event should be final. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 75 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
misc | FinalParameters | Parameter list should be final. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 21 |
![]() |
imports | UnusedImports | Unused import - org.joda.time.format.ISODateTimeFormat. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'dateFormatter' must be private and have accessor methods. | 37 |
![]() |
design | DesignForExtension | Method 'swap' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
misc | FinalParameters | Parameter session should be final. | 40 |
![]() |
misc | FinalParameters | Parameter o should be final. | 40 |
![]() |
design | DesignForExtension | Method 'unswap' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
![]() |
misc | FinalParameters | Parameter session should be final. | 45 |
![]() |
misc | FinalParameters | Parameter f should be final. | 45 |
![]() |
misc | FinalParameters | Parameter hint should be final. | 45 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 46 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 46 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 35 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 43 |
![]() |
design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 62 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 62 |
![]() |
design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
misc | FinalParameters | Parameter list should be final. | 67 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 72 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 77 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 77 |
![]() |
design | DesignForExtension | Method 'buildTarget' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 36 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 38 |
![]() |
design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'getInstance' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 57 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 57 |
![]() |
design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
misc | FinalParameters | Parameter list should be final. | 62 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 67 |
![]() |
misc | FinalParameters | Parameter retweet should be final. | 67 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 76 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 78 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 36 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 38 |
![]() |
design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 57 |
![]() |
design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
misc | FinalParameters | Parameter list should be final. | 62 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 67 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 67 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 77 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 55 |
![]() |
design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
misc | FinalParameters | Parameter list should be final. | 60 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
![]() |
misc | FinalParameters | Parameter user should be final. | 66 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 75 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 77 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 32 |
![]() |
design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'fromActivityObject' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 51 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 51 |
![]() |
design | DesignForExtension | Method 'toActivityObject' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 56 |
![]() |
misc | FinalParameters | Parameter serialized should be final. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 35 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 44 |
![]() |
design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 63 |
![]() |
design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
misc | FinalParameters | Parameter list should be final. | 68 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 73 |
![]() |
misc | FinalParameters | Parameter userstreamEvent should be final. | 73 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 91 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
misc | FinalParameters | Parameter event should be final. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 105 |
![]() |
design | DesignForExtension | Method 'buildActor' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
misc | FinalParameters | Parameter event should be final. | 110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
design | DesignForExtension | Method 'buildActivityObject' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
misc | FinalParameters | Parameter event should be final. | 119 |
![]() |
design | DesignForExtension | Method 'detectVerb' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter event should be final. | 123 |
![]() |
design | DesignForExtension | Method 'buildTarget' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter event should be final. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.TargetObject. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 58 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 72 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 72 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 94 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
![]() |
misc | FinalParameters | Parameter user should be final. | 104 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 116 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 116 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 125 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 133 |
![]() |
misc | FinalParameters | Parameter user should be final. | 145 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 181 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 193 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 197 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 197 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 210 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 223 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 223 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 223 |
![]() |
misc | FinalParameters | Parameter verb should be final. | 223 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 226 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 226 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 235 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 240 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 242 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 242 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 257 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 266 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 267 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 277 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 294 |
![]() |
misc | FinalParameters | Parameter event should be final. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 295 |
![]() |
misc | FinalParameters | Parameter idparts should be final. | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 309 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 314 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 315 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 357 |
![]() |
misc | FinalParameters | Parameter place should be final. | 357 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 358 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 358 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 361 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 361 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 364 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 364 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 367 |
![]() |
coding | MagicNumber | '4' is a magic number. | 367 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 367 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 372 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 37 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
misc | FinalParameters | Parameter type should be final. | 59 |
![]() |
coding | HiddenField | 'type' hides a field. | 59 |
![]() |
design | DesignForExtension | Method 'withType' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter type should be final. | 63 |
![]() |
coding | HiddenField | 'type' hides a field. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
design | DesignForExtension | Method 'getCoordinates' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
design | DesignForExtension | Method 'setCoordinates' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter coordinates should be final. | 86 |
![]() |
coding | HiddenField | 'coordinates' hides a field. | 86 |
![]() |
design | DesignForExtension | Method 'withCoordinates' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter coordinates should be final. | 90 |
![]() |
coding | HiddenField | 'coordinates' hides a field. | 90 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 108 |
![]() |
misc | FinalParameters | Parameter value should be final. | 108 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter name should be final. | 112 |
![]() |
misc | FinalParameters | Parameter value should be final. | 112 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 119 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
misc | FinalParameters | Parameter other should be final. | 123 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
misc | FinalParameters | Parameter type should be final. | 95 |
![]() |
coding | HiddenField | 'type' hides a field. | 95 |
![]() |
design | DesignForExtension | Method 'withType' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter type should be final. | 99 |
![]() |
coding | HiddenField | 'type' hides a field. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
misc | FinalParameters | Parameter label should be final. | 126 |
![]() |
coding | HiddenField | 'label' hides a field. | 126 |
![]() |
design | DesignForExtension | Method 'withLabel' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter label should be final. | 130 |
![]() |
coding | HiddenField | 'label' hides a field. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
misc | FinalParameters | Parameter url should be final. | 157 |
![]() |
coding | HiddenField | 'url' hides a field. | 157 |
![]() |
design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter url should be final. | 161 |
![]() |
coding | HiddenField | 'url' hides a field. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
design | DesignForExtension | Method 'getTcoUrl' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
design | DesignForExtension | Method 'setTcoUrl' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
misc | FinalParameters | Parameter tcoUrl should be final. | 186 |
![]() |
coding | HiddenField | 'tcoUrl' hides a field. | 186 |
![]() |
design | DesignForExtension | Method 'withTcoUrl' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
misc | FinalParameters | Parameter tcoUrl should be final. | 190 |
![]() |
coding | HiddenField | 'tcoUrl' hides a field. | 190 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
misc | FinalParameters | Parameter name should be final. | 208 |
![]() |
misc | FinalParameters | Parameter value should be final. | 208 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
misc | FinalParameters | Parameter name should be final. | 212 |
![]() |
misc | FinalParameters | Parameter value should be final. | 212 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 219 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
misc | FinalParameters | Parameter other should be final. | 223 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 197). | 231 |
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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 28 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
![]() |
coding | HiddenField | 'value' hides a field. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter value should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
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. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
design | DesignForExtension | Method 'getDelete' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
design | DesignForExtension | Method 'setDelete' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 53 |
![]() |
coding | HiddenField | 'delete' hides a field. | 53 |
![]() |
design | DesignForExtension | Method 'withDelete' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 57 |
![]() |
coding | HiddenField | 'delete' hides a field. | 57 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter name should be final. | 75 |
![]() |
misc | FinalParameters | Parameter value should be final. | 75 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter name should be final. | 79 |
![]() |
misc | FinalParameters | Parameter value should be final. | 79 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 86 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
misc | FinalParameters | Parameter other should be final. | 90 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
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. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
misc | FinalParameters | Parameter status should be final. | 53 |
![]() |
coding | HiddenField | 'status' hides a field. | 53 |
![]() |
design | DesignForExtension | Method 'withStatus' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter status should be final. | 57 |
![]() |
coding | HiddenField | 'status' hides a field. | 57 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter name should be final. | 75 |
![]() |
misc | FinalParameters | Parameter value should be final. | 75 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter name should be final. | 79 |
![]() |
misc | FinalParameters | Parameter value should be final. | 79 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 86 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
misc | FinalParameters | Parameter other should be final. | 90 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'getCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'setCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 91 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 91 |
![]() |
design | DesignForExtension | Method 'withCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 95 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
design | DesignForExtension | Method 'getEntities' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
design | DesignForExtension | Method 'setEntities' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 118 |
![]() |
coding | HiddenField | 'entities' hides a field. | 118 |
![]() |
design | DesignForExtension | Method 'withEntities' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 122 |
![]() |
coding | HiddenField | 'entities' hides a field. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
design | DesignForExtension | Method 'getRecipient' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
design | DesignForExtension | Method 'setRecipient' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
misc | FinalParameters | Parameter recipient should be final. | 145 |
![]() |
coding | HiddenField | 'recipient' hides a field. | 145 |
![]() |
design | DesignForExtension | Method 'withRecipient' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
misc | FinalParameters | Parameter recipient should be final. | 149 |
![]() |
coding | HiddenField | 'recipient' hides a field. | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
design | DesignForExtension | Method 'getRecipientId' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
design | DesignForExtension | Method 'setRecipientId' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
misc | FinalParameters | Parameter recipientId should be final. | 172 |
![]() |
coding | HiddenField | 'recipientId' hides a field. | 172 |
![]() |
design | DesignForExtension | Method 'withRecipientId' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter recipientId should be final. | 176 |
![]() |
coding | HiddenField | 'recipientId' hides a field. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
design | DesignForExtension | Method 'getRecipientScreenName' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
design | DesignForExtension | Method 'setRecipientScreenName' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
misc | FinalParameters | Parameter recipientScreenName should be final. | 199 |
![]() |
coding | HiddenField | 'recipientScreenName' hides a field. | 199 |
![]() |
design | DesignForExtension | Method 'withRecipientScreenName' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
![]() |
misc | FinalParameters | Parameter recipientScreenName should be final. | 203 |
![]() |
coding | HiddenField | 'recipientScreenName' hides a field. | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
design | DesignForExtension | Method 'getSender' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
design | DesignForExtension | Method 'setSender' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
misc | FinalParameters | Parameter sender should be final. | 226 |
![]() |
coding | HiddenField | 'sender' hides a field. | 226 |
![]() |
design | DesignForExtension | Method 'withSender' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter sender should be final. | 230 |
![]() |
coding | HiddenField | 'sender' hides a field. | 230 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
design | DesignForExtension | Method 'getSenderId' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 247 |
![]() |
design | DesignForExtension | Method 'setSenderId' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
misc | FinalParameters | Parameter senderId should be final. | 253 |
![]() |
coding | HiddenField | 'senderId' hides a field. | 253 |
![]() |
design | DesignForExtension | Method 'withSenderId' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
misc | FinalParameters | Parameter senderId should be final. | 257 |
![]() |
coding | HiddenField | 'senderId' hides a field. | 257 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 263 |
![]() |
design | DesignForExtension | Method 'getSenderScreenName' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 274 |
![]() |
design | DesignForExtension | Method 'setSenderScreenName' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
misc | FinalParameters | Parameter senderScreenName should be final. | 280 |
![]() |
coding | HiddenField | 'senderScreenName' hides a field. | 280 |
![]() |
design | DesignForExtension | Method 'withSenderScreenName' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 284 |
![]() |
misc | FinalParameters | Parameter senderScreenName should be final. | 284 |
![]() |
coding | HiddenField | 'senderScreenName' hides a field. | 284 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 290 |
![]() |
design | DesignForExtension | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 301 |
![]() |
design | DesignForExtension | Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
misc | FinalParameters | Parameter text should be final. | 307 |
![]() |
coding | HiddenField | 'text' hides a field. | 307 |
![]() |
design | DesignForExtension | Method 'withText' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
![]() |
misc | FinalParameters | Parameter text should be final. | 311 |
![]() |
coding | HiddenField | 'text' hides a field. | 311 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
![]() |
misc | FinalParameters | Parameter name should be final. | 329 |
![]() |
misc | FinalParameters | Parameter value should be final. | 329 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
misc | FinalParameters | Parameter name should be final. | 333 |
![]() |
misc | FinalParameters | Parameter value should be final. | 333 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 250). | 340 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
misc | FinalParameters | Parameter other should be final. | 344 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 416). | 352 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
misc | FinalParameters | Parameter id should be final. | 77 |
![]() |
coding | HiddenField | 'id' hides a field. | 77 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() |
design | DesignForExtension | Method 'getCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
design | DesignForExtension | Method 'setCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 104 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 104 |
![]() |
design | DesignForExtension | Method 'withCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 108 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter type should be final. | 131 |
![]() |
coding | HiddenField | 'type' hides a field. | 131 |
![]() |
design | DesignForExtension | Method 'withType' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter type should be final. | 135 |
![]() |
coding | HiddenField | 'type' hides a field. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
design | DesignForExtension | Method 'getInitiatedVia' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'setInitiatedVia' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
misc | FinalParameters | Parameter initiatedVia should be final. | 158 |
![]() |
coding | HiddenField | 'initiatedVia' hides a field. | 158 |
![]() |
design | DesignForExtension | Method 'withInitiatedVia' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter initiatedVia should be final. | 162 |
![]() |
coding | HiddenField | 'initiatedVia' hides a field. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
design | DesignForExtension | Method 'getMessageCreate' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
design | DesignForExtension | Method 'setMessageCreate' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
misc | FinalParameters | Parameter messageCreate should be final. | 185 |
![]() |
coding | HiddenField | 'messageCreate' hides a field. | 185 |
![]() |
design | DesignForExtension | Method 'withMessageCreate' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter messageCreate should be final. | 189 |
![]() |
coding | HiddenField | 'messageCreate' hides a field. | 189 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 211 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter name should be final. | 211 |
![]() |
misc | FinalParameters | Parameter value should be final. | 211 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 218 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
misc | FinalParameters | Parameter other should be final. | 222 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 270). | 230 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 233 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 234 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 236 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 238 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 246 |
![]() |
misc | FinalParameters | Parameter value should be final. | 246 |
![]() |
coding | HiddenField | 'value' hides a field. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
misc | FinalParameters | Parameter value should be final. | 257 |
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. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
design | DesignForExtension | Method 'getUserMentions' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
design | DesignForExtension | Method 'setUserMentions' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter userMentions should be final. | 66 |
![]() |
coding | HiddenField | 'userMentions' hides a field. | 66 |
![]() |
design | DesignForExtension | Method 'withUserMentions' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter userMentions should be final. | 70 |
![]() |
coding | HiddenField | 'userMentions' hides a field. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'getHashtags' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
design | DesignForExtension | Method 'setHashtags' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
misc | FinalParameters | Parameter hashtags should be final. | 93 |
![]() |
coding | HiddenField | 'hashtags' hides a field. | 93 |
![]() |
design | DesignForExtension | Method 'withHashtags' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
misc | FinalParameters | Parameter hashtags should be final. | 97 |
![]() |
coding | HiddenField | 'hashtags' hides a field. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
design | DesignForExtension | Method 'getUrls' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'setUrls' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
misc | FinalParameters | Parameter urls should be final. | 120 |
![]() |
coding | HiddenField | 'urls' hides a field. | 120 |
![]() |
design | DesignForExtension | Method 'withUrls' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter urls should be final. | 124 |
![]() |
coding | HiddenField | 'urls' hides a field. | 124 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter name should be final. | 142 |
![]() |
misc | FinalParameters | Parameter value should be final. | 142 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter name should be final. | 146 |
![]() |
misc | FinalParameters | Parameter value should be final. | 146 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 153 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
misc | FinalParameters | Parameter other should be final. | 157 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 194). | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
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. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
design | DesignForExtension | Method 'getFollower' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Method 'setFollower' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
misc | FinalParameters | Parameter follower should be final. | 58 |
![]() |
coding | HiddenField | 'follower' hides a field. | 58 |
![]() |
design | DesignForExtension | Method 'withFollower' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter follower should be final. | 62 |
![]() |
coding | HiddenField | 'follower' hides a field. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Method 'getFollowee' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
design | DesignForExtension | Method 'setFollowee' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
misc | FinalParameters | Parameter followee should be final. | 85 |
![]() |
coding | HiddenField | 'followee' hides a field. | 85 |
![]() |
design | DesignForExtension | Method 'withFollowee' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter followee should be final. | 89 |
![]() |
coding | HiddenField | 'followee' hides a field. | 89 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter name should be final. | 107 |
![]() |
misc | FinalParameters | Parameter value should be final. | 107 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter name should be final. | 111 |
![]() |
misc | FinalParameters | Parameter value should be final. | 111 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 118 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
misc | FinalParameters | Parameter other should be final. | 122 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
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. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
design | DesignForExtension | Method 'getFriends' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
design | DesignForExtension | Method 'setFriends' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
misc | FinalParameters | Parameter friends should be final. | 60 |
![]() |
coding | HiddenField | 'friends' hides a field. | 60 |
![]() |
design | DesignForExtension | Method 'withFriends' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter friends should be final. | 64 |
![]() |
coding | HiddenField | 'friends' hides a field. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
design | DesignForExtension | Method 'getFriendsStr' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'setFriendsStr' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
misc | FinalParameters | Parameter friendsStr should be final. | 87 |
![]() |
coding | HiddenField | 'friendsStr' hides a field. | 87 |
![]() |
design | DesignForExtension | Method 'withFriendsStr' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter friendsStr should be final. | 91 |
![]() |
coding | HiddenField | 'friendsStr' hides a field. | 91 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter name should be final. | 109 |
![]() |
misc | FinalParameters | Parameter value should be final. | 109 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter name should be final. | 113 |
![]() |
misc | FinalParameters | Parameter value should be final. | 113 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 120 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
misc | FinalParameters | Parameter other should be final. | 124 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
misc | FinalParameters | Parameter name should be final. | 76 |
![]() |
coding | HiddenField | 'name' hides a field. | 76 |
![]() |
design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
coding | HiddenField | 'name' hides a field. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 103 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 107 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter id should be final. | 130 |
![]() |
coding | HiddenField | 'id' hides a field. | 130 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter id should be final. | 134 |
![]() |
coding | HiddenField | 'id' hides a field. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
design | DesignForExtension | Method 'getIdStr' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Method 'setIdStr' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 157 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 157 |
![]() |
design | DesignForExtension | Method 'withIdStr' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 161 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
design | DesignForExtension | Method 'getConnections' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
design | DesignForExtension | Method 'setConnections' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
misc | FinalParameters | Parameter connections should be final. | 184 |
![]() |
coding | HiddenField | 'connections' hides a field. | 184 |
![]() |
design | DesignForExtension | Method 'withConnections' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter connections should be final. | 188 |
![]() |
coding | HiddenField | 'connections' hides a field. | 188 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 206 |
![]() |
coding | HiddenField | 'name' hides a field. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
misc | FinalParameters | Parameter name should be final. | 210 |
![]() |
coding | HiddenField | 'name' hides a field. | 210 |
![]() |
misc | FinalParameters | Parameter value should be final. | 210 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 217 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
misc | FinalParameters | Parameter other should be final. | 221 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 240). | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
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. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
design | DesignForExtension | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
design | DesignForExtension | Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
misc | FinalParameters | Parameter text should be final. | 59 |
![]() |
coding | HiddenField | 'text' hides a field. | 59 |
![]() |
design | DesignForExtension | Method 'withText' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter text should be final. | 63 |
![]() |
coding | HiddenField | 'text' hides a field. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
design | DesignForExtension | Method 'getIndices' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
design | DesignForExtension | Method 'setIndices' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 86 |
![]() |
coding | HiddenField | 'indices' hides a field. | 86 |
![]() |
design | DesignForExtension | Method 'withIndices' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 90 |
![]() |
coding | HiddenField | 'indices' hides a field. | 90 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 108 |
![]() |
misc | FinalParameters | Parameter value should be final. | 108 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter name should be final. | 112 |
![]() |
misc | FinalParameters | Parameter value should be final. | 112 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 119 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
misc | FinalParameters | Parameter other should be final. | 123 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
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 99). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
design | DesignForExtension | Method 'getTweetId' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
design | DesignForExtension | Method 'setTweetId' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
misc | FinalParameters | Parameter tweetId should be final. | 63 |
![]() |
coding | HiddenField | 'tweetId' hides a field. | 63 |
![]() |
design | DesignForExtension | Method 'withTweetId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter tweetId should be final. | 67 |
![]() |
coding | HiddenField | 'tweetId' hides a field. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Method 'getWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'setWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 92 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 92 |
![]() |
design | DesignForExtension | Method 'withWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 96 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 96 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter name should be final. | 114 |
![]() |
misc | FinalParameters | Parameter value should be final. | 114 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter name should be final. | 118 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 125 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter other should be final. | 129 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter type should be final. | 66 |
![]() |
coding | HiddenField | 'type' hides a field. | 66 |
![]() |
design | DesignForExtension | Method 'withType' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter type should be final. | 70 |
![]() |
coding | HiddenField | 'type' hides a field. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
design | DesignForExtension | Method 'getMedia' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'setMedia' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
misc | FinalParameters | Parameter media should be final. | 95 |
![]() |
coding | HiddenField | 'media' hides a field. | 95 |
![]() |
design | DesignForExtension | Method 'withMedia' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter media should be final. | 99 |
![]() |
coding | HiddenField | 'media' hides a field. | 99 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter name should be final. | 117 |
![]() |
misc | FinalParameters | Parameter value should be final. | 117 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 128 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
misc | FinalParameters | Parameter other should be final. | 132 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 140 |
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. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
design | DesignForExtension | Method 'getSenderId' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
design | DesignForExtension | Method 'setSenderId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
misc | FinalParameters | Parameter senderId should be final. | 68 |
![]() |
coding | HiddenField | 'senderId' hides a field. | 68 |
![]() |
design | DesignForExtension | Method 'withSenderId' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter senderId should be final. | 72 |
![]() |
coding | HiddenField | 'senderId' hides a field. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
design | DesignForExtension | Method 'getSourceAppId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'setSourceAppId' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
misc | FinalParameters | Parameter sourceAppId should be final. | 95 |
![]() |
coding | HiddenField | 'sourceAppId' hides a field. | 95 |
![]() |
design | DesignForExtension | Method 'withSourceAppId' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter sourceAppId should be final. | 99 |
![]() |
coding | HiddenField | 'sourceAppId' hides a field. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
design | DesignForExtension | Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
misc | FinalParameters | Parameter target should be final. | 122 |
![]() |
coding | HiddenField | 'target' hides a field. | 122 |
![]() |
design | DesignForExtension | Method 'withTarget' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter target should be final. | 126 |
![]() |
coding | HiddenField | 'target' hides a field. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
design | DesignForExtension | Method 'getMessageData' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
design | DesignForExtension | Method 'setMessageData' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 151 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 151 |
![]() |
design | DesignForExtension | Method 'withMessageData' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 155 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 155 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
misc | FinalParameters | Parameter name should be final. | 173 |
![]() |
misc | FinalParameters | Parameter value should be final. | 173 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter name should be final. | 177 |
![]() |
misc | FinalParameters | Parameter value should be final. | 177 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 151). | 184 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
misc | FinalParameters | Parameter other should be final. | 188 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 233). | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
design | DesignForExtension | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
misc | FinalParameters | Parameter text should be final. | 87 |
![]() |
coding | HiddenField | 'text' hides a field. | 87 |
![]() |
design | DesignForExtension | Method 'withText' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter text should be final. | 91 |
![]() |
coding | HiddenField | 'text' hides a field. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
design | DesignForExtension | Method 'getCtas' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
design | DesignForExtension | Method 'setCtas' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
misc | FinalParameters | Parameter ctas should be final. | 114 |
![]() |
coding | HiddenField | 'ctas' hides a field. | 114 |
![]() |
design | DesignForExtension | Method 'withCtas' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter ctas should be final. | 118 |
![]() |
coding | HiddenField | 'ctas' hides a field. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
design | DesignForExtension | Method 'getEntities' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
design | DesignForExtension | Method 'setEntities' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 141 |
![]() |
coding | HiddenField | 'entities' hides a field. | 141 |
![]() |
design | DesignForExtension | Method 'withEntities' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 145 |
![]() |
coding | HiddenField | 'entities' hides a field. | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'getQuickReplyResponse' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
design | DesignForExtension | Method 'setQuickReplyResponse' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
misc | FinalParameters | Parameter quickReplyResponse should be final. | 170 |
![]() |
coding | HiddenField | 'quickReplyResponse' hides a field. | 170 |
![]() |
design | DesignForExtension | Method 'withQuickReplyResponse' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
misc | FinalParameters | Parameter quickReplyResponse should be final. | 174 |
![]() |
coding | HiddenField | 'quickReplyResponse' hides a field. | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
design | DesignForExtension | Method 'getAttachment' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
design | DesignForExtension | Method 'setAttachment' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
misc | FinalParameters | Parameter attachment should be final. | 199 |
![]() |
coding | HiddenField | 'attachment' hides a field. | 199 |
![]() |
design | DesignForExtension | Method 'withAttachment' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
![]() |
misc | FinalParameters | Parameter attachment should be final. | 203 |
![]() |
coding | HiddenField | 'attachment' hides a field. | 203 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
misc | FinalParameters | Parameter name should be final. | 221 |
![]() |
misc | FinalParameters | Parameter value should be final. | 221 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
misc | FinalParameters | Parameter name should be final. | 225 |
![]() |
misc | FinalParameters | Parameter value should be final. | 225 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 168). | 232 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
misc | FinalParameters | Parameter other should be final. | 236 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 264). | 244 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
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. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
misc | FinalParameters | Parameter id should be final. | 57 |
![]() |
coding | HiddenField | 'id' hides a field. | 57 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter id should be final. | 61 |
![]() |
coding | HiddenField | 'id' hides a field. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
design | DesignForExtension | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
design | DesignForExtension | Method 'setBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter boundingBox should be final. | 84 |
![]() |
coding | HiddenField | 'boundingBox' hides a field. | 84 |
![]() |
design | DesignForExtension | Method 'withBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter boundingBox should be final. | 88 |
![]() |
coding | HiddenField | 'boundingBox' hides a field. | 88 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 117 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 157). | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
misc | FinalParameters | Parameter type should be final. | 76 |
![]() |
coding | HiddenField | 'type' hides a field. | 76 |
![]() |
design | DesignForExtension | Method 'withType' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter type should be final. | 80 |
![]() |
coding | HiddenField | 'type' hides a field. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'getTextInput' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
design | DesignForExtension | Method 'setTextInput' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
misc | FinalParameters | Parameter textInput should be final. | 103 |
![]() |
coding | HiddenField | 'textInput' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'withTextInput' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter textInput should be final. | 107 |
![]() |
coding | HiddenField | 'textInput' hides a field. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
design | DesignForExtension | Method 'setOptions' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter options should be final. | 130 |
![]() |
coding | HiddenField | 'options' hides a field. | 130 |
![]() |
design | DesignForExtension | Method 'withOptions' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter options should be final. | 134 |
![]() |
coding | HiddenField | 'options' hides a field. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
misc | FinalParameters | Parameter location should be final. | 157 |
![]() |
coding | HiddenField | 'location' hides a field. | 157 |
![]() |
design | DesignForExtension | Method 'withLocation' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter location should be final. | 161 |
![]() |
coding | HiddenField | 'location' hides a field. | 161 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter name should be final. | 179 |
![]() |
misc | FinalParameters | Parameter value should be final. | 179 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter name should be final. | 183 |
![]() |
misc | FinalParameters | Parameter value should be final. | 183 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 190 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
misc | FinalParameters | Parameter other should be final. | 194 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 217). | 202 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 205 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 206 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 208 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 209 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 210 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 212 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 220 |
![]() |
misc | FinalParameters | Parameter value should be final. | 220 |
![]() |
coding | HiddenField | 'value' hides a field. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter value should be final. | 231 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 219). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 216). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 219). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 219). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
misc | FinalParameters | Parameter label should be final. | 77 |
![]() |
coding | HiddenField | 'label' hides a field. | 77 |
![]() |
design | DesignForExtension | Method 'withLabel' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter label should be final. | 81 |
![]() |
coding | HiddenField | 'label' hides a field. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 216). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 216). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
misc | FinalParameters | Parameter description should be final. | 108 |
![]() |
coding | HiddenField | 'description' hides a field. | 108 |
![]() |
design | DesignForExtension | Method 'withDescription' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter description should be final. | 112 |
![]() |
coding | HiddenField | 'description' hides a field. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
design | DesignForExtension | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Method 'setMetadata' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 137 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 137 |
![]() |
design | DesignForExtension | Method 'withMetadata' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 141 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 141 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter name should be final. | 159 |
![]() |
misc | FinalParameters | Parameter value should be final. | 159 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
misc | FinalParameters | Parameter name should be final. | 163 |
![]() |
misc | FinalParameters | Parameter value should be final. | 163 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 170 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
misc | FinalParameters | Parameter other should be final. | 174 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 194). | 182 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
misc | FinalParameters | Parameter label should be final. | 76 |
![]() |
coding | HiddenField | 'label' hides a field. | 76 |
![]() |
design | DesignForExtension | Method 'withLabel' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter label should be final. | 80 |
![]() |
coding | HiddenField | 'label' hides a field. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
design | DesignForExtension | Method 'getKeyboard' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
design | DesignForExtension | Method 'setKeyboard' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
misc | FinalParameters | Parameter keyboard should be final. | 105 |
![]() |
coding | HiddenField | 'keyboard' hides a field. | 105 |
![]() |
design | DesignForExtension | Method 'withKeyboard' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter keyboard should be final. | 109 |
![]() |
coding | HiddenField | 'keyboard' hides a field. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
design | DesignForExtension | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
design | DesignForExtension | Method 'setMetadata' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 134 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 134 |
![]() |
design | DesignForExtension | Method 'withMetadata' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 138 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 138 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter name should be final. | 156 |
![]() |
misc | FinalParameters | Parameter value should be final. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 160 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 167 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 188). | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
misc | FinalParameters | Parameter source should be final. | 69 |
![]() |
coding | HiddenField | 'source' hides a field. | 69 |
![]() |
design | DesignForExtension | Method 'withSource' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter source should be final. | 73 |
![]() |
coding | HiddenField | 'source' hides a field. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
design | DesignForExtension | Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
design | DesignForExtension | Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
misc | FinalParameters | Parameter target should be final. | 96 |
![]() |
coding | HiddenField | 'target' hides a field. | 96 |
![]() |
design | DesignForExtension | Method 'withTarget' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter target should be final. | 100 |
![]() |
coding | HiddenField | 'target' hides a field. | 100 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter name should be final. | 118 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter name should be final. | 122 |
![]() |
misc | FinalParameters | Parameter value should be final. | 122 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 129 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
misc | FinalParameters | Parameter other should be final. | 133 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
design | DesignForExtension | Method 'getCanDm' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
design | DesignForExtension | Method 'setCanDm' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
misc | FinalParameters | Parameter canDm should be final. | 107 |
![]() |
coding | HiddenField | 'canDm' hides a field. | 107 |
![]() |
design | DesignForExtension | Method 'withCanDm' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter canDm should be final. | 111 |
![]() |
coding | HiddenField | 'canDm' hides a field. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
design | DesignForExtension | Method 'getBlocking' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
design | DesignForExtension | Method 'setBlocking' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
misc | FinalParameters | Parameter blocking should be final. | 134 |
![]() |
coding | HiddenField | 'blocking' hides a field. | 134 |
![]() |
design | DesignForExtension | Method 'withBlocking' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter blocking should be final. | 138 |
![]() |
coding | HiddenField | 'blocking' hides a field. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
design | DesignForExtension | Method 'getMuting' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
design | DesignForExtension | Method 'setMuting' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
misc | FinalParameters | Parameter muting should be final. | 161 |
![]() |
coding | HiddenField | 'muting' hides a field. | 161 |
![]() |
design | DesignForExtension | Method 'withMuting' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
misc | FinalParameters | Parameter muting should be final. | 165 |
![]() |
coding | HiddenField | 'muting' hides a field. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
design | DesignForExtension | Method 'getIdStr' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
design | DesignForExtension | Method 'setIdStr' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 188 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 188 |
![]() |
design | DesignForExtension | Method 'withIdStr' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 192 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
design | DesignForExtension | Method 'getAllReplies' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
design | DesignForExtension | Method 'setAllReplies' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
misc | FinalParameters | Parameter allReplies should be final. | 215 |
![]() |
coding | HiddenField | 'allReplies' hides a field. | 215 |
![]() |
design | DesignForExtension | Method 'withAllReplies' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
misc | FinalParameters | Parameter allReplies should be final. | 219 |
![]() |
coding | HiddenField | 'allReplies' hides a field. | 219 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 225 |
![]() |
design | DesignForExtension | Method 'getWantRetweets' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
design | DesignForExtension | Method 'setWantRetweets' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
misc | FinalParameters | Parameter wantRetweets should be final. | 242 |
![]() |
coding | HiddenField | 'wantRetweets' hides a field. | 242 |
![]() |
design | DesignForExtension | Method 'withWantRetweets' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter wantRetweets should be final. | 246 |
![]() |
coding | HiddenField | 'wantRetweets' hides a field. | 246 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 252 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 263 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
misc | FinalParameters | Parameter id should be final. | 269 |
![]() |
coding | HiddenField | 'id' hides a field. | 269 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
misc | FinalParameters | Parameter id should be final. | 273 |
![]() |
coding | HiddenField | 'id' hides a field. | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 279 |
![]() |
design | DesignForExtension | Method 'getMarkedSpam' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 290 |
![]() |
design | DesignForExtension | Method 'setMarkedSpam' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
misc | FinalParameters | Parameter markedSpam should be final. | 296 |
![]() |
coding | HiddenField | 'markedSpam' hides a field. | 296 |
![]() |
design | DesignForExtension | Method 'withMarkedSpam' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
misc | FinalParameters | Parameter markedSpam should be final. | 300 |
![]() |
coding | HiddenField | 'markedSpam' hides a field. | 300 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 306 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 317 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 323 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 323 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 327 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 327 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 333 |
![]() |
design | DesignForExtension | Method 'getFollowing' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 344 |
![]() |
design | DesignForExtension | Method 'setFollowing' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() |
misc | FinalParameters | Parameter following should be final. | 350 |
![]() |
coding | HiddenField | 'following' hides a field. | 350 |
![]() |
design | DesignForExtension | Method 'withFollowing' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 354 |
![]() |
misc | FinalParameters | Parameter following should be final. | 354 |
![]() |
coding | HiddenField | 'following' hides a field. | 354 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 360 |
![]() |
design | DesignForExtension | Method 'getFollowedBy' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 371 |
![]() |
design | DesignForExtension | Method 'setFollowedBy' is not designed for extension - needs to be abstract, final or empty. | 375 |
![]() |
misc | FinalParameters | Parameter followedBy should be final. | 377 |
![]() |
coding | HiddenField | 'followedBy' hides a field. | 377 |
![]() |
design | DesignForExtension | Method 'withFollowedBy' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 381 |
![]() |
misc | FinalParameters | Parameter followedBy should be final. | 381 |
![]() |
coding | HiddenField | 'followedBy' hides a field. | 381 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 387 |
![]() |
design | DesignForExtension | Method 'getNotificationsEnabled' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 398 |
![]() |
design | DesignForExtension | Method 'setNotificationsEnabled' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 404 |
![]() |
misc | FinalParameters | Parameter notificationsEnabled should be final. | 404 |
![]() |
coding | HiddenField | 'notificationsEnabled' hides a field. | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 408 |
![]() |
design | DesignForExtension | Method 'withNotificationsEnabled' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 408 |
![]() |
misc | FinalParameters | Parameter notificationsEnabled should be final. | 408 |
![]() |
coding | HiddenField | 'notificationsEnabled' hides a field. | 408 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 418 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 418 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 424 |
![]() |
misc | FinalParameters | Parameter name should be final. | 426 |
![]() |
misc | FinalParameters | Parameter value should be final. | 426 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 430 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 430 |
![]() |
misc | FinalParameters | Parameter name should be final. | 430 |
![]() |
misc | FinalParameters | Parameter value should be final. | 430 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 435 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 294). | 437 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 440 |
![]() |
misc | FinalParameters | Parameter other should be final. | 441 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 445 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 495). | 449 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
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. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
misc | FinalParameters | Parameter id should be final. | 67 |
![]() |
coding | HiddenField | 'id' hides a field. | 67 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter id should be final. | 71 |
![]() |
coding | HiddenField | 'id' hides a field. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
design | DesignForExtension | Method 'getIdStr' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
design | DesignForExtension | Method 'setIdStr' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 94 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 94 |
![]() |
design | DesignForExtension | Method 'withIdStr' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 98 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 121 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 121 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 125 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Method 'getFollowing' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
design | DesignForExtension | Method 'setFollowing' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
misc | FinalParameters | Parameter following should be final. | 148 |
![]() |
coding | HiddenField | 'following' hides a field. | 148 |
![]() |
design | DesignForExtension | Method 'withFollowing' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter following should be final. | 152 |
![]() |
coding | HiddenField | 'following' hides a field. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
design | DesignForExtension | Method 'getFollowedBy' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
design | DesignForExtension | Method 'setFollowedBy' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
misc | FinalParameters | Parameter followedBy should be final. | 175 |
![]() |
coding | HiddenField | 'followedBy' hides a field. | 175 |
![]() |
design | DesignForExtension | Method 'withFollowedBy' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
misc | FinalParameters | Parameter followedBy should be final. | 179 |
![]() |
coding | HiddenField | 'followedBy' hides a field. | 179 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
![]() |
misc | FinalParameters | Parameter name should be final. | 197 |
![]() |
misc | FinalParameters | Parameter value should be final. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 201 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
misc | FinalParameters | Parameter name should be final. | 201 |
![]() |
misc | FinalParameters | Parameter value should be final. | 201 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 160). | 208 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
misc | FinalParameters | Parameter other should be final. | 212 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 248). | 220 |
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 | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getRetweetedStatus' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
design | DesignForExtension | Method 'setRetweetedStatus' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
misc | FinalParameters | Parameter retweetedStatus should be final. | 55 |
![]() |
coding | HiddenField | 'retweetedStatus' hides a field. | 55 |
![]() |
design | DesignForExtension | Method 'withRetweetedStatus' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter retweetedStatus should be final. | 59 |
![]() |
coding | HiddenField | 'retweetedStatus' hides a field. | 59 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter name should be final. | 77 |
![]() |
misc | FinalParameters | Parameter value should be final. | 77 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter name should be final. | 81 |
![]() |
misc | FinalParameters | Parameter value should be final. | 81 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 88 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
misc | FinalParameters | Parameter other should be final. | 92 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 100 |
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 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
misc | FinalParameters | Parameter id should be final. | 61 |
![]() |
coding | HiddenField | 'id' hides a field. | 61 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() |
design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 88 |
![]() |
coding | HiddenField | 'userId' hides a field. | 88 |
![]() |
design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 92 |
![]() |
coding | HiddenField | 'userId' hides a field. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
design | DesignForExtension | Method 'getIdStr' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
design | DesignForExtension | Method 'setIdStr' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 115 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 115 |
![]() |
design | DesignForExtension | Method 'withIdStr' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 119 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
design | DesignForExtension | Method 'getUserIdStr' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
design | DesignForExtension | Method 'setUserIdStr' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
misc | FinalParameters | Parameter userIdStr should be final. | 142 |
![]() |
coding | HiddenField | 'userIdStr' hides a field. | 142 |
![]() |
design | DesignForExtension | Method 'withUserIdStr' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter userIdStr should be final. | 146 |
![]() |
coding | HiddenField | 'userIdStr' hides a field. | 146 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 164 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter name should be final. | 168 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 175 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 205). | 187 |
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 |
![]() |
design | DesignForExtension | Method 'getRecipientId' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
design | DesignForExtension | Method 'setRecipientId' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
misc | FinalParameters | Parameter recipientId should be final. | 49 |
![]() |
coding | HiddenField | 'recipientId' hides a field. | 49 |
![]() |
design | DesignForExtension | Method 'withRecipientId' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter recipientId should be final. | 53 |
![]() |
coding | HiddenField | 'recipientId' hides a field. | 53 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 82 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 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 138). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
design | DesignForExtension | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
design | DesignForExtension | Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
misc | FinalParameters | Parameter text should be final. | 165 |
![]() |
coding | HiddenField | 'text' hides a field. | 165 |
![]() |
design | DesignForExtension | Method 'withText' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter text should be final. | 169 |
![]() |
coding | HiddenField | 'text' hides a field. | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
design | DesignForExtension | Method 'getRetweeted' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
design | DesignForExtension | Method 'setRetweeted' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
misc | FinalParameters | Parameter retweeted should be final. | 192 |
![]() |
coding | HiddenField | 'retweeted' hides a field. | 192 |
![]() |
design | DesignForExtension | Method 'withRetweeted' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
misc | FinalParameters | Parameter retweeted should be final. | 196 |
![]() |
coding | HiddenField | 'retweeted' hides a field. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
design | DesignForExtension | Method 'getInReplyToScreenName' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
design | DesignForExtension | Method 'setInReplyToScreenName' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
misc | FinalParameters | Parameter inReplyToScreenName should be final. | 219 |
![]() |
coding | HiddenField | 'inReplyToScreenName' hides a field. | 219 |
![]() |
design | DesignForExtension | Method 'withInReplyToScreenName' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
![]() |
misc | FinalParameters | Parameter inReplyToScreenName should be final. | 223 |
![]() |
coding | HiddenField | 'inReplyToScreenName' hides a field. | 223 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
design | DesignForExtension | Method 'getTruncated' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 240 |
![]() |
design | DesignForExtension | Method 'setTruncated' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() |
misc | FinalParameters | Parameter truncated should be final. | 246 |
![]() |
coding | HiddenField | 'truncated' hides a field. | 246 |
![]() |
design | DesignForExtension | Method 'withTruncated' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
![]() |
misc | FinalParameters | Parameter truncated should be final. | 250 |
![]() |
coding | HiddenField | 'truncated' hides a field. | 250 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
design | DesignForExtension | Method 'getFilterLevel' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 267 |
![]() |
design | DesignForExtension | Method 'setFilterLevel' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() |
misc | FinalParameters | Parameter filterLevel should be final. | 273 |
![]() |
coding | HiddenField | 'filterLevel' hides a field. | 273 |
![]() |
design | DesignForExtension | Method 'withFilterLevel' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
misc | FinalParameters | Parameter filterLevel should be final. | 277 |
![]() |
coding | HiddenField | 'filterLevel' hides a field. | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 283 |
![]() |
design | DesignForExtension | Method 'getContributors' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 294 |
![]() |
design | DesignForExtension | Method 'setContributors' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
misc | FinalParameters | Parameter contributors should be final. | 300 |
![]() |
coding | HiddenField | 'contributors' hides a field. | 300 |
![]() |
design | DesignForExtension | Method 'withContributors' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
misc | FinalParameters | Parameter contributors should be final. | 304 |
![]() |
coding | HiddenField | 'contributors' hides a field. | 304 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 310 |
![]() |
design | DesignForExtension | Method 'getPlace' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 321 |
![]() |
design | DesignForExtension | Method 'setPlace' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
misc | FinalParameters | Parameter place should be final. | 327 |
![]() |
coding | HiddenField | 'place' hides a field. | 327 |
![]() |
design | DesignForExtension | Method 'withPlace' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 331 |
![]() |
misc | FinalParameters | Parameter place should be final. | 331 |
![]() |
coding | HiddenField | 'place' hides a field. | 331 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 337 |
![]() |
design | DesignForExtension | Method 'getEntities' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 348 |
![]() |
design | DesignForExtension | Method 'setEntities' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 354 |
![]() |
coding | HiddenField | 'entities' hides a field. | 354 |
![]() |
design | DesignForExtension | Method 'withEntities' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 358 |
![]() |
coding | HiddenField | 'entities' hides a field. | 358 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 364 |
![]() |
design | DesignForExtension | Method 'getInReplyToStatusIdStr' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 375 |
![]() |
design | DesignForExtension | Method 'setInReplyToStatusIdStr' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() |
misc | FinalParameters | Parameter inReplyToStatusIdStr should be final. | 381 |
![]() |
coding | HiddenField | 'inReplyToStatusIdStr' hides a field. | 381 |
![]() |
design | DesignForExtension | Method 'withInReplyToStatusIdStr' is not designed for extension - needs to be abstract, final or empty. | 385 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 385 |
![]() |
misc | FinalParameters | Parameter inReplyToStatusIdStr should be final. | 385 |
![]() |
coding | HiddenField | 'inReplyToStatusIdStr' hides a field. | 385 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 391 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 395 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 402 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 406 |
![]() |
misc | FinalParameters | Parameter id should be final. | 408 |
![]() |
coding | HiddenField | 'id' hides a field. | 408 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 412 |
![]() |
misc | FinalParameters | Parameter id should be final. | 412 |
![]() |
coding | HiddenField | 'id' hides a field. | 412 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 418 |
![]() |
design | DesignForExtension | Method 'getInReplyToUserIdStr' is not designed for extension - needs to be abstract, final or empty. | 422 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 429 |
![]() |
design | DesignForExtension | Method 'setInReplyToUserIdStr' is not designed for extension - needs to be abstract, final or empty. | 433 |
![]() |
misc | FinalParameters | Parameter inReplyToUserIdStr should be final. | 435 |
![]() |
coding | HiddenField | 'inReplyToUserIdStr' hides a field. | 435 |
![]() |
design | DesignForExtension | Method 'withInReplyToUserIdStr' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 439 |
![]() |
misc | FinalParameters | Parameter inReplyToUserIdStr should be final. | 439 |
![]() |
coding | HiddenField | 'inReplyToUserIdStr' hides a field. | 439 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 445 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 449 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 456 |
![]() |
design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 460 |
![]() |
misc | FinalParameters | Parameter source should be final. | 462 |
![]() |
coding | HiddenField | 'source' hides a field. | 462 |
![]() |
design | DesignForExtension | Method 'withSource' is not designed for extension - needs to be abstract, final or empty. | 466 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 466 |
![]() |
misc | FinalParameters | Parameter source should be final. | 466 |
![]() |
coding | HiddenField | 'source' hides a field. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 472 |
![]() |
design | DesignForExtension | Method 'getLang' is not designed for extension - needs to be abstract, final or empty. | 476 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 483 |
![]() |
design | DesignForExtension | Method 'setLang' is not designed for extension - needs to be abstract, final or empty. | 487 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 489 |
![]() |
coding | HiddenField | 'lang' hides a field. | 489 |
![]() |
design | DesignForExtension | Method 'withLang' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 493 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 493 |
![]() |
coding | HiddenField | 'lang' hides a field. | 493 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 499 |
![]() |
design | DesignForExtension | Method 'getFavorited' is not designed for extension - needs to be abstract, final or empty. | 503 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 510 |
![]() |
design | DesignForExtension | Method 'setFavorited' is not designed for extension - needs to be abstract, final or empty. | 514 |
![]() |
misc | FinalParameters | Parameter favorited should be final. | 516 |
![]() |
coding | HiddenField | 'favorited' hides a field. | 516 |
![]() |
design | DesignForExtension | Method 'withFavorited' is not designed for extension - needs to be abstract, final or empty. | 520 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 520 |
![]() |
misc | FinalParameters | Parameter favorited should be final. | 520 |
![]() |
coding | HiddenField | 'favorited' hides a field. | 520 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 526 |
![]() |
design | DesignForExtension | Method 'getPossiblySensitive' is not designed for extension - needs to be abstract, final or empty. | 530 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 537 |
![]() |
design | DesignForExtension | Method 'setPossiblySensitive' is not designed for extension - needs to be abstract, final or empty. | 541 |
![]() |
misc | FinalParameters | Parameter possiblySensitive should be final. | 543 |
![]() |
coding | HiddenField | 'possiblySensitive' hides a field. | 543 |
![]() |
design | DesignForExtension | Method 'withPossiblySensitive' is not designed for extension - needs to be abstract, final or empty. | 547 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 547 |
![]() |
misc | FinalParameters | Parameter possiblySensitive should be final. | 547 |
![]() |
coding | HiddenField | 'possiblySensitive' hides a field. | 547 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 553 |
![]() |
design | DesignForExtension | Method 'getInReplyToStatusId' is not designed for extension - needs to be abstract, final or empty. | 557 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 564 |
![]() |
design | DesignForExtension | Method 'setInReplyToStatusId' is not designed for extension - needs to be abstract, final or empty. | 568 |
![]() |
misc | FinalParameters | Parameter inReplyToStatusId should be final. | 570 |
![]() |
coding | HiddenField | 'inReplyToStatusId' hides a field. | 570 |
![]() |
design | DesignForExtension | Method 'withInReplyToStatusId' is not designed for extension - needs to be abstract, final or empty. | 574 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 574 |
![]() |
misc | FinalParameters | Parameter inReplyToStatusId should be final. | 574 |
![]() |
coding | HiddenField | 'inReplyToStatusId' hides a field. | 574 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 580 |
![]() |
design | DesignForExtension | Method 'getCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 584 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 591 |
![]() |
design | DesignForExtension | Method 'setCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 595 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 597 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 597 |
![]() |
design | DesignForExtension | Method 'withCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 601 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 601 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 601 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 601 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 607 |
![]() |
design | DesignForExtension | Method 'getInReplyToUserId' is not designed for extension - needs to be abstract, final or empty. | 611 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 618 |
![]() |
design | DesignForExtension | Method 'setInReplyToUserId' is not designed for extension - needs to be abstract, final or empty. | 622 |
![]() |
misc | FinalParameters | Parameter inReplyToUserId should be final. | 624 |
![]() |
coding | HiddenField | 'inReplyToUserId' hides a field. | 624 |
![]() |
design | DesignForExtension | Method 'withInReplyToUserId' is not designed for extension - needs to be abstract, final or empty. | 628 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 628 |
![]() |
misc | FinalParameters | Parameter inReplyToUserId should be final. | 628 |
![]() |
coding | HiddenField | 'inReplyToUserId' hides a field. | 628 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 634 |
![]() |
design | DesignForExtension | Method 'getFavoriteCount' is not designed for extension - needs to be abstract, final or empty. | 638 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 645 |
![]() |
design | DesignForExtension | Method 'setFavoriteCount' is not designed for extension - needs to be abstract, final or empty. | 649 |
![]() |
misc | FinalParameters | Parameter favoriteCount should be final. | 651 |
![]() |
coding | HiddenField | 'favoriteCount' hides a field. | 651 |
![]() |
design | DesignForExtension | Method 'withFavoriteCount' is not designed for extension - needs to be abstract, final or empty. | 655 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 655 |
![]() |
misc | FinalParameters | Parameter favoriteCount should be final. | 655 |
![]() |
coding | HiddenField | 'favoriteCount' hides a field. | 655 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 661 |
![]() |
design | DesignForExtension | Method 'getRetweetCount' is not designed for extension - needs to be abstract, final or empty. | 665 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 672 |
![]() |
design | DesignForExtension | Method 'setRetweetCount' is not designed for extension - needs to be abstract, final or empty. | 676 |
![]() |
misc | FinalParameters | Parameter retweetCount should be final. | 678 |
![]() |
coding | HiddenField | 'retweetCount' hides a field. | 678 |
![]() |
design | DesignForExtension | Method 'withRetweetCount' is not designed for extension - needs to be abstract, final or empty. | 682 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 682 |
![]() |
misc | FinalParameters | Parameter retweetCount should be final. | 682 |
![]() |
coding | HiddenField | 'retweetCount' hides a field. | 682 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 688 |
![]() |
design | DesignForExtension | Method 'getIdStr' is not designed for extension - needs to be abstract, final or empty. | 692 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 699 |
![]() |
design | DesignForExtension | Method 'setIdStr' is not designed for extension - needs to be abstract, final or empty. | 703 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 705 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 705 |
![]() |
design | DesignForExtension | Method 'withIdStr' is not designed for extension - needs to be abstract, final or empty. | 709 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 709 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 709 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 709 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 715 |
![]() |
design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 719 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 726 |
![]() |
design | DesignForExtension | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 730 |
![]() |
misc | FinalParameters | Parameter user should be final. | 732 |
![]() |
coding | HiddenField | 'user' hides a field. | 732 |
![]() |
design | DesignForExtension | Method 'withUser' is not designed for extension - needs to be abstract, final or empty. | 736 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 736 |
![]() |
misc | FinalParameters | Parameter user should be final. | 736 |
![]() |
coding | HiddenField | 'user' hides a field. | 736 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 742 |
![]() |
design | DesignForExtension | Method 'getIsQuoteStatus' is not designed for extension - needs to be abstract, final or empty. | 746 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 753 |
![]() |
design | DesignForExtension | Method 'setIsQuoteStatus' is not designed for extension - needs to be abstract, final or empty. | 757 |
![]() |
misc | FinalParameters | Parameter isQuoteStatus should be final. | 759 |
![]() |
coding | HiddenField | 'isQuoteStatus' hides a field. | 759 |
![]() |
design | DesignForExtension | Method 'withIsQuoteStatus' is not designed for extension - needs to be abstract, final or empty. | 763 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 763 |
![]() |
misc | FinalParameters | Parameter isQuoteStatus should be final. | 763 |
![]() |
coding | HiddenField | 'isQuoteStatus' hides a field. | 763 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 769 |
![]() |
design | DesignForExtension | Method 'getQuotedStatusId' is not designed for extension - needs to be abstract, final or empty. | 773 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 780 |
![]() |
design | DesignForExtension | Method 'setQuotedStatusId' is not designed for extension - needs to be abstract, final or empty. | 784 |
![]() |
misc | FinalParameters | Parameter quotedStatusId should be final. | 786 |
![]() |
coding | HiddenField | 'quotedStatusId' hides a field. | 786 |
![]() |
design | DesignForExtension | Method 'withQuotedStatusId' is not designed for extension - needs to be abstract, final or empty. | 790 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 790 |
![]() |
misc | FinalParameters | Parameter quotedStatusId should be final. | 790 |
![]() |
coding | HiddenField | 'quotedStatusId' hides a field. | 790 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 796 |
![]() |
design | DesignForExtension | Method 'getQuotedStatus' is not designed for extension - needs to be abstract, final or empty. | 800 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 807 |
![]() |
design | DesignForExtension | Method 'setQuotedStatus' is not designed for extension - needs to be abstract, final or empty. | 811 |
![]() |
misc | FinalParameters | Parameter quotedStatus should be final. | 813 |
![]() |
coding | HiddenField | 'quotedStatus' hides a field. | 813 |
![]() |
design | DesignForExtension | Method 'withQuotedStatus' is not designed for extension - needs to be abstract, final or empty. | 817 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 817 |
![]() |
misc | FinalParameters | Parameter quotedStatus should be final. | 817 |
![]() |
coding | HiddenField | 'quotedStatus' hides a field. | 817 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 823 |
![]() |
design | DesignForExtension | Method 'getRetweetedStatusId' is not designed for extension - needs to be abstract, final or empty. | 827 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 834 |
![]() |
design | DesignForExtension | Method 'setRetweetedStatusId' is not designed for extension - needs to be abstract, final or empty. | 838 |
![]() |
misc | FinalParameters | Parameter retweetedStatusId should be final. | 840 |
![]() |
coding | HiddenField | 'retweetedStatusId' hides a field. | 840 |
![]() |
design | DesignForExtension | Method 'withRetweetedStatusId' is not designed for extension - needs to be abstract, final or empty. | 844 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 844 |
![]() |
misc | FinalParameters | Parameter retweetedStatusId should be final. | 844 |
![]() |
coding | HiddenField | 'retweetedStatusId' hides a field. | 844 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 850 |
![]() |
design | DesignForExtension | Method 'getRetweetedStatus' is not designed for extension - needs to be abstract, final or empty. | 854 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 861 |
![]() |
design | DesignForExtension | Method 'setRetweetedStatus' is not designed for extension - needs to be abstract, final or empty. | 865 |
![]() |
misc | FinalParameters | Parameter retweetedStatus should be final. | 867 |
![]() |
coding | HiddenField | 'retweetedStatus' hides a field. | 867 |
![]() |
design | DesignForExtension | Method 'withRetweetedStatus' is not designed for extension - needs to be abstract, final or empty. | 871 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 871 |
![]() |
misc | FinalParameters | Parameter retweetedStatus should be final. | 871 |
![]() |
coding | HiddenField | 'retweetedStatus' hides a field. | 871 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 876 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 881 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 881 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 887 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 887 |
![]() |
misc | FinalParameters | Parameter name should be final. | 889 |
![]() |
misc | FinalParameters | Parameter value should be final. | 889 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 893 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 893 |
![]() |
misc | FinalParameters | Parameter name should be final. | 893 |
![]() |
misc | FinalParameters | Parameter value should be final. | 893 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 898 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 621). | 900 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 903 |
![]() |
misc | FinalParameters | Parameter other should be final. | 904 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 908 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 1,104). | 912 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
naming | MemberName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 163 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 166 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
misc | FinalParameters | Parameter location should be final. | 194 |
![]() |
coding | HiddenField | 'location' hides a field. | 194 |
![]() |
design | DesignForExtension | Method 'withLocation' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
misc | FinalParameters | Parameter location should be final. | 198 |
![]() |
coding | HiddenField | 'location' hides a field. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
design | DesignForExtension | Method 'getDefaultProfile' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
design | DesignForExtension | Method 'setDefaultProfile' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
misc | FinalParameters | Parameter defaultProfile should be final. | 221 |
![]() |
coding | HiddenField | 'defaultProfile' hides a field. | 221 |
![]() |
design | DesignForExtension | Method 'withDefaultProfile' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
misc | FinalParameters | Parameter defaultProfile should be final. | 225 |
![]() |
coding | HiddenField | 'defaultProfile' hides a field. | 225 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 231 |
![]() |
design | DesignForExtension | Method 'getStatusesCount' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
design | DesignForExtension | Method 'setStatusesCount' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
misc | FinalParameters | Parameter statusesCount should be final. | 248 |
![]() |
coding | HiddenField | 'statusesCount' hides a field. | 248 |
![]() |
design | DesignForExtension | Method 'withStatusesCount' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
![]() |
misc | FinalParameters | Parameter statusesCount should be final. | 252 |
![]() |
coding | HiddenField | 'statusesCount' hides a field. | 252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 258 |
![]() |
design | DesignForExtension | Method 'getProfileBackgroundTile' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 269 |
![]() |
design | DesignForExtension | Method 'setProfileBackgroundTile' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
misc | FinalParameters | Parameter profileBackgroundTile should be final. | 275 |
![]() |
coding | HiddenField | 'profileBackgroundTile' hides a field. | 275 |
![]() |
design | DesignForExtension | Method 'withProfileBackgroundTile' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
misc | FinalParameters | Parameter profileBackgroundTile should be final. | 279 |
![]() |
coding | HiddenField | 'profileBackgroundTile' hides a field. | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 285 |
![]() |
design | DesignForExtension | Method 'getLang' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 296 |
![]() |
design | DesignForExtension | Method 'setLang' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 302 |
![]() |
coding | HiddenField | 'lang' hides a field. | 302 |
![]() |
design | DesignForExtension | Method 'withLang' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 306 |
![]() |
coding | HiddenField | 'lang' hides a field. | 306 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 312 |
![]() |
design | DesignForExtension | Method 'getProfileLinkColor' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 323 |
![]() |
design | DesignForExtension | Method 'setProfileLinkColor' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() |
misc | FinalParameters | Parameter profileLinkColor should be final. | 329 |
![]() |
coding | HiddenField | 'profileLinkColor' hides a field. | 329 |
![]() |
design | DesignForExtension | Method 'withProfileLinkColor' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
misc | FinalParameters | Parameter profileLinkColor should be final. | 333 |
![]() |
coding | HiddenField | 'profileLinkColor' hides a field. | 333 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 339 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 350 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
misc | FinalParameters | Parameter id should be final. | 356 |
![]() |
coding | HiddenField | 'id' hides a field. | 356 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 360 |
![]() |
misc | FinalParameters | Parameter id should be final. | 360 |
![]() |
coding | HiddenField | 'id' hides a field. | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 366 |
![]() |
design | DesignForExtension | Method 'getProtected' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 377 |
![]() |
design | DesignForExtension | Method 'setProtected' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 383 |
![]() |
coding | HiddenField | '_protected' hides a field. | 383 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 383 |
![]() |
design | DesignForExtension | Method 'withProtected' is not designed for extension - needs to be abstract, final or empty. | 387 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 387 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 387 |
![]() |
coding | HiddenField | '_protected' hides a field. | 387 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 387 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 393 |
![]() |
design | DesignForExtension | Method 'getFavouritesCount' is not designed for extension - needs to be abstract, final or empty. | 397 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 404 |
![]() |
design | DesignForExtension | Method 'setFavouritesCount' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() |
misc | FinalParameters | Parameter favouritesCount should be final. | 410 |
![]() |
coding | HiddenField | 'favouritesCount' hides a field. | 410 |
![]() |
design | DesignForExtension | Method 'withFavouritesCount' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 414 |
![]() |
misc | FinalParameters | Parameter favouritesCount should be final. | 414 |
![]() |
coding | HiddenField | 'favouritesCount' hides a field. | 414 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 420 |
![]() |
design | DesignForExtension | Method 'getProfileTextColor' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 431 |
![]() |
design | DesignForExtension | Method 'setProfileTextColor' is not designed for extension - needs to be abstract, final or empty. | 435 |
![]() |
misc | FinalParameters | Parameter profileTextColor should be final. | 437 |
![]() |
coding | HiddenField | 'profileTextColor' hides a field. | 437 |
![]() |
design | DesignForExtension | Method 'withProfileTextColor' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
![]() |
misc | FinalParameters | Parameter profileTextColor should be final. | 441 |
![]() |
coding | HiddenField | 'profileTextColor' hides a field. | 441 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 447 |
![]() |
design | DesignForExtension | Method 'getVerified' is not designed for extension - needs to be abstract, final or empty. | 451 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 458 |
![]() |
design | DesignForExtension | Method 'setVerified' is not designed for extension - needs to be abstract, final or empty. | 462 |
![]() |
misc | FinalParameters | Parameter verified should be final. | 464 |
![]() |
coding | HiddenField | 'verified' hides a field. | 464 |
![]() |
design | DesignForExtension | Method 'withVerified' is not designed for extension - needs to be abstract, final or empty. | 468 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 468 |
![]() |
misc | FinalParameters | Parameter verified should be final. | 468 |
![]() |
coding | HiddenField | 'verified' hides a field. | 468 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 474 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 478 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 485 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() |
misc | FinalParameters | Parameter description should be final. | 491 |
![]() |
coding | HiddenField | 'description' hides a field. | 491 |
![]() |
design | DesignForExtension | Method 'withDescription' is not designed for extension - needs to be abstract, final or empty. | 495 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 495 |
![]() |
misc | FinalParameters | Parameter description should be final. | 495 |
![]() |
coding | HiddenField | 'description' hides a field. | 495 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 501 |
![]() |
design | DesignForExtension | Method 'getContributorsEnabled' is not designed for extension - needs to be abstract, final or empty. | 505 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 512 |
![]() |
design | DesignForExtension | Method 'setContributorsEnabled' is not designed for extension - needs to be abstract, final or empty. | 516 |
![]() |
misc | FinalParameters | Parameter contributorsEnabled should be final. | 518 |
![]() |
coding | HiddenField | 'contributorsEnabled' hides a field. | 518 |
![]() |
design | DesignForExtension | Method 'withContributorsEnabled' is not designed for extension - needs to be abstract, final or empty. | 522 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 522 |
![]() |
misc | FinalParameters | Parameter contributorsEnabled should be final. | 522 |
![]() |
coding | HiddenField | 'contributorsEnabled' hides a field. | 522 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 528 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 532 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 539 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 543 |
![]() |
misc | FinalParameters | Parameter name should be final. | 545 |
![]() |
coding | HiddenField | 'name' hides a field. | 545 |
![]() |
design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 549 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 549 |
![]() |
misc | FinalParameters | Parameter name should be final. | 549 |
![]() |
coding | HiddenField | 'name' hides a field. | 549 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 555 |
![]() |
design | DesignForExtension | Method 'getProfileSidebarBorderColor' is not designed for extension - needs to be abstract, final or empty. | 559 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 566 |
![]() |
design | DesignForExtension | Method 'setProfileSidebarBorderColor' is not designed for extension - needs to be abstract, final or empty. | 570 |
![]() |
misc | FinalParameters | Parameter profileSidebarBorderColor should be final. | 572 |
![]() |
coding | HiddenField | 'profileSidebarBorderColor' hides a field. | 572 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 576 |
![]() |
design | DesignForExtension | Method 'withProfileSidebarBorderColor' is not designed for extension - needs to be abstract, final or empty. | 576 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 576 |
![]() |
misc | FinalParameters | Parameter profileSidebarBorderColor should be final. | 576 |
![]() |
coding | HiddenField | 'profileSidebarBorderColor' hides a field. | 576 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 582 |
![]() |
design | DesignForExtension | Method 'getProfileBackgroundColor' is not designed for extension - needs to be abstract, final or empty. | 586 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 593 |
![]() |
design | DesignForExtension | Method 'setProfileBackgroundColor' is not designed for extension - needs to be abstract, final or empty. | 597 |
![]() |
misc | FinalParameters | Parameter profileBackgroundColor should be final. | 599 |
![]() |
coding | HiddenField | 'profileBackgroundColor' hides a field. | 599 |
![]() |
design | DesignForExtension | Method 'withProfileBackgroundColor' is not designed for extension - needs to be abstract, final or empty. | 603 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 603 |
![]() |
misc | FinalParameters | Parameter profileBackgroundColor should be final. | 603 |
![]() |
coding | HiddenField | 'profileBackgroundColor' hides a field. | 603 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 609 |
![]() |
design | DesignForExtension | Method 'getCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 613 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 620 |
![]() |
design | DesignForExtension | Method 'setCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 624 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 626 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 626 |
![]() |
design | DesignForExtension | Method 'withCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 630 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 630 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 630 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 630 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 636 |
![]() |
design | DesignForExtension | Method 'getDefaultProfileImage' is not designed for extension - needs to be abstract, final or empty. | 640 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 647 |
![]() |
design | DesignForExtension | Method 'setDefaultProfileImage' is not designed for extension - needs to be abstract, final or empty. | 651 |
![]() |
misc | FinalParameters | Parameter defaultProfileImage should be final. | 653 |
![]() |
coding | HiddenField | 'defaultProfileImage' hides a field. | 653 |
![]() |
design | DesignForExtension | Method 'withDefaultProfileImage' is not designed for extension - needs to be abstract, final or empty. | 657 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 657 |
![]() |
misc | FinalParameters | Parameter defaultProfileImage should be final. | 657 |
![]() |
coding | HiddenField | 'defaultProfileImage' hides a field. | 657 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 663 |
![]() |
design | DesignForExtension | Method 'getFollowersCount' is not designed for extension - needs to be abstract, final or empty. | 667 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 674 |
![]() |
design | DesignForExtension | Method 'setFollowersCount' is not designed for extension - needs to be abstract, final or empty. | 678 |
![]() |
misc | FinalParameters | Parameter followersCount should be final. | 680 |
![]() |
coding | HiddenField | 'followersCount' hides a field. | 680 |
![]() |
design | DesignForExtension | Method 'withFollowersCount' is not designed for extension - needs to be abstract, final or empty. | 684 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 684 |
![]() |
misc | FinalParameters | Parameter followersCount should be final. | 684 |
![]() |
coding | HiddenField | 'followersCount' hides a field. | 684 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 690 |
![]() |
design | DesignForExtension | Method 'getGeoEnabled' is not designed for extension - needs to be abstract, final or empty. | 694 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 701 |
![]() |
design | DesignForExtension | Method 'setGeoEnabled' is not designed for extension - needs to be abstract, final or empty. | 705 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 707 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 707 |
![]() |
design | DesignForExtension | Method 'withGeoEnabled' is not designed for extension - needs to be abstract, final or empty. | 711 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 711 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 711 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 711 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 717 |
![]() |
design | DesignForExtension | Method 'getProfileImageUrlHttps' is not designed for extension - needs to be abstract, final or empty. | 721 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 728 |
![]() |
design | DesignForExtension | Method 'setProfileImageUrlHttps' is not designed for extension - needs to be abstract, final or empty. | 732 |
![]() |
misc | FinalParameters | Parameter profileImageUrlHttps should be final. | 734 |
![]() |
coding | HiddenField | 'profileImageUrlHttps' hides a field. | 734 |
![]() |
design | DesignForExtension | Method 'withProfileImageUrlHttps' is not designed for extension - needs to be abstract, final or empty. | 738 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 738 |
![]() |
misc | FinalParameters | Parameter profileImageUrlHttps should be final. | 738 |
![]() |
coding | HiddenField | 'profileImageUrlHttps' hides a field. | 738 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 744 |
![]() |
design | DesignForExtension | Method 'getProfileBackgroundImageUrl' is not designed for extension - needs to be abstract, final or empty. | 748 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 755 |
![]() |
design | DesignForExtension | Method 'setProfileBackgroundImageUrl' is not designed for extension - needs to be abstract, final or empty. | 759 |
![]() |
misc | FinalParameters | Parameter profileBackgroundImageUrl should be final. | 761 |
![]() |
coding | HiddenField | 'profileBackgroundImageUrl' hides a field. | 761 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 765 |
![]() |
design | DesignForExtension | Method 'withProfileBackgroundImageUrl' is not designed for extension - needs to be abstract, final or empty. | 765 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 765 |
![]() |
misc | FinalParameters | Parameter profileBackgroundImageUrl should be final. | 765 |
![]() |
coding | HiddenField | 'profileBackgroundImageUrl' hides a field. | 765 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 771 |
![]() |
design | DesignForExtension | Method 'getProfileBackgroundImageUrlHttps' is not designed for extension - needs to be abstract, final or empty. | 775 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 782 |
![]() |
design | DesignForExtension | Method 'setProfileBackgroundImageUrlHttps' is not designed for extension - needs to be abstract, final or empty. | 786 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 788 |
![]() |
misc | FinalParameters | Parameter profileBackgroundImageUrlHttps should be final. | 788 |
![]() |
coding | HiddenField | 'profileBackgroundImageUrlHttps' hides a field. | 788 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 792 |
![]() |
design | DesignForExtension | Method 'withProfileBackgroundImageUrlHttps' is not designed for extension - needs to be abstract, final or empty. | 792 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 792 |
![]() |
misc | FinalParameters | Parameter profileBackgroundImageUrlHttps should be final. | 792 |
![]() |
coding | HiddenField | 'profileBackgroundImageUrlHttps' hides a field. | 792 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 798 |
![]() |
design | DesignForExtension | Method 'getFollowRequestSent' is not designed for extension - needs to be abstract, final or empty. | 802 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 809 |
![]() |
design | DesignForExtension | Method 'setFollowRequestSent' is not designed for extension - needs to be abstract, final or empty. | 813 |
![]() |
misc | FinalParameters | Parameter followRequestSent should be final. | 815 |
![]() |
coding | HiddenField | 'followRequestSent' hides a field. | 815 |
![]() |
design | DesignForExtension | Method 'withFollowRequestSent' is not designed for extension - needs to be abstract, final or empty. | 819 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 819 |
![]() |
misc | FinalParameters | Parameter followRequestSent should be final. | 819 |
![]() |
coding | HiddenField | 'followRequestSent' hides a field. | 819 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 825 |
![]() |
design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 829 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 836 |
![]() |
design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 840 |
![]() |
misc | FinalParameters | Parameter url should be final. | 842 |
![]() |
coding | HiddenField | 'url' hides a field. | 842 |
![]() |
design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 846 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 846 |
![]() |
misc | FinalParameters | Parameter url should be final. | 846 |
![]() |
coding | HiddenField | 'url' hides a field. | 846 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 852 |
![]() |
design | DesignForExtension | Method 'getUtcOffset' is not designed for extension - needs to be abstract, final or empty. | 856 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 863 |
![]() |
design | DesignForExtension | Method 'setUtcOffset' is not designed for extension - needs to be abstract, final or empty. | 867 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 869 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 869 |
![]() |
design | DesignForExtension | Method 'withUtcOffset' is not designed for extension - needs to be abstract, final or empty. | 873 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 873 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 873 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 873 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 879 |
![]() |
design | DesignForExtension | Method 'getTimeZone' is not designed for extension - needs to be abstract, final or empty. | 883 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 890 |
![]() |
design | DesignForExtension | Method 'setTimeZone' is not designed for extension - needs to be abstract, final or empty. | 894 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 896 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 896 |
![]() |
design | DesignForExtension | Method 'withTimeZone' is not designed for extension - needs to be abstract, final or empty. | 900 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 900 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 900 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 900 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 906 |
![]() |
design | DesignForExtension | Method 'getProfileUseBackgroundImage' is not designed for extension - needs to be abstract, final or empty. | 910 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 917 |
![]() |
design | DesignForExtension | Method 'setProfileUseBackgroundImage' is not designed for extension - needs to be abstract, final or empty. | 921 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 923 |
![]() |
misc | FinalParameters | Parameter profileUseBackgroundImage should be final. | 923 |
![]() |
coding | HiddenField | 'profileUseBackgroundImage' hides a field. | 923 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 927 |
![]() |
design | DesignForExtension | Method 'withProfileUseBackgroundImage' is not designed for extension - needs to be abstract, final or empty. | 927 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 927 |
![]() |
misc | FinalParameters | Parameter profileUseBackgroundImage should be final. | 927 |
![]() |
coding | HiddenField | 'profileUseBackgroundImage' hides a field. | 927 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 933 |
![]() |
design | DesignForExtension | Method 'getFriendsCount' is not designed for extension - needs to be abstract, final or empty. | 937 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 944 |
![]() |
design | DesignForExtension | Method 'setFriendsCount' is not designed for extension - needs to be abstract, final or empty. | 948 |
![]() |
misc | FinalParameters | Parameter friendsCount should be final. | 950 |
![]() |
coding | HiddenField | 'friendsCount' hides a field. | 950 |
![]() |
design | DesignForExtension | Method 'withFriendsCount' is not designed for extension - needs to be abstract, final or empty. | 954 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 954 |
![]() |
misc | FinalParameters | Parameter friendsCount should be final. | 954 |
![]() |
coding | HiddenField | 'friendsCount' hides a field. | 954 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 960 |
![]() |
design | DesignForExtension | Method 'getProfileSidebarFillColor' is not designed for extension - needs to be abstract, final or empty. | 964 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 971 |
![]() |
design | DesignForExtension | Method 'setProfileSidebarFillColor' is not designed for extension - needs to be abstract, final or empty. | 975 |
![]() |
misc | FinalParameters | Parameter profileSidebarFillColor should be final. | 977 |
![]() |
coding | HiddenField | 'profileSidebarFillColor' hides a field. | 977 |
![]() |
design | DesignForExtension | Method 'withProfileSidebarFillColor' is not designed for extension - needs to be abstract, final or empty. | 981 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 981 |
![]() |
misc | FinalParameters | Parameter profileSidebarFillColor should be final. | 981 |
![]() |
coding | HiddenField | 'profileSidebarFillColor' hides a field. | 981 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 987 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 991 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 998 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 1002 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 1004 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 1004 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 1008 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1008 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 1008 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 1008 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1014 |
![]() |
design | DesignForExtension | Method 'getIdStr' is not designed for extension - needs to be abstract, final or empty. | 1018 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1025 |
![]() |
design | DesignForExtension | Method 'setIdStr' is not designed for extension - needs to be abstract, final or empty. | 1029 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 1031 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 1031 |
![]() |
design | DesignForExtension | Method 'withIdStr' is not designed for extension - needs to be abstract, final or empty. | 1035 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1035 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 1035 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 1035 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1041 |
![]() |
design | DesignForExtension | Method 'getProfileImageUrl' is not designed for extension - needs to be abstract, final or empty. | 1045 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1052 |
![]() |
design | DesignForExtension | Method 'setProfileImageUrl' is not designed for extension - needs to be abstract, final or empty. | 1056 |
![]() |
misc | FinalParameters | Parameter profileImageUrl should be final. | 1058 |
![]() |
coding | HiddenField | 'profileImageUrl' hides a field. | 1058 |
![]() |
design | DesignForExtension | Method 'withProfileImageUrl' is not designed for extension - needs to be abstract, final or empty. | 1062 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1062 |
![]() |
misc | FinalParameters | Parameter profileImageUrl should be final. | 1062 |
![]() |
coding | HiddenField | 'profileImageUrl' hides a field. | 1062 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1068 |
![]() |
design | DesignForExtension | Method 'getIsTranslator' is not designed for extension - needs to be abstract, final or empty. | 1072 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1079 |
![]() |
design | DesignForExtension | Method 'setIsTranslator' is not designed for extension - needs to be abstract, final or empty. | 1083 |
![]() |
misc | FinalParameters | Parameter isTranslator should be final. | 1085 |
![]() |
coding | HiddenField | 'isTranslator' hides a field. | 1085 |
![]() |
design | DesignForExtension | Method 'withIsTranslator' is not designed for extension - needs to be abstract, final or empty. | 1089 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1089 |
![]() |
misc | FinalParameters | Parameter isTranslator should be final. | 1089 |
![]() |
coding | HiddenField | 'isTranslator' hides a field. | 1089 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1095 |
![]() |
design | DesignForExtension | Method 'getListedCount' is not designed for extension - needs to be abstract, final or empty. | 1099 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1106 |
![]() |
design | DesignForExtension | Method 'setListedCount' is not designed for extension - needs to be abstract, final or empty. | 1110 |
![]() |
misc | FinalParameters | Parameter listedCount should be final. | 1112 |
![]() |
coding | HiddenField | 'listedCount' hides a field. | 1112 |
![]() |
design | DesignForExtension | Method 'withListedCount' is not designed for extension - needs to be abstract, final or empty. | 1116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1116 |
![]() |
misc | FinalParameters | Parameter listedCount should be final. | 1116 |
![]() |
coding | HiddenField | 'listedCount' hides a field. | 1116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1122 |
![]() |
design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 1126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1133 |
![]() |
design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 1137 |
![]() |
misc | FinalParameters | Parameter status should be final. | 1139 |
![]() |
coding | HiddenField | 'status' hides a field. | 1139 |
![]() |
design | DesignForExtension | Method 'withStatus' is not designed for extension - needs to be abstract, final or empty. | 1143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1143 |
![]() |
misc | FinalParameters | Parameter status should be final. | 1143 |
![]() |
coding | HiddenField | 'status' hides a field. | 1143 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1148 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 1153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1153 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 1159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1159 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1161 |
![]() |
coding | HiddenField | 'name' hides a field. | 1161 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1161 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 1165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1165 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1165 |
![]() |
coding | HiddenField | 'name' hides a field. | 1165 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1165 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 894). | 1172 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1175 |
![]() |
misc | FinalParameters | Parameter other should be final. | 1176 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 1180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 1,623). | 1184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
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. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
misc | FinalParameters | Parameter id should be final. | 71 |
![]() |
coding | HiddenField | 'id' hides a field. | 71 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter id should be final. | 75 |
![]() |
coding | HiddenField | 'id' hides a field. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
misc | FinalParameters | Parameter name should be final. | 98 |
![]() |
coding | HiddenField | 'name' hides a field. | 98 |
![]() |
design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
design | DesignForExtension | Method 'getIndices' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
design | DesignForExtension | Method 'setIndices' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 125 |
![]() |
coding | HiddenField | 'indices' hides a field. | 125 |
![]() |
design | DesignForExtension | Method 'withIndices' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 129 |
![]() |
coding | HiddenField | 'indices' hides a field. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
design | DesignForExtension | Method 'getScreenName' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
design | DesignForExtension | Method 'setScreenName' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 152 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 152 |
![]() |
design | DesignForExtension | Method 'withScreenName' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 156 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
design | DesignForExtension | Method 'getIdStr' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
design | DesignForExtension | Method 'setIdStr' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 179 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 179 |
![]() |
design | DesignForExtension | Method 'withIdStr' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 183 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 183 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter name should be final. | 201 |
![]() |
coding | HiddenField | 'name' hides a field. | 201 |
![]() |
misc | FinalParameters | Parameter value should be final. | 201 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 205 |
![]() |
coding | HiddenField | 'name' hides a field. | 205 |
![]() |
misc | FinalParameters | Parameter value should be final. | 205 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 212 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
misc | FinalParameters | Parameter other should be final. | 216 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 232). | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
design | DesignForExtension | Method 'setCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 77 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 77 |
![]() |
design | DesignForExtension | Method 'withCreatedAt' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 81 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
design | DesignForExtension | Method 'getEventType' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
design | DesignForExtension | Method 'setEventType' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
misc | FinalParameters | Parameter eventType should be final. | 104 |
![]() |
coding | HiddenField | 'eventType' hides a field. | 104 |
![]() |
design | DesignForExtension | Method 'withEventType' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter eventType should be final. | 108 |
![]() |
coding | HiddenField | 'eventType' hides a field. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter source should be final. | 131 |
![]() |
coding | HiddenField | 'source' hides a field. | 131 |
![]() |
design | DesignForExtension | Method 'withSource' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter source should be final. | 135 |
![]() |
coding | HiddenField | 'source' hides a field. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
design | DesignForExtension | Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
design | DesignForExtension | Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
misc | FinalParameters | Parameter target should be final. | 158 |
![]() |
coding | HiddenField | 'target' hides a field. | 158 |
![]() |
design | DesignForExtension | Method 'withTarget' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter target should be final. | 162 |
![]() |
coding | HiddenField | 'target' hides a field. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
design | DesignForExtension | Method 'getTargetObject' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
design | DesignForExtension | Method 'setTargetObject' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
misc | FinalParameters | Parameter targetObject should be final. | 185 |
![]() |
coding | HiddenField | 'targetObject' hides a field. | 185 |
![]() |
design | DesignForExtension | Method 'withTargetObject' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter targetObject should be final. | 189 |
![]() |
coding | HiddenField | 'targetObject' hides a field. | 189 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 207 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter name should be final. | 211 |
![]() |
misc | FinalParameters | Parameter value should be final. | 211 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 166). | 218 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
misc | FinalParameters | Parameter other should be final. | 222 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 260). | 230 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 233 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 234 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 236 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 237 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 238 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 239 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 240 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 241 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 242 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 243 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 244 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 245 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 246 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 247 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 248 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 249 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 250 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 252 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 260 |
![]() |
misc | FinalParameters | Parameter value should be final. | 260 |
![]() |
coding | HiddenField | 'value' hides a field. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
![]() |
misc | FinalParameters | Parameter value should be final. | 271 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
design | DesignForExtension | Method 'getDirectMessageEvents' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
design | DesignForExtension | Method 'setDirectMessageEvents' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
![]() |
misc | FinalParameters | Parameter directMessageEvents should be final. | 70 |
![]() |
coding | HiddenField | 'directMessageEvents' hides a field. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 74 |
![]() |
design | DesignForExtension | Method 'withDirectMessageEvents' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter directMessageEvents should be final. | 74 |
![]() |
coding | HiddenField | 'directMessageEvents' hides a field. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
design | DesignForExtension | Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
design | DesignForExtension | Method 'setUsers' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
misc | FinalParameters | Parameter users should be final. | 97 |
![]() |
coding | HiddenField | 'users' hides a field. | 97 |
![]() |
design | DesignForExtension | Method 'withUsers' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter users should be final. | 101 |
![]() |
coding | HiddenField | 'users' hides a field. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
design | DesignForExtension | Method 'getApps' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
design | DesignForExtension | Method 'setApps' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
misc | FinalParameters | Parameter apps should be final. | 124 |
![]() |
coding | HiddenField | 'apps' hides a field. | 124 |
![]() |
design | DesignForExtension | Method 'withApps' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter apps should be final. | 128 |
![]() |
coding | HiddenField | 'apps' hides a field. | 128 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
misc | FinalParameters | Parameter name should be final. | 146 |
![]() |
misc | FinalParameters | Parameter value should be final. | 146 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
misc | FinalParameters | Parameter name should be final. | 150 |
![]() |
misc | FinalParameters | Parameter value should be final. | 150 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 157 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
misc | FinalParameters | Parameter other should be final. | 161 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 202). | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
misc | FinalParameters | Parameter id should be final. | 71 |
![]() |
coding | HiddenField | 'id' hides a field. | 71 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter id should be final. | 75 |
![]() |
coding | HiddenField | 'id' hides a field. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
design | DesignForExtension | Method 'getCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
design | DesignForExtension | Method 'setCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 98 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 98 |
![]() |
design | DesignForExtension | Method 'withCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 102 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
design | DesignForExtension | Method 'getMessageData' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
design | DesignForExtension | Method 'setMessageData' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 127 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 127 |
![]() |
design | DesignForExtension | Method 'withMessageData' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 131 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 131 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
misc | FinalParameters | Parameter name should be final. | 149 |
![]() |
misc | FinalParameters | Parameter value should be final. | 149 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter name should be final. | 153 |
![]() |
misc | FinalParameters | Parameter value should be final. | 153 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 160 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
misc | FinalParameters | Parameter other should be final. | 164 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 204). | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter id should be final. | 65 |
![]() |
coding | HiddenField | 'id' hides a field. | 65 |
![]() |
design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() |
design | DesignForExtension | Method 'getCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
design | DesignForExtension | Method 'setCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 92 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 92 |
![]() |
design | DesignForExtension | Method 'withCreatedTimestamp' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 96 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
design | DesignForExtension | Method 'getWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
design | DesignForExtension | Method 'setWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 119 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 119 |
![]() |
design | DesignForExtension | Method 'withWelcomeMessageId' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 123 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 123 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
misc | FinalParameters | Parameter name should be final. | 141 |
![]() |
misc | FinalParameters | Parameter value should be final. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 145 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter name should be final. | 145 |
![]() |
misc | FinalParameters | Parameter value should be final. | 145 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 152 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
misc | FinalParameters | Parameter other should be final. | 156 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 214). | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter config should be final. | 73 |
![]() |
coding | HiddenField | 'config' hides a field. | 73 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 83 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 120 |
![]() |
design | DesignForExtension | Method 'fetchAndReplace' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter doc should be final. | 120 |
![]() |
misc | FinalParameters | Parameter originalId should be final. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 126 |
![]() |
design | DesignForExtension | Method 'replace' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter doc should be final. | 126 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 131 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 136 |
![]() |
design | DesignForExtension | Method 'fetch' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter doc should be final. | 140 |
![]() |
design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 168 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 56 |
![]() |
misc | FinalParameters | Parameter processorConfiguration should be final. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'processorConfiguration'. | 56 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 72 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 73 |
![]() |
design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 82 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 117 |
![]() |
misc | FinalParameters | Parameter args should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 145 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 156 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
misc | FinalParameters | Parameter config should be final. | 165 |
![]() |
coding | HiddenField | 'config' hides a field. | 165 |
![]() |
design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 179 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 181 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 181 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 203 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
design | DesignForExtension | Method 'submitSearchThread' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 264 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 264 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 264 |
![]() |
design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 280 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 285 |
![]() |
misc | FinalParameters | Parameter start should be final. | 285 |
![]() |
misc | FinalParameters | Parameter end should be final. | 285 |
![]() |
design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 294 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 305 |
![]() |
coding | MagicNumber | '10' is a magic number. | 309 |
![]() |
coding | MagicNumber | '10' is a magic number. | 312 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 326 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.api.StatusesUserTimelineRequest. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 58 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 58 |
![]() |
coding | HiddenField | 'provider' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 58 |
![]() |
misc | FinalParameters | Parameter request should be final. | 58 |
![]() |
coding | HiddenField | 'request' hides a field. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 66 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 105 |
![]() |
design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter count should be final. | 105 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 105 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 105 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 105 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 105 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 82 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 117 |
![]() |
misc | FinalParameters | Parameter args should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 146 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 157 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter config should be final. | 162 |
![]() |
coding | HiddenField | 'config' hides a field. | 162 |
![]() |
design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 178 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 178 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 200 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
design | DesignForExtension | Method 'submitSearchThread' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 232 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 261 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 261 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 261 |
![]() |
design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 277 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
![]() |
misc | FinalParameters | Parameter start should be final. | 282 |
![]() |
misc | FinalParameters | Parameter end should be final. | 282 |
![]() |
design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 291 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 302 |
![]() |
coding | MagicNumber | '10' is a magic number. | 306 |
![]() |
coding | MagicNumber | '10' is a magic number. | 309 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 323 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 57 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 57 |
![]() |
coding | HiddenField | 'provider' hides a field. | 57 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 57 |
![]() |
misc | FinalParameters | Parameter request should be final. | 57 |
![]() |
coding | HiddenField | 'request' hides a field. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 65 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 74 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 103 |
![]() |
design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter count should be final. | 103 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 103 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 103 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 103 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 103 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 84 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
design | VisibilityModifier | Variable 'streamsConfiguration' must be private and have accessor methods. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
design | VisibilityModifier | Variable 'baseRetweetsRequest' must be private and have accessor methods. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 119 |
![]() |
misc | FinalParameters | Parameter args should be final. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 194). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 147 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 158 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
misc | FinalParameters | Parameter config should be final. | 163 |
![]() |
coding | HiddenField | 'config' hides a field. | 163 |
![]() |
design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 177 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 179 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 179 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 179 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 182 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 182 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 182 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 205 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 217 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 225 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 225 |
![]() |
design | DesignForExtension | Method 'submitRetweeterIdsTaskThread' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 231 |
![]() |
misc | FinalParameters | Parameter postId should be final. | 231 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 233 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 274 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 274 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 274 |
![]() |
design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 290 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 295 |
![]() |
misc | FinalParameters | Parameter start should be final. | 295 |
![]() |
misc | FinalParameters | Parameter end should be final. | 295 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 306 |
![]() |
coding | MagicNumber | '10' is a magic number. | 310 |
![]() |
coding | MagicNumber | '10' is a magic number. | 313 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 327 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 54 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 54 |
![]() |
coding | HiddenField | 'provider' hides a field. | 54 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 54 |
![]() |
misc | FinalParameters | Parameter request should be final. | 54 |
![]() |
coding | HiddenField | 'request' hides a field. | 54 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter request should be final. | 78 |
![]() |
coding | HiddenField | 'request' hides a field. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 117 |
![]() |
design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 117 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 117 |
![]() |
misc | FinalParameters | Parameter count should be final. | 117 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 117 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 117 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 117 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 117 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 53 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 53 |
![]() |
coding | HiddenField | 'provider' hides a field. | 53 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 53 |
![]() |
misc | FinalParameters | Parameter request should be final. | 53 |
![]() |
coding | HiddenField | 'request' hides a field. | 53 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter request should be final. | 75 |
![]() |
coding | HiddenField | 'request' hides a field. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 113 |
![]() |
design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 113 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 113 |
![]() |
misc | FinalParameters | Parameter count should be final. | 113 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 113 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 113 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 113 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 113 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'names' must be private and have accessor methods. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
design | VisibilityModifier | Variable 'ids' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 114 |
![]() |
misc | FinalParameters | Parameter args should be final. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 140 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 155 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 170 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 179 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 181 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 237 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
design | DesignForExtension | Method 'createTask' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
misc | FinalParameters | Parameter id should be final. | 265 |
![]() |
misc | FinalParameters | Parameter name should be final. | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 266 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 266 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 266 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 266 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 267 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 272 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 272 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 272 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 272 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 273 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 278 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 278 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 278 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 278 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 279 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 284 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 284 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 284 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 284 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 285 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 285 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 290 |
![]() |
design | DesignForExtension | Method 'submitTask' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 293 |
![]() |
misc | FinalParameters | Parameter providerTask should be final. | 293 |
![]() |
design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 321 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
misc | FinalParameters | Parameter start should be final. | 326 |
![]() |
misc | FinalParameters | Parameter end should be final. | 326 |
![]() |
design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 330 |
![]() |
misc | FinalParameters | Parameter users should be final. | 330 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 335 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 335 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 335 |
![]() |
design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 344 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 349 |
![]() |
coding | MagicNumber | '10' is a magic number. | 353 |
![]() |
coding | MagicNumber | '10' is a magic number. | 356 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 368 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 54 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 54 |
![]() |
coding | HiddenField | 'provider' hides a field. | 54 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 54 |
![]() |
misc | FinalParameters | Parameter request should be final. | 54 |
![]() |
coding | HiddenField | 'request' hides a field. | 54 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter request should be final. | 78 |
![]() |
coding | HiddenField | 'request' hides a field. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
![]() |
design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 118 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 118 |
![]() |
misc | FinalParameters | Parameter count should be final. | 118 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 118 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 118 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 118 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 118 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 54 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 54 |
![]() |
coding | HiddenField | 'provider' hides a field. | 54 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 54 |
![]() |
misc | FinalParameters | Parameter request should be final. | 54 |
![]() |
coding | HiddenField | 'request' hides a field. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 63 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 72 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter request should be final. | 76 |
![]() |
coding | HiddenField | 'request' hides a field. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 116 |
![]() |
design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 116 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 116 |
![]() |
misc | FinalParameters | Parameter count should be final. | 116 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 116 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 116 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 116 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 116 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
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 |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.api.RetweetsRequest. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 58 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 58 |
![]() |
coding | HiddenField | 'provider' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 58 |
![]() |
misc | FinalParameters | Parameter request should be final. | 58 |
![]() |
coding | HiddenField | 'request' hides a field. | 58 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.api.UsersLookupRequest. | 25 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 58 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 58 |
![]() |
coding | HiddenField | 'provider' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 58 |
![]() |
misc | FinalParameters | Parameter request should be final. | 58 |
![]() |
coding | HiddenField | 'request' hides a field. | 58 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 51 |
![]() |
coding | HiddenField | 'provider' hides a field. | 51 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 60 |
![]() |
coding | HiddenField | 'provider' hides a field. | 60 |
![]() |
misc | FinalParameters | Parameter poolSize should be final. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 61 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
coding | MagicNumber | '10' is a magic number. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
coding | MagicNumber | '30' is a magic number. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'item' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter item should be final. | 92 |
![]() |
coding | HiddenField | 'item' hides a field. | 92 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 105 |
![]() |
misc | FinalParameters | Parameter args should be final. | 109 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'args'. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 139 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 150 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
misc | FinalParameters | Parameter config should be final. | 163 |
![]() |
coding | HiddenField | 'config' hides a field. | 163 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
![]() |
design | VisibilityModifier | Variable 'endpoint' must be private and have accessor methods. | 170 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 171 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 172 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
![]() |
design | VisibilityModifier | Variable 'processor' must be private and have accessor methods. | 173 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
misc | FinalParameters | Parameter config should be final. | 181 |
![]() |
coding | HiddenField | 'config' hides a field. | 181 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 214 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
misc | FinalParameters | Parameter start should be final. | 219 |
![]() |
misc | FinalParameters | Parameter end should be final. | 219 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 229 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 234 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 249 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 251 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 253 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 254 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 254 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 257 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 257 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 265 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 273 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 273 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 283 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 283 |
![]() |
coding | MagicNumber | '1200000' is a magic number. | 309 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() |
design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() |
design | DesignForExtension | Method 'addDatum' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
![]() |
misc | FinalParameters | Parameter future should be final. | 327 |
![]() |
design | DesignForExtension | Method 'drainTo' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 339 |
![]() |
misc | FinalParameters | Parameter drain should be final. | 339 |
![]() |
design | DesignForExtension | Method 'pollForDatum' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.concurrent.Executors.newSingleThreadExecutor. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 84 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'names' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
design | VisibilityModifier | Variable 'ids' must be private and have accessor methods. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
design | VisibilityModifier | Variable 'idsCount' must be private and have accessor methods. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
design | VisibilityModifier | Variable 'futures' must be private and have accessor methods. | 105 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 124 |
![]() |
misc | FinalParameters | Parameter args should be final. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 152 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 163 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter config should be final. | 176 |
![]() |
coding | HiddenField | 'config' hides a field. | 176 |
![]() |
design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 190 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 192 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 192 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 192 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 225 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
design | DesignForExtension | Method 'submitTimelineThreads' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 257 |
![]() |
coding | HiddenField | 'ids' hides a field. | 257 |
![]() |
misc | FinalParameters | Parameter names should be final. | 257 |
![]() |
coding | HiddenField | 'names' hides a field. | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 276 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 303 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 303 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 303 |
![]() |
design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 319 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 324 |
![]() |
misc | FinalParameters | Parameter start should be final. | 324 |
![]() |
coding | HiddenField | 'start' hides a field. | 324 |
![]() |
misc | FinalParameters | Parameter end should be final. | 324 |
![]() |
coding | HiddenField | 'end' hides a field. | 324 |
![]() |
design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 333 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 344 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 344 |
![]() |
coding | MagicNumber | '10' is a magic number. | 348 |
![]() |
coding | MagicNumber | '10' is a magic number. | 351 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 365 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 56 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 56 |
![]() |
coding | HiddenField | 'provider' hides a field. | 56 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 56 |
![]() |
misc | FinalParameters | Parameter request should be final. | 56 |
![]() |
coding | HiddenField | 'request' hides a field. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 64 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 76 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 76 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 101 |
![]() |
design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter count should be final. | 101 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 101 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 101 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 101 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 101 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.concurrent.Executors.newSingleThreadExecutor. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() |
design | VisibilityModifier | Variable 'MAPPER' must be private and have accessor methods. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'names' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
design | VisibilityModifier | Variable 'ids' must be private and have accessor methods. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 93 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter config should be final. | 99 |
![]() |
coding | HiddenField | 'config' hides a field. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 131 |
![]() |
misc | FinalParameters | Parameter args should be final. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 157 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 168 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
misc | FinalParameters | Parameter numThreads should be final. | 174 |
![]() |
misc | FinalParameters | Parameter queueSize should be final. | 174 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter config should be final. | 188 |
![]() |
coding | HiddenField | 'config' hides a field. | 188 |
![]() |
design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 202 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 204 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 265 |
![]() |
design | DesignForExtension | Method 'submitUserInformationThreads' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 265 |
![]() |
coding | HiddenField | 'ids' hides a field. | 265 |
![]() |
misc | FinalParameters | Parameter names should be final. | 265 |
![]() |
coding | HiddenField | 'names' hides a field. | 265 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 268 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 268 |
![]() |
coding | MagicNumber | '100' is a magic number. | 268 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 268 |
![]() |
coding | MagicNumber | '100' is a magic number. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 270 |
![]() |
coding | MagicNumber | '100' is a magic number. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 281 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 291 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 291 |
![]() |
coding | MagicNumber | '100' is a magic number. | 291 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 291 |
![]() |
coding | MagicNumber | '100' is a magic number. | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 293 |
![]() |
coding | MagicNumber | '100' is a magic number. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 304 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() |
design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 346 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 350 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 350 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() |
misc | FinalParameters | Parameter start should be final. | 356 |
![]() |
coding | HiddenField | 'start' hides a field. | 356 |
![]() |
misc | FinalParameters | Parameter end should be final. | 356 |
![]() |
coding | HiddenField | 'end' hides a field. | 356 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 361 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 367 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 367 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 367 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 375 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 375 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 375 |
![]() |
coding | MagicNumber | '10' is a magic number. | 379 |
![]() |
coding | MagicNumber | '10' is a magic number. | 382 |
![]() |
design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 394 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 394 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 398 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 56 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 56 |
![]() |
coding | HiddenField | 'provider' hides a field. | 56 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 56 |
![]() |
misc | FinalParameters | Parameter request should be final. | 56 |
![]() |
coding | HiddenField | 'request' hides a field. | 56 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 195 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 216 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
design | DesignForExtension | Method 'getKeyword' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 232 |
![]() |
design | DesignForExtension | Method 'setKeyword' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
misc | FinalParameters | Parameter keyword should be final. | 238 |
![]() |
coding | HiddenField | 'keyword' hides a field. | 238 |
![]() |
design | DesignForExtension | Method 'withKeyword' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
misc | FinalParameters | Parameter keyword should be final. | 242 |
![]() |
coding | HiddenField | 'keyword' hides a field. | 242 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
design | DesignForExtension | Method 'getEmoji' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 261 |
![]() |
design | DesignForExtension | Method 'setEmoji' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
misc | FinalParameters | Parameter emoji should be final. | 267 |
![]() |
coding | HiddenField | 'emoji' hides a field. | 267 |
![]() |
design | DesignForExtension | Method 'withEmoji' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
misc | FinalParameters | Parameter emoji should be final. | 271 |
![]() |
coding | HiddenField | 'emoji' hides a field. | 271 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
design | DesignForExtension | Method 'getExactPhrase' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 290 |
![]() |
design | DesignForExtension | Method 'setExactPhrase' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
misc | FinalParameters | Parameter exactPhrase should be final. | 296 |
![]() |
coding | HiddenField | 'exactPhrase' hides a field. | 296 |
![]() |
design | DesignForExtension | Method 'withExactPhrase' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
misc | FinalParameters | Parameter exactPhrase should be final. | 300 |
![]() |
coding | HiddenField | 'exactPhrase' hides a field. | 300 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 307 |
![]() |
design | DesignForExtension | Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 319 |
![]() |
design | DesignForExtension | Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() |
misc | FinalParameters | Parameter from should be final. | 325 |
![]() |
coding | HiddenField | 'from' hides a field. | 325 |
![]() |
design | DesignForExtension | Method 'withFrom' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
![]() |
misc | FinalParameters | Parameter from should be final. | 329 |
![]() |
coding | HiddenField | 'from' hides a field. | 329 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 336 |
![]() |
design | DesignForExtension | Method 'getTo' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 348 |
![]() |
design | DesignForExtension | Method 'setTo' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
misc | FinalParameters | Parameter to should be final. | 354 |
![]() |
coding | HiddenField | 'to' hides a field. | 354 |
![]() |
design | DesignForExtension | Method 'withTo' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
![]() |
misc | FinalParameters | Parameter to should be final. | 358 |
![]() |
coding | HiddenField | 'to' hides a field. | 358 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 365 |
![]() |
design | DesignForExtension | Method 'getMention' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 377 |
![]() |
design | DesignForExtension | Method 'setMention' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() |
misc | FinalParameters | Parameter mention should be final. | 383 |
![]() |
coding | HiddenField | 'mention' hides a field. | 383 |
![]() |
design | DesignForExtension | Method 'withMention' is not designed for extension - needs to be abstract, final or empty. | 387 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 387 |
![]() |
misc | FinalParameters | Parameter mention should be final. | 387 |
![]() |
coding | HiddenField | 'mention' hides a field. | 387 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 394 |
![]() |
design | DesignForExtension | Method 'getRetweetsOf' is not designed for extension - needs to be abstract, final or empty. | 398 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 406 |
![]() |
design | DesignForExtension | Method 'setRetweetsOf' is not designed for extension - needs to be abstract, final or empty. | 410 |
![]() |
misc | FinalParameters | Parameter retweetsOf should be final. | 412 |
![]() |
coding | HiddenField | 'retweetsOf' hides a field. | 412 |
![]() |
design | DesignForExtension | Method 'withRetweetsOf' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 416 |
![]() |
misc | FinalParameters | Parameter retweetsOf should be final. | 416 |
![]() |
coding | HiddenField | 'retweetsOf' hides a field. | 416 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 423 |
![]() |
design | DesignForExtension | Method 'getHashtag' is not designed for extension - needs to be abstract, final or empty. | 427 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 435 |
![]() |
design | DesignForExtension | Method 'setHashtag' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() |
misc | FinalParameters | Parameter hashtag should be final. | 441 |
![]() |
coding | HiddenField | 'hashtag' hides a field. | 441 |
![]() |
design | DesignForExtension | Method 'withHashtag' is not designed for extension - needs to be abstract, final or empty. | 445 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 445 |
![]() |
misc | FinalParameters | Parameter hashtag should be final. | 445 |
![]() |
coding | HiddenField | 'hashtag' hides a field. | 445 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 451 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 452 |
![]() |
design | DesignForExtension | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 456 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 463 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
design | DesignForExtension | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 468 |
![]() |
misc | FinalParameters | Parameter url should be final. | 470 |
![]() |
coding | HiddenField | 'url' hides a field. | 470 |
![]() |
design | DesignForExtension | Method 'withUrl' is not designed for extension - needs to be abstract, final or empty. | 474 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 474 |
![]() |
misc | FinalParameters | Parameter url should be final. | 474 |
![]() |
coding | HiddenField | 'url' hides a field. | 474 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 481 |
![]() |
design | DesignForExtension | Method 'getBio' is not designed for extension - needs to be abstract, final or empty. | 485 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 493 |
![]() |
design | DesignForExtension | Method 'setBio' is not designed for extension - needs to be abstract, final or empty. | 497 |
![]() |
misc | FinalParameters | Parameter bio should be final. | 499 |
![]() |
coding | HiddenField | 'bio' hides a field. | 499 |
![]() |
design | DesignForExtension | Method 'withBio' is not designed for extension - needs to be abstract, final or empty. | 503 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 503 |
![]() |
misc | FinalParameters | Parameter bio should be final. | 503 |
![]() |
coding | HiddenField | 'bio' hides a field. | 503 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 510 |
![]() |
design | DesignForExtension | Method 'getBioName' is not designed for extension - needs to be abstract, final or empty. | 514 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 522 |
![]() |
design | DesignForExtension | Method 'setBioName' is not designed for extension - needs to be abstract, final or empty. | 526 |
![]() |
misc | FinalParameters | Parameter bioName should be final. | 528 |
![]() |
coding | HiddenField | 'bioName' hides a field. | 528 |
![]() |
design | DesignForExtension | Method 'withBioName' is not designed for extension - needs to be abstract, final or empty. | 532 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 532 |
![]() |
misc | FinalParameters | Parameter bioName should be final. | 532 |
![]() |
coding | HiddenField | 'bioName' hides a field. | 532 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 538 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 539 |
![]() |
design | DesignForExtension | Method 'getBioLocation' is not designed for extension - needs to be abstract, final or empty. | 543 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 550 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 551 |
![]() |
design | DesignForExtension | Method 'setBioLocation' is not designed for extension - needs to be abstract, final or empty. | 555 |
![]() |
misc | FinalParameters | Parameter bioLocation should be final. | 557 |
![]() |
coding | HiddenField | 'bioLocation' hides a field. | 557 |
![]() |
design | DesignForExtension | Method 'withBioLocation' is not designed for extension - needs to be abstract, final or empty. | 561 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 561 |
![]() |
misc | FinalParameters | Parameter bioLocation should be final. | 561 |
![]() |
coding | HiddenField | 'bioLocation' hides a field. | 561 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 568 |
![]() |
design | DesignForExtension | Method 'getPlace' is not designed for extension - needs to be abstract, final or empty. | 572 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 580 |
![]() |
design | DesignForExtension | Method 'setPlace' is not designed for extension - needs to be abstract, final or empty. | 584 |
![]() |
misc | FinalParameters | Parameter place should be final. | 586 |
![]() |
coding | HiddenField | 'place' hides a field. | 586 |
![]() |
design | DesignForExtension | Method 'withPlace' is not designed for extension - needs to be abstract, final or empty. | 590 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 590 |
![]() |
misc | FinalParameters | Parameter place should be final. | 590 |
![]() |
coding | HiddenField | 'place' hides a field. | 590 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 596 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 597 |
![]() |
design | DesignForExtension | Method 'getPlaceCountry' is not designed for extension - needs to be abstract, final or empty. | 601 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 608 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 609 |
![]() |
design | DesignForExtension | Method 'setPlaceCountry' is not designed for extension - needs to be abstract, final or empty. | 613 |
![]() |
misc | FinalParameters | Parameter placeCountry should be final. | 615 |
![]() |
coding | HiddenField | 'placeCountry' hides a field. | 615 |
![]() |
design | DesignForExtension | Method 'withPlaceCountry' is not designed for extension - needs to be abstract, final or empty. | 619 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 619 |
![]() |
misc | FinalParameters | Parameter placeCountry should be final. | 619 |
![]() |
coding | HiddenField | 'placeCountry' hides a field. | 619 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 625 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 626 |
![]() |
design | DesignForExtension | Method 'getPointRadius' is not designed for extension - needs to be abstract, final or empty. | 630 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 637 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 638 |
![]() |
design | DesignForExtension | Method 'setPointRadius' is not designed for extension - needs to be abstract, final or empty. | 642 |
![]() |
misc | FinalParameters | Parameter pointRadius should be final. | 644 |
![]() |
coding | HiddenField | 'pointRadius' hides a field. | 644 |
![]() |
design | DesignForExtension | Method 'withPointRadius' is not designed for extension - needs to be abstract, final or empty. | 648 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 648 |
![]() |
misc | FinalParameters | Parameter pointRadius should be final. | 648 |
![]() |
coding | HiddenField | 'pointRadius' hides a field. | 648 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 654 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 655 |
![]() |
design | DesignForExtension | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 659 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 666 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 667 |
![]() |
design | DesignForExtension | Method 'setBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 671 |
![]() |
misc | FinalParameters | Parameter boundingBox should be final. | 673 |
![]() |
coding | HiddenField | 'boundingBox' hides a field. | 673 |
![]() |
design | DesignForExtension | Method 'withBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 677 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 677 |
![]() |
misc | FinalParameters | Parameter boundingBox should be final. | 677 |
![]() |
coding | HiddenField | 'boundingBox' hides a field. | 677 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 683 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 684 |
![]() |
design | DesignForExtension | Method 'getTimeZone' is not designed for extension - needs to be abstract, final or empty. | 688 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 695 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 696 |
![]() |
design | DesignForExtension | Method 'setTimeZone' is not designed for extension - needs to be abstract, final or empty. | 700 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 702 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 702 |
![]() |
design | DesignForExtension | Method 'withTimeZone' is not designed for extension - needs to be abstract, final or empty. | 706 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 706 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 706 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 706 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 713 |
![]() |
design | DesignForExtension | Method 'getHasLinks' is not designed for extension - needs to be abstract, final or empty. | 717 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 725 |
![]() |
design | DesignForExtension | Method 'setHasLinks' is not designed for extension - needs to be abstract, final or empty. | 729 |
![]() |
misc | FinalParameters | Parameter hasLinks should be final. | 731 |
![]() |
coding | HiddenField | 'hasLinks' hides a field. | 731 |
![]() |
design | DesignForExtension | Method 'withHasLinks' is not designed for extension - needs to be abstract, final or empty. | 735 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 735 |
![]() |
misc | FinalParameters | Parameter hasLinks should be final. | 735 |
![]() |
coding | HiddenField | 'hasLinks' hides a field. | 735 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 741 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 742 |
![]() |
design | DesignForExtension | Method 'getLang' is not designed for extension - needs to be abstract, final or empty. | 746 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 753 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 754 |
![]() |
design | DesignForExtension | Method 'setLang' is not designed for extension - needs to be abstract, final or empty. | 758 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 760 |
![]() |
coding | HiddenField | 'lang' hides a field. | 760 |
![]() |
design | DesignForExtension | Method 'withLang' is not designed for extension - needs to be abstract, final or empty. | 764 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 764 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 764 |
![]() |
coding | HiddenField | 'lang' hides a field. | 764 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 771 |
![]() |
design | DesignForExtension | Method 'getHasMentions' is not designed for extension - needs to be abstract, final or empty. | 775 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 783 |
![]() |
design | DesignForExtension | Method 'setHasMentions' is not designed for extension - needs to be abstract, final or empty. | 787 |
![]() |
misc | FinalParameters | Parameter hasMentions should be final. | 789 |
![]() |
coding | HiddenField | 'hasMentions' hides a field. | 789 |
![]() |
design | DesignForExtension | Method 'withHasMentions' is not designed for extension - needs to be abstract, final or empty. | 793 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 793 |
![]() |
misc | FinalParameters | Parameter hasMentions should be final. | 793 |
![]() |
coding | HiddenField | 'hasMentions' hides a field. | 793 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 799 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 800 |
![]() |
design | DesignForExtension | Method 'getHasImages' is not designed for extension - needs to be abstract, final or empty. | 804 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 811 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 812 |
![]() |
design | DesignForExtension | Method 'setHasImages' is not designed for extension - needs to be abstract, final or empty. | 816 |
![]() |
misc | FinalParameters | Parameter hasImages should be final. | 818 |
![]() |
coding | HiddenField | 'hasImages' hides a field. | 818 |
![]() |
design | DesignForExtension | Method 'withHasImages' is not designed for extension - needs to be abstract, final or empty. | 822 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 822 |
![]() |
misc | FinalParameters | Parameter hasImages should be final. | 822 |
![]() |
coding | HiddenField | 'hasImages' hides a field. | 822 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 828 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 829 |
![]() |
design | DesignForExtension | Method 'getHasVideos' is not designed for extension - needs to be abstract, final or empty. | 833 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 840 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 841 |
![]() |
design | DesignForExtension | Method 'setHasVideos' is not designed for extension - needs to be abstract, final or empty. | 845 |
![]() |
misc | FinalParameters | Parameter hasVideos should be final. | 847 |
![]() |
coding | HiddenField | 'hasVideos' hides a field. | 847 |
![]() |
design | DesignForExtension | Method 'withHasVideos' is not designed for extension - needs to be abstract, final or empty. | 851 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 851 |
![]() |
misc | FinalParameters | Parameter hasVideos should be final. | 851 |
![]() |
coding | HiddenField | 'hasVideos' hides a field. | 851 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 857 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 858 |
![]() |
design | DesignForExtension | Method 'getHasMedia' is not designed for extension - needs to be abstract, final or empty. | 862 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 869 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 870 |
![]() |
design | DesignForExtension | Method 'setHasMedia' is not designed for extension - needs to be abstract, final or empty. | 874 |
![]() |
misc | FinalParameters | Parameter hasMedia should be final. | 876 |
![]() |
coding | HiddenField | 'hasMedia' hides a field. | 876 |
![]() |
design | DesignForExtension | Method 'withHasMedia' is not designed for extension - needs to be abstract, final or empty. | 880 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 880 |
![]() |
misc | FinalParameters | Parameter hasMedia should be final. | 880 |
![]() |
coding | HiddenField | 'hasMedia' hides a field. | 880 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 885 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 890 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 890 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 896 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 896 |
![]() |
misc | FinalParameters | Parameter name should be final. | 898 |
![]() |
misc | FinalParameters | Parameter value should be final. | 898 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 902 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 902 |
![]() |
misc | FinalParameters | Parameter name should be final. | 902 |
![]() |
misc | FinalParameters | Parameter value should be final. | 902 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 907 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 459). | 909 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 912 |
![]() |
misc | FinalParameters | Parameter other should be final. | 913 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 917 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 792). | 921 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.api.ThirtyDaySearch. | 21 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 28 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter operator should be final. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter operator should be final. | 36 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 42 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 42 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 45 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 45 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 48 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 48 |
![]() |
naming | LocalVariableName | Name 'exact_phrase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 51 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 54 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 54 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 57 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 57 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 60 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 60 |
![]() |
naming | LocalVariableName | Name 'retweets_of' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 63 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 63 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 66 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 69 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 69 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 72 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 72 |
![]() |
naming | LocalVariableName | Name 'bio_location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 75 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 75 |
![]() |
naming | LocalVariableName | Name 'bio_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 78 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 78 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 81 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 81 |
![]() |
naming | LocalVariableName | Name 'place_country' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 84 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 84 |
![]() |
naming | LocalVariableName | Name 'point_radius' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 87 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 87 |
![]() |
naming | LocalVariableName | Name 'bounding_box' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 90 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 90 |
![]() |
naming | LocalVariableName | Name 'time_zone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 99 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 102 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 102 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 102 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 109 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 115 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter in should be final. | 124 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 125 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 173 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 234 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 253 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 261 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 263 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 267 |
![]() |
design | DesignForExtension | Method 'getKeywords' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 279 |
![]() |
design | DesignForExtension | Method 'setKeywords' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
misc | FinalParameters | Parameter keywords should be final. | 285 |
![]() |
coding | HiddenField | 'keywords' hides a field. | 285 |
![]() |
design | DesignForExtension | Method 'withKeywords' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 289 |
![]() |
misc | FinalParameters | Parameter keywords should be final. | 289 |
![]() |
coding | HiddenField | 'keywords' hides a field. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 296 |
![]() |
design | DesignForExtension | Method 'getEmojis' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 308 |
![]() |
design | DesignForExtension | Method 'setEmojis' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() |
misc | FinalParameters | Parameter emojis should be final. | 314 |
![]() |
coding | HiddenField | 'emojis' hides a field. | 314 |
![]() |
design | DesignForExtension | Method 'withEmojis' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 318 |
![]() |
misc | FinalParameters | Parameter emojis should be final. | 318 |
![]() |
coding | HiddenField | 'emojis' hides a field. | 318 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 325 |
![]() |
design | DesignForExtension | Method 'getExactPhrases' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 337 |
![]() |
design | DesignForExtension | Method 'setExactPhrases' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() |
misc | FinalParameters | Parameter exactPhrases should be final. | 343 |
![]() |
coding | HiddenField | 'exactPhrases' hides a field. | 343 |
![]() |
design | DesignForExtension | Method 'withExactPhrases' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
misc | FinalParameters | Parameter exactPhrases should be final. | 347 |
![]() |
coding | HiddenField | 'exactPhrases' hides a field. | 347 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 354 |
![]() |
design | DesignForExtension | Method 'getFroms' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 366 |
![]() |
design | DesignForExtension | Method 'setFroms' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() |
misc | FinalParameters | Parameter froms should be final. | 372 |
![]() |
coding | HiddenField | 'froms' hides a field. | 372 |
![]() |
design | DesignForExtension | Method 'withFroms' is not designed for extension - needs to be abstract, final or empty. | 376 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 376 |
![]() |
misc | FinalParameters | Parameter froms should be final. | 376 |
![]() |
coding | HiddenField | 'froms' hides a field. | 376 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 383 |
![]() |
design | DesignForExtension | Method 'getTos' is not designed for extension - needs to be abstract, final or empty. | 387 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 395 |
![]() |
design | DesignForExtension | Method 'setTos' is not designed for extension - needs to be abstract, final or empty. | 399 |
![]() |
misc | FinalParameters | Parameter tos should be final. | 401 |
![]() |
coding | HiddenField | 'tos' hides a field. | 401 |
![]() |
design | DesignForExtension | Method 'withTos' is not designed for extension - needs to be abstract, final or empty. | 405 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 405 |
![]() |
misc | FinalParameters | Parameter tos should be final. | 405 |
![]() |
coding | HiddenField | 'tos' hides a field. | 405 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 412 |
![]() |
design | DesignForExtension | Method 'getMentions' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 424 |
![]() |
design | DesignForExtension | Method 'setMentions' is not designed for extension - needs to be abstract, final or empty. | 428 |
![]() |
misc | FinalParameters | Parameter mentions should be final. | 430 |
![]() |
coding | HiddenField | 'mentions' hides a field. | 430 |
![]() |
design | DesignForExtension | Method 'withMentions' is not designed for extension - needs to be abstract, final or empty. | 434 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 434 |
![]() |
misc | FinalParameters | Parameter mentions should be final. | 434 |
![]() |
coding | HiddenField | 'mentions' hides a field. | 434 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
design | DesignForExtension | Method 'getRetweetsOfs' is not designed for extension - needs to be abstract, final or empty. | 445 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 453 |
![]() |
design | DesignForExtension | Method 'setRetweetsOfs' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() |
misc | FinalParameters | Parameter retweetsOfs should be final. | 459 |
![]() |
coding | HiddenField | 'retweetsOfs' hides a field. | 459 |
![]() |
design | DesignForExtension | Method 'withRetweetsOfs' is not designed for extension - needs to be abstract, final or empty. | 463 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 463 |
![]() |
misc | FinalParameters | Parameter retweetsOfs should be final. | 463 |
![]() |
coding | HiddenField | 'retweetsOfs' hides a field. | 463 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 470 |
![]() |
design | DesignForExtension | Method 'getHashtags' is not designed for extension - needs to be abstract, final or empty. | 474 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 482 |
![]() |
design | DesignForExtension | Method 'setHashtags' is not designed for extension - needs to be abstract, final or empty. | 486 |
![]() |
misc | FinalParameters | Parameter hashtags should be final. | 488 |
![]() |
coding | HiddenField | 'hashtags' hides a field. | 488 |
![]() |
design | DesignForExtension | Method 'withHashtags' is not designed for extension - needs to be abstract, final or empty. | 492 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 492 |
![]() |
misc | FinalParameters | Parameter hashtags should be final. | 492 |
![]() |
coding | HiddenField | 'hashtags' hides a field. | 492 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 498 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 499 |
![]() |
design | DesignForExtension | Method 'getUrls' is not designed for extension - needs to be abstract, final or empty. | 503 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 510 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 511 |
![]() |
design | DesignForExtension | Method 'setUrls' is not designed for extension - needs to be abstract, final or empty. | 515 |
![]() |
misc | FinalParameters | Parameter urls should be final. | 517 |
![]() |
coding | HiddenField | 'urls' hides a field. | 517 |
![]() |
design | DesignForExtension | Method 'withUrls' is not designed for extension - needs to be abstract, final or empty. | 521 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 521 |
![]() |
misc | FinalParameters | Parameter urls should be final. | 521 |
![]() |
coding | HiddenField | 'urls' hides a field. | 521 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 528 |
![]() |
design | DesignForExtension | Method 'getBios' is not designed for extension - needs to be abstract, final or empty. | 532 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 540 |
![]() |
design | DesignForExtension | Method 'setBios' is not designed for extension - needs to be abstract, final or empty. | 544 |
![]() |
misc | FinalParameters | Parameter bios should be final. | 546 |
![]() |
coding | HiddenField | 'bios' hides a field. | 546 |
![]() |
design | DesignForExtension | Method 'withBios' is not designed for extension - needs to be abstract, final or empty. | 550 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 550 |
![]() |
misc | FinalParameters | Parameter bios should be final. | 550 |
![]() |
coding | HiddenField | 'bios' hides a field. | 550 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 557 |
![]() |
design | DesignForExtension | Method 'getBioNames' is not designed for extension - needs to be abstract, final or empty. | 561 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 569 |
![]() |
design | DesignForExtension | Method 'setBioNames' is not designed for extension - needs to be abstract, final or empty. | 573 |
![]() |
misc | FinalParameters | Parameter bioNames should be final. | 575 |
![]() |
coding | HiddenField | 'bioNames' hides a field. | 575 |
![]() |
design | DesignForExtension | Method 'withBioNames' is not designed for extension - needs to be abstract, final or empty. | 579 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 579 |
![]() |
misc | FinalParameters | Parameter bioNames should be final. | 579 |
![]() |
coding | HiddenField | 'bioNames' hides a field. | 579 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 585 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 586 |
![]() |
design | DesignForExtension | Method 'getBioLocations' is not designed for extension - needs to be abstract, final or empty. | 590 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 597 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 598 |
![]() |
design | DesignForExtension | Method 'setBioLocations' is not designed for extension - needs to be abstract, final or empty. | 602 |
![]() |
misc | FinalParameters | Parameter bioLocations should be final. | 604 |
![]() |
coding | HiddenField | 'bioLocations' hides a field. | 604 |
![]() |
design | DesignForExtension | Method 'withBioLocations' is not designed for extension - needs to be abstract, final or empty. | 608 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 608 |
![]() |
misc | FinalParameters | Parameter bioLocations should be final. | 608 |
![]() |
coding | HiddenField | 'bioLocations' hides a field. | 608 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 615 |
![]() |
design | DesignForExtension | Method 'getPlaces' is not designed for extension - needs to be abstract, final or empty. | 619 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 627 |
![]() |
design | DesignForExtension | Method 'setPlaces' is not designed for extension - needs to be abstract, final or empty. | 631 |
![]() |
misc | FinalParameters | Parameter places should be final. | 633 |
![]() |
coding | HiddenField | 'places' hides a field. | 633 |
![]() |
design | DesignForExtension | Method 'withPlaces' is not designed for extension - needs to be abstract, final or empty. | 637 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 637 |
![]() |
misc | FinalParameters | Parameter places should be final. | 637 |
![]() |
coding | HiddenField | 'places' hides a field. | 637 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 643 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 644 |
![]() |
design | DesignForExtension | Method 'getPlaceCountrys' is not designed for extension - needs to be abstract, final or empty. | 648 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 655 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 656 |
![]() |
design | DesignForExtension | Method 'setPlaceCountrys' is not designed for extension - needs to be abstract, final or empty. | 660 |
![]() |
misc | FinalParameters | Parameter placeCountrys should be final. | 662 |
![]() |
coding | HiddenField | 'placeCountrys' hides a field. | 662 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 666 |
![]() |
design | DesignForExtension | Method 'withPlaceCountrys' is not designed for extension - needs to be abstract, final or empty. | 666 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 666 |
![]() |
misc | FinalParameters | Parameter placeCountrys should be final. | 666 |
![]() |
coding | HiddenField | 'placeCountrys' hides a field. | 666 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 672 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 673 |
![]() |
design | DesignForExtension | Method 'getPointRadiuses' is not designed for extension - needs to be abstract, final or empty. | 677 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 684 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 685 |
![]() |
design | DesignForExtension | Method 'setPointRadiuses' is not designed for extension - needs to be abstract, final or empty. | 689 |
![]() |
misc | FinalParameters | Parameter pointRadiuses should be final. | 691 |
![]() |
coding | HiddenField | 'pointRadiuses' hides a field. | 691 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 695 |
![]() |
design | DesignForExtension | Method 'withPointRadiuses' is not designed for extension - needs to be abstract, final or empty. | 695 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 695 |
![]() |
misc | FinalParameters | Parameter pointRadiuses should be final. | 695 |
![]() |
coding | HiddenField | 'pointRadiuses' hides a field. | 695 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 701 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 702 |
![]() |
design | DesignForExtension | Method 'getBoundingBoxes' is not designed for extension - needs to be abstract, final or empty. | 706 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 713 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 714 |
![]() |
design | DesignForExtension | Method 'setBoundingBoxes' is not designed for extension - needs to be abstract, final or empty. | 718 |
![]() |
misc | FinalParameters | Parameter boundingBoxes should be final. | 720 |
![]() |
coding | HiddenField | 'boundingBoxes' hides a field. | 720 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 724 |
![]() |
design | DesignForExtension | Method 'withBoundingBoxes' is not designed for extension - needs to be abstract, final or empty. | 724 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 724 |
![]() |
misc | FinalParameters | Parameter boundingBoxes should be final. | 724 |
![]() |
coding | HiddenField | 'boundingBoxes' hides a field. | 724 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 730 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 731 |
![]() |
design | DesignForExtension | Method 'getTimeZones' is not designed for extension - needs to be abstract, final or empty. | 735 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 742 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 743 |
![]() |
design | DesignForExtension | Method 'setTimeZones' is not designed for extension - needs to be abstract, final or empty. | 747 |
![]() |
misc | FinalParameters | Parameter timeZones should be final. | 749 |
![]() |
coding | HiddenField | 'timeZones' hides a field. | 749 |
![]() |
design | DesignForExtension | Method 'withTimeZones' is not designed for extension - needs to be abstract, final or empty. | 753 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 753 |
![]() |
misc | FinalParameters | Parameter timeZones should be final. | 753 |
![]() |
coding | HiddenField | 'timeZones' hides a field. | 753 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 759 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 760 |
![]() |
design | DesignForExtension | Method 'getLangs' is not designed for extension - needs to be abstract, final or empty. | 764 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 771 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 772 |
![]() |
design | DesignForExtension | Method 'setLangs' is not designed for extension - needs to be abstract, final or empty. | 776 |
![]() |
misc | FinalParameters | Parameter langs should be final. | 778 |
![]() |
coding | HiddenField | 'langs' hides a field. | 778 |
![]() |
design | DesignForExtension | Method 'withLangs' is not designed for extension - needs to be abstract, final or empty. | 782 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 782 |
![]() |
misc | FinalParameters | Parameter langs should be final. | 782 |
![]() |
coding | HiddenField | 'langs' hides a field. | 782 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 788 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 789 |
![]() |
design | DesignForExtension | Method 'getHasImages' is not designed for extension - needs to be abstract, final or empty. | 793 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 800 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 801 |
![]() |
design | DesignForExtension | Method 'setHasImages' is not designed for extension - needs to be abstract, final or empty. | 805 |
![]() |
misc | FinalParameters | Parameter hasImages should be final. | 807 |
![]() |
coding | HiddenField | 'hasImages' hides a field. | 807 |
![]() |
design | DesignForExtension | Method 'withHasImages' is not designed for extension - needs to be abstract, final or empty. | 811 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 811 |
![]() |
misc | FinalParameters | Parameter hasImages should be final. | 811 |
![]() |
coding | HiddenField | 'hasImages' hides a field. | 811 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 818 |
![]() |
design | DesignForExtension | Method 'getHasLinks' is not designed for extension - needs to be abstract, final or empty. | 822 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 830 |
![]() |
design | DesignForExtension | Method 'setHasLinks' is not designed for extension - needs to be abstract, final or empty. | 834 |
![]() |
misc | FinalParameters | Parameter hasLinks should be final. | 836 |
![]() |
coding | HiddenField | 'hasLinks' hides a field. | 836 |
![]() |
design | DesignForExtension | Method 'withHasLinks' is not designed for extension - needs to be abstract, final or empty. | 840 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 840 |
![]() |
misc | FinalParameters | Parameter hasLinks should be final. | 840 |
![]() |
coding | HiddenField | 'hasLinks' hides a field. | 840 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 847 |
![]() |
design | DesignForExtension | Method 'getHasMentions' is not designed for extension - needs to be abstract, final or empty. | 851 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 859 |
![]() |
design | DesignForExtension | Method 'setHasMentions' is not designed for extension - needs to be abstract, final or empty. | 863 |
![]() |
misc | FinalParameters | Parameter hasMentions should be final. | 865 |
![]() |
coding | HiddenField | 'hasMentions' hides a field. | 865 |
![]() |
design | DesignForExtension | Method 'withHasMentions' is not designed for extension - needs to be abstract, final or empty. | 869 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 869 |
![]() |
misc | FinalParameters | Parameter hasMentions should be final. | 869 |
![]() |
coding | HiddenField | 'hasMentions' hides a field. | 869 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 875 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 876 |
![]() |
design | DesignForExtension | Method 'getHasVideos' is not designed for extension - needs to be abstract, final or empty. | 880 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 887 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 888 |
![]() |
design | DesignForExtension | Method 'setHasVideos' is not designed for extension - needs to be abstract, final or empty. | 892 |
![]() |
misc | FinalParameters | Parameter hasVideos should be final. | 894 |
![]() |
coding | HiddenField | 'hasVideos' hides a field. | 894 |
![]() |
design | DesignForExtension | Method 'withHasVideos' is not designed for extension - needs to be abstract, final or empty. | 898 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 898 |
![]() |
misc | FinalParameters | Parameter hasVideos should be final. | 898 |
![]() |
coding | HiddenField | 'hasVideos' hides a field. | 898 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 904 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 905 |
![]() |
design | DesignForExtension | Method 'getHasMedia' is not designed for extension - needs to be abstract, final or empty. | 909 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 916 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 917 |
![]() |
design | DesignForExtension | Method 'setHasMedia' is not designed for extension - needs to be abstract, final or empty. | 921 |
![]() |
misc | FinalParameters | Parameter hasMedia should be final. | 923 |
![]() |
coding | HiddenField | 'hasMedia' hides a field. | 923 |
![]() |
design | DesignForExtension | Method 'withHasMedia' is not designed for extension - needs to be abstract, final or empty. | 927 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 927 |
![]() |
misc | FinalParameters | Parameter hasMedia should be final. | 927 |
![]() |
coding | HiddenField | 'hasMedia' hides a field. | 927 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 934 |
![]() |
design | DesignForExtension | Method 'getNot' is not designed for extension - needs to be abstract, final or empty. | 938 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 946 |
![]() |
design | DesignForExtension | Method 'setNot' is not designed for extension - needs to be abstract, final or empty. | 950 |
![]() |
misc | FinalParameters | Parameter not should be final. | 952 |
![]() |
coding | HiddenField | 'not' hides a field. | 952 |
![]() |
design | DesignForExtension | Method 'withNot' is not designed for extension - needs to be abstract, final or empty. | 956 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 956 |
![]() |
misc | FinalParameters | Parameter not should be final. | 956 |
![]() |
coding | HiddenField | 'not' hides a field. | 956 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 963 |
![]() |
design | DesignForExtension | Method 'getAnds' is not designed for extension - needs to be abstract, final or empty. | 967 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 975 |
![]() |
design | DesignForExtension | Method 'setAnds' is not designed for extension - needs to be abstract, final or empty. | 979 |
![]() |
misc | FinalParameters | Parameter ands should be final. | 981 |
![]() |
coding | HiddenField | 'ands' hides a field. | 981 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 985 |
![]() |
design | DesignForExtension | Method 'withAnds' is not designed for extension - needs to be abstract, final or empty. | 985 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 985 |
![]() |
misc | FinalParameters | Parameter ands should be final. | 985 |
![]() |
coding | HiddenField | 'ands' hides a field. | 985 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 992 |
![]() |
design | DesignForExtension | Method 'getOrs' is not designed for extension - needs to be abstract, final or empty. | 996 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1004 |
![]() |
design | DesignForExtension | Method 'setOrs' is not designed for extension - needs to be abstract, final or empty. | 1008 |
![]() |
misc | FinalParameters | Parameter ors should be final. | 1010 |
![]() |
coding | HiddenField | 'ors' hides a field. | 1010 |
![]() |
design | DesignForExtension | Method 'withOrs' is not designed for extension - needs to be abstract, final or empty. | 1014 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1014 |
![]() |
misc | FinalParameters | Parameter ors should be final. | 1014 |
![]() |
coding | HiddenField | 'ors' hides a field. | 1014 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1019 |
![]() |
design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 1024 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1024 |
![]() |
design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 1030 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1030 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1032 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1032 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1036 |
![]() |
design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 1036 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1036 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1036 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1036 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1041 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 516). | 1043 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1046 |
![]() |
misc | FinalParameters | Parameter other should be final. | 1047 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 1051 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 897). | 1055 |