The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | Error |
LeftCurly | 9 | Error | |
coding | HiddenField | 326 | Error |
MagicNumber | 33 | Error | |
SimplifyBooleanExpression | 26 | Error | |
design | DesignForExtension | 653 | Error |
HideUtilityClassConstructor | 2 | Error | |
VisibilityModifier | 44 | Error | |
imports | UnusedImports | 5 | Error |
javadoc | JavadocMethod | 275 | Error |
JavadocPackage | 8 | Error | |
JavadocStyle | 38 | Error | |
JavadocType | 32 | Error | |
JavadocVariable | 206 | Error | |
misc | FinalParameters | 513 | Error |
NewlineAtEndOfFile | 4 | Error | |
TodoComment | 3 | Error | |
modifier | RedundantModifier | 4 | Error |
naming | ConstantName | 4 | Error |
MemberName | 3 | Error | |
StaticVariableName | 2 | Error | |
TypeName | 1 | Error | |
regexp | RegexpSingleline
|
346 | Error |
sizes | LineLength | 248 | Error |
whitespace | NoWhitespaceBefore | 1 | Error |
ParenPad | 46 | Error | |
WhitespaceAfter | 8 | Error | |
WhitespaceAround | 9 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter name should be final. | 53 |
Error | coding | HiddenField | 'name' hides a field. | 53 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter name should be final. | 57 |
Error | coding | HiddenField | 'name' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter link should be final. | 80 |
Error | coding | HiddenField | 'link' hides a field. | 80 |
Error | design | DesignForExtension | Method 'withLink' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter link should be final. | 84 |
Error | coding | HiddenField | 'link' hides a field. | 84 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter name should be final. | 102 |
Error | coding | HiddenField | 'name' hides a field. | 102 |
Error | misc | FinalParameters | Parameter value should be final. | 102 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter name should be final. | 106 |
Error | coding | HiddenField | 'name' hides a field. | 106 |
Error | misc | FinalParameters | Parameter value should be final. | 106 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 113 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter other should be final. | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter name should be final. | 53 |
Error | coding | HiddenField | 'name' hides a field. | 53 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter name should be final. | 57 |
Error | coding | HiddenField | 'name' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter id should be final. | 80 |
Error | coding | HiddenField | 'id' hides a field. | 80 |
Error | design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter id should be final. | 84 |
Error | coding | HiddenField | 'id' hides a field. | 84 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter name should be final. | 102 |
Error | coding | HiddenField | 'name' hides a field. | 102 |
Error | misc | FinalParameters | Parameter value should be final. | 102 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter name should be final. | 106 |
Error | coding | HiddenField | 'name' hides a field. | 106 |
Error | misc | FinalParameters | Parameter value should be final. | 106 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter other should be final. | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter id should be final. | 62 |
Error | coding | HiddenField | 'id' hides a field. | 62 |
Error | design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter id should be final. | 66 |
Error | coding | HiddenField | 'id' hides a field. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | design | DesignForExtension | Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | design | DesignForExtension | Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | misc | FinalParameters | Parameter from should be final. | 89 |
Error | coding | HiddenField | 'from' hides a field. | 89 |
Error | design | DesignForExtension | Method 'withFrom' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter from should be final. | 93 |
Error | coding | HiddenField | 'from' hides a field. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | misc | FinalParameters | Parameter message should be final. | 116 |
Error | coding | HiddenField | 'message' hides a field. | 116 |
Error | design | DesignForExtension | Method 'withMessage' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | misc | FinalParameters | Parameter message should be final. | 120 |
Error | coding | HiddenField | 'message' hides a field. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | design | DesignForExtension | Method 'getCreatedTime' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | design | DesignForExtension | Method 'setCreatedTime' is not designed for extension - needs to be abstract, final or empty. | 141 |
Error | misc | FinalParameters | Parameter createdTime should be final. | 143 |
Error | coding | HiddenField | 'createdTime' hides a field. | 143 |
Error | design | DesignForExtension | Method 'withCreatedTime' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | misc | FinalParameters | Parameter createdTime should be final. | 147 |
Error | coding | HiddenField | 'createdTime' hides a field. | 147 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Error | misc | FinalParameters | Parameter name should be final. | 165 |
Error | misc | FinalParameters | Parameter value should be final. | 165 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 169 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Error | misc | FinalParameters | Parameter name should be final. | 169 |
Error | misc | FinalParameters | Parameter value should be final. | 169 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 176 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 179 |
Error | misc | FinalParameters | Parameter other should be final. | 180 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 209). | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | misc | FinalParameters | Parameter id should be final. | 66 |
Error | coding | HiddenField | 'id' hides a field. | 66 |
Error | design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter id should be final. | 70 |
Error | coding | HiddenField | 'id' hides a field. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | design | DesignForExtension | Method 'getOffsetY' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | design | DesignForExtension | Method 'setOffsetY' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | misc | FinalParameters | Parameter offsetY should be final. | 93 |
Error | coding | HiddenField | 'offsetY' hides a field. | 93 |
Error | design | DesignForExtension | Method 'withOffsetY' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter offsetY should be final. | 97 |
Error | coding | HiddenField | 'offsetY' hides a field. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | misc | FinalParameters | Parameter source should be final. | 120 |
Error | coding | HiddenField | 'source' hides a field. | 120 |
Error | design | DesignForExtension | Method 'withSource' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | misc | FinalParameters | Parameter source should be final. | 124 |
Error | coding | HiddenField | 'source' hides a field. | 124 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter name should be final. | 142 |
Error | misc | FinalParameters | Parameter value should be final. | 142 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | misc | FinalParameters | Parameter name should be final. | 146 |
Error | misc | FinalParameters | Parameter value should be final. | 146 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 153 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | misc | FinalParameters | Parameter other should be final. | 157 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter id should be final. | 53 |
Error | coding | HiddenField | 'id' hides a field. | 53 |
Error | design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter id should be final. | 57 |
Error | coding | HiddenField | 'id' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter name should be final. | 80 |
Error | coding | HiddenField | 'name' hides a field. | 80 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter name should be final. | 84 |
Error | coding | HiddenField | 'name' hides a field. | 84 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter name should be final. | 102 |
Error | coding | HiddenField | 'name' hides a field. | 102 |
Error | misc | FinalParameters | Parameter value should be final. | 102 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter name should be final. | 106 |
Error | coding | HiddenField | 'name' hides a field. | 106 |
Error | misc | FinalParameters | Parameter value should be final. | 106 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter other should be final. | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | naming | TypeName | Name 'Datum_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter id should be final. | 53 |
Error | coding | HiddenField | 'id' hides a field. | 53 |
Error | design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter id should be final. | 57 |
Error | coding | HiddenField | 'id' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter name should be final. | 80 |
Error | coding | HiddenField | 'name' hides a field. | 80 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter name should be final. | 84 |
Error | coding | HiddenField | 'name' hides a field. | 84 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter name should be final. | 102 |
Error | coding | HiddenField | 'name' hides a field. | 102 |
Error | misc | FinalParameters | Parameter value should be final. | 102 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter name should be final. | 106 |
Error | coding | HiddenField | 'name' hides a field. | 106 |
Error | misc | FinalParameters | Parameter value should be final. | 106 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter other should be final. | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | misc | FinalParameters | Parameter count should be final. | 59 |
Error | coding | HiddenField | 'count' hides a field. | 59 |
Error | design | DesignForExtension | Method 'withCount' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter count should be final. | 63 |
Error | coding | HiddenField | 'count' hides a field. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | design | DesignForExtension | Method 'getSocialSentence' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | design | DesignForExtension | Method 'setSocialSentence' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | misc | FinalParameters | Parameter socialSentence should be final. | 86 |
Error | coding | HiddenField | 'socialSentence' hides a field. | 86 |
Error | design | DesignForExtension | Method 'withSocialSentence' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter socialSentence should be final. | 90 |
Error | coding | HiddenField | 'socialSentence' hides a field. | 90 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter name should be final. | 108 |
Error | misc | FinalParameters | Parameter value should be final. | 108 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | misc | FinalParameters | Parameter name should be final. | 112 |
Error | misc | FinalParameters | Parameter value should be final. | 112 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 119 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | misc | FinalParameters | Parameter other should be final. | 123 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | design | DesignForExtension | Method 'getProtocol' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | design | DesignForExtension | Method 'setProtocol' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter protocol should be final. | 118 |
Error | coding | HiddenField | 'protocol' hides a field. | 118 |
Error | design | DesignForExtension | Method 'withProtocol' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | misc | FinalParameters | Parameter protocol should be final. | 122 |
Error | coding | HiddenField | 'protocol' hides a field. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | design | DesignForExtension | Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | design | DesignForExtension | Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | misc | FinalParameters | Parameter host should be final. | 147 |
Error | coding | HiddenField | 'host' hides a field. | 147 |
Error | design | DesignForExtension | Method 'withHost' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | misc | FinalParameters | Parameter host should be final. | 151 |
Error | coding | HiddenField | 'host' hides a field. | 151 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | design | DesignForExtension | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | misc | FinalParameters | Parameter port should be final. | 176 |
Error | coding | HiddenField | 'port' hides a field. | 176 |
Error | design | DesignForExtension | Method 'withPort' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | misc | FinalParameters | Parameter port should be final. | 180 |
Error | coding | HiddenField | 'port' hides a field. | 180 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 203 |
Error | misc | FinalParameters | Parameter version should be final. | 205 |
Error | coding | HiddenField | 'version' hides a field. | 205 |
Error | design | DesignForExtension | Method 'withVersion' is not designed for extension - needs to be abstract, final or empty. | 209 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
Error | misc | FinalParameters | Parameter version should be final. | 209 |
Error | coding | HiddenField | 'version' hides a field. | 209 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | design | DesignForExtension | Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 220 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | design | DesignForExtension | Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 232 |
Error | misc | FinalParameters | Parameter endpoint should be final. | 234 |
Error | coding | HiddenField | 'endpoint' hides a field. | 234 |
Error | design | DesignForExtension | Method 'withEndpoint' is not designed for extension - needs to be abstract, final or empty. | 238 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
Error | misc | FinalParameters | Parameter endpoint should be final. | 238 |
Error | coding | HiddenField | 'endpoint' hides a field. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | design | DesignForExtension | Method 'getOauth' is not designed for extension - needs to be abstract, final or empty. | 248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | design | DesignForExtension | Method 'setOauth' is not designed for extension - needs to be abstract, final or empty. | 259 |
Error | misc | FinalParameters | Parameter oauth should be final. | 261 |
Error | coding | HiddenField | 'oauth' hides a field. | 261 |
Error | design | DesignForExtension | Method 'withOauth' is not designed for extension - needs to be abstract, final or empty. | 265 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
Error | misc | FinalParameters | Parameter oauth should be final. | 265 |
Error | coding | HiddenField | 'oauth' hides a field. | 265 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 272 |
Error | design | DesignForExtension | Method 'getUserAccessTokens' is not designed for extension - needs to be abstract, final or empty. | 276 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | design | DesignForExtension | Method 'setUserAccessTokens' is not designed for extension - needs to be abstract, final or empty. | 288 |
Error | misc | FinalParameters | Parameter userAccessTokens should be final. | 290 |
Error | coding | HiddenField | 'userAccessTokens' hides a field. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 294 |
Error | design | DesignForExtension | Method 'withUserAccessTokens' is not designed for extension - needs to be abstract, final or empty. | 294 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
Error | misc | FinalParameters | Parameter userAccessTokens should be final. | 294 |
Error | coding | HiddenField | 'userAccessTokens' hides a field. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Error | design | DesignForExtension | Method 'getIds' is not designed for extension - needs to be abstract, final or empty. | 305 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 313 |
Error | design | DesignForExtension | Method 'setIds' is not designed for extension - needs to be abstract, final or empty. | 317 |
Error | misc | FinalParameters | Parameter ids should be final. | 319 |
Error | coding | HiddenField | 'ids' hides a field. | 319 |
Error | design | DesignForExtension | Method 'withIds' is not designed for extension - needs to be abstract, final or empty. | 323 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 323 |
Error | misc | FinalParameters | Parameter ids should be final. | 323 |
Error | coding | HiddenField | 'ids' hides a field. | 323 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 328 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 333 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 339 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 339 |
Error | misc | FinalParameters | Parameter name should be final. | 341 |
Error | misc | FinalParameters | Parameter value should be final. | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 345 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 345 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
Error | misc | FinalParameters | Parameter name should be final. | 345 |
Error | misc | FinalParameters | Parameter value should be final. | 345 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 352 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 355 |
Error | misc | FinalParameters | Parameter other should be final. | 356 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 331). | 364 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | design | DesignForExtension | Method 'getAppId' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | design | DesignForExtension | Method 'setAppId' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter appId should be final. | 63 |
Error | coding | HiddenField | 'appId' hides a field. | 63 |
Error | design | DesignForExtension | Method 'withAppId' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter appId should be final. | 67 |
Error | coding | HiddenField | 'appId' hides a field. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | design | DesignForExtension | Method 'getAppSecret' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | design | DesignForExtension | Method 'setAppSecret' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | misc | FinalParameters | Parameter appSecret should be final. | 90 |
Error | coding | HiddenField | 'appSecret' hides a field. | 90 |
Error | design | DesignForExtension | Method 'withAppSecret' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter appSecret should be final. | 94 |
Error | coding | HiddenField | 'appSecret' hides a field. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | design | DesignForExtension | Method 'getAppAccessToken' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | design | DesignForExtension | Method 'setAppAccessToken' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | misc | FinalParameters | Parameter appAccessToken should be final. | 117 |
Error | coding | HiddenField | 'appAccessToken' hides a field. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 121 |
Error | design | DesignForExtension | Method 'withAppAccessToken' is not designed for extension - needs to be abstract, final or empty. | 121 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Error | misc | FinalParameters | Parameter appAccessToken should be final. | 121 |
Error | coding | HiddenField | 'appAccessToken' hides a field. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | design | DesignForExtension | Method 'getUserAccessToken' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | design | DesignForExtension | Method 'setUserAccessToken' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | misc | FinalParameters | Parameter userAccessToken should be final. | 144 |
Error | coding | HiddenField | 'userAccessToken' hides a field. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 148 |
Error | design | DesignForExtension | Method 'withUserAccessToken' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Error | misc | FinalParameters | Parameter userAccessToken should be final. | 148 |
Error | coding | HiddenField | 'userAccessToken' hides a field. | 148 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 164 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Error | misc | FinalParameters | Parameter name should be final. | 166 |
Error | misc | FinalParameters | Parameter value should be final. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 170 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | misc | FinalParameters | Parameter name should be final. | 170 |
Error | misc | FinalParameters | Parameter value should be final. | 170 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 177 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | misc | FinalParameters | Parameter other should be final. | 181 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 247). | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 27 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter name should be final. | 40 |
Error | misc | FinalParameters | Parameter value should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter name should be final. | 44 |
Error | misc | FinalParameters | Parameter value should be final. | 44 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter other should be final. | 55 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | design | DesignForExtension | Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter fields should be final. | 63 |
Error | coding | HiddenField | 'fields' hides a field. | 63 |
Error | design | DesignForExtension | Method 'withFields' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter fields should be final. | 67 |
Error | coding | HiddenField | 'fields' hides a field. | 67 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter name should be final. | 85 |
Error | misc | FinalParameters | Parameter value should be final. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 89 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter name should be final. | 89 |
Error | misc | FinalParameters | Parameter value should be final. | 89 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 96 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | misc | FinalParameters | Parameter other should be final. | 100 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | coding | MagicNumber | '60000L' is a magic number. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | DesignForExtension | Method 'setInfo' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter info should be final. | 71 |
Error | coding | HiddenField | 'info' hides a field. | 71 |
Error | design | DesignForExtension | Method 'withInfo' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter info should be final. | 75 |
Error | coding | HiddenField | 'info' hides a field. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | design | DesignForExtension | Method 'getPollIntervalMillis' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | design | DesignForExtension | Method 'setPollIntervalMillis' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | misc | FinalParameters | Parameter pollIntervalMillis should be final. | 100 |
Error | coding | HiddenField | 'pollIntervalMillis' hides a field. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 104 |
Error | design | DesignForExtension | Method 'withPollIntervalMillis' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter pollIntervalMillis should be final. | 104 |
Error | coding | HiddenField | 'pollIntervalMillis' hides a field. | 104 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | misc | FinalParameters | Parameter name should be final. | 122 |
Error | misc | FinalParameters | Parameter value should be final. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 126 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter name should be final. | 126 |
Error | misc | FinalParameters | Parameter value should be final. | 126 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 133 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 136 |
Error | misc | FinalParameters | Parameter other should be final. | 137 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | coding | MagicNumber | '60000L' is a magic number. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | design | DesignForExtension | Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | design | DesignForExtension | Method 'setInfo' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter info should be final. | 71 |
Error | coding | HiddenField | 'info' hides a field. | 71 |
Error | design | DesignForExtension | Method 'withInfo' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter info should be final. | 75 |
Error | coding | HiddenField | 'info' hides a field. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | design | DesignForExtension | Method 'getPollIntervalMillis' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | design | DesignForExtension | Method 'setPollIntervalMillis' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | misc | FinalParameters | Parameter pollIntervalMillis should be final. | 100 |
Error | coding | HiddenField | 'pollIntervalMillis' hides a field. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 104 |
Error | design | DesignForExtension | Method 'withPollIntervalMillis' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter pollIntervalMillis should be final. | 104 |
Error | coding | HiddenField | 'pollIntervalMillis' hides a field. | 104 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | misc | FinalParameters | Parameter name should be final. | 122 |
Error | misc | FinalParameters | Parameter value should be final. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 126 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter name should be final. | 126 |
Error | misc | FinalParameters | Parameter value should be final. | 126 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 133 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 136 |
Error | misc | FinalParameters | Parameter other should be final. | 137 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter id should be final. | 53 |
Error | coding | HiddenField | 'id' hides a field. | 53 |
Error | design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter id should be final. | 57 |
Error | coding | HiddenField | 'id' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter name should be final. | 80 |
Error | coding | HiddenField | 'name' hides a field. | 80 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter name should be final. | 84 |
Error | coding | HiddenField | 'name' hides a field. | 84 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter name should be final. | 102 |
Error | coding | HiddenField | 'name' hides a field. | 102 |
Error | misc | FinalParameters | Parameter value should be final. | 102 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter name should be final. | 106 |
Error | coding | HiddenField | 'name' hides a field. | 106 |
Error | misc | FinalParameters | Parameter value should be final. | 106 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter other should be final. | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter id should be final. | 65 |
Error | coding | HiddenField | 'id' hides a field. | 65 |
Error | design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter id should be final. | 69 |
Error | coding | HiddenField | 'id' hides a field. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | design | DesignForExtension | Method 'getBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | design | DesignForExtension | Method 'setBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | misc | FinalParameters | Parameter beforeDate should be final. | 92 |
Error | coding | HiddenField | 'beforeDate' hides a field. | 92 |
Error | design | DesignForExtension | Method 'withBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | misc | FinalParameters | Parameter beforeDate should be final. | 96 |
Error | coding | HiddenField | 'beforeDate' hides a field. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | design | DesignForExtension | Method 'getAfterDate' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | design | DesignForExtension | Method 'setAfterDate' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | misc | FinalParameters | Parameter afterDate should be final. | 119 |
Error | coding | HiddenField | 'afterDate' hides a field. | 119 |
Error | design | DesignForExtension | Method 'withAfterDate' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | misc | FinalParameters | Parameter afterDate should be final. | 123 |
Error | coding | HiddenField | 'afterDate' hides a field. | 123 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | misc | FinalParameters | Parameter name should be final. | 141 |
Error | misc | FinalParameters | Parameter value should be final. | 141 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | misc | FinalParameters | Parameter name should be final. | 145 |
Error | misc | FinalParameters | Parameter value should be final. | 145 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 152 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | misc | FinalParameters | Parameter other should be final. | 156 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter name should be final. | 53 |
Error | coding | HiddenField | 'name' hides a field. | 53 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter name should be final. | 57 |
Error | coding | HiddenField | 'name' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter link should be final. | 80 |
Error | coding | HiddenField | 'link' hides a field. | 80 |
Error | design | DesignForExtension | Method 'withLink' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter link should be final. | 84 |
Error | coding | HiddenField | 'link' hides a field. | 84 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter name should be final. | 102 |
Error | coding | HiddenField | 'name' hides a field. | 102 |
Error | misc | FinalParameters | Parameter value should be final. | 102 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter name should be final. | 106 |
Error | coding | HiddenField | 'name' hides a field. | 106 |
Error | misc | FinalParameters | Parameter value should be final. | 106 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 113 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter other should be final. | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | misc | FinalParameters | Parameter city should be final. | 101 |
Error | coding | HiddenField | 'city' hides a field. | 101 |
Error | design | DesignForExtension | Method 'withCity' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | misc | FinalParameters | Parameter city should be final. | 105 |
Error | coding | HiddenField | 'city' hides a field. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | design | DesignForExtension | Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | design | DesignForExtension | Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | misc | FinalParameters | Parameter country should be final. | 128 |
Error | coding | HiddenField | 'country' hides a field. | 128 |
Error | design | DesignForExtension | Method 'withCountry' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Error | misc | FinalParameters | Parameter country should be final. | 132 |
Error | coding | HiddenField | 'country' hides a field. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | design | DesignForExtension | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | design | DesignForExtension | Method 'setLatitude' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | misc | FinalParameters | Parameter latitude should be final. | 155 |
Error | coding | HiddenField | 'latitude' hides a field. | 155 |
Error | design | DesignForExtension | Method 'withLatitude' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | misc | FinalParameters | Parameter latitude should be final. | 159 |
Error | coding | HiddenField | 'latitude' hides a field. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | design | DesignForExtension | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | design | DesignForExtension | Method 'setLongitude' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | misc | FinalParameters | Parameter longitude should be final. | 182 |
Error | coding | HiddenField | 'longitude' hides a field. | 182 |
Error | design | DesignForExtension | Method 'withLongitude' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Error | misc | FinalParameters | Parameter longitude should be final. | 186 |
Error | coding | HiddenField | 'longitude' hides a field. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 207 |
Error | misc | FinalParameters | Parameter state should be final. | 209 |
Error | coding | HiddenField | 'state' hides a field. | 209 |
Error | design | DesignForExtension | Method 'withState' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
Error | misc | FinalParameters | Parameter state should be final. | 213 |
Error | coding | HiddenField | 'state' hides a field. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | design | DesignForExtension | Method 'getStreet' is not designed for extension - needs to be abstract, final or empty. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | design | DesignForExtension | Method 'setStreet' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | misc | FinalParameters | Parameter street should be final. | 236 |
Error | coding | HiddenField | 'street' hides a field. | 236 |
Error | design | DesignForExtension | Method 'withStreet' is not designed for extension - needs to be abstract, final or empty. | 240 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
Error | misc | FinalParameters | Parameter street should be final. | 240 |
Error | coding | HiddenField | 'street' hides a field. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | design | DesignForExtension | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 257 |
Error | design | DesignForExtension | Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 261 |
Error | misc | FinalParameters | Parameter text should be final. | 263 |
Error | coding | HiddenField | 'text' hides a field. | 263 |
Error | design | DesignForExtension | Method 'withText' is not designed for extension - needs to be abstract, final or empty. | 267 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
Error | misc | FinalParameters | Parameter text should be final. | 267 |
Error | coding | HiddenField | 'text' hides a field. | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 273 |
Error | design | DesignForExtension | Method 'getZip' is not designed for extension - needs to be abstract, final or empty. | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | design | DesignForExtension | Method 'setZip' is not designed for extension - needs to be abstract, final or empty. | 288 |
Error | misc | FinalParameters | Parameter zip should be final. | 290 |
Error | coding | HiddenField | 'zip' hides a field. | 290 |
Error | design | DesignForExtension | Method 'withZip' is not designed for extension - needs to be abstract, final or empty. | 294 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
Error | misc | FinalParameters | Parameter zip should be final. | 294 |
Error | coding | HiddenField | 'zip' hides a field. | 294 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 299 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 304 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 310 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
Error | misc | FinalParameters | Parameter name should be final. | 312 |
Error | misc | FinalParameters | Parameter value should be final. | 312 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 316 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
Error | misc | FinalParameters | Parameter name should be final. | 316 |
Error | misc | FinalParameters | Parameter value should be final. | 316 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 323 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 326 |
Error | misc | FinalParameters | Parameter other should be final. | 327 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 313). | 335 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter data should be final. | 53 |
Error | coding | HiddenField | 'data' hides a field. | 53 |
Error | design | DesignForExtension | Method 'withData' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter data should be final. | 57 |
Error | coding | HiddenField | 'data' hides a field. | 57 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter name should be final. | 75 |
Error | misc | FinalParameters | Parameter value should be final. | 75 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter name should be final. | 79 |
Error | misc | FinalParameters | Parameter value should be final. | 79 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | misc | FinalParameters | Parameter other should be final. | 90 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 283 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 308 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 320 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 323 |
Error | design | DesignForExtension | Method 'getAbout' is not designed for extension - needs to be abstract, final or empty. | 327 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | design | DesignForExtension | Method 'setAbout' is not designed for extension - needs to be abstract, final or empty. | 338 |
Error | misc | FinalParameters | Parameter about should be final. | 340 |
Error | coding | HiddenField | 'about' hides a field. | 340 |
Error | design | DesignForExtension | Method 'withAbout' is not designed for extension - needs to be abstract, final or empty. | 344 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 344 |
Error | misc | FinalParameters | Parameter about should be final. | 344 |
Error | coding | HiddenField | 'about' hides a field. | 344 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 350 |
Error | design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 354 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 361 |
Error | design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 365 |
Error | misc | FinalParameters | Parameter username should be final. | 367 |
Error | coding | HiddenField | 'username' hides a field. | 367 |
Error | design | DesignForExtension | Method 'withUsername' is not designed for extension - needs to be abstract, final or empty. | 371 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 371 |
Error | misc | FinalParameters | Parameter username should be final. | 371 |
Error | coding | HiddenField | 'username' hides a field. | 371 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 377 |
Error | design | DesignForExtension | Method 'getAccessToken' is not designed for extension - needs to be abstract, final or empty. | 381 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 388 |
Error | design | DesignForExtension | Method 'setAccessToken' is not designed for extension - needs to be abstract, final or empty. | 392 |
Error | misc | FinalParameters | Parameter accessToken should be final. | 394 |
Error | coding | HiddenField | 'accessToken' hides a field. | 394 |
Error | design | DesignForExtension | Method 'withAccessToken' is not designed for extension - needs to be abstract, final or empty. | 398 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 398 |
Error | misc | FinalParameters | Parameter accessToken should be final. | 398 |
Error | coding | HiddenField | 'accessToken' hides a field. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 404 |
Error | design | DesignForExtension | Method 'getBirthday' is not designed for extension - needs to be abstract, final or empty. | 408 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 415 |
Error | design | DesignForExtension | Method 'setBirthday' is not designed for extension - needs to be abstract, final or empty. | 419 |
Error | misc | FinalParameters | Parameter birthday should be final. | 421 |
Error | coding | HiddenField | 'birthday' hides a field. | 421 |
Error | design | DesignForExtension | Method 'withBirthday' is not designed for extension - needs to be abstract, final or empty. | 425 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 425 |
Error | misc | FinalParameters | Parameter birthday should be final. | 425 |
Error | coding | HiddenField | 'birthday' hides a field. | 425 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 431 |
Error | design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 435 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 442 |
Error | design | DesignForExtension | Method 'setCategory' is not designed for extension - needs to be abstract, final or empty. | 446 |
Error | misc | FinalParameters | Parameter category should be final. | 448 |
Error | coding | HiddenField | 'category' hides a field. | 448 |
Error | design | DesignForExtension | Method 'withCategory' is not designed for extension - needs to be abstract, final or empty. | 452 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 452 |
Error | misc | FinalParameters | Parameter category should be final. | 452 |
Error | coding | HiddenField | 'category' hides a field. | 452 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 458 |
Error | design | DesignForExtension | Method 'getCanCheckin' is not designed for extension - needs to be abstract, final or empty. | 462 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 469 |
Error | design | DesignForExtension | Method 'setCanCheckin' is not designed for extension - needs to be abstract, final or empty. | 473 |
Error | misc | FinalParameters | Parameter canCheckin should be final. | 475 |
Error | coding | HiddenField | 'canCheckin' hides a field. | 475 |
Error | design | DesignForExtension | Method 'withCanCheckin' is not designed for extension - needs to be abstract, final or empty. | 479 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 479 |
Error | misc | FinalParameters | Parameter canCheckin should be final. | 479 |
Error | coding | HiddenField | 'canCheckin' hides a field. | 479 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 485 |
Error | design | DesignForExtension | Method 'getCanPost' is not designed for extension - needs to be abstract, final or empty. | 489 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 496 |
Error | design | DesignForExtension | Method 'setCanPost' is not designed for extension - needs to be abstract, final or empty. | 500 |
Error | misc | FinalParameters | Parameter canPost should be final. | 502 |
Error | coding | HiddenField | 'canPost' hides a field. | 502 |
Error | design | DesignForExtension | Method 'withCanPost' is not designed for extension - needs to be abstract, final or empty. | 506 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 506 |
Error | misc | FinalParameters | Parameter canPost should be final. | 506 |
Error | coding | HiddenField | 'canPost' hides a field. | 506 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 512 |
Error | design | DesignForExtension | Method 'getCheckins' is not designed for extension - needs to be abstract, final or empty. | 516 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 523 |
Error | design | DesignForExtension | Method 'setCheckins' is not designed for extension - needs to be abstract, final or empty. | 527 |
Error | misc | FinalParameters | Parameter checkins should be final. | 529 |
Error | coding | HiddenField | 'checkins' hides a field. | 529 |
Error | design | DesignForExtension | Method 'withCheckins' is not designed for extension - needs to be abstract, final or empty. | 533 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 533 |
Error | misc | FinalParameters | Parameter checkins should be final. | 533 |
Error | coding | HiddenField | 'checkins' hides a field. | 533 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 539 |
Error | design | DesignForExtension | Method 'getCommunityPage' is not designed for extension - needs to be abstract, final or empty. | 543 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 550 |
Error | design | DesignForExtension | Method 'setCommunityPage' is not designed for extension - needs to be abstract, final or empty. | 554 |
Error | misc | FinalParameters | Parameter communityPage should be final. | 556 |
Error | coding | HiddenField | 'communityPage' hides a field. | 556 |
Error | design | DesignForExtension | Method 'withCommunityPage' is not designed for extension - needs to be abstract, final or empty. | 560 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 560 |
Error | misc | FinalParameters | Parameter communityPage should be final. | 560 |
Error | coding | HiddenField | 'communityPage' hides a field. | 560 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 566 |
Error | design | DesignForExtension | Method 'getCover' is not designed for extension - needs to be abstract, final or empty. | 570 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 577 |
Error | design | DesignForExtension | Method 'setCover' is not designed for extension - needs to be abstract, final or empty. | 581 |
Error | misc | FinalParameters | Parameter cover should be final. | 583 |
Error | coding | HiddenField | 'cover' hides a field. | 583 |
Error | design | DesignForExtension | Method 'withCover' is not designed for extension - needs to be abstract, final or empty. | 587 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 587 |
Error | misc | FinalParameters | Parameter cover should be final. | 587 |
Error | coding | HiddenField | 'cover' hides a field. | 587 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 593 |
Error | design | DesignForExtension | Method 'getDisplaySubtext' is not designed for extension - needs to be abstract, final or empty. | 597 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 604 |
Error | design | DesignForExtension | Method 'setDisplaySubtext' is not designed for extension - needs to be abstract, final or empty. | 608 |
Error | misc | FinalParameters | Parameter displaySubtext should be final. | 610 |
Error | coding | HiddenField | 'displaySubtext' hides a field. | 610 |
Error | design | DesignForExtension | Method 'withDisplaySubtext' is not designed for extension - needs to be abstract, final or empty. | 614 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 614 |
Error | misc | FinalParameters | Parameter displaySubtext should be final. | 614 |
Error | coding | HiddenField | 'displaySubtext' hides a field. | 614 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 620 |
Error | design | DesignForExtension | Method 'getDisplayedMessageResponseTime' is not designed for extension - needs to be abstract, final or empty. | 624 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 631 |
Error | design | DesignForExtension | Method 'setDisplayedMessageResponseTime' is not designed for extension - needs to be abstract, final or empty. | 635 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 637 |
Error | misc | FinalParameters | Parameter displayedMessageResponseTime should be final. | 637 |
Error | coding | HiddenField | 'displayedMessageResponseTime' hides a field. | 637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 641 |
Error | design | DesignForExtension | Method 'withDisplayedMessageResponseTime' is not designed for extension - needs to be abstract, final or empty. | 641 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 641 |
Error | misc | FinalParameters | Parameter displayedMessageResponseTime should be final. | 641 |
Error | coding | HiddenField | 'displayedMessageResponseTime' hides a field. | 641 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 647 |
Error | design | DesignForExtension | Method 'getEngagement' is not designed for extension - needs to be abstract, final or empty. | 651 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 658 |
Error | design | DesignForExtension | Method 'setEngagement' is not designed for extension - needs to be abstract, final or empty. | 662 |
Error | misc | FinalParameters | Parameter engagement should be final. | 664 |
Error | coding | HiddenField | 'engagement' hides a field. | 664 |
Error | design | DesignForExtension | Method 'withEngagement' is not designed for extension - needs to be abstract, final or empty. | 668 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 668 |
Error | misc | FinalParameters | Parameter engagement should be final. | 668 |
Error | coding | HiddenField | 'engagement' hides a field. | 668 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 674 |
Error | design | DesignForExtension | Method 'getFanCount' is not designed for extension - needs to be abstract, final or empty. | 678 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 685 |
Error | design | DesignForExtension | Method 'setFanCount' is not designed for extension - needs to be abstract, final or empty. | 689 |
Error | misc | FinalParameters | Parameter fanCount should be final. | 691 |
Error | coding | HiddenField | 'fanCount' hides a field. | 691 |
Error | design | DesignForExtension | Method 'withFanCount' is not designed for extension - needs to be abstract, final or empty. | 695 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 695 |
Error | misc | FinalParameters | Parameter fanCount should be final. | 695 |
Error | coding | HiddenField | 'fanCount' hides a field. | 695 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 701 |
Error | design | DesignForExtension | Method 'getFounded' is not designed for extension - needs to be abstract, final or empty. | 705 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 712 |
Error | design | DesignForExtension | Method 'setFounded' is not designed for extension - needs to be abstract, final or empty. | 716 |
Error | misc | FinalParameters | Parameter founded should be final. | 718 |
Error | coding | HiddenField | 'founded' hides a field. | 718 |
Error | design | DesignForExtension | Method 'withFounded' is not designed for extension - needs to be abstract, final or empty. | 722 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 722 |
Error | misc | FinalParameters | Parameter founded should be final. | 722 |
Error | coding | HiddenField | 'founded' hides a field. | 722 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 728 |
Error | design | DesignForExtension | Method 'getGeneralInfo' is not designed for extension - needs to be abstract, final or empty. | 732 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 739 |
Error | design | DesignForExtension | Method 'setGeneralInfo' is not designed for extension - needs to be abstract, final or empty. | 743 |
Error | misc | FinalParameters | Parameter generalInfo should be final. | 745 |
Error | coding | HiddenField | 'generalInfo' hides a field. | 745 |
Error | design | DesignForExtension | Method 'withGeneralInfo' is not designed for extension - needs to be abstract, final or empty. | 749 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 749 |
Error | misc | FinalParameters | Parameter generalInfo should be final. | 749 |
Error | coding | HiddenField | 'generalInfo' hides a field. | 749 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 755 |
Error | design | DesignForExtension | Method 'getGlobalBrandRootId' is not designed for extension - needs to be abstract, final or empty. | 759 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 766 |
Error | design | DesignForExtension | Method 'setGlobalBrandRootId' is not designed for extension - needs to be abstract, final or empty. | 770 |
Error | misc | FinalParameters | Parameter globalBrandRootId should be final. | 772 |
Error | coding | HiddenField | 'globalBrandRootId' hides a field. | 772 |
Error | design | DesignForExtension | Method 'withGlobalBrandRootId' is not designed for extension - needs to be abstract, final or empty. | 776 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 776 |
Error | misc | FinalParameters | Parameter globalBrandRootId should be final. | 776 |
Error | coding | HiddenField | 'globalBrandRootId' hides a field. | 776 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 782 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 786 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 793 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 797 |
Error | misc | FinalParameters | Parameter id should be final. | 799 |
Error | coding | HiddenField | 'id' hides a field. | 799 |
Error | design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 803 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 803 |
Error | misc | FinalParameters | Parameter id should be final. | 803 |
Error | coding | HiddenField | 'id' hides a field. | 803 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 809 |
Error | design | DesignForExtension | Method 'getIsCommunityPage' is not designed for extension - needs to be abstract, final or empty. | 813 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 820 |
Error | design | DesignForExtension | Method 'setIsCommunityPage' is not designed for extension - needs to be abstract, final or empty. | 824 |
Error | misc | FinalParameters | Parameter isCommunityPage should be final. | 826 |
Error | coding | HiddenField | 'isCommunityPage' hides a field. | 826 |
Error | design | DesignForExtension | Method 'withIsCommunityPage' is not designed for extension - needs to be abstract, final or empty. | 830 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 830 |
Error | misc | FinalParameters | Parameter isCommunityPage should be final. | 830 |
Error | coding | HiddenField | 'isCommunityPage' hides a field. | 830 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 836 |
Error | design | DesignForExtension | Method 'getIsAlwaysOpen' is not designed for extension - needs to be abstract, final or empty. | 840 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 847 |
Error | design | DesignForExtension | Method 'setIsAlwaysOpen' is not designed for extension - needs to be abstract, final or empty. | 851 |
Error | misc | FinalParameters | Parameter isAlwaysOpen should be final. | 853 |
Error | coding | HiddenField | 'isAlwaysOpen' hides a field. | 853 |
Error | design | DesignForExtension | Method 'withIsAlwaysOpen' is not designed for extension - needs to be abstract, final or empty. | 857 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 857 |
Error | misc | FinalParameters | Parameter isAlwaysOpen should be final. | 857 |
Error | coding | HiddenField | 'isAlwaysOpen' hides a field. | 857 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 863 |
Error | design | DesignForExtension | Method 'getIsPermanentlyClosed' is not designed for extension - needs to be abstract, final or empty. | 867 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 874 |
Error | design | DesignForExtension | Method 'setIsPermanentlyClosed' is not designed for extension - needs to be abstract, final or empty. | 878 |
Error | misc | FinalParameters | Parameter isPermanentlyClosed should be final. | 880 |
Error | coding | HiddenField | 'isPermanentlyClosed' hides a field. | 880 |
Error | design | DesignForExtension | Method 'withIsPermanentlyClosed' is not designed for extension - needs to be abstract, final or empty. | 884 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 884 |
Error | misc | FinalParameters | Parameter isPermanentlyClosed should be final. | 884 |
Error | coding | HiddenField | 'isPermanentlyClosed' hides a field. | 884 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 890 |
Error | design | DesignForExtension | Method 'getIsPublished' is not designed for extension - needs to be abstract, final or empty. | 894 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 901 |
Error | design | DesignForExtension | Method 'setIsPublished' is not designed for extension - needs to be abstract, final or empty. | 905 |
Error | misc | FinalParameters | Parameter isPublished should be final. | 907 |
Error | coding | HiddenField | 'isPublished' hides a field. | 907 |
Error | design | DesignForExtension | Method 'withIsPublished' is not designed for extension - needs to be abstract, final or empty. | 911 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 911 |
Error | misc | FinalParameters | Parameter isPublished should be final. | 911 |
Error | coding | HiddenField | 'isPublished' hides a field. | 911 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 917 |
Error | design | DesignForExtension | Method 'getIsUnclaimed' is not designed for extension - needs to be abstract, final or empty. | 921 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 928 |
Error | design | DesignForExtension | Method 'setIsUnclaimed' is not designed for extension - needs to be abstract, final or empty. | 932 |
Error | misc | FinalParameters | Parameter isUnclaimed should be final. | 934 |
Error | coding | HiddenField | 'isUnclaimed' hides a field. | 934 |
Error | design | DesignForExtension | Method 'withIsUnclaimed' is not designed for extension - needs to be abstract, final or empty. | 938 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 938 |
Error | misc | FinalParameters | Parameter isUnclaimed should be final. | 938 |
Error | coding | HiddenField | 'isUnclaimed' hides a field. | 938 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 944 |
Error | design | DesignForExtension | Method 'getIsWebhooksSubscribed' is not designed for extension - needs to be abstract, final or empty. | 948 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 955 |
Error | design | DesignForExtension | Method 'setIsWebhooksSubscribed' is not designed for extension - needs to be abstract, final or empty. | 959 |
Error | misc | FinalParameters | Parameter isWebhooksSubscribed should be final. | 961 |
Error | coding | HiddenField | 'isWebhooksSubscribed' hides a field. | 961 |
Error | design | DesignForExtension | Method 'withIsWebhooksSubscribed' is not designed for extension - needs to be abstract, final or empty. | 965 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 965 |
Error | misc | FinalParameters | Parameter isWebhooksSubscribed should be final. | 965 |
Error | coding | HiddenField | 'isWebhooksSubscribed' hides a field. | 965 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 971 |
Error | design | DesignForExtension | Method 'getLeadgenTosAccepted' is not designed for extension - needs to be abstract, final or empty. | 975 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 982 |
Error | design | DesignForExtension | Method 'setLeadgenTosAccepted' is not designed for extension - needs to be abstract, final or empty. | 986 |
Error | misc | FinalParameters | Parameter leadgenTosAccepted should be final. | 988 |
Error | coding | HiddenField | 'leadgenTosAccepted' hides a field. | 988 |
Error | design | DesignForExtension | Method 'withLeadgenTosAccepted' is not designed for extension - needs to be abstract, final or empty. | 992 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 992 |
Error | misc | FinalParameters | Parameter leadgenTosAccepted should be final. | 992 |
Error | coding | HiddenField | 'leadgenTosAccepted' hides a field. | 992 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 998 |
Error | design | DesignForExtension | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 1002 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1009 |
Error | design | DesignForExtension | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 1013 |
Error | misc | FinalParameters | Parameter link should be final. | 1015 |
Error | coding | HiddenField | 'link' hides a field. | 1015 |
Error | design | DesignForExtension | Method 'withLink' is not designed for extension - needs to be abstract, final or empty. | 1019 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1019 |
Error | misc | FinalParameters | Parameter link should be final. | 1019 |
Error | coding | HiddenField | 'link' hides a field. | 1019 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1025 |
Error | design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 1029 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1036 |
Error | design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 1040 |
Error | misc | FinalParameters | Parameter location should be final. | 1042 |
Error | coding | HiddenField | 'location' hides a field. | 1042 |
Error | design | DesignForExtension | Method 'withLocation' is not designed for extension - needs to be abstract, final or empty. | 1046 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1046 |
Error | misc | FinalParameters | Parameter location should be final. | 1046 |
Error | coding | HiddenField | 'location' hides a field. | 1046 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1052 |
Error | design | DesignForExtension | Method 'getMission' is not designed for extension - needs to be abstract, final or empty. | 1056 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1063 |
Error | design | DesignForExtension | Method 'setMission' is not designed for extension - needs to be abstract, final or empty. | 1067 |
Error | misc | FinalParameters | Parameter mission should be final. | 1069 |
Error | coding | HiddenField | 'mission' hides a field. | 1069 |
Error | design | DesignForExtension | Method 'withMission' is not designed for extension - needs to be abstract, final or empty. | 1073 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1073 |
Error | misc | FinalParameters | Parameter mission should be final. | 1073 |
Error | coding | HiddenField | 'mission' hides a field. | 1073 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1079 |
Error | design | DesignForExtension | Method 'getParking' is not designed for extension - needs to be abstract, final or empty. | 1083 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1090 |
Error | design | DesignForExtension | Method 'setParking' is not designed for extension - needs to be abstract, final or empty. | 1094 |
Error | misc | FinalParameters | Parameter parking should be final. | 1096 |
Error | coding | HiddenField | 'parking' hides a field. | 1096 |
Error | design | DesignForExtension | Method 'withParking' is not designed for extension - needs to be abstract, final or empty. | 1100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1100 |
Error | misc | FinalParameters | Parameter parking should be final. | 1100 |
Error | coding | HiddenField | 'parking' hides a field. | 1100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1106 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 1110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1117 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 1121 |
Error | misc | FinalParameters | Parameter name should be final. | 1123 |
Error | coding | HiddenField | 'name' hides a field. | 1123 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 1127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1127 |
Error | misc | FinalParameters | Parameter name should be final. | 1127 |
Error | coding | HiddenField | 'name' hides a field. | 1127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1133 |
Error | design | DesignForExtension | Method 'getNameWithLocationDescriptor' is not designed for extension - needs to be abstract, final or empty. | 1137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1144 |
Error | design | DesignForExtension | Method 'setNameWithLocationDescriptor' is not designed for extension - needs to be abstract, final or empty. | 1148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1150 |
Error | misc | FinalParameters | Parameter nameWithLocationDescriptor should be final. | 1150 |
Error | coding | HiddenField | 'nameWithLocationDescriptor' hides a field. | 1150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1154 |
Error | design | DesignForExtension | Method 'withNameWithLocationDescriptor' is not designed for extension - needs to be abstract, final or empty. | 1154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1154 |
Error | misc | FinalParameters | Parameter nameWithLocationDescriptor should be final. | 1154 |
Error | coding | HiddenField | 'nameWithLocationDescriptor' hides a field. | 1154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1160 |
Error | design | DesignForExtension | Method 'getOverallStarRating' is not designed for extension - needs to be abstract, final or empty. | 1164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1171 |
Error | design | DesignForExtension | Method 'setOverallStarRating' is not designed for extension - needs to be abstract, final or empty. | 1175 |
Error | misc | FinalParameters | Parameter overallStarRating should be final. | 1177 |
Error | coding | HiddenField | 'overallStarRating' hides a field. | 1177 |
Error | design | DesignForExtension | Method 'withOverallStarRating' is not designed for extension - needs to be abstract, final or empty. | 1181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1181 |
Error | misc | FinalParameters | Parameter overallStarRating should be final. | 1181 |
Error | coding | HiddenField | 'overallStarRating' hides a field. | 1181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1187 |
Error | design | DesignForExtension | Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. | 1191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1198 |
Error | design | DesignForExtension | Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. | 1202 |
Error | misc | FinalParameters | Parameter phone should be final. | 1204 |
Error | coding | HiddenField | 'phone' hides a field. | 1204 |
Error | design | DesignForExtension | Method 'withPhone' is not designed for extension - needs to be abstract, final or empty. | 1208 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1208 |
Error | misc | FinalParameters | Parameter phone should be final. | 1208 |
Error | coding | HiddenField | 'phone' hides a field. | 1208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1214 |
Error | design | DesignForExtension | Method 'getPicture' is not designed for extension - needs to be abstract, final or empty. | 1218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1225 |
Error | design | DesignForExtension | Method 'setPicture' is not designed for extension - needs to be abstract, final or empty. | 1229 |
Error | misc | FinalParameters | Parameter picture should be final. | 1231 |
Error | coding | HiddenField | 'picture' hides a field. | 1231 |
Error | design | DesignForExtension | Method 'withPicture' is not designed for extension - needs to be abstract, final or empty. | 1235 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1235 |
Error | misc | FinalParameters | Parameter picture should be final. | 1235 |
Error | coding | HiddenField | 'picture' hides a field. | 1235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1241 |
Error | design | DesignForExtension | Method 'getPublished' is not designed for extension - needs to be abstract, final or empty. | 1245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1252 |
Error | design | DesignForExtension | Method 'setPublished' is not designed for extension - needs to be abstract, final or empty. | 1256 |
Error | misc | FinalParameters | Parameter published should be final. | 1258 |
Error | coding | HiddenField | 'published' hides a field. | 1258 |
Error | design | DesignForExtension | Method 'withPublished' is not designed for extension - needs to be abstract, final or empty. | 1262 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1262 |
Error | misc | FinalParameters | Parameter published should be final. | 1262 |
Error | coding | HiddenField | 'published' hides a field. | 1262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1268 |
Error | design | DesignForExtension | Method 'getRatingCount' is not designed for extension - needs to be abstract, final or empty. | 1272 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1279 |
Error | design | DesignForExtension | Method 'setRatingCount' is not designed for extension - needs to be abstract, final or empty. | 1283 |
Error | misc | FinalParameters | Parameter ratingCount should be final. | 1285 |
Error | coding | HiddenField | 'ratingCount' hides a field. | 1285 |
Error | design | DesignForExtension | Method 'withRatingCount' is not designed for extension - needs to be abstract, final or empty. | 1289 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1289 |
Error | misc | FinalParameters | Parameter ratingCount should be final. | 1289 |
Error | coding | HiddenField | 'ratingCount' hides a field. | 1289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1295 |
Error | design | DesignForExtension | Method 'getTalkingAboutCount' is not designed for extension - needs to be abstract, final or empty. | 1299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1306 |
Error | design | DesignForExtension | Method 'setTalkingAboutCount' is not designed for extension - needs to be abstract, final or empty. | 1310 |
Error | misc | FinalParameters | Parameter talkingAboutCount should be final. | 1312 |
Error | coding | HiddenField | 'talkingAboutCount' hides a field. | 1312 |
Error | design | DesignForExtension | Method 'withTalkingAboutCount' is not designed for extension - needs to be abstract, final or empty. | 1316 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1316 |
Error | misc | FinalParameters | Parameter talkingAboutCount should be final. | 1316 |
Error | coding | HiddenField | 'talkingAboutCount' hides a field. | 1316 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1322 |
Error | design | DesignForExtension | Method 'getVoipInfo' is not designed for extension - needs to be abstract, final or empty. | 1326 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1333 |
Error | design | DesignForExtension | Method 'setVoipInfo' is not designed for extension - needs to be abstract, final or empty. | 1337 |
Error | misc | FinalParameters | Parameter voipInfo should be final. | 1339 |
Error | coding | HiddenField | 'voipInfo' hides a field. | 1339 |
Error | design | DesignForExtension | Method 'withVoipInfo' is not designed for extension - needs to be abstract, final or empty. | 1343 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1343 |
Error | misc | FinalParameters | Parameter voipInfo should be final. | 1343 |
Error | coding | HiddenField | 'voipInfo' hides a field. | 1343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1349 |
Error | design | DesignForExtension | Method 'getVerificationStatus' is not designed for extension - needs to be abstract, final or empty. | 1353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1360 |
Error | design | DesignForExtension | Method 'setVerificationStatus' is not designed for extension - needs to be abstract, final or empty. | 1364 |
Error | misc | FinalParameters | Parameter verificationStatus should be final. | 1366 |
Error | coding | HiddenField | 'verificationStatus' hides a field. | 1366 |
Error | design | DesignForExtension | Method 'withVerificationStatus' is not designed for extension - needs to be abstract, final or empty. | 1370 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1370 |
Error | misc | FinalParameters | Parameter verificationStatus should be final. | 1370 |
Error | coding | HiddenField | 'verificationStatus' hides a field. | 1370 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1376 |
Error | design | DesignForExtension | Method 'getWebsite' is not designed for extension - needs to be abstract, final or empty. | 1380 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1387 |
Error | design | DesignForExtension | Method 'setWebsite' is not designed for extension - needs to be abstract, final or empty. | 1391 |
Error | misc | FinalParameters | Parameter website should be final. | 1393 |
Error | coding | HiddenField | 'website' hides a field. | 1393 |
Error | design | DesignForExtension | Method 'withWebsite' is not designed for extension - needs to be abstract, final or empty. | 1397 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1397 |
Error | misc | FinalParameters | Parameter website should be final. | 1397 |
Error | coding | HiddenField | 'website' hides a field. | 1397 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1403 |
Error | design | DesignForExtension | Method 'getWereHereCount' is not designed for extension - needs to be abstract, final or empty. | 1407 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1414 |
Error | design | DesignForExtension | Method 'setWereHereCount' is not designed for extension - needs to be abstract, final or empty. | 1418 |
Error | misc | FinalParameters | Parameter wereHereCount should be final. | 1420 |
Error | coding | HiddenField | 'wereHereCount' hides a field. | 1420 |
Error | design | DesignForExtension | Method 'withWereHereCount' is not designed for extension - needs to be abstract, final or empty. | 1424 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1424 |
Error | misc | FinalParameters | Parameter wereHereCount should be final. | 1424 |
Error | coding | HiddenField | 'wereHereCount' hides a field. | 1424 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1429 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 1434 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1434 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 1440 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1440 |
Error | misc | FinalParameters | Parameter name should be final. | 1442 |
Error | coding | HiddenField | 'name' hides a field. | 1442 |
Error | misc | FinalParameters | Parameter value should be final. | 1442 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 1446 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 1446 |
Error | misc | FinalParameters | Parameter name should be final. | 1446 |
Error | coding | HiddenField | 'name' hides a field. | 1446 |
Error | misc | FinalParameters | Parameter value should be final. | 1446 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1451 |
Error | sizes | LineLength | Line is longer than 80 characters (found 902). | 1453 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1456 |
Error | misc | FinalParameters | Parameter other should be final. | 1457 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 1,624). | 1465 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | design | DesignForExtension | Method 'getLot' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | design | DesignForExtension | Method 'setLot' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | misc | FinalParameters | Parameter lot should be final. | 66 |
Error | coding | HiddenField | 'lot' hides a field. | 66 |
Error | design | DesignForExtension | Method 'withLot' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter lot should be final. | 70 |
Error | coding | HiddenField | 'lot' hides a field. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | design | DesignForExtension | Method 'getStreet' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | design | DesignForExtension | Method 'setStreet' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | misc | FinalParameters | Parameter street should be final. | 93 |
Error | coding | HiddenField | 'street' hides a field. | 93 |
Error | design | DesignForExtension | Method 'withStreet' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter street should be final. | 97 |
Error | coding | HiddenField | 'street' hides a field. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | design | DesignForExtension | Method 'getValet' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | design | DesignForExtension | Method 'setValet' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | misc | FinalParameters | Parameter valet should be final. | 120 |
Error | coding | HiddenField | 'valet' hides a field. | 120 |
Error | design | DesignForExtension | Method 'withValet' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | misc | FinalParameters | Parameter valet should be final. | 124 |
Error | coding | HiddenField | 'valet' hides a field. | 124 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter name should be final. | 142 |
Error | misc | FinalParameters | Parameter value should be final. | 142 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | misc | FinalParameters | Parameter name should be final. | 146 |
Error | misc | FinalParameters | Parameter value should be final. | 146 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 153 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | misc | FinalParameters | Parameter other should be final. | 157 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter name should be final. | 53 |
Error | coding | HiddenField | 'name' hides a field. | 53 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter name should be final. | 57 |
Error | coding | HiddenField | 'name' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter id should be final. | 80 |
Error | coding | HiddenField | 'id' hides a field. | 80 |
Error | design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter id should be final. | 84 |
Error | coding | HiddenField | 'id' hides a field. | 84 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter name should be final. | 102 |
Error | coding | HiddenField | 'name' hides a field. | 102 |
Error | misc | FinalParameters | Parameter value should be final. | 102 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter name should be final. | 106 |
Error | coding | HiddenField | 'name' hides a field. | 106 |
Error | misc | FinalParameters | Parameter value should be final. | 106 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter other should be final. | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 144 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | misc | FinalParameters | Parameter id should be final. | 169 |
Error | coding | HiddenField | 'id' hides a field. | 169 |
Error | design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 173 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Error | misc | FinalParameters | Parameter id should be final. | 173 |
Error | coding | HiddenField | 'id' hides a field. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | design | DesignForExtension | Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | design | DesignForExtension | Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. | 194 |
Error | misc | FinalParameters | Parameter from should be final. | 196 |
Error | coding | HiddenField | 'from' hides a field. | 196 |
Error | design | DesignForExtension | Method 'withFrom' is not designed for extension - needs to be abstract, final or empty. | 200 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Error | misc | FinalParameters | Parameter from should be final. | 200 |
Error | coding | HiddenField | 'from' hides a field. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | design | DesignForExtension | Method 'getTo' is not designed for extension - needs to be abstract, final or empty. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | design | DesignForExtension | Method 'setTo' is not designed for extension - needs to be abstract, final or empty. | 221 |
Error | misc | FinalParameters | Parameter to should be final. | 223 |
Error | coding | HiddenField | 'to' hides a field. | 223 |
Error | design | DesignForExtension | Method 'withTo' is not designed for extension - needs to be abstract, final or empty. | 227 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
Error | misc | FinalParameters | Parameter to should be final. | 227 |
Error | coding | HiddenField | 'to' hides a field. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 248 |
Error | misc | FinalParameters | Parameter message should be final. | 250 |
Error | coding | HiddenField | 'message' hides a field. | 250 |
Error | design | DesignForExtension | Method 'withMessage' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
Error | misc | FinalParameters | Parameter message should be final. | 254 |
Error | coding | HiddenField | 'message' hides a field. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | design | DesignForExtension | Method 'getMessageTags' is not designed for extension - needs to be abstract, final or empty. | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | design | DesignForExtension | Method 'setMessageTags' is not designed for extension - needs to be abstract, final or empty. | 275 |
Error | misc | FinalParameters | Parameter messageTags should be final. | 277 |
Error | coding | HiddenField | 'messageTags' hides a field. | 277 |
Error | design | DesignForExtension | Method 'withMessageTags' is not designed for extension - needs to be abstract, final or empty. | 281 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
Error | misc | FinalParameters | Parameter messageTags should be final. | 281 |
Error | coding | HiddenField | 'messageTags' hides a field. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | design | DesignForExtension | Method 'getPicture' is not designed for extension - needs to be abstract, final or empty. | 291 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | design | DesignForExtension | Method 'setPicture' is not designed for extension - needs to be abstract, final or empty. | 302 |
Error | misc | FinalParameters | Parameter picture should be final. | 304 |
Error | coding | HiddenField | 'picture' hides a field. | 304 |
Error | design | DesignForExtension | Method 'withPicture' is not designed for extension - needs to be abstract, final or empty. | 308 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
Error | misc | FinalParameters | Parameter picture should be final. | 308 |
Error | coding | HiddenField | 'picture' hides a field. | 308 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | design | DesignForExtension | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 325 |
Error | design | DesignForExtension | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 329 |
Error | misc | FinalParameters | Parameter link should be final. | 331 |
Error | coding | HiddenField | 'link' hides a field. | 331 |
Error | design | DesignForExtension | Method 'withLink' is not designed for extension - needs to be abstract, final or empty. | 335 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
Error | misc | FinalParameters | Parameter link should be final. | 335 |
Error | coding | HiddenField | 'link' hides a field. | 335 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 341 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 345 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 356 |
Error | misc | FinalParameters | Parameter name should be final. | 358 |
Error | coding | HiddenField | 'name' hides a field. | 358 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 362 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
Error | misc | FinalParameters | Parameter name should be final. | 362 |
Error | coding | HiddenField | 'name' hides a field. | 362 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 368 |
Error | design | DesignForExtension | Method 'getCaption' is not designed for extension - needs to be abstract, final or empty. | 372 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 379 |
Error | design | DesignForExtension | Method 'setCaption' is not designed for extension - needs to be abstract, final or empty. | 383 |
Error | misc | FinalParameters | Parameter caption should be final. | 385 |
Error | coding | HiddenField | 'caption' hides a field. | 385 |
Error | design | DesignForExtension | Method 'withCaption' is not designed for extension - needs to be abstract, final or empty. | 389 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 389 |
Error | misc | FinalParameters | Parameter caption should be final. | 389 |
Error | coding | HiddenField | 'caption' hides a field. | 389 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 395 |
Error | design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 406 |
Error | design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 410 |
Error | misc | FinalParameters | Parameter description should be final. | 412 |
Error | coding | HiddenField | 'description' hides a field. | 412 |
Error | design | DesignForExtension | Method 'withDescription' is not designed for extension - needs to be abstract, final or empty. | 416 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 416 |
Error | misc | FinalParameters | Parameter description should be final. | 416 |
Error | coding | HiddenField | 'description' hides a field. | 416 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 422 |
Error | design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 426 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 433 |
Error | design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 437 |
Error | misc | FinalParameters | Parameter source should be final. | 439 |
Error | coding | HiddenField | 'source' hides a field. | 439 |
Error | design | DesignForExtension | Method 'withSource' is not designed for extension - needs to be abstract, final or empty. | 443 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 443 |
Error | misc | FinalParameters | Parameter source should be final. | 443 |
Error | coding | HiddenField | 'source' hides a field. | 443 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 449 |
Error | design | DesignForExtension | Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. | 453 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 460 |
Error | design | DesignForExtension | Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. | 464 |
Error | misc | FinalParameters | Parameter icon should be final. | 466 |
Error | coding | HiddenField | 'icon' hides a field. | 466 |
Error | design | DesignForExtension | Method 'withIcon' is not designed for extension - needs to be abstract, final or empty. | 470 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 470 |
Error | misc | FinalParameters | Parameter icon should be final. | 470 |
Error | coding | HiddenField | 'icon' hides a field. | 470 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 476 |
Error | design | DesignForExtension | Method 'getActions' is not designed for extension - needs to be abstract, final or empty. | 480 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 487 |
Error | design | DesignForExtension | Method 'setActions' is not designed for extension - needs to be abstract, final or empty. | 491 |
Error | misc | FinalParameters | Parameter actions should be final. | 493 |
Error | coding | HiddenField | 'actions' hides a field. | 493 |
Error | design | DesignForExtension | Method 'withActions' is not designed for extension - needs to be abstract, final or empty. | 497 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 497 |
Error | misc | FinalParameters | Parameter actions should be final. | 497 |
Error | coding | HiddenField | 'actions' hides a field. | 497 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 503 |
Error | design | DesignForExtension | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 507 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 514 |
Error | design | DesignForExtension | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 518 |
Error | misc | FinalParameters | Parameter comments should be final. | 520 |
Error | coding | HiddenField | 'comments' hides a field. | 520 |
Error | design | DesignForExtension | Method 'withComments' is not designed for extension - needs to be abstract, final or empty. | 524 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 524 |
Error | misc | FinalParameters | Parameter comments should be final. | 524 |
Error | coding | HiddenField | 'comments' hides a field. | 524 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 530 |
Error | design | DesignForExtension | Method 'getLikes' is not designed for extension - needs to be abstract, final or empty. | 534 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 541 |
Error | design | DesignForExtension | Method 'setLikes' is not designed for extension - needs to be abstract, final or empty. | 545 |
Error | misc | FinalParameters | Parameter likes should be final. | 547 |
Error | coding | HiddenField | 'likes' hides a field. | 547 |
Error | design | DesignForExtension | Method 'withLikes' is not designed for extension - needs to be abstract, final or empty. | 551 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 551 |
Error | misc | FinalParameters | Parameter likes should be final. | 551 |
Error | coding | HiddenField | 'likes' hides a field. | 551 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 557 |
Error | design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 561 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 568 |
Error | design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 572 |
Error | misc | FinalParameters | Parameter type should be final. | 574 |
Error | coding | HiddenField | 'type' hides a field. | 574 |
Error | design | DesignForExtension | Method 'withType' is not designed for extension - needs to be abstract, final or empty. | 578 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 578 |
Error | misc | FinalParameters | Parameter type should be final. | 578 |
Error | coding | HiddenField | 'type' hides a field. | 578 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 584 |
Error | design | DesignForExtension | Method 'getPlace' is not designed for extension - needs to be abstract, final or empty. | 588 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 595 |
Error | design | DesignForExtension | Method 'setPlace' is not designed for extension - needs to be abstract, final or empty. | 599 |
Error | misc | FinalParameters | Parameter place should be final. | 601 |
Error | coding | HiddenField | 'place' hides a field. | 601 |
Error | design | DesignForExtension | Method 'withPlace' is not designed for extension - needs to be abstract, final or empty. | 605 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 605 |
Error | misc | FinalParameters | Parameter place should be final. | 605 |
Error | coding | HiddenField | 'place' hides a field. | 605 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 611 |
Error | design | DesignForExtension | Method 'getStory' is not designed for extension - needs to be abstract, final or empty. | 615 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 622 |
Error | design | DesignForExtension | Method 'setStory' is not designed for extension - needs to be abstract, final or empty. | 626 |
Error | misc | FinalParameters | Parameter story should be final. | 628 |
Error | coding | HiddenField | 'story' hides a field. | 628 |
Error | design | DesignForExtension | Method 'withStory' is not designed for extension - needs to be abstract, final or empty. | 632 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 632 |
Error | misc | FinalParameters | Parameter story should be final. | 632 |
Error | coding | HiddenField | 'story' hides a field. | 632 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 638 |
Error | design | DesignForExtension | Method 'getShares' is not designed for extension - needs to be abstract, final or empty. | 642 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 649 |
Error | design | DesignForExtension | Method 'setShares' is not designed for extension - needs to be abstract, final or empty. | 653 |
Error | misc | FinalParameters | Parameter shares should be final. | 655 |
Error | coding | HiddenField | 'shares' hides a field. | 655 |
Error | design | DesignForExtension | Method 'withShares' is not designed for extension - needs to be abstract, final or empty. | 659 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 659 |
Error | misc | FinalParameters | Parameter shares should be final. | 659 |
Error | coding | HiddenField | 'shares' hides a field. | 659 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 665 |
Error | design | DesignForExtension | Method 'getObjectId' is not designed for extension - needs to be abstract, final or empty. | 669 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 676 |
Error | design | DesignForExtension | Method 'setObjectId' is not designed for extension - needs to be abstract, final or empty. | 680 |
Error | misc | FinalParameters | Parameter objectId should be final. | 682 |
Error | coding | HiddenField | 'objectId' hides a field. | 682 |
Error | design | DesignForExtension | Method 'withObjectId' is not designed for extension - needs to be abstract, final or empty. | 686 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 686 |
Error | misc | FinalParameters | Parameter objectId should be final. | 686 |
Error | coding | HiddenField | 'objectId' hides a field. | 686 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 692 |
Error | design | DesignForExtension | Method 'getApplication' is not designed for extension - needs to be abstract, final or empty. | 696 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 703 |
Error | design | DesignForExtension | Method 'setApplication' is not designed for extension - needs to be abstract, final or empty. | 707 |
Error | misc | FinalParameters | Parameter application should be final. | 709 |
Error | coding | HiddenField | 'application' hides a field. | 709 |
Error | design | DesignForExtension | Method 'withApplication' is not designed for extension - needs to be abstract, final or empty. | 713 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 713 |
Error | misc | FinalParameters | Parameter application should be final. | 713 |
Error | coding | HiddenField | 'application' hides a field. | 713 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 719 |
Error | design | DesignForExtension | Method 'getCreatedTime' is not designed for extension - needs to be abstract, final or empty. | 723 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 730 |
Error | design | DesignForExtension | Method 'setCreatedTime' is not designed for extension - needs to be abstract, final or empty. | 734 |
Error | misc | FinalParameters | Parameter createdTime should be final. | 736 |
Error | coding | HiddenField | 'createdTime' hides a field. | 736 |
Error | design | DesignForExtension | Method 'withCreatedTime' is not designed for extension - needs to be abstract, final or empty. | 740 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 740 |
Error | misc | FinalParameters | Parameter createdTime should be final. | 740 |
Error | coding | HiddenField | 'createdTime' hides a field. | 740 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 746 |
Error | design | DesignForExtension | Method 'getUpdatedTime' is not designed for extension - needs to be abstract, final or empty. | 750 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 757 |
Error | design | DesignForExtension | Method 'setUpdatedTime' is not designed for extension - needs to be abstract, final or empty. | 761 |
Error | misc | FinalParameters | Parameter updatedTime should be final. | 763 |
Error | coding | HiddenField | 'updatedTime' hides a field. | 763 |
Error | design | DesignForExtension | Method 'withUpdatedTime' is not designed for extension - needs to be abstract, final or empty. | 767 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 767 |
Error | misc | FinalParameters | Parameter updatedTime should be final. | 767 |
Error | coding | HiddenField | 'updatedTime' hides a field. | 767 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 773 |
Error | design | DesignForExtension | Method 'getIncludeHidden' is not designed for extension - needs to be abstract, final or empty. | 777 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 784 |
Error | design | DesignForExtension | Method 'setIncludeHidden' is not designed for extension - needs to be abstract, final or empty. | 788 |
Error | misc | FinalParameters | Parameter includeHidden should be final. | 790 |
Error | coding | HiddenField | 'includeHidden' hides a field. | 790 |
Error | design | DesignForExtension | Method 'withIncludeHidden' is not designed for extension - needs to be abstract, final or empty. | 794 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 794 |
Error | misc | FinalParameters | Parameter includeHidden should be final. | 794 |
Error | coding | HiddenField | 'includeHidden' hides a field. | 794 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 800 |
Error | design | DesignForExtension | Method 'getStatusType' is not designed for extension - needs to be abstract, final or empty. | 804 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 811 |
Error | design | DesignForExtension | Method 'setStatusType' is not designed for extension - needs to be abstract, final or empty. | 815 |
Error | misc | FinalParameters | Parameter statusType should be final. | 817 |
Error | coding | HiddenField | 'statusType' hides a field. | 817 |
Error | design | DesignForExtension | Method 'withStatusType' is not designed for extension - needs to be abstract, final or empty. | 821 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 821 |
Error | misc | FinalParameters | Parameter statusType should be final. | 821 |
Error | coding | HiddenField | 'statusType' hides a field. | 821 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 827 |
Error | design | DesignForExtension | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 831 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 838 |
Error | design | DesignForExtension | Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 842 |
Error | misc | FinalParameters | Parameter properties should be final. | 844 |
Error | coding | HiddenField | 'properties' hides a field. | 844 |
Error | design | DesignForExtension | Method 'withProperties' is not designed for extension - needs to be abstract, final or empty. | 848 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 848 |
Error | misc | FinalParameters | Parameter properties should be final. | 848 |
Error | coding | HiddenField | 'properties' hides a field. | 848 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 854 |
Error | design | DesignForExtension | Method 'getPrivacy' is not designed for extension - needs to be abstract, final or empty. | 858 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 865 |
Error | design | DesignForExtension | Method 'setPrivacy' is not designed for extension - needs to be abstract, final or empty. | 869 |
Error | misc | FinalParameters | Parameter privacy should be final. | 871 |
Error | coding | HiddenField | 'privacy' hides a field. | 871 |
Error | design | DesignForExtension | Method 'withPrivacy' is not designed for extension - needs to be abstract, final or empty. | 875 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 875 |
Error | misc | FinalParameters | Parameter privacy should be final. | 875 |
Error | coding | HiddenField | 'privacy' hides a field. | 875 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 880 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 885 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 885 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 891 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 891 |
Error | misc | FinalParameters | Parameter name should be final. | 893 |
Error | coding | HiddenField | 'name' hides a field. | 893 |
Error | misc | FinalParameters | Parameter value should be final. | 893 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 897 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 897 |
Error | misc | FinalParameters | Parameter name should be final. | 897 |
Error | coding | HiddenField | 'name' hides a field. | 897 |
Error | misc | FinalParameters | Parameter value should be final. | 897 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 902 |
Error | sizes | LineLength | Line is longer than 80 characters (found 512). | 904 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 907 |
Error | misc | FinalParameters | Parameter other should be final. | 908 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 912 |
Error | sizes | LineLength | Line is longer than 80 characters (found 886). | 916 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | misc | FinalParameters | Parameter value should be final. | 49 |
Error | coding | HiddenField | 'value' hides a field. | 49 |
Error | design | DesignForExtension | Method 'withValue' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter value should be final. | 53 |
Error | coding | HiddenField | 'value' hides a field. | 53 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter name should be final. | 71 |
Error | misc | FinalParameters | Parameter value should be final. | 71 |
Error | coding | HiddenField | 'value' hides a field. | 71 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter name should be final. | 75 |
Error | misc | FinalParameters | Parameter value should be final. | 75 |
Error | coding | HiddenField | 'value' hides a field. | 75 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | misc | FinalParameters | Parameter other should be final. | 86 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter name should be final. | 53 |
Error | coding | HiddenField | 'name' hides a field. | 53 |
Error | design | DesignForExtension | Method 'withName' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter name should be final. | 57 |
Error | coding | HiddenField | 'name' hides a field. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | design | DesignForExtension | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter text should be final. | 80 |
Error | coding | HiddenField | 'text' hides a field. | 80 |
Error | design | DesignForExtension | Method 'withText' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter text should be final. | 84 |
Error | coding | HiddenField | 'text' hides a field. | 84 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter name should be final. | 102 |
Error | coding | HiddenField | 'name' hides a field. | 102 |
Error | misc | FinalParameters | Parameter value should be final. | 102 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter name should be final. | 106 |
Error | coding | HiddenField | 'name' hides a field. | 106 |
Error | misc | FinalParameters | Parameter value should be final. | 106 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 113 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter other should be final. | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | DesignForExtension | Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | misc | FinalParameters | Parameter data should be final. | 53 |
Error | coding | HiddenField | 'data' hides a field. | 53 |
Error | design | DesignForExtension | Method 'withData' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter data should be final. | 57 |
Error | coding | HiddenField | 'data' hides a field. | 57 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter name should be final. | 75 |
Error | misc | FinalParameters | Parameter value should be final. | 75 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter name should be final. | 79 |
Error | misc | FinalParameters | Parameter value should be final. | 79 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | misc | FinalParameters | Parameter other should be final. | 90 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | design | DesignForExtension | Method 'getHasMobileApp' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | design | DesignForExtension | Method 'setHasMobileApp' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | misc | FinalParameters | Parameter hasMobileApp should be final. | 94 |
Error | coding | HiddenField | 'hasMobileApp' hides a field. | 94 |
Error | design | DesignForExtension | Method 'withHasMobileApp' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | misc | FinalParameters | Parameter hasMobileApp should be final. | 98 |
Error | coding | HiddenField | 'hasMobileApp' hides a field. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | design | DesignForExtension | Method 'getHasPermission' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | design | DesignForExtension | Method 'setHasPermission' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | misc | FinalParameters | Parameter hasPermission should be final. | 121 |
Error | coding | HiddenField | 'hasPermission' hides a field. | 121 |
Error | design | DesignForExtension | Method 'withHasPermission' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | misc | FinalParameters | Parameter hasPermission should be final. | 125 |
Error | coding | HiddenField | 'hasPermission' hides a field. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | design | DesignForExtension | Method 'getIsCallable' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | design | DesignForExtension | Method 'setIsCallable' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | misc | FinalParameters | Parameter isCallable should be final. | 148 |
Error | coding | HiddenField | 'isCallable' hides a field. | 148 |
Error | design | DesignForExtension | Method 'withIsCallable' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | misc | FinalParameters | Parameter isCallable should be final. | 152 |
Error | coding | HiddenField | 'isCallable' hides a field. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | design | DesignForExtension | Method 'getIsCallableWebrtc' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | design | DesignForExtension | Method 'setIsCallableWebrtc' is not designed for extension - needs to be abstract, final or empty. | 173 |
Error | misc | FinalParameters | Parameter isCallableWebrtc should be final. | 175 |
Error | coding | HiddenField | 'isCallableWebrtc' hides a field. | 175 |
Error | design | DesignForExtension | Method 'withIsCallableWebrtc' is not designed for extension - needs to be abstract, final or empty. | 179 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Error | misc | FinalParameters | Parameter isCallableWebrtc should be final. | 179 |
Error | coding | HiddenField | 'isCallableWebrtc' hides a field. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | design | DesignForExtension | Method 'getIsPushable' is not designed for extension - needs to be abstract, final or empty. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | design | DesignForExtension | Method 'setIsPushable' is not designed for extension - needs to be abstract, final or empty. | 200 |
Error | misc | FinalParameters | Parameter isPushable should be final. | 202 |
Error | coding | HiddenField | 'isPushable' hides a field. | 202 |
Error | design | DesignForExtension | Method 'withIsPushable' is not designed for extension - needs to be abstract, final or empty. | 206 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
Error | misc | FinalParameters | Parameter isPushable should be final. | 206 |
Error | coding | HiddenField | 'isPushable' hides a field. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | design | DesignForExtension | Method 'getReasonCode' is not designed for extension - needs to be abstract, final or empty. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | design | DesignForExtension | Method 'setReasonCode' is not designed for extension - needs to be abstract, final or empty. | 227 |
Error | misc | FinalParameters | Parameter reasonCode should be final. | 229 |
Error | coding | HiddenField | 'reasonCode' hides a field. | 229 |
Error | design | DesignForExtension | Method 'withReasonCode' is not designed for extension - needs to be abstract, final or empty. | 233 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
Error | misc | FinalParameters | Parameter reasonCode should be final. | 233 |
Error | coding | HiddenField | 'reasonCode' hides a field. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | design | DesignForExtension | Method 'getReasonDescription' is not designed for extension - needs to be abstract, final or empty. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Error | design | DesignForExtension | Method 'setReasonDescription' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | misc | FinalParameters | Parameter reasonDescription should be final. | 256 |
Error | coding | HiddenField | 'reasonDescription' hides a field. | 256 |
Error | design | DesignForExtension | Method 'withReasonDescription' is not designed for extension - needs to be abstract, final or empty. | 260 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
Error | misc | FinalParameters | Parameter reasonDescription should be final. | 260 |
Error | coding | HiddenField | 'reasonDescription' hides a field. | 260 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 265 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 270 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 276 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
Error | misc | FinalParameters | Parameter name should be final. | 278 |
Error | misc | FinalParameters | Parameter value should be final. | 278 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 282 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
Error | misc | FinalParameters | Parameter name should be final. | 282 |
Error | misc | FinalParameters | Parameter value should be final. | 282 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 230). | 289 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 292 |
Error | misc | FinalParameters | Parameter other should be final. | 293 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 382). | 301 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 39 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter page should be final. | 55 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 36 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 43 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 51 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 52 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter post should be final. | 56 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter inClass should be final. | 70 |
Error | coding | HiddenField | 'inClass' hides a field. | 70 |
Error | misc | FinalParameters | Parameter outClass should be final. | 70 |
Error | coding | HiddenField | 'outClass' hides a field. | 70 |
Error | design | DesignForExtension | Method 'getProcessorOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | design | DesignForExtension | Method 'setProcessorInputQueue' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 92 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | misc | FinalParameters | Parameter event should be final. | 92 |
Error | misc | FinalParameters | Parameter inClass should be final. | 92 |
Error | coding | HiddenField | 'inClass' hides a field. | 92 |
Error | misc | FinalParameters | Parameter outClass should be final. | 92 |
Error | coding | HiddenField | 'outClass' hides a field. | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 96 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 96 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 105 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 108 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 117 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 117 |
Error | whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 118 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 127 |
Error | design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | misc | FinalParameters | Parameter document should be final. | 128 |
Error | misc | FinalParameters | Parameter klass should be final. | 128 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 132 |
Error | design | DesignForExtension | Method 'isValidJSON' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | blocks | EmptyBlock | Must have at least one statement. | 138 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | misc | FinalParameters | Parameter entry should be final. | 154 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 167 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 173 |
Error | coding | HiddenField | 'inClass' hides a field. | 175 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 179 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 189 |
Error | coding | HiddenField | 'inClass' hides a field. | 189 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 197 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 199 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 210 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 210 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 217 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 218 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | design | VisibilityModifier | Variable 'backOff' must be private and have accessor methods. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 62 |
Error | misc | FinalParameters | Parameter config should be final. | 62 |
Error | coding | HiddenField | 'config' hides a field. | 62 |
Error | misc | FinalParameters | Parameter queue should be final. | 62 |
Error | coding | HiddenField | 'queue' hides a field. | 62 |
Error | coding | MagicNumber | '5' is a magic number. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 76 |
Error | design | DesignForExtension | Method 'isComplete' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | design | DesignForExtension | Method 'outputData' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | misc | FinalParameters | Parameter data should be final. | 89 |
Error | misc | FinalParameters | Parameter id should be final. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 98 |
Error | design | DesignForExtension | Method 'getNextFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 116 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 140 |
Error | design | DesignForExtension | Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
Error | misc | FinalParameters | Parameter json should be final. | 46 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 59 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 64 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 1,393). | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 78 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter config should be final. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter numThreads should be final. | 100 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 100 |
Error | coding | MagicNumber | '5000L' is a magic number. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 107 |
Error | coding | HiddenField | 'configuration' hides a field. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 120 |
Error | misc | FinalParameters | Parameter config should be final. | 122 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 122 |
Error | misc | FinalParameters | Parameter klass should be final. | 130 |
Error | coding | HiddenField | 'klass' hides a field. | 130 |
Error | coding | HiddenField | 'configuration' hides a field. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | misc | FinalParameters | Parameter config should be final. | 142 |
Error | misc | FinalParameters | Parameter klass should be final. | 142 |
Error | coding | HiddenField | 'klass' hides a field. | 142 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 168 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | misc | FinalParameters | Parameter sequence should be final. | 181 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | misc | FinalParameters | Parameter start should be final. | 187 |
Error | coding | HiddenField | 'start' hides a field. | 187 |
Error | misc | FinalParameters | Parameter end should be final. | 187 |
Error | coding | HiddenField | 'end' hides a field. | 187 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 192 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 195 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 200 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Error | misc | FinalParameters | Parameter pool should be final. | 200 |
Error | coding | MagicNumber | '10' is a magic number. | 204 |
Error | coding | MagicNumber | '10' is a magic number. | 207 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 219 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 220 |
Error | coding | MagicNumber | '5' is a magic number. | 222 |
Error | coding | MagicNumber | '20' is a magic number. | 222 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 237 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 237 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 243 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 245 |
Error | design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 252 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 268 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 273 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 275 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 275 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 276 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 276 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 277 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 279 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 279 |
Error | misc | FinalParameters | Parameter provider should be final. | 279 |
Error | coding | HiddenField | 'provider' hides a field. | 279 |
Error | misc | FinalParameters | Parameter id should be final. | 279 |
Error | coding | HiddenField | 'id' hides a field. | 279 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 284 |
Error | naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 |
Error | design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 284 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 285 |
Error | naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 |
Error | design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 285 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 286 |
Error | naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 |
Error | design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 301 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 311 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 321 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
Error | misc | FinalParameters | Parameter postPaging should be final. | 321 |
Error | misc | FinalParameters | Parameter postResponseList should be final. | 321 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 1,351). | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 86 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter config should be final. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 100 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 103 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter numThreads should be final. | 109 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 109 |
Error | coding | MagicNumber | '5000L' is a magic number. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 116 |
Error | coding | HiddenField | 'configuration' hides a field. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 129 |
Error | misc | FinalParameters | Parameter config should be final. | 131 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 131 |
Error | misc | FinalParameters | Parameter klass should be final. | 140 |
Error | coding | HiddenField | 'klass' hides a field. | 140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 140 |
Error | coding | HiddenField | 'configuration' hides a field. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 157 |
Error | misc | FinalParameters | Parameter config should be final. | 157 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 157 |
Error | misc | FinalParameters | Parameter klass should be final. | 157 |
Error | coding | HiddenField | 'klass' hides a field. | 157 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 157 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 171 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 198 |
Error | misc | FinalParameters | Parameter sequence should be final. | 199 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 204 |
Error | misc | FinalParameters | Parameter start should be final. | 205 |
Error | coding | HiddenField | 'start' hides a field. | 205 |
Error | misc | FinalParameters | Parameter end should be final. | 205 |
Error | coding | HiddenField | 'end' hides a field. | 205 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 210 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 218 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
Error | misc | FinalParameters | Parameter pool should be final. | 218 |
Error | coding | MagicNumber | '10' is a magic number. | 222 |
Error | coding | MagicNumber | '10' is a magic number. | 225 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 237 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 238 |
Error | coding | MagicNumber | '5' is a magic number. | 240 |
Error | coding | MagicNumber | '20' is a magic number. | 240 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 257 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 259 |
Error | design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 266 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 282 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 287 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 289 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 289 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 290 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 290 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 294 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 294 |
Error | misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 312 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | imports | UnusedImports | Unused import - com.typesafe.config.ConfigRenderOptions. | 37 |
Error | imports | UnusedImports | Unused import - java.io.IOException. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | design | VisibilityModifier | Variable 'datums' must be private and have accessor methods. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | design | VisibilityModifier | Variable 'futures' must be private and have accessor methods. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 78 |
Error | misc | FinalParameters | Parameter configuration should be final. | 84 |
Error | coding | HiddenField | 'configuration' hides a field. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 84 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 107 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | misc | FinalParameters | Parameter sequence should be final. | 114 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | misc | FinalParameters | Parameter start should be final. | 119 |
Error | misc | FinalParameters | Parameter end should be final. | 119 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 127 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | coding | MagicNumber | '5' is a magic number. | 132 |
Error | coding | MagicNumber | '5' is a magic number. | 132 |
Error | design | DesignForExtension | Method 'overrideIds' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | misc | FinalParameters | Parameter idsToAfterDate should be final. | 140 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 1,393). | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 75 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter config should be final. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter numThreads should be final. | 94 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 94 |
Error | coding | MagicNumber | '5000L' is a magic number. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 101 |
Error | coding | HiddenField | 'facebookUserInformationConfiguration' hides a field. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 117 |
Error | misc | FinalParameters | Parameter config should be final. | 117 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Error | misc | FinalParameters | Parameter klass should be final. | 121 |
Error | coding | HiddenField | 'klass' hides a field. | 121 |
Error | coding | HiddenField | 'facebookUserInformationConfiguration' hides a field. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | misc | FinalParameters | Parameter config should be final. | 133 |
Error | misc | FinalParameters | Parameter klass should be final. | 133 |
Error | coding | HiddenField | 'klass' hides a field. | 133 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 197 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 197 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 212 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 214 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | misc | FinalParameters | Parameter sequence should be final. | 235 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 240 |
Error | misc | FinalParameters | Parameter start should be final. | 241 |
Error | coding | HiddenField | 'start' hides a field. | 241 |
Error | misc | FinalParameters | Parameter end should be final. | 241 |
Error | coding | HiddenField | 'end' hides a field. | 241 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 246 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 249 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
Error | misc | FinalParameters | Parameter pool should be final. | 254 |
Error | coding | MagicNumber | '10' is a magic number. | 258 |
Error | coding | MagicNumber | '10' is a magic number. | 261 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 273 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 276 |
Error | coding | MagicNumber | '5' is a magic number. | 276 |
Error | coding | MagicNumber | '20' is a magic number. | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 282 |
Error | coding | HiddenField | 'idsBatches' hides a field. | 286 |
Error | coding | MagicNumber | '100' is a magic number. | 292 |
Error | design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 309 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 314 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 324 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 80 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter config should be final. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter numThreads should be final. | 102 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 102 |
Error | coding | MagicNumber | '5000L' is a magic number. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 115 |
Error | misc | FinalParameters | Parameter config should be final. | 125 |
Error | misc | FinalParameters | Parameter klass should be final. | 133 |
Error | coding | HiddenField | 'klass' hides a field. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | misc | FinalParameters | Parameter config should be final. | 145 |
Error | misc | FinalParameters | Parameter klass should be final. | 145 |
Error | coding | HiddenField | 'klass' hides a field. | 145 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 154 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 167 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 189 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | misc | FinalParameters | Parameter sequence should be final. | 202 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 207 |
Error | misc | FinalParameters | Parameter start should be final. | 208 |
Error | coding | HiddenField | 'start' hides a field. | 208 |
Error | misc | FinalParameters | Parameter end should be final. | 208 |
Error | coding | HiddenField | 'end' hides a field. | 208 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 216 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 221 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
Error | misc | FinalParameters | Parameter pool should be final. | 221 |
Error | coding | MagicNumber | '10' is a magic number. | 225 |
Error | coding | MagicNumber | '10' is a magic number. | 228 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 240 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 241 |
Error | coding | MagicNumber | '5' is a magic number. | 243 |
Error | coding | MagicNumber | '20' is a magic number. | 243 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 253 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 255 |
Error | coding | MagicNumber | '100' is a magic number. | 264 |
Error | design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 276 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 290 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 295 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 297 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 297 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 298 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 298 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 299 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 299 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 303 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 303 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 303 |
Error | misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 307 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 307 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 307 |
Error | misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 307 |
Error | misc | FinalParameters | Parameter id should be final. | 307 |
Error | coding | HiddenField | 'id' hides a field. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 329 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter queue should be final. | 46 |
Error | misc | FinalParameters | Parameter configuration should be final. | 46 |
Error | design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter id should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 56 |
Error | design | DesignForExtension | Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter pageId should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 68 |
Error | coding | MagicNumber | '17' is a magic number. | 73 |
Error | coding | MagicNumber | '4' is a magic number. | 73 |
Error | coding | MagicNumber | '341' is a magic number. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Error | design | DesignForExtension | Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.facebook.FacebookConfiguration. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter configuration should be final. | 86 |
Error | coding | HiddenField | 'configuration' hides a field. | 86 |
Error | design | DesignForExtension | Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | misc | FinalParameters | Parameter args should be final. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 126 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter queue should be final. | 49 |
Error | misc | FinalParameters | Parameter configuration should be final. | 49 |
Error | design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter id should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter paging should be final. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | misc | FinalParameters | Parameter pageId should be final. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 109 |
Error | misc | FinalParameters | Parameter pageId should be final. | 109 |
Error | misc | FinalParameters | Parameter paging should be final. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 124 |
Error | coding | MagicNumber | '17' is a magic number. | 129 |
Error | coding | MagicNumber | '4' is a magic number. | 129 |
Error | coding | MagicNumber | '341' is a magic number. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.facebook.FacebookConfiguration. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter facebookConfiguration should be final. | 63 |
Error | design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter args should be final. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 99 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 64 |
Error | misc | FinalParameters | Parameter page should be final. | 64 |
Error | misc | FinalParameters | Parameter activity should be final. | 64 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 76 |
Error | misc | FinalParameters | Parameter post should be final. | 76 |
Error | misc | FinalParameters | Parameter activity should be final. | 76 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 76 |
Error | misc | FinalParameters | Parameter post should be final. | 101 |
Error | javadoc | JavadocMethod | Expected @param tag for 'post'. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 119 |
Error | misc | FinalParameters | Parameter page should be final. | 142 |
Error | misc | FinalParameters | Parameter post should be final. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 187 |
Error | misc | FinalParameters | Parameter actor should be final. | 198 |
Error | misc | FinalParameters | Parameter page should be final. | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 214 |
Error | misc | FinalParameters | Parameter activity should be final. | 220 |
Error | javadoc | JavadocMethod | Expected @param tag for 'activity'. | 220 |
Error | misc | FinalParameters | Parameter post should be final. | 220 |
Error | javadoc | JavadocMethod | Expected @param tag for 'post'. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 222 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 224 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 228 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 235 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 235 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 239 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 251 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 251 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 258 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 265 |
Error | misc | FinalParameters | Parameter idparts should be final. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 272 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 46 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter post should be final. | 51 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 61 |
Error | design | DesignForExtension | Method 'createActor' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter post should be final. | 70 |
Error | design | DesignForExtension | Method 'createProvider' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | misc | FinalParameters | Parameter post should be final. | 82 |