The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | ![]() |
LeftCurly | 8 | ![]() | |
coding | HiddenField | 325 | ![]() |
MagicNumber | 33 | ![]() | |
SimplifyBooleanExpression | 25 | ![]() | |
design | DesignForExtension | 372 | ![]() |
HideUtilityClassConstructor | 2 | ![]() | |
VisibilityModifier | 44 | ![]() | |
javadoc | JavadocMethod | 271 | ![]() |
JavadocPackage | 8 | ![]() | |
JavadocStyle | 38 | ![]() | |
JavadocType | 31 | ![]() | |
JavadocVariable | 205 | ![]() | |
misc | FinalParameters | 508 | ![]() |
NewlineAtEndOfFile | 4 | ![]() | |
TodoComment | 3 | ![]() | |
modifier | RedundantModifier | 4 | ![]() |
naming | ConstantName | 4 | ![]() |
MemberName | 3 | ![]() | |
StaticVariableName | 2 | ![]() | |
TypeName | 1 | ![]() | |
regexp | RegexpSingleline
|
346 | ![]() |
sizes | LineLength | 240 | ![]() |
whitespace | NoWhitespaceBefore | 1 | ![]() |
ParenPad | 46 | ![]() | |
WhitespaceAfter | 8 | ![]() | |
WhitespaceAround | 9 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
coding | HiddenField | 'name' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Action' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Action' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter name should be final. | 57 |
![]() |
coding | HiddenField | 'name' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter link should be final. | 80 |
![]() |
coding | HiddenField | 'link' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'Action' looks like designed for extension (can be subclassed), but the method 'withLink' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Action' final or making the method 'withLink' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter link should be final. | 84 |
![]() |
coding | HiddenField | 'link' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'Action' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Action' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'Action' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Action' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'Action' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Action' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Class 'Action' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Action' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
coding | HiddenField | 'name' hides a field. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'Action' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Action' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 113 |
![]() |
design | DesignForExtension | Class 'Action' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Action' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter other should be final. | 117 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
coding | HiddenField | 'name' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Application' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Application' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter name should be final. | 57 |
![]() |
coding | HiddenField | 'name' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter id should be final. | 80 |
![]() |
coding | HiddenField | 'id' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'Application' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Application' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter id should be final. | 84 |
![]() |
coding | HiddenField | 'id' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'Application' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Application' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'Application' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Application' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'Application' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Application' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Class 'Application' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Application' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
coding | HiddenField | 'name' hides a field. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'Application' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Application' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
![]() |
design | DesignForExtension | Class 'Application' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Application' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter other should be final. | 117 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
misc | FinalParameters | Parameter id should be final. | 62 |
![]() |
coding | HiddenField | 'id' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter id should be final. | 66 |
![]() |
coding | HiddenField | 'id' hides a field. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
misc | FinalParameters | Parameter from should be final. | 89 |
![]() |
coding | HiddenField | 'from' hides a field. | 89 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'withFrom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'withFrom' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter from should be final. | 93 |
![]() |
coding | HiddenField | 'from' hides a field. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
misc | FinalParameters | Parameter message should be final. | 116 |
![]() |
coding | HiddenField | 'message' hides a field. | 116 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'withMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'withMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter message should be final. | 120 |
![]() |
coding | HiddenField | 'message' hides a field. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
misc | FinalParameters | Parameter createdTime should be final. | 143 |
![]() |
coding | HiddenField | 'createdTime' hides a field. | 143 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'withCreatedTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'withCreatedTime' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
misc | FinalParameters | Parameter createdTime should be final. | 147 |
![]() |
coding | HiddenField | 'createdTime' hides a field. | 147 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
misc | FinalParameters | Parameter name should be final. | 165 |
![]() |
misc | FinalParameters | Parameter value should be final. | 165 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter name should be final. | 169 |
![]() |
misc | FinalParameters | Parameter value should be final. | 169 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 176 |
![]() |
design | DesignForExtension | Class 'Comment' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Comment' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 179 |
![]() |
misc | FinalParameters | Parameter other should be final. | 180 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 209). | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
misc | FinalParameters | Parameter id should be final. | 66 |
![]() |
coding | HiddenField | 'id' hides a field. | 66 |
![]() |
design | DesignForExtension | Class 'Cover' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Cover' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter id should be final. | 70 |
![]() |
coding | HiddenField | 'id' hides a field. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
misc | FinalParameters | Parameter offsetY should be final. | 93 |
![]() |
coding | HiddenField | 'offsetY' hides a field. | 93 |
![]() |
design | DesignForExtension | Class 'Cover' looks like designed for extension (can be subclassed), but the method 'withOffsetY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Cover' final or making the method 'withOffsetY' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
misc | FinalParameters | Parameter offsetY should be final. | 97 |
![]() |
coding | HiddenField | 'offsetY' hides a field. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
misc | FinalParameters | Parameter source should be final. | 120 |
![]() |
coding | HiddenField | 'source' hides a field. | 120 |
![]() |
design | DesignForExtension | Class 'Cover' looks like designed for extension (can be subclassed), but the method 'withSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Cover' final or making the method 'withSource' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter source should be final. | 124 |
![]() |
coding | HiddenField | 'source' hides a field. | 124 |
![]() |
design | DesignForExtension | Class 'Cover' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Cover' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 129 |
![]() |
design | DesignForExtension | Class 'Cover' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Cover' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
design | DesignForExtension | Class 'Cover' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Cover' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter name should be final. | 142 |
![]() |
misc | FinalParameters | Parameter value should be final. | 142 |
![]() |
design | DesignForExtension | Class 'Cover' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Cover' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter name should be final. | 146 |
![]() |
misc | FinalParameters | Parameter value should be final. | 146 |
![]() |
design | DesignForExtension | Class 'Cover' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Cover' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 153 |
![]() |
design | DesignForExtension | Class 'Cover' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Cover' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
misc | FinalParameters | Parameter other should be final. | 157 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter id should be final. | 53 |
![]() |
coding | HiddenField | 'id' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Datum' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter id should be final. | 57 |
![]() |
coding | HiddenField | 'id' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
coding | HiddenField | 'name' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'Datum' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter name should be final. | 84 |
![]() |
coding | HiddenField | 'name' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'Datum' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'Datum' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'Datum' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Class 'Datum' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
coding | HiddenField | 'name' hides a field. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'Datum' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
![]() |
design | DesignForExtension | Class 'Datum' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter other should be final. | 117 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
naming | TypeName | Name 'Datum_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter id should be final. | 53 |
![]() |
coding | HiddenField | 'id' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Datum_' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum_' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter id should be final. | 57 |
![]() |
coding | HiddenField | 'id' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
coding | HiddenField | 'name' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'Datum_' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum_' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter name should be final. | 84 |
![]() |
coding | HiddenField | 'name' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'Datum_' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum_' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'Datum_' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum_' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'Datum_' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum_' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Class 'Datum_' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum_' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
coding | HiddenField | 'name' hides a field. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'Datum_' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum_' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
![]() |
design | DesignForExtension | Class 'Datum_' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Datum_' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter other should be final. | 117 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
misc | FinalParameters | Parameter count should be final. | 59 |
![]() |
coding | HiddenField | 'count' hides a field. | 59 |
![]() |
design | DesignForExtension | Class 'Engagement' looks like designed for extension (can be subclassed), but the method 'withCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Engagement' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter count should be final. | 63 |
![]() |
coding | HiddenField | 'count' hides a field. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter socialSentence should be final. | 86 |
![]() |
coding | HiddenField | 'socialSentence' hides a field. | 86 |
![]() |
design | DesignForExtension | Class 'Engagement' looks like designed for extension (can be subclassed), but the method 'withSocialSentence' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Engagement' final or making the method 'withSocialSentence' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter socialSentence should be final. | 90 |
![]() |
coding | HiddenField | 'socialSentence' hides a field. | 90 |
![]() |
design | DesignForExtension | Class 'Engagement' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Engagement' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
design | DesignForExtension | Class 'Engagement' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Engagement' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
design | DesignForExtension | Class 'Engagement' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Engagement' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 108 |
![]() |
misc | FinalParameters | Parameter value should be final. | 108 |
![]() |
design | DesignForExtension | Class 'Engagement' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Engagement' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter name should be final. | 112 |
![]() |
misc | FinalParameters | Parameter value should be final. | 112 |
![]() |
design | DesignForExtension | Class 'Engagement' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Engagement' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 119 |
![]() |
design | DesignForExtension | Class 'Engagement' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Engagement' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
misc | FinalParameters | Parameter other should be final. | 123 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 118 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 118 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'withProtocol' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'withProtocol' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 122 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 122 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
misc | FinalParameters | Parameter host should be final. | 147 |
![]() |
coding | HiddenField | 'host' hides a field. | 147 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'withHost' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'withHost' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
misc | FinalParameters | Parameter host should be final. | 151 |
![]() |
coding | HiddenField | 'host' hides a field. | 151 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
misc | FinalParameters | Parameter port should be final. | 176 |
![]() |
coding | HiddenField | 'port' hides a field. | 176 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'withPort' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'withPort' static/final/abstract/empty, or adding allowed annotation for the method. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
misc | FinalParameters | Parameter port should be final. | 180 |
![]() |
coding | HiddenField | 'port' hides a field. | 180 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 187 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
misc | FinalParameters | Parameter version should be final. | 205 |
![]() |
coding | HiddenField | 'version' hides a field. | 205 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'withVersion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'withVersion' static/final/abstract/empty, or adding allowed annotation for the method. | 209 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
misc | FinalParameters | Parameter version should be final. | 209 |
![]() |
coding | HiddenField | 'version' hides a field. | 209 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 216 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 234 |
![]() |
coding | HiddenField | 'endpoint' hides a field. | 234 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'withEndpoint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'withEndpoint' static/final/abstract/empty, or adding allowed annotation for the method. | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 238 |
![]() |
coding | HiddenField | 'endpoint' hides a field. | 238 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 244 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 255 |
![]() |
misc | FinalParameters | Parameter oauth should be final. | 261 |
![]() |
coding | HiddenField | 'oauth' hides a field. | 261 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'withOauth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'withOauth' static/final/abstract/empty, or adding allowed annotation for the method. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
misc | FinalParameters | Parameter oauth should be final. | 265 |
![]() |
coding | HiddenField | 'oauth' hides a field. | 265 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 270 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 272 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 282 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 284 |
![]() |
misc | FinalParameters | Parameter userAccessTokens should be final. | 290 |
![]() |
coding | HiddenField | 'userAccessTokens' hides a field. | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 294 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'withUserAccessTokens' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'withUserAccessTokens' static/final/abstract/empty, or adding allowed annotation for the method. | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
misc | FinalParameters | Parameter userAccessTokens should be final. | 294 |
![]() |
coding | HiddenField | 'userAccessTokens' hides a field. | 294 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 301 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 313 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 319 |
![]() |
coding | HiddenField | 'ids' hides a field. | 319 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'withIds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'withIds' static/final/abstract/empty, or adding allowed annotation for the method. | 323 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 323 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 323 |
![]() |
coding | HiddenField | 'ids' hides a field. | 323 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 328 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 339 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 339 |
![]() |
misc | FinalParameters | Parameter name should be final. | 341 |
![]() |
misc | FinalParameters | Parameter value should be final. | 341 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 345 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 345 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
![]() |
misc | FinalParameters | Parameter name should be final. | 345 |
![]() |
misc | FinalParameters | Parameter value should be final. | 345 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 206). | 352 |
![]() |
design | DesignForExtension | Class 'FacebookConfiguration' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 355 |
![]() |
misc | FinalParameters | Parameter other should be final. | 356 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 360 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 331). | 364 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
misc | FinalParameters | Parameter appId should be final. | 63 |
![]() |
coding | HiddenField | 'appId' hides a field. | 63 |
![]() |
design | DesignForExtension | Class 'FacebookOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withAppId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookOAuthConfiguration' final or making the method 'withAppId' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter appId should be final. | 67 |
![]() |
coding | HiddenField | 'appId' hides a field. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
misc | FinalParameters | Parameter appSecret should be final. | 90 |
![]() |
coding | HiddenField | 'appSecret' hides a field. | 90 |
![]() |
design | DesignForExtension | Class 'FacebookOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withAppSecret' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookOAuthConfiguration' final or making the method 'withAppSecret' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter appSecret should be final. | 94 |
![]() |
coding | HiddenField | 'appSecret' hides a field. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
misc | FinalParameters | Parameter appAccessToken should be final. | 117 |
![]() |
coding | HiddenField | 'appAccessToken' hides a field. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 121 |
![]() |
design | DesignForExtension | Class 'FacebookOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withAppAccessToken' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookOAuthConfiguration' final or making the method 'withAppAccessToken' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter appAccessToken should be final. | 121 |
![]() |
coding | HiddenField | 'appAccessToken' hides a field. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
misc | FinalParameters | Parameter userAccessToken should be final. | 144 |
![]() |
coding | HiddenField | 'userAccessToken' hides a field. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 148 |
![]() |
design | DesignForExtension | Class 'FacebookOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withUserAccessToken' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookOAuthConfiguration' final or making the method 'withUserAccessToken' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter userAccessToken should be final. | 148 |
![]() |
coding | HiddenField | 'userAccessToken' hides a field. | 148 |
![]() |
design | DesignForExtension | Class 'FacebookOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookOAuthConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
design | DesignForExtension | Class 'FacebookOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookOAuthConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
design | DesignForExtension | Class 'FacebookOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookOAuthConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter name should be final. | 166 |
![]() |
misc | FinalParameters | Parameter value should be final. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 170 |
![]() |
design | DesignForExtension | Class 'FacebookOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookOAuthConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter name should be final. | 170 |
![]() |
misc | FinalParameters | Parameter value should be final. | 170 |
![]() |
design | DesignForExtension | Class 'FacebookOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookOAuthConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 158). | 177 |
![]() |
design | DesignForExtension | Class 'FacebookOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookOAuthConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 180 |
![]() |
misc | FinalParameters | Parameter other should be final. | 181 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 247). | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
misc | FinalParameters | Parameter fields should be final. | 63 |
![]() |
coding | HiddenField | 'fields' hides a field. | 63 |
![]() |
design | DesignForExtension | Class 'FacebookPageProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withFields' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageProviderConfiguration' final or making the method 'withFields' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter fields should be final. | 67 |
![]() |
coding | HiddenField | 'fields' hides a field. | 67 |
![]() |
design | DesignForExtension | Class 'FacebookPageProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageProviderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
design | DesignForExtension | Class 'FacebookPageProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageProviderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Class 'FacebookPageProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageProviderConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter name should be final. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 89 |
![]() |
design | DesignForExtension | Class 'FacebookPageProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageProviderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter name should be final. | 89 |
![]() |
misc | FinalParameters | Parameter value should be final. | 89 |
![]() |
design | DesignForExtension | Class 'FacebookPageProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageProviderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 96 |
![]() |
design | DesignForExtension | Class 'FacebookPageProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageProviderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
misc | FinalParameters | Parameter other should be final. | 100 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
coding | MagicNumber | '60000L' is a magic number. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
misc | FinalParameters | Parameter info should be final. | 71 |
![]() |
coding | HiddenField | 'info' hides a field. | 71 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationConfiguration' looks like designed for extension (can be subclassed), but the method 'withInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationConfiguration' final or making the method 'withInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter info should be final. | 75 |
![]() |
coding | HiddenField | 'info' hides a field. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
misc | FinalParameters | Parameter pollIntervalMillis should be final. | 100 |
![]() |
coding | HiddenField | 'pollIntervalMillis' hides a field. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 104 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationConfiguration' looks like designed for extension (can be subclassed), but the method 'withPollIntervalMillis' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationConfiguration' final or making the method 'withPollIntervalMillis' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter pollIntervalMillis should be final. | 104 |
![]() |
coding | HiddenField | 'pollIntervalMillis' hides a field. | 104 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationConfiguration' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationConfiguration' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationConfiguration' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter name should be final. | 122 |
![]() |
misc | FinalParameters | Parameter value should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 126 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationConfiguration' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter name should be final. | 126 |
![]() |
misc | FinalParameters | Parameter value should be final. | 126 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationConfiguration' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 133 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationConfiguration' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 136 |
![]() |
misc | FinalParameters | Parameter other should be final. | 137 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
coding | MagicNumber | '60000L' is a magic number. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
misc | FinalParameters | Parameter info should be final. | 71 |
![]() |
coding | HiddenField | 'info' hides a field. | 71 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamConfiguration' looks like designed for extension (can be subclassed), but the method 'withInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamConfiguration' final or making the method 'withInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter info should be final. | 75 |
![]() |
coding | HiddenField | 'info' hides a field. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
misc | FinalParameters | Parameter pollIntervalMillis should be final. | 100 |
![]() |
coding | HiddenField | 'pollIntervalMillis' hides a field. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 104 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamConfiguration' looks like designed for extension (can be subclassed), but the method 'withPollIntervalMillis' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamConfiguration' final or making the method 'withPollIntervalMillis' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter pollIntervalMillis should be final. | 104 |
![]() |
coding | HiddenField | 'pollIntervalMillis' hides a field. | 104 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamConfiguration' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamConfiguration' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamConfiguration' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter name should be final. | 122 |
![]() |
misc | FinalParameters | Parameter value should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 126 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamConfiguration' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter name should be final. | 126 |
![]() |
misc | FinalParameters | Parameter value should be final. | 126 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamConfiguration' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 133 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamConfiguration' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 136 |
![]() |
misc | FinalParameters | Parameter other should be final. | 137 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter id should be final. | 53 |
![]() |
coding | HiddenField | 'id' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'From' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'From' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter id should be final. | 57 |
![]() |
coding | HiddenField | 'id' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
coding | HiddenField | 'name' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'From' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'From' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter name should be final. | 84 |
![]() |
coding | HiddenField | 'name' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'From' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'From' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'From' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'From' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'From' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'From' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Class 'From' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'From' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
coding | HiddenField | 'name' hides a field. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'From' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'From' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
![]() |
design | DesignForExtension | Class 'From' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'From' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter other should be final. | 117 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
misc | FinalParameters | Parameter id should be final. | 65 |
![]() |
coding | HiddenField | 'id' hides a field. | 65 |
![]() |
design | DesignForExtension | Class 'IdConfig' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IdConfig' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter id should be final. | 69 |
![]() |
coding | HiddenField | 'id' hides a field. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
misc | FinalParameters | Parameter beforeDate should be final. | 92 |
![]() |
coding | HiddenField | 'beforeDate' hides a field. | 92 |
![]() |
design | DesignForExtension | Class 'IdConfig' looks like designed for extension (can be subclassed), but the method 'withBeforeDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IdConfig' final or making the method 'withBeforeDate' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter beforeDate should be final. | 96 |
![]() |
coding | HiddenField | 'beforeDate' hides a field. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
misc | FinalParameters | Parameter afterDate should be final. | 119 |
![]() |
coding | HiddenField | 'afterDate' hides a field. | 119 |
![]() |
design | DesignForExtension | Class 'IdConfig' looks like designed for extension (can be subclassed), but the method 'withAfterDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IdConfig' final or making the method 'withAfterDate' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter afterDate should be final. | 123 |
![]() |
coding | HiddenField | 'afterDate' hides a field. | 123 |
![]() |
design | DesignForExtension | Class 'IdConfig' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IdConfig' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
design | DesignForExtension | Class 'IdConfig' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IdConfig' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
design | DesignForExtension | Class 'IdConfig' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IdConfig' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
misc | FinalParameters | Parameter name should be final. | 141 |
![]() |
misc | FinalParameters | Parameter value should be final. | 141 |
![]() |
design | DesignForExtension | Class 'IdConfig' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IdConfig' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter name should be final. | 145 |
![]() |
misc | FinalParameters | Parameter value should be final. | 145 |
![]() |
design | DesignForExtension | Class 'IdConfig' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IdConfig' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 152 |
![]() |
design | DesignForExtension | Class 'IdConfig' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IdConfig' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 155 |
![]() |
misc | FinalParameters | Parameter other should be final. | 156 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 188). | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
coding | HiddenField | 'name' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Like' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Like' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter name should be final. | 57 |
![]() |
coding | HiddenField | 'name' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter link should be final. | 80 |
![]() |
coding | HiddenField | 'link' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'Like' looks like designed for extension (can be subclassed), but the method 'withLink' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Like' final or making the method 'withLink' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter link should be final. | 84 |
![]() |
coding | HiddenField | 'link' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'Like' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Like' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'Like' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Like' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'Like' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Like' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Class 'Like' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Like' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
coding | HiddenField | 'name' hides a field. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'Like' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Like' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 113 |
![]() |
design | DesignForExtension | Class 'Like' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Like' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter other should be final. | 117 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
misc | FinalParameters | Parameter city should be final. | 101 |
![]() |
coding | HiddenField | 'city' hides a field. | 101 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withCity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withCity' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter city should be final. | 105 |
![]() |
coding | HiddenField | 'city' hides a field. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
misc | FinalParameters | Parameter country should be final. | 128 |
![]() |
coding | HiddenField | 'country' hides a field. | 128 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withCountry' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withCountry' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
misc | FinalParameters | Parameter country should be final. | 132 |
![]() |
coding | HiddenField | 'country' hides a field. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
misc | FinalParameters | Parameter latitude should be final. | 155 |
![]() |
coding | HiddenField | 'latitude' hides a field. | 155 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withLatitude' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withLatitude' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter latitude should be final. | 159 |
![]() |
coding | HiddenField | 'latitude' hides a field. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
misc | FinalParameters | Parameter longitude should be final. | 182 |
![]() |
coding | HiddenField | 'longitude' hides a field. | 182 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withLongitude' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withLongitude' static/final/abstract/empty, or adding allowed annotation for the method. | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
![]() |
misc | FinalParameters | Parameter longitude should be final. | 186 |
![]() |
coding | HiddenField | 'longitude' hides a field. | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 203 |
![]() |
misc | FinalParameters | Parameter state should be final. | 209 |
![]() |
coding | HiddenField | 'state' hides a field. | 209 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withState' static/final/abstract/empty, or adding allowed annotation for the method. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
misc | FinalParameters | Parameter state should be final. | 213 |
![]() |
coding | HiddenField | 'state' hides a field. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 219 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 230 |
![]() |
misc | FinalParameters | Parameter street should be final. | 236 |
![]() |
coding | HiddenField | 'street' hides a field. | 236 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withStreet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withStreet' static/final/abstract/empty, or adding allowed annotation for the method. | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
![]() |
misc | FinalParameters | Parameter street should be final. | 240 |
![]() |
coding | HiddenField | 'street' hides a field. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 246 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 257 |
![]() |
misc | FinalParameters | Parameter text should be final. | 263 |
![]() |
coding | HiddenField | 'text' hides a field. | 263 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withText' static/final/abstract/empty, or adding allowed annotation for the method. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
misc | FinalParameters | Parameter text should be final. | 267 |
![]() |
coding | HiddenField | 'text' hides a field. | 267 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 284 |
![]() |
misc | FinalParameters | Parameter zip should be final. | 290 |
![]() |
coding | HiddenField | 'zip' hides a field. | 290 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withZip' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withZip' static/final/abstract/empty, or adding allowed annotation for the method. | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
misc | FinalParameters | Parameter zip should be final. | 294 |
![]() |
coding | HiddenField | 'zip' hides a field. | 294 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 299 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 304 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
misc | FinalParameters | Parameter name should be final. | 312 |
![]() |
misc | FinalParameters | Parameter value should be final. | 312 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 316 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
![]() |
misc | FinalParameters | Parameter name should be final. | 316 |
![]() |
misc | FinalParameters | Parameter value should be final. | 316 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 197). | 323 |
![]() |
design | DesignForExtension | Class 'Location' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Location' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 326 |
![]() |
misc | FinalParameters | Parameter other should be final. | 327 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 313). | 335 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter data should be final. | 53 |
![]() |
coding | HiddenField | 'data' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'MessageTags' looks like designed for extension (can be subclassed), but the method 'withData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageTags' final or making the method 'withData' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter data should be final. | 57 |
![]() |
coding | HiddenField | 'data' hides a field. | 57 |
![]() |
design | DesignForExtension | Class 'MessageTags' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageTags' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
design | DesignForExtension | Class 'MessageTags' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageTags' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Class 'MessageTags' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageTags' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter name should be final. | 75 |
![]() |
misc | FinalParameters | Parameter value should be final. | 75 |
![]() |
design | DesignForExtension | Class 'MessageTags' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageTags' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter name should be final. | 79 |
![]() |
misc | FinalParameters | Parameter value should be final. | 79 |
![]() |
design | DesignForExtension | Class 'MessageTags' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageTags' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
![]() |
design | DesignForExtension | Class 'MessageTags' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageTags' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
misc | FinalParameters | Parameter other should be final. | 90 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 221 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 234 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 247 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 253 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 259 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 265 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 271 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 283 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 295 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 302 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 308 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 314 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 320 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 323 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 334 |
![]() |
misc | FinalParameters | Parameter about should be final. | 340 |
![]() |
coding | HiddenField | 'about' hides a field. | 340 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withAbout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withAbout' static/final/abstract/empty, or adding allowed annotation for the method. | 344 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 344 |
![]() |
misc | FinalParameters | Parameter about should be final. | 344 |
![]() |
coding | HiddenField | 'about' hides a field. | 344 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 350 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 361 |
![]() |
misc | FinalParameters | Parameter username should be final. | 367 |
![]() |
coding | HiddenField | 'username' hides a field. | 367 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withUsername' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withUsername' static/final/abstract/empty, or adding allowed annotation for the method. | 371 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 371 |
![]() |
misc | FinalParameters | Parameter username should be final. | 371 |
![]() |
coding | HiddenField | 'username' hides a field. | 371 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 377 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 388 |
![]() |
misc | FinalParameters | Parameter accessToken should be final. | 394 |
![]() |
coding | HiddenField | 'accessToken' hides a field. | 394 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withAccessToken' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withAccessToken' static/final/abstract/empty, or adding allowed annotation for the method. | 398 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 398 |
![]() |
misc | FinalParameters | Parameter accessToken should be final. | 398 |
![]() |
coding | HiddenField | 'accessToken' hides a field. | 398 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 404 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 415 |
![]() |
misc | FinalParameters | Parameter birthday should be final. | 421 |
![]() |
coding | HiddenField | 'birthday' hides a field. | 421 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withBirthday' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withBirthday' static/final/abstract/empty, or adding allowed annotation for the method. | 425 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 425 |
![]() |
misc | FinalParameters | Parameter birthday should be final. | 425 |
![]() |
coding | HiddenField | 'birthday' hides a field. | 425 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 431 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 442 |
![]() |
misc | FinalParameters | Parameter category should be final. | 448 |
![]() |
coding | HiddenField | 'category' hides a field. | 448 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withCategory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withCategory' static/final/abstract/empty, or adding allowed annotation for the method. | 452 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 452 |
![]() |
misc | FinalParameters | Parameter category should be final. | 452 |
![]() |
coding | HiddenField | 'category' hides a field. | 452 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 458 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 469 |
![]() |
misc | FinalParameters | Parameter canCheckin should be final. | 475 |
![]() |
coding | HiddenField | 'canCheckin' hides a field. | 475 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withCanCheckin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withCanCheckin' static/final/abstract/empty, or adding allowed annotation for the method. | 479 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 479 |
![]() |
misc | FinalParameters | Parameter canCheckin should be final. | 479 |
![]() |
coding | HiddenField | 'canCheckin' hides a field. | 479 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 485 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 496 |
![]() |
misc | FinalParameters | Parameter canPost should be final. | 502 |
![]() |
coding | HiddenField | 'canPost' hides a field. | 502 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withCanPost' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withCanPost' static/final/abstract/empty, or adding allowed annotation for the method. | 506 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 506 |
![]() |
misc | FinalParameters | Parameter canPost should be final. | 506 |
![]() |
coding | HiddenField | 'canPost' hides a field. | 506 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 512 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 523 |
![]() |
misc | FinalParameters | Parameter checkins should be final. | 529 |
![]() |
coding | HiddenField | 'checkins' hides a field. | 529 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withCheckins' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withCheckins' static/final/abstract/empty, or adding allowed annotation for the method. | 533 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 533 |
![]() |
misc | FinalParameters | Parameter checkins should be final. | 533 |
![]() |
coding | HiddenField | 'checkins' hides a field. | 533 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 539 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 550 |
![]() |
misc | FinalParameters | Parameter communityPage should be final. | 556 |
![]() |
coding | HiddenField | 'communityPage' hides a field. | 556 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withCommunityPage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withCommunityPage' static/final/abstract/empty, or adding allowed annotation for the method. | 560 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 560 |
![]() |
misc | FinalParameters | Parameter communityPage should be final. | 560 |
![]() |
coding | HiddenField | 'communityPage' hides a field. | 560 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 566 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 577 |
![]() |
misc | FinalParameters | Parameter cover should be final. | 583 |
![]() |
coding | HiddenField | 'cover' hides a field. | 583 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withCover' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withCover' static/final/abstract/empty, or adding allowed annotation for the method. | 587 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 587 |
![]() |
misc | FinalParameters | Parameter cover should be final. | 587 |
![]() |
coding | HiddenField | 'cover' hides a field. | 587 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 593 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 604 |
![]() |
misc | FinalParameters | Parameter displaySubtext should be final. | 610 |
![]() |
coding | HiddenField | 'displaySubtext' hides a field. | 610 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withDisplaySubtext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withDisplaySubtext' static/final/abstract/empty, or adding allowed annotation for the method. | 614 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 614 |
![]() |
misc | FinalParameters | Parameter displaySubtext should be final. | 614 |
![]() |
coding | HiddenField | 'displaySubtext' hides a field. | 614 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 620 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 631 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 637 |
![]() |
misc | FinalParameters | Parameter displayedMessageResponseTime should be final. | 637 |
![]() |
coding | HiddenField | 'displayedMessageResponseTime' hides a field. | 637 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 641 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withDisplayedMessageResponseTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withDisplayedMessageResponseTime' static/final/abstract/empty, or adding allowed annotation for the method. | 641 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 641 |
![]() |
misc | FinalParameters | Parameter displayedMessageResponseTime should be final. | 641 |
![]() |
coding | HiddenField | 'displayedMessageResponseTime' hides a field. | 641 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 647 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 658 |
![]() |
misc | FinalParameters | Parameter engagement should be final. | 664 |
![]() |
coding | HiddenField | 'engagement' hides a field. | 664 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withEngagement' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withEngagement' static/final/abstract/empty, or adding allowed annotation for the method. | 668 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 668 |
![]() |
misc | FinalParameters | Parameter engagement should be final. | 668 |
![]() |
coding | HiddenField | 'engagement' hides a field. | 668 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 674 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 685 |
![]() |
misc | FinalParameters | Parameter fanCount should be final. | 691 |
![]() |
coding | HiddenField | 'fanCount' hides a field. | 691 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withFanCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withFanCount' static/final/abstract/empty, or adding allowed annotation for the method. | 695 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 695 |
![]() |
misc | FinalParameters | Parameter fanCount should be final. | 695 |
![]() |
coding | HiddenField | 'fanCount' hides a field. | 695 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 701 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 712 |
![]() |
misc | FinalParameters | Parameter founded should be final. | 718 |
![]() |
coding | HiddenField | 'founded' hides a field. | 718 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withFounded' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withFounded' static/final/abstract/empty, or adding allowed annotation for the method. | 722 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 722 |
![]() |
misc | FinalParameters | Parameter founded should be final. | 722 |
![]() |
coding | HiddenField | 'founded' hides a field. | 722 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 728 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 739 |
![]() |
misc | FinalParameters | Parameter generalInfo should be final. | 745 |
![]() |
coding | HiddenField | 'generalInfo' hides a field. | 745 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withGeneralInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withGeneralInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 749 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 749 |
![]() |
misc | FinalParameters | Parameter generalInfo should be final. | 749 |
![]() |
coding | HiddenField | 'generalInfo' hides a field. | 749 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 755 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 766 |
![]() |
misc | FinalParameters | Parameter globalBrandRootId should be final. | 772 |
![]() |
coding | HiddenField | 'globalBrandRootId' hides a field. | 772 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withGlobalBrandRootId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withGlobalBrandRootId' static/final/abstract/empty, or adding allowed annotation for the method. | 776 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 776 |
![]() |
misc | FinalParameters | Parameter globalBrandRootId should be final. | 776 |
![]() |
coding | HiddenField | 'globalBrandRootId' hides a field. | 776 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 782 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 793 |
![]() |
misc | FinalParameters | Parameter id should be final. | 799 |
![]() |
coding | HiddenField | 'id' hides a field. | 799 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 803 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 803 |
![]() |
misc | FinalParameters | Parameter id should be final. | 803 |
![]() |
coding | HiddenField | 'id' hides a field. | 803 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 809 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 820 |
![]() |
misc | FinalParameters | Parameter isCommunityPage should be final. | 826 |
![]() |
coding | HiddenField | 'isCommunityPage' hides a field. | 826 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withIsCommunityPage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withIsCommunityPage' static/final/abstract/empty, or adding allowed annotation for the method. | 830 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 830 |
![]() |
misc | FinalParameters | Parameter isCommunityPage should be final. | 830 |
![]() |
coding | HiddenField | 'isCommunityPage' hides a field. | 830 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 836 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 847 |
![]() |
misc | FinalParameters | Parameter isAlwaysOpen should be final. | 853 |
![]() |
coding | HiddenField | 'isAlwaysOpen' hides a field. | 853 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withIsAlwaysOpen' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withIsAlwaysOpen' static/final/abstract/empty, or adding allowed annotation for the method. | 857 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 857 |
![]() |
misc | FinalParameters | Parameter isAlwaysOpen should be final. | 857 |
![]() |
coding | HiddenField | 'isAlwaysOpen' hides a field. | 857 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 863 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 874 |
![]() |
misc | FinalParameters | Parameter isPermanentlyClosed should be final. | 880 |
![]() |
coding | HiddenField | 'isPermanentlyClosed' hides a field. | 880 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withIsPermanentlyClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withIsPermanentlyClosed' static/final/abstract/empty, or adding allowed annotation for the method. | 884 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 884 |
![]() |
misc | FinalParameters | Parameter isPermanentlyClosed should be final. | 884 |
![]() |
coding | HiddenField | 'isPermanentlyClosed' hides a field. | 884 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 890 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 901 |
![]() |
misc | FinalParameters | Parameter isPublished should be final. | 907 |
![]() |
coding | HiddenField | 'isPublished' hides a field. | 907 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withIsPublished' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withIsPublished' static/final/abstract/empty, or adding allowed annotation for the method. | 911 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 911 |
![]() |
misc | FinalParameters | Parameter isPublished should be final. | 911 |
![]() |
coding | HiddenField | 'isPublished' hides a field. | 911 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 917 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 928 |
![]() |
misc | FinalParameters | Parameter isUnclaimed should be final. | 934 |
![]() |
coding | HiddenField | 'isUnclaimed' hides a field. | 934 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withIsUnclaimed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withIsUnclaimed' static/final/abstract/empty, or adding allowed annotation for the method. | 938 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 938 |
![]() |
misc | FinalParameters | Parameter isUnclaimed should be final. | 938 |
![]() |
coding | HiddenField | 'isUnclaimed' hides a field. | 938 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 944 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 955 |
![]() |
misc | FinalParameters | Parameter isWebhooksSubscribed should be final. | 961 |
![]() |
coding | HiddenField | 'isWebhooksSubscribed' hides a field. | 961 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withIsWebhooksSubscribed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withIsWebhooksSubscribed' static/final/abstract/empty, or adding allowed annotation for the method. | 965 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 965 |
![]() |
misc | FinalParameters | Parameter isWebhooksSubscribed should be final. | 965 |
![]() |
coding | HiddenField | 'isWebhooksSubscribed' hides a field. | 965 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 971 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 982 |
![]() |
misc | FinalParameters | Parameter leadgenTosAccepted should be final. | 988 |
![]() |
coding | HiddenField | 'leadgenTosAccepted' hides a field. | 988 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withLeadgenTosAccepted' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withLeadgenTosAccepted' static/final/abstract/empty, or adding allowed annotation for the method. | 992 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 992 |
![]() |
misc | FinalParameters | Parameter leadgenTosAccepted should be final. | 992 |
![]() |
coding | HiddenField | 'leadgenTosAccepted' hides a field. | 992 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 998 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1009 |
![]() |
misc | FinalParameters | Parameter link should be final. | 1015 |
![]() |
coding | HiddenField | 'link' hides a field. | 1015 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withLink' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withLink' static/final/abstract/empty, or adding allowed annotation for the method. | 1019 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1019 |
![]() |
misc | FinalParameters | Parameter link should be final. | 1019 |
![]() |
coding | HiddenField | 'link' hides a field. | 1019 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1025 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1036 |
![]() |
misc | FinalParameters | Parameter location should be final. | 1042 |
![]() |
coding | HiddenField | 'location' hides a field. | 1042 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withLocation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withLocation' static/final/abstract/empty, or adding allowed annotation for the method. | 1046 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1046 |
![]() |
misc | FinalParameters | Parameter location should be final. | 1046 |
![]() |
coding | HiddenField | 'location' hides a field. | 1046 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1052 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1063 |
![]() |
misc | FinalParameters | Parameter mission should be final. | 1069 |
![]() |
coding | HiddenField | 'mission' hides a field. | 1069 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withMission' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withMission' static/final/abstract/empty, or adding allowed annotation for the method. | 1073 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1073 |
![]() |
misc | FinalParameters | Parameter mission should be final. | 1073 |
![]() |
coding | HiddenField | 'mission' hides a field. | 1073 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1079 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1090 |
![]() |
misc | FinalParameters | Parameter parking should be final. | 1096 |
![]() |
coding | HiddenField | 'parking' hides a field. | 1096 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withParking' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withParking' static/final/abstract/empty, or adding allowed annotation for the method. | 1100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1100 |
![]() |
misc | FinalParameters | Parameter parking should be final. | 1100 |
![]() |
coding | HiddenField | 'parking' hides a field. | 1100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1117 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1123 |
![]() |
coding | HiddenField | 'name' hides a field. | 1123 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 1127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1127 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1127 |
![]() |
coding | HiddenField | 'name' hides a field. | 1127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 1150 |
![]() |
misc | FinalParameters | Parameter nameWithLocationDescriptor should be final. | 1150 |
![]() |
coding | HiddenField | 'nameWithLocationDescriptor' hides a field. | 1150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 1154 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withNameWithLocationDescriptor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withNameWithLocationDescriptor' static/final/abstract/empty, or adding allowed annotation for the method. | 1154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1154 |
![]() |
misc | FinalParameters | Parameter nameWithLocationDescriptor should be final. | 1154 |
![]() |
coding | HiddenField | 'nameWithLocationDescriptor' hides a field. | 1154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1171 |
![]() |
misc | FinalParameters | Parameter overallStarRating should be final. | 1177 |
![]() |
coding | HiddenField | 'overallStarRating' hides a field. | 1177 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withOverallStarRating' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withOverallStarRating' static/final/abstract/empty, or adding allowed annotation for the method. | 1181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1181 |
![]() |
misc | FinalParameters | Parameter overallStarRating should be final. | 1181 |
![]() |
coding | HiddenField | 'overallStarRating' hides a field. | 1181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1198 |
![]() |
misc | FinalParameters | Parameter phone should be final. | 1204 |
![]() |
coding | HiddenField | 'phone' hides a field. | 1204 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withPhone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withPhone' static/final/abstract/empty, or adding allowed annotation for the method. | 1208 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1208 |
![]() |
misc | FinalParameters | Parameter phone should be final. | 1208 |
![]() |
coding | HiddenField | 'phone' hides a field. | 1208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1225 |
![]() |
misc | FinalParameters | Parameter picture should be final. | 1231 |
![]() |
coding | HiddenField | 'picture' hides a field. | 1231 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withPicture' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withPicture' static/final/abstract/empty, or adding allowed annotation for the method. | 1235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1235 |
![]() |
misc | FinalParameters | Parameter picture should be final. | 1235 |
![]() |
coding | HiddenField | 'picture' hides a field. | 1235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1252 |
![]() |
misc | FinalParameters | Parameter published should be final. | 1258 |
![]() |
coding | HiddenField | 'published' hides a field. | 1258 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withPublished' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withPublished' static/final/abstract/empty, or adding allowed annotation for the method. | 1262 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1262 |
![]() |
misc | FinalParameters | Parameter published should be final. | 1262 |
![]() |
coding | HiddenField | 'published' hides a field. | 1262 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1268 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1279 |
![]() |
misc | FinalParameters | Parameter ratingCount should be final. | 1285 |
![]() |
coding | HiddenField | 'ratingCount' hides a field. | 1285 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withRatingCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withRatingCount' static/final/abstract/empty, or adding allowed annotation for the method. | 1289 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1289 |
![]() |
misc | FinalParameters | Parameter ratingCount should be final. | 1289 |
![]() |
coding | HiddenField | 'ratingCount' hides a field. | 1289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1295 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1306 |
![]() |
misc | FinalParameters | Parameter talkingAboutCount should be final. | 1312 |
![]() |
coding | HiddenField | 'talkingAboutCount' hides a field. | 1312 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withTalkingAboutCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withTalkingAboutCount' static/final/abstract/empty, or adding allowed annotation for the method. | 1316 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1316 |
![]() |
misc | FinalParameters | Parameter talkingAboutCount should be final. | 1316 |
![]() |
coding | HiddenField | 'talkingAboutCount' hides a field. | 1316 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1322 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1333 |
![]() |
misc | FinalParameters | Parameter voipInfo should be final. | 1339 |
![]() |
coding | HiddenField | 'voipInfo' hides a field. | 1339 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withVoipInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withVoipInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 1343 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1343 |
![]() |
misc | FinalParameters | Parameter voipInfo should be final. | 1343 |
![]() |
coding | HiddenField | 'voipInfo' hides a field. | 1343 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1349 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1360 |
![]() |
misc | FinalParameters | Parameter verificationStatus should be final. | 1366 |
![]() |
coding | HiddenField | 'verificationStatus' hides a field. | 1366 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withVerificationStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withVerificationStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 1370 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1370 |
![]() |
misc | FinalParameters | Parameter verificationStatus should be final. | 1370 |
![]() |
coding | HiddenField | 'verificationStatus' hides a field. | 1370 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1376 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1387 |
![]() |
misc | FinalParameters | Parameter website should be final. | 1393 |
![]() |
coding | HiddenField | 'website' hides a field. | 1393 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withWebsite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withWebsite' static/final/abstract/empty, or adding allowed annotation for the method. | 1397 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1397 |
![]() |
misc | FinalParameters | Parameter website should be final. | 1397 |
![]() |
coding | HiddenField | 'website' hides a field. | 1397 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1403 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1414 |
![]() |
misc | FinalParameters | Parameter wereHereCount should be final. | 1420 |
![]() |
coding | HiddenField | 'wereHereCount' hides a field. | 1420 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withWereHereCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withWereHereCount' static/final/abstract/empty, or adding allowed annotation for the method. | 1424 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1424 |
![]() |
misc | FinalParameters | Parameter wereHereCount should be final. | 1424 |
![]() |
coding | HiddenField | 'wereHereCount' hides a field. | 1424 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 1429 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 1434 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1434 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 1440 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1440 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1442 |
![]() |
coding | HiddenField | 'name' hides a field. | 1442 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1442 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 1446 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1446 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1446 |
![]() |
coding | HiddenField | 'name' hides a field. | 1446 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1446 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 1451 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 902). | 1453 |
![]() |
design | DesignForExtension | Class 'Page' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Page' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 1456 |
![]() |
misc | FinalParameters | Parameter other should be final. | 1457 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 1461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 1,624). | 1465 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
misc | FinalParameters | Parameter lot should be final. | 66 |
![]() |
coding | HiddenField | 'lot' hides a field. | 66 |
![]() |
design | DesignForExtension | Class 'Parking' looks like designed for extension (can be subclassed), but the method 'withLot' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Parking' final or making the method 'withLot' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter lot should be final. | 70 |
![]() |
coding | HiddenField | 'lot' hides a field. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
misc | FinalParameters | Parameter street should be final. | 93 |
![]() |
coding | HiddenField | 'street' hides a field. | 93 |
![]() |
design | DesignForExtension | Class 'Parking' looks like designed for extension (can be subclassed), but the method 'withStreet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Parking' final or making the method 'withStreet' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
misc | FinalParameters | Parameter street should be final. | 97 |
![]() |
coding | HiddenField | 'street' hides a field. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
misc | FinalParameters | Parameter valet should be final. | 120 |
![]() |
coding | HiddenField | 'valet' hides a field. | 120 |
![]() |
design | DesignForExtension | Class 'Parking' looks like designed for extension (can be subclassed), but the method 'withValet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Parking' final or making the method 'withValet' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter valet should be final. | 124 |
![]() |
coding | HiddenField | 'valet' hides a field. | 124 |
![]() |
design | DesignForExtension | Class 'Parking' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Parking' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 129 |
![]() |
design | DesignForExtension | Class 'Parking' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Parking' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
design | DesignForExtension | Class 'Parking' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Parking' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter name should be final. | 142 |
![]() |
misc | FinalParameters | Parameter value should be final. | 142 |
![]() |
design | DesignForExtension | Class 'Parking' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Parking' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter name should be final. | 146 |
![]() |
misc | FinalParameters | Parameter value should be final. | 146 |
![]() |
design | DesignForExtension | Class 'Parking' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Parking' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 153 |
![]() |
design | DesignForExtension | Class 'Parking' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Parking' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
misc | FinalParameters | Parameter other should be final. | 157 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
coding | HiddenField | 'name' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Place' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Place' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter name should be final. | 57 |
![]() |
coding | HiddenField | 'name' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter id should be final. | 80 |
![]() |
coding | HiddenField | 'id' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'Place' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Place' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter id should be final. | 84 |
![]() |
coding | HiddenField | 'id' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'Place' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Place' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'Place' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Place' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'Place' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Place' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Class 'Place' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Place' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
coding | HiddenField | 'name' hides a field. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'Place' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Place' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 113 |
![]() |
design | DesignForExtension | Class 'Place' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Place' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter other should be final. | 117 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 144 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
misc | FinalParameters | Parameter id should be final. | 169 |
![]() |
coding | HiddenField | 'id' hides a field. | 169 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
misc | FinalParameters | Parameter id should be final. | 173 |
![]() |
coding | HiddenField | 'id' hides a field. | 173 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
misc | FinalParameters | Parameter from should be final. | 196 |
![]() |
coding | HiddenField | 'from' hides a field. | 196 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withFrom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withFrom' static/final/abstract/empty, or adding allowed annotation for the method. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
misc | FinalParameters | Parameter from should be final. | 200 |
![]() |
coding | HiddenField | 'from' hides a field. | 200 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 217 |
![]() |
misc | FinalParameters | Parameter to should be final. | 223 |
![]() |
coding | HiddenField | 'to' hides a field. | 223 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withTo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withTo' static/final/abstract/empty, or adding allowed annotation for the method. | 227 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
![]() |
misc | FinalParameters | Parameter to should be final. | 227 |
![]() |
coding | HiddenField | 'to' hides a field. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 244 |
![]() |
misc | FinalParameters | Parameter message should be final. | 250 |
![]() |
coding | HiddenField | 'message' hides a field. | 250 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 254 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
![]() |
misc | FinalParameters | Parameter message should be final. | 254 |
![]() |
coding | HiddenField | 'message' hides a field. | 254 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 260 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 271 |
![]() |
misc | FinalParameters | Parameter messageTags should be final. | 277 |
![]() |
coding | HiddenField | 'messageTags' hides a field. | 277 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withMessageTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withMessageTags' static/final/abstract/empty, or adding allowed annotation for the method. | 281 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
misc | FinalParameters | Parameter messageTags should be final. | 281 |
![]() |
coding | HiddenField | 'messageTags' hides a field. | 281 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 287 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 298 |
![]() |
misc | FinalParameters | Parameter picture should be final. | 304 |
![]() |
coding | HiddenField | 'picture' hides a field. | 304 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withPicture' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withPicture' static/final/abstract/empty, or adding allowed annotation for the method. | 308 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
![]() |
misc | FinalParameters | Parameter picture should be final. | 308 |
![]() |
coding | HiddenField | 'picture' hides a field. | 308 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 314 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 325 |
![]() |
misc | FinalParameters | Parameter link should be final. | 331 |
![]() |
coding | HiddenField | 'link' hides a field. | 331 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withLink' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withLink' static/final/abstract/empty, or adding allowed annotation for the method. | 335 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
![]() |
misc | FinalParameters | Parameter link should be final. | 335 |
![]() |
coding | HiddenField | 'link' hides a field. | 335 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 341 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 352 |
![]() |
misc | FinalParameters | Parameter name should be final. | 358 |
![]() |
coding | HiddenField | 'name' hides a field. | 358 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 362 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
![]() |
misc | FinalParameters | Parameter name should be final. | 362 |
![]() |
coding | HiddenField | 'name' hides a field. | 362 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 368 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 379 |
![]() |
misc | FinalParameters | Parameter caption should be final. | 385 |
![]() |
coding | HiddenField | 'caption' hides a field. | 385 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withCaption' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withCaption' static/final/abstract/empty, or adding allowed annotation for the method. | 389 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 389 |
![]() |
misc | FinalParameters | Parameter caption should be final. | 389 |
![]() |
coding | HiddenField | 'caption' hides a field. | 389 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 395 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 406 |
![]() |
misc | FinalParameters | Parameter description should be final. | 412 |
![]() |
coding | HiddenField | 'description' hides a field. | 412 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withDescription' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withDescription' static/final/abstract/empty, or adding allowed annotation for the method. | 416 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 416 |
![]() |
misc | FinalParameters | Parameter description should be final. | 416 |
![]() |
coding | HiddenField | 'description' hides a field. | 416 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 422 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 433 |
![]() |
misc | FinalParameters | Parameter source should be final. | 439 |
![]() |
coding | HiddenField | 'source' hides a field. | 439 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withSource' static/final/abstract/empty, or adding allowed annotation for the method. | 443 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 443 |
![]() |
misc | FinalParameters | Parameter source should be final. | 443 |
![]() |
coding | HiddenField | 'source' hides a field. | 443 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 449 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 460 |
![]() |
misc | FinalParameters | Parameter icon should be final. | 466 |
![]() |
coding | HiddenField | 'icon' hides a field. | 466 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withIcon' static/final/abstract/empty, or adding allowed annotation for the method. | 470 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 470 |
![]() |
misc | FinalParameters | Parameter icon should be final. | 470 |
![]() |
coding | HiddenField | 'icon' hides a field. | 470 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 476 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 487 |
![]() |
misc | FinalParameters | Parameter actions should be final. | 493 |
![]() |
coding | HiddenField | 'actions' hides a field. | 493 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withActions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withActions' static/final/abstract/empty, or adding allowed annotation for the method. | 497 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 497 |
![]() |
misc | FinalParameters | Parameter actions should be final. | 497 |
![]() |
coding | HiddenField | 'actions' hides a field. | 497 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 503 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 514 |
![]() |
misc | FinalParameters | Parameter comments should be final. | 520 |
![]() |
coding | HiddenField | 'comments' hides a field. | 520 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withComments' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withComments' static/final/abstract/empty, or adding allowed annotation for the method. | 524 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 524 |
![]() |
misc | FinalParameters | Parameter comments should be final. | 524 |
![]() |
coding | HiddenField | 'comments' hides a field. | 524 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 530 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 541 |
![]() |
misc | FinalParameters | Parameter likes should be final. | 547 |
![]() |
coding | HiddenField | 'likes' hides a field. | 547 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withLikes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withLikes' static/final/abstract/empty, or adding allowed annotation for the method. | 551 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 551 |
![]() |
misc | FinalParameters | Parameter likes should be final. | 551 |
![]() |
coding | HiddenField | 'likes' hides a field. | 551 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 557 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 568 |
![]() |
misc | FinalParameters | Parameter type should be final. | 574 |
![]() |
coding | HiddenField | 'type' hides a field. | 574 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withType' static/final/abstract/empty, or adding allowed annotation for the method. | 578 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 578 |
![]() |
misc | FinalParameters | Parameter type should be final. | 578 |
![]() |
coding | HiddenField | 'type' hides a field. | 578 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 584 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 595 |
![]() |
misc | FinalParameters | Parameter place should be final. | 601 |
![]() |
coding | HiddenField | 'place' hides a field. | 601 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withPlace' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withPlace' static/final/abstract/empty, or adding allowed annotation for the method. | 605 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 605 |
![]() |
misc | FinalParameters | Parameter place should be final. | 605 |
![]() |
coding | HiddenField | 'place' hides a field. | 605 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 611 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 622 |
![]() |
misc | FinalParameters | Parameter story should be final. | 628 |
![]() |
coding | HiddenField | 'story' hides a field. | 628 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withStory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withStory' static/final/abstract/empty, or adding allowed annotation for the method. | 632 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 632 |
![]() |
misc | FinalParameters | Parameter story should be final. | 632 |
![]() |
coding | HiddenField | 'story' hides a field. | 632 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 638 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 649 |
![]() |
misc | FinalParameters | Parameter shares should be final. | 655 |
![]() |
coding | HiddenField | 'shares' hides a field. | 655 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withShares' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withShares' static/final/abstract/empty, or adding allowed annotation for the method. | 659 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 659 |
![]() |
misc | FinalParameters | Parameter shares should be final. | 659 |
![]() |
coding | HiddenField | 'shares' hides a field. | 659 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 665 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 676 |
![]() |
misc | FinalParameters | Parameter objectId should be final. | 682 |
![]() |
coding | HiddenField | 'objectId' hides a field. | 682 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withObjectId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withObjectId' static/final/abstract/empty, or adding allowed annotation for the method. | 686 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 686 |
![]() |
misc | FinalParameters | Parameter objectId should be final. | 686 |
![]() |
coding | HiddenField | 'objectId' hides a field. | 686 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 692 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 703 |
![]() |
misc | FinalParameters | Parameter application should be final. | 709 |
![]() |
coding | HiddenField | 'application' hides a field. | 709 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withApplication' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withApplication' static/final/abstract/empty, or adding allowed annotation for the method. | 713 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 713 |
![]() |
misc | FinalParameters | Parameter application should be final. | 713 |
![]() |
coding | HiddenField | 'application' hides a field. | 713 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 719 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 730 |
![]() |
misc | FinalParameters | Parameter createdTime should be final. | 736 |
![]() |
coding | HiddenField | 'createdTime' hides a field. | 736 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withCreatedTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withCreatedTime' static/final/abstract/empty, or adding allowed annotation for the method. | 740 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 740 |
![]() |
misc | FinalParameters | Parameter createdTime should be final. | 740 |
![]() |
coding | HiddenField | 'createdTime' hides a field. | 740 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 746 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 757 |
![]() |
misc | FinalParameters | Parameter updatedTime should be final. | 763 |
![]() |
coding | HiddenField | 'updatedTime' hides a field. | 763 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withUpdatedTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withUpdatedTime' static/final/abstract/empty, or adding allowed annotation for the method. | 767 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 767 |
![]() |
misc | FinalParameters | Parameter updatedTime should be final. | 767 |
![]() |
coding | HiddenField | 'updatedTime' hides a field. | 767 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 773 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 784 |
![]() |
misc | FinalParameters | Parameter includeHidden should be final. | 790 |
![]() |
coding | HiddenField | 'includeHidden' hides a field. | 790 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withIncludeHidden' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withIncludeHidden' static/final/abstract/empty, or adding allowed annotation for the method. | 794 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 794 |
![]() |
misc | FinalParameters | Parameter includeHidden should be final. | 794 |
![]() |
coding | HiddenField | 'includeHidden' hides a field. | 794 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 800 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 811 |
![]() |
misc | FinalParameters | Parameter statusType should be final. | 817 |
![]() |
coding | HiddenField | 'statusType' hides a field. | 817 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withStatusType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withStatusType' static/final/abstract/empty, or adding allowed annotation for the method. | 821 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 821 |
![]() |
misc | FinalParameters | Parameter statusType should be final. | 821 |
![]() |
coding | HiddenField | 'statusType' hides a field. | 821 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 827 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 838 |
![]() |
misc | FinalParameters | Parameter properties should be final. | 844 |
![]() |
coding | HiddenField | 'properties' hides a field. | 844 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 848 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 848 |
![]() |
misc | FinalParameters | Parameter properties should be final. | 848 |
![]() |
coding | HiddenField | 'properties' hides a field. | 848 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 854 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 865 |
![]() |
misc | FinalParameters | Parameter privacy should be final. | 871 |
![]() |
coding | HiddenField | 'privacy' hides a field. | 871 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withPrivacy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withPrivacy' static/final/abstract/empty, or adding allowed annotation for the method. | 875 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 875 |
![]() |
misc | FinalParameters | Parameter privacy should be final. | 875 |
![]() |
coding | HiddenField | 'privacy' hides a field. | 875 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 880 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 885 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 885 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 891 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 891 |
![]() |
misc | FinalParameters | Parameter name should be final. | 893 |
![]() |
coding | HiddenField | 'name' hides a field. | 893 |
![]() |
misc | FinalParameters | Parameter value should be final. | 893 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 897 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 897 |
![]() |
misc | FinalParameters | Parameter name should be final. | 897 |
![]() |
coding | HiddenField | 'name' hides a field. | 897 |
![]() |
misc | FinalParameters | Parameter value should be final. | 897 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 902 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 512). | 904 |
![]() |
design | DesignForExtension | Class 'Post' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Post' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 907 |
![]() |
misc | FinalParameters | Parameter other should be final. | 908 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 912 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 886). | 916 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
misc | FinalParameters | Parameter value should be final. | 49 |
![]() |
coding | HiddenField | 'value' hides a field. | 49 |
![]() |
design | DesignForExtension | Class 'Privacy' looks like designed for extension (can be subclassed), but the method 'withValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Privacy' final or making the method 'withValue' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter value should be final. | 53 |
![]() |
coding | HiddenField | 'value' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Privacy' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Privacy' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
design | DesignForExtension | Class 'Privacy' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Privacy' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Class 'Privacy' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Privacy' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter name should be final. | 71 |
![]() |
misc | FinalParameters | Parameter value should be final. | 71 |
![]() |
coding | HiddenField | 'value' hides a field. | 71 |
![]() |
design | DesignForExtension | Class 'Privacy' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Privacy' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter name should be final. | 75 |
![]() |
misc | FinalParameters | Parameter value should be final. | 75 |
![]() |
coding | HiddenField | 'value' hides a field. | 75 |
![]() |
design | DesignForExtension | Class 'Privacy' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Privacy' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
design | DesignForExtension | Class 'Privacy' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Privacy' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
misc | FinalParameters | Parameter other should be final. | 86 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
coding | HiddenField | 'name' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Property' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Property' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter name should be final. | 57 |
![]() |
coding | HiddenField | 'name' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter text should be final. | 80 |
![]() |
coding | HiddenField | 'text' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'Property' looks like designed for extension (can be subclassed), but the method 'withText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Property' final or making the method 'withText' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter text should be final. | 84 |
![]() |
coding | HiddenField | 'text' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'Property' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Property' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'Property' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Property' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'Property' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Property' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Class 'Property' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Property' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
coding | HiddenField | 'name' hides a field. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'Property' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Property' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 113 |
![]() |
design | DesignForExtension | Class 'Property' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Property' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter other should be final. | 117 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter data should be final. | 53 |
![]() |
coding | HiddenField | 'data' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'To' looks like designed for extension (can be subclassed), but the method 'withData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'To' final or making the method 'withData' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter data should be final. | 57 |
![]() |
coding | HiddenField | 'data' hides a field. | 57 |
![]() |
design | DesignForExtension | Class 'To' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'To' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
design | DesignForExtension | Class 'To' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'To' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Class 'To' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'To' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter name should be final. | 75 |
![]() |
misc | FinalParameters | Parameter value should be final. | 75 |
![]() |
design | DesignForExtension | Class 'To' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'To' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter name should be final. | 79 |
![]() |
misc | FinalParameters | Parameter value should be final. | 79 |
![]() |
design | DesignForExtension | Class 'To' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'To' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
![]() |
design | DesignForExtension | Class 'To' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'To' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
misc | FinalParameters | Parameter other should be final. | 90 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
misc | FinalParameters | Parameter hasMobileApp should be final. | 94 |
![]() |
coding | HiddenField | 'hasMobileApp' hides a field. | 94 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'withHasMobileApp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'withHasMobileApp' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter hasMobileApp should be final. | 98 |
![]() |
coding | HiddenField | 'hasMobileApp' hides a field. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
misc | FinalParameters | Parameter hasPermission should be final. | 121 |
![]() |
coding | HiddenField | 'hasPermission' hides a field. | 121 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'withHasPermission' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'withHasPermission' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter hasPermission should be final. | 125 |
![]() |
coding | HiddenField | 'hasPermission' hides a field. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
misc | FinalParameters | Parameter isCallable should be final. | 148 |
![]() |
coding | HiddenField | 'isCallable' hides a field. | 148 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'withIsCallable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'withIsCallable' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter isCallable should be final. | 152 |
![]() |
coding | HiddenField | 'isCallable' hides a field. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
misc | FinalParameters | Parameter isCallableWebrtc should be final. | 175 |
![]() |
coding | HiddenField | 'isCallableWebrtc' hides a field. | 175 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'withIsCallableWebrtc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'withIsCallableWebrtc' static/final/abstract/empty, or adding allowed annotation for the method. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
misc | FinalParameters | Parameter isCallableWebrtc should be final. | 179 |
![]() |
coding | HiddenField | 'isCallableWebrtc' hides a field. | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 196 |
![]() |
misc | FinalParameters | Parameter isPushable should be final. | 202 |
![]() |
coding | HiddenField | 'isPushable' hides a field. | 202 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'withIsPushable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'withIsPushable' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
misc | FinalParameters | Parameter isPushable should be final. | 206 |
![]() |
coding | HiddenField | 'isPushable' hides a field. | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 223 |
![]() |
misc | FinalParameters | Parameter reasonCode should be final. | 229 |
![]() |
coding | HiddenField | 'reasonCode' hides a field. | 229 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'withReasonCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'withReasonCode' static/final/abstract/empty, or adding allowed annotation for the method. | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
misc | FinalParameters | Parameter reasonCode should be final. | 233 |
![]() |
coding | HiddenField | 'reasonCode' hides a field. | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 250 |
![]() |
misc | FinalParameters | Parameter reasonDescription should be final. | 256 |
![]() |
coding | HiddenField | 'reasonDescription' hides a field. | 256 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'withReasonDescription' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'withReasonDescription' static/final/abstract/empty, or adding allowed annotation for the method. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
misc | FinalParameters | Parameter reasonDescription should be final. | 260 |
![]() |
coding | HiddenField | 'reasonDescription' hides a field. | 260 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 265 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 270 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
![]() |
misc | FinalParameters | Parameter name should be final. | 278 |
![]() |
misc | FinalParameters | Parameter value should be final. | 278 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
![]() |
misc | FinalParameters | Parameter name should be final. | 282 |
![]() |
misc | FinalParameters | Parameter value should be final. | 282 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 287 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 230). | 289 |
![]() |
design | DesignForExtension | Class 'VoipInfo' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VoipInfo' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 292 |
![]() |
misc | FinalParameters | Parameter other should be final. | 293 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 382). | 301 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 39 |
![]() |
design | DesignForExtension | Class 'FacebookPageActivitySerializer' looks like designed for extension (can be subclassed), but the method 'serializationFormat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageActivitySerializer' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
design | DesignForExtension | Class 'FacebookPageActivitySerializer' looks like designed for extension (can be subclassed), but the method 'serialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageActivitySerializer' final or making the method 'serialize' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
![]() |
design | DesignForExtension | Class 'FacebookPageActivitySerializer' looks like designed for extension (can be subclassed), but the method 'deserialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageActivitySerializer' final or making the method 'deserialize' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
misc | FinalParameters | Parameter page should be final. | 55 |
![]() |
design | DesignForExtension | Class 'FacebookPageActivitySerializer' looks like designed for extension (can be subclassed), but the method 'deserializeAll' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageActivitySerializer' final or making the method 'deserializeAll' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 36 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 43 |
![]() |
design | DesignForExtension | Class 'FacebookPostActivitySerializer' looks like designed for extension (can be subclassed), but the method 'serializationFormat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPostActivitySerializer' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'FacebookPostActivitySerializer' looks like designed for extension (can be subclassed), but the method 'serialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPostActivitySerializer' final or making the method 'serialize' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 51 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 52 |
![]() |
design | DesignForExtension | Class 'FacebookPostActivitySerializer' looks like designed for extension (can be subclassed), but the method 'deserialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPostActivitySerializer' final or making the method 'deserialize' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
![]() |
misc | FinalParameters | Parameter post should be final. | 56 |
![]() |
design | DesignForExtension | Class 'FacebookPostActivitySerializer' looks like designed for extension (can be subclassed), but the method 'deserializeAll' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPostActivitySerializer' final or making the method 'deserializeAll' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter inClass should be final. | 70 |
![]() |
coding | HiddenField | 'inClass' hides a field. | 70 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 70 |
![]() |
coding | HiddenField | 'outClass' hides a field. | 70 |
![]() |
design | DesignForExtension | Class 'FacebookTypeConverter' looks like designed for extension (can be subclassed), but the method 'getProcessorOutputQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookTypeConverter' final or making the method 'getProcessorOutputQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Class 'FacebookTypeConverter' looks like designed for extension (can be subclassed), but the method 'setProcessorInputQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookTypeConverter' final or making the method 'setProcessorInputQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter inputQueue should be final. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 92 |
![]() |
misc | FinalParameters | Parameter event should be final. | 92 |
![]() |
misc | FinalParameters | Parameter inClass should be final. | 92 |
![]() |
coding | HiddenField | 'inClass' hides a field. | 92 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 92 |
![]() |
coding | HiddenField | 'outClass' hides a field. | 92 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 108 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 111 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 111 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 117 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 117 |
![]() |
whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 118 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 127 |
![]() |
design | DesignForExtension | Class 'FacebookTypeConverter' looks like designed for extension (can be subclassed), but the method 'validate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookTypeConverter' final or making the method 'validate' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter document should be final. | 128 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 128 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 132 |
![]() |
design | DesignForExtension | Class 'FacebookTypeConverter' looks like designed for extension (can be subclassed), but the method 'isValidJSON' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookTypeConverter' final or making the method 'isValidJSON' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 138 |
![]() |
design | DesignForExtension | Class 'FacebookTypeConverter' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookTypeConverter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
design | DesignForExtension | Class 'FacebookTypeConverter' looks like designed for extension (can be subclassed), but the method 'process' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookTypeConverter' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 154 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 164 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 167 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 173 |
![]() |
coding | HiddenField | 'inClass' hides a field. | 175 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 179 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 189 |
![]() |
coding | HiddenField | 'inClass' hides a field. | 189 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 197 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 199 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 210 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 210 |
![]() |
design | DesignForExtension | Class 'FacebookTypeConverter' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookTypeConverter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 217 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 218 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 226 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'backOff' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 62 |
![]() |
misc | FinalParameters | Parameter config should be final. | 62 |
![]() |
coding | HiddenField | 'config' hides a field. | 62 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 62 |
![]() |
coding | HiddenField | 'queue' hides a field. | 62 |
![]() |
coding | MagicNumber | '5' is a magic number. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 76 |
![]() |
misc | FinalParameters | Parameter data should be final. | 89 |
![]() |
misc | FinalParameters | Parameter id should be final. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 116 |
![]() |
design | DesignForExtension | Class 'FacebookDataCollector' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookDataCollector' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 140 |
![]() |
design | DesignForExtension | Class 'FacebookDataCollector' looks like designed for extension (can be subclassed), but the method 'getQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookDataCollector' final or making the method 'getQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 46 |
![]() |
misc | FinalParameters | Parameter json should be final. | 46 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 59 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 61 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 64 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 1,393). | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 78 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'getConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'setConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter config should be final. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter numThreads should be final. | 100 |
![]() |
misc | FinalParameters | Parameter queueSize should be final. | 100 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 107 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 120 |
![]() |
misc | FinalParameters | Parameter config should be final. | 122 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 122 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 130 |
![]() |
coding | HiddenField | 'klass' hides a field. | 130 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
misc | FinalParameters | Parameter config should be final. | 142 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 142 |
![]() |
coding | HiddenField | 'klass' hides a field. | 142 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'getProviderQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'getProviderQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'startStream' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'readCurrent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 168 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'readNew' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 180 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 181 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'readRange' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 186 |
![]() |
misc | FinalParameters | Parameter start should be final. | 187 |
![]() |
coding | HiddenField | 'start' hides a field. | 187 |
![]() |
misc | FinalParameters | Parameter end should be final. | 187 |
![]() |
coding | HiddenField | 'end' hides a field. | 187 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 192 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'isRunning' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 195 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'shutdownAndAwaitTermination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 200 |
![]() |
coding | MagicNumber | '10' is a magic number. | 204 |
![]() |
coding | MagicNumber | '10' is a magic number. | 207 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 219 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 220 |
![]() |
coding | MagicNumber | '5' is a magic number. | 222 |
![]() |
coding | MagicNumber | '20' is a magic number. | 222 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 237 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 237 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 243 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 245 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'getFacebookClient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'getFacebookClient' static/final/abstract/empty, or adding allowed annotation for the method. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
![]() |
design | DesignForExtension | Class 'FacebookFriendFeedProvider' looks like designed for extension (can be subclassed), but the method 'cleanUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendFeedProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 268 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 273 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 275 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 275 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 276 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 276 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 277 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 279 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 279 |
![]() |
coding | HiddenField | 'provider' hides a field. | 279 |
![]() |
misc | FinalParameters | Parameter id should be final. | 279 |
![]() |
coding | HiddenField | 'id' hides a field. | 279 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 284 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 284 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 285 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 285 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 286 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 301 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 311 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 313 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 321 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
![]() |
misc | FinalParameters | Parameter postPaging should be final. | 321 |
![]() |
misc | FinalParameters | Parameter postResponseList should be final. | 321 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 1,351). | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 86 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'getConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'setConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter config should be final. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter numThreads should be final. | 109 |
![]() |
misc | FinalParameters | Parameter queueSize should be final. | 109 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 116 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 129 |
![]() |
misc | FinalParameters | Parameter config should be final. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 131 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 140 |
![]() |
coding | HiddenField | 'klass' hides a field. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'klass'. | 140 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 157 |
![]() |
misc | FinalParameters | Parameter config should be final. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 157 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 157 |
![]() |
coding | HiddenField | 'klass' hides a field. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'klass'. | 157 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'getProviderQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'getProviderQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 166 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'startStream' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 171 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'readCurrent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 176 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'readNew' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 199 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'readRange' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
misc | FinalParameters | Parameter start should be final. | 205 |
![]() |
coding | HiddenField | 'start' hides a field. | 205 |
![]() |
misc | FinalParameters | Parameter end should be final. | 205 |
![]() |
coding | HiddenField | 'end' hides a field. | 205 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 210 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'isRunning' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 213 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'shutdownAndAwaitTermination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 218 |
![]() |
coding | MagicNumber | '10' is a magic number. | 222 |
![]() |
coding | MagicNumber | '10' is a magic number. | 225 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 237 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 238 |
![]() |
coding | MagicNumber | '5' is a magic number. | 240 |
![]() |
coding | MagicNumber | '20' is a magic number. | 240 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 257 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 259 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'getFacebookClient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'getFacebookClient' static/final/abstract/empty, or adding allowed annotation for the method. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
design | DesignForExtension | Class 'FacebookFriendUpdatesProvider' looks like designed for extension (can be subclassed), but the method 'cleanUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookFriendUpdatesProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 282 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 287 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 289 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 289 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 290 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 290 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 294 |
![]() |
misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 312 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'datums' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | VisibilityModifier | Variable 'futures' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 78 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 87 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 87 |
![]() |
design | DesignForExtension | Class 'FacebookProvider' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
design | DesignForExtension | Class 'FacebookProvider' looks like designed for extension (can be subclassed), but the method 'startStream' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
design | DesignForExtension | Class 'FacebookProvider' looks like designed for extension (can be subclassed), but the method 'readCurrent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 110 |
![]() |
design | DesignForExtension | Class 'FacebookProvider' looks like designed for extension (can be subclassed), but the method 'readNew' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 117 |
![]() |
design | DesignForExtension | Class 'FacebookProvider' looks like designed for extension (can be subclassed), but the method 'readRange' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
misc | FinalParameters | Parameter start should be final. | 122 |
![]() |
misc | FinalParameters | Parameter end should be final. | 122 |
![]() |
design | DesignForExtension | Class 'FacebookProvider' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 130 |
![]() |
design | DesignForExtension | Class 'FacebookProvider' looks like designed for extension (can be subclassed), but the method 'cleanUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
coding | MagicNumber | '5' is a magic number. | 135 |
![]() |
coding | MagicNumber | '5' is a magic number. | 135 |
![]() |
misc | FinalParameters | Parameter idsToAfterDate should be final. | 143 |
![]() |
design | DesignForExtension | Class 'FacebookProvider' looks like designed for extension (can be subclassed), but the method 'isRunning' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 1,393). | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 75 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'getConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'setConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter config should be final. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter numThreads should be final. | 94 |
![]() |
misc | FinalParameters | Parameter queueSize should be final. | 94 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 101 |
![]() |
coding | HiddenField | 'facebookUserInformationConfiguration' hides a field. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 117 |
![]() |
misc | FinalParameters | Parameter config should be final. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 121 |
![]() |
coding | HiddenField | 'klass' hides a field. | 121 |
![]() |
coding | HiddenField | 'facebookUserInformationConfiguration' hides a field. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter config should be final. | 133 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 133 |
![]() |
coding | HiddenField | 'klass' hides a field. | 133 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'getProviderQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'getProviderQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'startStream' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'readCurrent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 197 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 197 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 212 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 214 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'readNew' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 234 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 235 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'readRange' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 240 |
![]() |
misc | FinalParameters | Parameter start should be final. | 241 |
![]() |
coding | HiddenField | 'start' hides a field. | 241 |
![]() |
misc | FinalParameters | Parameter end should be final. | 241 |
![]() |
coding | HiddenField | 'end' hides a field. | 241 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 246 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'isRunning' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 249 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'shutdownAndAwaitTermination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. | 254 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 254 |
![]() |
coding | MagicNumber | '10' is a magic number. | 258 |
![]() |
coding | MagicNumber | '10' is a magic number. | 261 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 276 |
![]() |
coding | MagicNumber | '5' is a magic number. | 276 |
![]() |
coding | MagicNumber | '20' is a magic number. | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 282 |
![]() |
coding | HiddenField | 'idsBatches' hides a field. | 286 |
![]() |
coding | MagicNumber | '100' is a magic number. | 292 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'getFacebookClient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'getFacebookClient' static/final/abstract/empty, or adding allowed annotation for the method. | 309 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 314 |
![]() |
design | DesignForExtension | Class 'FacebookUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'cleanUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserInformationProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 324 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 80 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'getConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'setConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter config should be final. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter numThreads should be final. | 102 |
![]() |
misc | FinalParameters | Parameter queueSize should be final. | 102 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 115 |
![]() |
misc | FinalParameters | Parameter config should be final. | 125 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 133 |
![]() |
coding | HiddenField | 'klass' hides a field. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter config should be final. | 145 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 145 |
![]() |
coding | HiddenField | 'klass' hides a field. | 145 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'getProviderQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'getProviderQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'startStream' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 164 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 167 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'readCurrent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 189 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'readNew' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 201 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 202 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'readRange' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 207 |
![]() |
misc | FinalParameters | Parameter start should be final. | 208 |
![]() |
coding | HiddenField | 'start' hides a field. | 208 |
![]() |
misc | FinalParameters | Parameter end should be final. | 208 |
![]() |
coding | HiddenField | 'end' hides a field. | 208 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'isRunning' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 216 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'shutdownAndAwaitTermination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. | 221 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 221 |
![]() |
coding | MagicNumber | '10' is a magic number. | 225 |
![]() |
coding | MagicNumber | '10' is a magic number. | 228 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 240 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 241 |
![]() |
coding | MagicNumber | '5' is a magic number. | 243 |
![]() |
coding | MagicNumber | '20' is a magic number. | 243 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 253 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 255 |
![]() |
coding | MagicNumber | '100' is a magic number. | 264 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'getFacebookClient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'getFacebookClient' static/final/abstract/empty, or adding allowed annotation for the method. | 276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
![]() |
design | DesignForExtension | Class 'FacebookUserstreamProvider' looks like designed for extension (can be subclassed), but the method 'cleanUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookUserstreamProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 290 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 295 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 297 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 297 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 298 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 298 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 299 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 303 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 303 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 303 |
![]() |
misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 307 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 307 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 307 |
![]() |
misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 307 |
![]() |
misc | FinalParameters | Parameter id should be final. | 307 |
![]() |
coding | HiddenField | 'id' hides a field. | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 329 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 46 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 46 |
![]() |
design | DesignForExtension | Class 'FacebookPageDataCollector' looks like designed for extension (can be subclassed), but the method 'getData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageDataCollector' final or making the method 'getData' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter id should be final. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 56 |
![]() |
design | DesignForExtension | Class 'FacebookPageDataCollector' looks like designed for extension (can be subclassed), but the method 'getPage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageDataCollector' final or making the method 'getPage' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter pageId should be final. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 68 |
![]() |
coding | MagicNumber | '17' is a magic number. | 73 |
![]() |
coding | MagicNumber | '4' is a magic number. | 73 |
![]() |
coding | MagicNumber | '341' is a magic number. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
![]() |
design | DesignForExtension | Class 'FacebookPageDataCollector' looks like designed for extension (can be subclassed), but the method 'getQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageDataCollector' final or making the method 'getQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter facebookConfiguration should be final. | 81 |
![]() |
design | DesignForExtension | Class 'FacebookPageProvider' looks like designed for extension (can be subclassed), but the method 'getQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageProvider' final or making the method 'getQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
design | DesignForExtension | Class 'FacebookPageProvider' looks like designed for extension (can be subclassed), but the method 'getDataCollector' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageProvider' final or making the method 'getDataCollector' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
misc | FinalParameters | Parameter args should be final. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 122 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 49 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 49 |
![]() |
design | DesignForExtension | Class 'FacebookPageFeedDataCollector' looks like designed for extension (can be subclassed), but the method 'getData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageFeedDataCollector' final or making the method 'getData' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
misc | FinalParameters | Parameter id should be final. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter paging should be final. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter pageId should be final. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 109 |
![]() |
misc | FinalParameters | Parameter pageId should be final. | 109 |
![]() |
misc | FinalParameters | Parameter paging should be final. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 124 |
![]() |
coding | MagicNumber | '17' is a magic number. | 129 |
![]() |
coding | MagicNumber | '4' is a magic number. | 129 |
![]() |
coding | MagicNumber | '341' is a magic number. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter config should be final. | 62 |
![]() |
design | DesignForExtension | Class 'FacebookPageFeedProvider' looks like designed for extension (can be subclassed), but the method 'getDataCollector' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookPageFeedProvider' final or making the method 'getDataCollector' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
misc | FinalParameters | Parameter args should be final. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 98 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 64 |
![]() |
misc | FinalParameters | Parameter page should be final. | 64 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 64 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 76 |
![]() |
misc | FinalParameters | Parameter post should be final. | 76 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 76 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 76 |
![]() |
misc | FinalParameters | Parameter post should be final. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'post'. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 119 |
![]() |
misc | FinalParameters | Parameter page should be final. | 142 |
![]() |
misc | FinalParameters | Parameter post should be final. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 187 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 198 |
![]() |
misc | FinalParameters | Parameter page should be final. | 198 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 214 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 220 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'activity'. | 220 |
![]() |
misc | FinalParameters | Parameter post should be final. | 220 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'post'. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 222 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 224 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 228 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 235 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 235 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 239 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 251 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 251 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 251 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 255 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 258 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 265 |
![]() |
misc | FinalParameters | Parameter idparts should be final. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 272 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Class 'FacebookStreamsPostSerializer' looks like designed for extension (can be subclassed), but the method 'serializationFormat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookStreamsPostSerializer' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
design | DesignForExtension | Class 'FacebookStreamsPostSerializer' looks like designed for extension (can be subclassed), but the method 'serialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookStreamsPostSerializer' final or making the method 'serialize' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 46 |
![]() |
design | DesignForExtension | Class 'FacebookStreamsPostSerializer' looks like designed for extension (can be subclassed), but the method 'deserialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookStreamsPostSerializer' final or making the method 'deserialize' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter post should be final. | 51 |
![]() |
design | DesignForExtension | Class 'FacebookStreamsPostSerializer' looks like designed for extension (can be subclassed), but the method 'deserializeAll' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FacebookStreamsPostSerializer' final or making the method 'deserializeAll' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 61 |
![]() |
misc | FinalParameters | Parameter post should be final. | 70 |
![]() |
misc | FinalParameters | Parameter post should be final. | 82 |