The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 103 | ![]() |
NeedBraces | 4 | ![]() | |
coding | AvoidInlineConditionals | 1 | ![]() |
HiddenField | 1176 | ![]() | |
MagicNumber | 57 | ![]() | |
SimplifyBooleanExpression | 138 | ![]() | |
design | DesignForExtension | 1522 | ![]() |
FinalClass | 1 | ![]() | |
HideUtilityClassConstructor | 3 | ![]() | |
VisibilityModifier | 114 | ![]() | |
imports | UnusedImports
|
56 | ![]() |
javadoc | JavadocMethod | 1098 | ![]() |
JavadocPackage | 10 | ![]() | |
JavadocStyle | 161 | ![]() | |
JavadocType | 77 | ![]() | |
JavadocVariable | 682 | ![]() | |
misc | FinalParameters | 2035 | ![]() |
TodoComment | 3 | ![]() | |
UpperEll | 1 | ![]() | |
modifier | RedundantModifier | 72 | ![]() |
naming | ConstantName | 14 | ![]() |
LocalVariableName | 27 | ![]() | |
MemberName | 25 | ![]() | |
ParameterName | 27 | ![]() | |
StaticVariableName | 8 | ![]() | |
TypeName | 4 | ![]() | |
regexp | RegexpSingleline
|
1458 | ![]() |
sizes | LineLength | 1575 | ![]() |
whitespace | NoWhitespaceBefore | 3 | ![]() |
ParenPad | 179 | ![]() | |
WhitespaceAfter | 25 | ![]() | |
WhitespaceAround | 169 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
coding | MagicNumber | '1000L' is a magic number. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
coding | MagicNumber | '10L' is a magic number. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter q should be final. | 80 |
![]() |
coding | HiddenField | 'q' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withQ' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchProviderConfiguration' final or making the method 'withQ' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter q should be final. | 84 |
![]() |
coding | HiddenField | 'q' hides a field. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 109 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 109 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxItems' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchProviderConfiguration' final or making the method 'withMaxItems' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 113 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 113 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 138 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 138 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxPages' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchProviderConfiguration' final or making the method 'withMaxPages' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 142 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 142 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProviderConfiguration' 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 'SevenDaySearchProviderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProviderConfiguration' 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 'SevenDaySearchProviderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProviderConfiguration' 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 'SevenDaySearchProviderConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
misc | FinalParameters | Parameter name should be final. | 160 |
![]() |
misc | FinalParameters | Parameter value should be final. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 164 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProviderConfiguration' 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 'SevenDaySearchProviderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter name should be final. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 164 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProviderConfiguration' 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 'SevenDaySearchProviderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 171 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProviderConfiguration' 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 'SevenDaySearchProviderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
misc | FinalParameters | Parameter other should be final. | 175 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 180). | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
coding | MagicNumber | '100L' is a magic number. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
coding | MagicNumber | '5L' is a magic number. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter query should be final. | 80 |
![]() |
coding | HiddenField | 'query' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchProviderConfiguration' final or making the method 'withQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter query should be final. | 84 |
![]() |
coding | HiddenField | 'query' hides a field. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 109 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 109 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxItems' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchProviderConfiguration' final or making the method 'withMaxItems' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 113 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 113 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 138 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 138 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxPages' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchProviderConfiguration' final or making the method 'withMaxPages' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 142 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 142 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProviderConfiguration' 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 'ThirtyDaySearchProviderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProviderConfiguration' 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 'ThirtyDaySearchProviderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProviderConfiguration' 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 'ThirtyDaySearchProviderConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
misc | FinalParameters | Parameter name should be final. | 160 |
![]() |
misc | FinalParameters | Parameter value should be final. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 164 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProviderConfiguration' 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 'ThirtyDaySearchProviderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter name should be final. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 164 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProviderConfiguration' 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 'ThirtyDaySearchProviderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 171 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProviderConfiguration' 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 'ThirtyDaySearchProviderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
misc | FinalParameters | Parameter other should be final. | 175 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 188). | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
misc | FinalParameters | Parameter username should be final. | 55 |
![]() |
coding | HiddenField | 'username' hides a field. | 55 |
![]() |
design | DesignForExtension | Class 'TwitterBasicAuthConfiguration' 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 'TwitterBasicAuthConfiguration' final or making the method 'withUsername' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter username should be final. | 59 |
![]() |
coding | HiddenField | 'username' hides a field. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
misc | FinalParameters | Parameter password should be final. | 82 |
![]() |
coding | HiddenField | 'password' hides a field. | 82 |
![]() |
design | DesignForExtension | Class 'TwitterBasicAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withPassword' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterBasicAuthConfiguration' final or making the method 'withPassword' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter password should be final. | 86 |
![]() |
coding | HiddenField | 'password' hides a field. | 86 |
![]() |
design | DesignForExtension | Class 'TwitterBasicAuthConfiguration' 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 'TwitterBasicAuthConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
design | DesignForExtension | Class 'TwitterBasicAuthConfiguration' 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 'TwitterBasicAuthConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Class 'TwitterBasicAuthConfiguration' 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 'TwitterBasicAuthConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter name should be final. | 104 |
![]() |
misc | FinalParameters | Parameter value should be final. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 108 |
![]() |
design | DesignForExtension | Class 'TwitterBasicAuthConfiguration' 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 'TwitterBasicAuthConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter name should be final. | 108 |
![]() |
misc | FinalParameters | Parameter value should be final. | 108 |
![]() |
design | DesignForExtension | Class 'TwitterBasicAuthConfiguration' 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 'TwitterBasicAuthConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 115 |
![]() |
design | DesignForExtension | Class 'TwitterBasicAuthConfiguration' 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 'TwitterBasicAuthConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 118 |
![]() |
misc | FinalParameters | Parameter other should be final. | 119 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 122 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 144 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 144 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'withProtocol' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 148 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 148 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
misc | FinalParameters | Parameter host should be final. | 173 |
![]() |
coding | HiddenField | 'host' hides a field. | 173 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'withHost' static/final/abstract/empty, or adding allowed annotation for the method. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter host should be final. | 177 |
![]() |
coding | HiddenField | 'host' hides a field. | 177 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 196 |
![]() |
misc | FinalParameters | Parameter port should be final. | 202 |
![]() |
coding | HiddenField | 'port' hides a field. | 202 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'withPort' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
misc | FinalParameters | Parameter port should be final. | 206 |
![]() |
coding | HiddenField | 'port' hides a field. | 206 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 211 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 223 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 225 |
![]() |
misc | FinalParameters | Parameter version should be final. | 231 |
![]() |
coding | HiddenField | 'version' hides a field. | 231 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'withVersion' static/final/abstract/empty, or adding allowed annotation for the method. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
misc | FinalParameters | Parameter version should be final. | 235 |
![]() |
coding | HiddenField | 'version' hides a field. | 235 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 254 |
![]() |
misc | FinalParameters | Parameter debug should be final. | 260 |
![]() |
coding | HiddenField | 'debug' hides a field. | 260 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' looks like designed for extension (can be subclassed), but the method 'withDebug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterConfiguration' final or making the method 'withDebug' static/final/abstract/empty, or adding allowed annotation for the method. | 264 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
![]() |
misc | FinalParameters | Parameter debug should be final. | 264 |
![]() |
coding | HiddenField | 'debug' hides a field. | 264 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 269 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 271 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 281 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 283 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 289 |
![]() |
coding | HiddenField | 'endpoint' hides a field. | 289 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'withEndpoint' static/final/abstract/empty, or adding allowed annotation for the method. | 293 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 293 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 293 |
![]() |
coding | HiddenField | 'endpoint' hides a field. | 293 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 298 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 300 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 310 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 312 |
![]() |
misc | FinalParameters | Parameter environment should be final. | 318 |
![]() |
coding | HiddenField | 'environment' hides a field. | 318 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' looks like designed for extension (can be subclassed), but the method 'withEnvironment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterConfiguration' final or making the method 'withEnvironment' static/final/abstract/empty, or adding allowed annotation for the method. | 322 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 322 |
![]() |
misc | FinalParameters | Parameter environment should be final. | 322 |
![]() |
coding | HiddenField | 'environment' hides a field. | 322 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 328 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 339 |
![]() |
misc | FinalParameters | Parameter jsonStoreEnabled should be final. | 345 |
![]() |
coding | HiddenField | 'jsonStoreEnabled' hides a field. | 345 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' looks like designed for extension (can be subclassed), but the method 'withJsonStoreEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterConfiguration' final or making the method 'withJsonStoreEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 349 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
![]() |
misc | FinalParameters | Parameter jsonStoreEnabled should be final. | 349 |
![]() |
coding | HiddenField | 'jsonStoreEnabled' hides a field. | 349 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 355 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 366 |
![]() |
misc | FinalParameters | Parameter oauth should be final. | 372 |
![]() |
coding | HiddenField | 'oauth' hides a field. | 372 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'withOauth' static/final/abstract/empty, or adding allowed annotation for the method. | 376 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 376 |
![]() |
misc | FinalParameters | Parameter oauth should be final. | 376 |
![]() |
coding | HiddenField | 'oauth' hides a field. | 376 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 382 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 393 |
![]() |
misc | FinalParameters | Parameter basicauth should be final. | 399 |
![]() |
coding | HiddenField | 'basicauth' hides a field. | 399 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 403 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' looks like designed for extension (can be subclassed), but the method 'withBasicauth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterConfiguration' final or making the method 'withBasicauth' static/final/abstract/empty, or adding allowed annotation for the method. | 403 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 403 |
![]() |
misc | FinalParameters | Parameter basicauth should be final. | 403 |
![]() |
coding | HiddenField | 'basicauth' hides a field. | 403 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 408 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 410 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 420 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 422 |
![]() |
misc | FinalParameters | Parameter threadsPerProvider should be final. | 428 |
![]() |
coding | HiddenField | 'threadsPerProvider' hides a field. | 428 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 432 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' looks like designed for extension (can be subclassed), but the method 'withThreadsPerProvider' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterConfiguration' final or making the method 'withThreadsPerProvider' static/final/abstract/empty, or adding allowed annotation for the method. | 432 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 432 |
![]() |
misc | FinalParameters | Parameter threadsPerProvider should be final. | 432 |
![]() |
coding | HiddenField | 'threadsPerProvider' hides a field. | 432 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 437 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 449 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 451 |
![]() |
misc | FinalParameters | Parameter retrySleepMs should be final. | 457 |
![]() |
coding | HiddenField | 'retrySleepMs' hides a field. | 457 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' looks like designed for extension (can be subclassed), but the method 'withRetrySleepMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterConfiguration' final or making the method 'withRetrySleepMs' static/final/abstract/empty, or adding allowed annotation for the method. | 461 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 461 |
![]() |
misc | FinalParameters | Parameter retrySleepMs should be final. | 461 |
![]() |
coding | HiddenField | 'retrySleepMs' hides a field. | 461 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 468 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 478 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 480 |
![]() |
misc | FinalParameters | Parameter retryMax should be final. | 486 |
![]() |
coding | HiddenField | 'retryMax' hides a field. | 486 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' looks like designed for extension (can be subclassed), but the method 'withRetryMax' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterConfiguration' final or making the method 'withRetryMax' static/final/abstract/empty, or adding allowed annotation for the method. | 490 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 490 |
![]() |
misc | FinalParameters | Parameter retryMax should be final. | 490 |
![]() |
coding | HiddenField | 'retryMax' hides a field. | 490 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 495 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 500 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 500 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 506 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 506 |
![]() |
misc | FinalParameters | Parameter name should be final. | 508 |
![]() |
misc | FinalParameters | Parameter value should be final. | 508 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 512 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 512 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 512 |
![]() |
misc | FinalParameters | Parameter name should be final. | 512 |
![]() |
misc | FinalParameters | Parameter value should be final. | 512 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 517 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 311). | 519 |
![]() |
design | DesignForExtension | Class 'TwitterConfiguration' 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 'TwitterConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 522 |
![]() |
misc | FinalParameters | Parameter other should be final. | 523 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 527 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 526). | 531 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProviderConfiguration' 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 'TwitterEngagersProviderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProviderConfiguration' 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 'TwitterEngagersProviderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProviderConfiguration' 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 'TwitterEngagersProviderConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 44 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProviderConfiguration' 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 'TwitterEngagersProviderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter name should be final. | 44 |
![]() |
misc | FinalParameters | Parameter value should be final. | 44 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProviderConfiguration' 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 'TwitterEngagersProviderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProviderConfiguration' 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 'TwitterEngagersProviderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
misc | FinalParameters | Parameter other should be final. | 55 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
coding | MagicNumber | '50000L' is a magic number. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
coding | MagicNumber | '10L' is a magic number. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
misc | FinalParameters | Parameter idsOnly should be final. | 83 |
![]() |
coding | HiddenField | 'idsOnly' hides a field. | 83 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingConfiguration' looks like designed for extension (can be subclassed), but the method 'withIdsOnly' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingConfiguration' final or making the method 'withIdsOnly' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter idsOnly should be final. | 87 |
![]() |
coding | HiddenField | 'idsOnly' hides a field. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 112 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 112 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxItems' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingConfiguration' final or making the method 'withMaxItems' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 116 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 116 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 141 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 141 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxPages' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingConfiguration' final or making the method 'withMaxPages' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 145 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 145 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
misc | FinalParameters | Parameter pageSize should be final. | 170 |
![]() |
coding | HiddenField | 'pageSize' hides a field. | 170 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingConfiguration' looks like designed for extension (can be subclassed), but the method 'withPageSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingConfiguration' final or making the method 'withPageSize' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
misc | FinalParameters | Parameter pageSize should be final. | 174 |
![]() |
coding | HiddenField | 'pageSize' hides a field. | 174 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingConfiguration' 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 'TwitterFollowingConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 179 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingConfiguration' 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 'TwitterFollowingConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingConfiguration' 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 'TwitterFollowingConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
misc | FinalParameters | Parameter name should be final. | 192 |
![]() |
misc | FinalParameters | Parameter value should be final. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 196 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingConfiguration' 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 'TwitterFollowingConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
misc | FinalParameters | Parameter name should be final. | 196 |
![]() |
misc | FinalParameters | Parameter value should be final. | 196 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingConfiguration' 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 'TwitterFollowingConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 203 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingConfiguration' 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 'TwitterFollowingConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
misc | FinalParameters | Parameter other should be final. | 207 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 215 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
misc | FinalParameters | Parameter appName should be final. | 67 |
![]() |
coding | HiddenField | 'appName' hides a field. | 67 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withAppName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterOAuthConfiguration' final or making the method 'withAppName' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter appName should be final. | 71 |
![]() |
coding | HiddenField | 'appName' hides a field. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
misc | FinalParameters | Parameter consumerKey should be final. | 94 |
![]() |
coding | HiddenField | 'consumerKey' hides a field. | 94 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withConsumerKey' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterOAuthConfiguration' final or making the method 'withConsumerKey' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter consumerKey should be final. | 98 |
![]() |
coding | HiddenField | 'consumerKey' hides a field. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
misc | FinalParameters | Parameter consumerSecret should be final. | 121 |
![]() |
coding | HiddenField | 'consumerSecret' hides a field. | 121 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withConsumerSecret' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterOAuthConfiguration' final or making the method 'withConsumerSecret' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter consumerSecret should be final. | 125 |
![]() |
coding | HiddenField | 'consumerSecret' hides a field. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
misc | FinalParameters | Parameter accessToken should be final. | 148 |
![]() |
coding | HiddenField | 'accessToken' hides a field. | 148 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthConfiguration' 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 'TwitterOAuthConfiguration' final or making the method 'withAccessToken' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter accessToken should be final. | 152 |
![]() |
coding | HiddenField | 'accessToken' hides a field. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
misc | FinalParameters | Parameter accessTokenSecret should be final. | 175 |
![]() |
coding | HiddenField | 'accessTokenSecret' hides a field. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 179 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthConfiguration' looks like designed for extension (can be subclassed), but the method 'withAccessTokenSecret' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterOAuthConfiguration' final or making the method 'withAccessTokenSecret' static/final/abstract/empty, or adding allowed annotation for the method. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
misc | FinalParameters | Parameter accessTokenSecret should be final. | 179 |
![]() |
coding | HiddenField | 'accessTokenSecret' hides a field. | 179 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthConfiguration' 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 'TwitterOAuthConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 184 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthConfiguration' 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 'TwitterOAuthConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthConfiguration' 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 'TwitterOAuthConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 195 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
![]() |
misc | FinalParameters | Parameter name should be final. | 197 |
![]() |
misc | FinalParameters | Parameter value should be final. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 201 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthConfiguration' 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 'TwitterOAuthConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
misc | FinalParameters | Parameter name should be final. | 201 |
![]() |
misc | FinalParameters | Parameter value should be final. | 201 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthConfiguration' 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 'TwitterOAuthConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 208 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthConfiguration' 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 'TwitterOAuthConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
![]() |
misc | FinalParameters | Parameter other should be final. | 212 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 296). | 220 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 102 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 106 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterStreamConfiguration' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 106 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
misc | FinalParameters | Parameter truncated should be final. | 129 |
![]() |
coding | HiddenField | 'truncated' hides a field. | 129 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' looks like designed for extension (can be subclassed), but the method 'withTruncated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterStreamConfiguration' final or making the method 'withTruncated' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter truncated should be final. | 133 |
![]() |
coding | HiddenField | 'truncated' hides a field. | 133 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
misc | FinalParameters | Parameter filterLevel should be final. | 158 |
![]() |
coding | HiddenField | 'filterLevel' hides a field. | 158 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' looks like designed for extension (can be subclassed), but the method 'withFilterLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterStreamConfiguration' final or making the method 'withFilterLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter filterLevel should be final. | 162 |
![]() |
coding | HiddenField | 'filterLevel' hides a field. | 162 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
misc | FinalParameters | Parameter with should be final. | 187 |
![]() |
coding | HiddenField | 'with' hides a field. | 187 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' looks like designed for extension (can be subclassed), but the method 'withWith' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterStreamConfiguration' final or making the method 'withWith' static/final/abstract/empty, or adding allowed annotation for the method. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter with should be final. | 191 |
![]() |
coding | HiddenField | 'with' hides a field. | 191 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
misc | FinalParameters | Parameter replies should be final. | 216 |
![]() |
coding | HiddenField | 'replies' hides a field. | 216 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' looks like designed for extension (can be subclassed), but the method 'withReplies' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterStreamConfiguration' final or making the method 'withReplies' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter replies should be final. | 220 |
![]() |
coding | HiddenField | 'replies' hides a field. | 220 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 238 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
misc | FinalParameters | Parameter follow should be final. | 245 |
![]() |
coding | HiddenField | 'follow' hides a field. | 245 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' looks like designed for extension (can be subclassed), but the method 'withFollow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterStreamConfiguration' final or making the method 'withFollow' static/final/abstract/empty, or adding allowed annotation for the method. | 249 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
misc | FinalParameters | Parameter follow should be final. | 249 |
![]() |
coding | HiddenField | 'follow' hides a field. | 249 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 255 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 267 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 268 |
![]() |
misc | FinalParameters | Parameter track should be final. | 274 |
![]() |
coding | HiddenField | 'track' hides a field. | 274 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' looks like designed for extension (can be subclassed), but the method 'withTrack' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterStreamConfiguration' final or making the method 'withTrack' static/final/abstract/empty, or adding allowed annotation for the method. | 278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
![]() |
misc | FinalParameters | Parameter track should be final. | 278 |
![]() |
coding | HiddenField | 'track' hides a field. | 278 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' 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 'TwitterStreamConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 283 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' 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 'TwitterStreamConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' 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 'TwitterStreamConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
misc | FinalParameters | Parameter name should be final. | 296 |
![]() |
misc | FinalParameters | Parameter value should be final. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 300 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' 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 'TwitterStreamConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
misc | FinalParameters | Parameter name should be final. | 300 |
![]() |
misc | FinalParameters | Parameter value should be final. | 300 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' 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 'TwitterStreamConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 199). | 307 |
![]() |
design | DesignForExtension | Class 'TwitterStreamConfiguration' 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 'TwitterStreamConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 310 |
![]() |
misc | FinalParameters | Parameter other should be final. | 311 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 320). | 319 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
coding | MagicNumber | '3200L' is a magic number. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
coding | MagicNumber | '16L' is a magic number. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 67 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 67 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxItems' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterTimelineProviderConfiguration' final or making the method 'withMaxItems' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter maxItems should be final. | 71 |
![]() |
coding | HiddenField | 'maxItems' hides a field. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 96 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 96 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProviderConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxPages' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterTimelineProviderConfiguration' final or making the method 'withMaxPages' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter maxPages should be final. | 100 |
![]() |
coding | HiddenField | 'maxPages' hides a field. | 100 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProviderConfiguration' 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 'TwitterTimelineProviderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProviderConfiguration' 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 'TwitterTimelineProviderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProviderConfiguration' 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 'TwitterTimelineProviderConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter name should be final. | 118 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 122 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProviderConfiguration' 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 'TwitterTimelineProviderConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter name should be final. | 122 |
![]() |
misc | FinalParameters | Parameter value should be final. | 122 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProviderConfiguration' 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 'TwitterTimelineProviderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 129 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProviderConfiguration' 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 'TwitterTimelineProviderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
misc | FinalParameters | Parameter other should be final. | 133 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
coding | MagicNumber | '200L' 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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
misc | FinalParameters | Parameter info should be final. | 71 |
![]() |
coding | HiddenField | 'info' hides a field. | 71 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationConfiguration' 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 'TwitterUserInformationConfiguration' 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 pageSize should be final. | 100 |
![]() |
coding | HiddenField | 'pageSize' hides a field. | 100 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationConfiguration' looks like designed for extension (can be subclassed), but the method 'withPageSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterUserInformationConfiguration' final or making the method 'withPageSize' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter pageSize should be final. | 104 |
![]() |
coding | HiddenField | 'pageSize' hides a field. | 104 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationConfiguration' 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 'TwitterUserInformationConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationConfiguration' 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 'TwitterUserInformationConfiguration' 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 'TwitterUserInformationConfiguration' 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 'TwitterUserInformationConfiguration' 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 98). | 126 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationConfiguration' 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 'TwitterUserInformationConfiguration' 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 'TwitterUserInformationConfiguration' 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 'TwitterUserInformationConfiguration' 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 109). | 133 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationConfiguration' 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 'TwitterUserInformationConfiguration' 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 96). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 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 | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
misc | FinalParameters | Parameter expandedUrl should be final. | 67 |
![]() |
coding | HiddenField | 'expandedUrl' hides a field. | 67 |
![]() |
design | DesignForExtension | Class 'Url' looks like designed for extension (can be subclassed), but the method 'withExpandedUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Url' final or making the method 'withExpandedUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter expandedUrl should be final. | 71 |
![]() |
coding | HiddenField | 'expandedUrl' hides a field. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 94 |
![]() |
coding | HiddenField | 'indices' hides a field. | 94 |
![]() |
design | DesignForExtension | Class 'Url' looks like designed for extension (can be subclassed), but the method 'withIndices' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Url' final or making the method 'withIndices' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 98 |
![]() |
coding | HiddenField | 'indices' hides a field. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
misc | FinalParameters | Parameter displayUrl should be final. | 121 |
![]() |
coding | HiddenField | 'displayUrl' hides a field. | 121 |
![]() |
design | DesignForExtension | Class 'Url' looks like designed for extension (can be subclassed), but the method 'withDisplayUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Url' final or making the method 'withDisplayUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter displayUrl should be final. | 125 |
![]() |
coding | HiddenField | 'displayUrl' hides a field. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
misc | FinalParameters | Parameter url should be final. | 148 |
![]() |
coding | HiddenField | 'url' hides a field. | 148 |
![]() |
design | DesignForExtension | Class 'Url' looks like designed for extension (can be subclassed), but the method 'withUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Url' final or making the method 'withUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter url should be final. | 152 |
![]() |
coding | HiddenField | 'url' hides a field. | 152 |
![]() |
design | DesignForExtension | Class 'Url' 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 'Url' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
design | DesignForExtension | Class 'Url' 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 'Url' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
design | DesignForExtension | Class 'Url' 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 'Url' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter name should be final. | 170 |
![]() |
misc | FinalParameters | Parameter value should be final. | 170 |
![]() |
design | DesignForExtension | Class 'Url' 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 'Url' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
misc | FinalParameters | Parameter name should be final. | 174 |
![]() |
misc | FinalParameters | Parameter value should be final. | 174 |
![]() |
design | DesignForExtension | Class 'Url' 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 'Url' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 181 |
![]() |
design | DesignForExtension | Class 'Url' 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 'Url' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 184 |
![]() |
misc | FinalParameters | Parameter other should be final. | 185 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 193 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.List. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 254). | 39 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 274). | 49 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 268). | 59 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 256). | 69 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 256). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 256). | 58 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'url'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 158). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 262). | 68 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'webhookId'. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 266). | 79 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 354). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 252). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 93 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 94 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InvocationTargetException'. | 95 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RestCallException'. | 95 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 178). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 252). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 107 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InvocationTargetException'. | 108 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RestCallException'. | 108 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 258). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 119 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 120 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InvocationTargetException'. | 121 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RestCallException'. | 121 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | MemberName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
misc | FinalParameters | Parameter alwaysUseHttps should be final. | 106 |
![]() |
coding | HiddenField | 'alwaysUseHttps' hides a field. | 106 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withAlwaysUseHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withAlwaysUseHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter alwaysUseHttps should be final. | 110 |
![]() |
coding | HiddenField | 'alwaysUseHttps' hides a field. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
misc | FinalParameters | Parameter discoverableByEmail should be final. | 133 |
![]() |
coding | HiddenField | 'discoverableByEmail' hides a field. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 137 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withDiscoverableByEmail' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withDiscoverableByEmail' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter discoverableByEmail should be final. | 137 |
![]() |
coding | HiddenField | 'discoverableByEmail' hides a field. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 160 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 160 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withGeoEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withGeoEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 164 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
misc | FinalParameters | Parameter language should be final. | 187 |
![]() |
coding | HiddenField | 'language' hides a field. | 187 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withLanguage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withLanguage' static/final/abstract/empty, or adding allowed annotation for the method. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter language should be final. | 191 |
![]() |
coding | HiddenField | 'language' hides a field. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 214 |
![]() |
coding | HiddenField | '_protected' hides a field. | 214 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withProtected' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withProtected' static/final/abstract/empty, or adding allowed annotation for the method. | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 218 |
![]() |
coding | HiddenField | '_protected' hides a field. | 218 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 241 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 241 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 245 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 245 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
misc | FinalParameters | Parameter showAllInlineMedia should be final. | 268 |
![]() |
coding | HiddenField | 'showAllInlineMedia' hides a field. | 268 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withShowAllInlineMedia' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withShowAllInlineMedia' static/final/abstract/empty, or adding allowed annotation for the method. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
![]() |
misc | FinalParameters | Parameter showAllInlineMedia should be final. | 272 |
![]() |
coding | HiddenField | 'showAllInlineMedia' hides a field. | 272 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
misc | FinalParameters | Parameter sleepTime should be final. | 295 |
![]() |
coding | HiddenField | 'sleepTime' hides a field. | 295 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withSleepTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withSleepTime' static/final/abstract/empty, or adding allowed annotation for the method. | 299 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 299 |
![]() |
misc | FinalParameters | Parameter sleepTime should be final. | 299 |
![]() |
coding | HiddenField | 'sleepTime' hides a field. | 299 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 305 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 316 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 322 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 322 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withTimeZone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withTimeZone' static/final/abstract/empty, or adding allowed annotation for the method. | 326 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 326 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 326 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 332 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 343 |
![]() |
misc | FinalParameters | Parameter trendLocation should be final. | 349 |
![]() |
coding | HiddenField | 'trendLocation' hides a field. | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 353 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withTrendLocation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withTrendLocation' static/final/abstract/empty, or adding allowed annotation for the method. | 353 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 353 |
![]() |
misc | FinalParameters | Parameter trendLocation should be final. | 353 |
![]() |
coding | HiddenField | 'trendLocation' hides a field. | 353 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 359 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 370 |
![]() |
misc | FinalParameters | Parameter useCookiePersonalization should be final. | 376 |
![]() |
coding | HiddenField | 'useCookiePersonalization' hides a field. | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 380 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withUseCookiePersonalization' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withUseCookiePersonalization' static/final/abstract/empty, or adding allowed annotation for the method. | 380 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 380 |
![]() |
misc | FinalParameters | Parameter useCookiePersonalization should be final. | 380 |
![]() |
coding | HiddenField | 'useCookiePersonalization' hides a field. | 380 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 386 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 397 |
![]() |
misc | FinalParameters | Parameter allowContributorRequest should be final. | 403 |
![]() |
coding | HiddenField | 'allowContributorRequest' hides a field. | 403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 407 |
![]() |
design | DesignForExtension | Class 'AccountSettings' looks like designed for extension (can be subclassed), but the method 'withAllowContributorRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettings' final or making the method 'withAllowContributorRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 407 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 407 |
![]() |
misc | FinalParameters | Parameter allowContributorRequest should be final. | 407 |
![]() |
coding | HiddenField | 'allowContributorRequest' hides a field. | 407 |
![]() |
design | DesignForExtension | Class 'AccountSettings' 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 'AccountSettings' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 412 |
![]() |
design | DesignForExtension | Class 'AccountSettings' 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 'AccountSettings' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 417 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 417 |
![]() |
design | DesignForExtension | Class 'AccountSettings' 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 'AccountSettings' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 423 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 423 |
![]() |
misc | FinalParameters | Parameter name should be final. | 425 |
![]() |
misc | FinalParameters | Parameter value should be final. | 425 |
![]() |
design | DesignForExtension | Class 'AccountSettings' 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 'AccountSettings' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
![]() |
misc | FinalParameters | Parameter name should be final. | 429 |
![]() |
misc | FinalParameters | Parameter value should be final. | 429 |
![]() |
design | DesignForExtension | Class 'AccountSettings' 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 'AccountSettings' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 434 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 353). | 436 |
![]() |
design | DesignForExtension | Class 'AccountSettings' 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 'AccountSettings' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 439 |
![]() |
misc | FinalParameters | Parameter other should be final. | 440 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 444 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 613). | 448 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | MemberName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
misc | FinalParameters | Parameter alwaysUseHttps should be final. | 106 |
![]() |
coding | HiddenField | 'alwaysUseHttps' hides a field. | 106 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withAlwaysUseHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withAlwaysUseHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter alwaysUseHttps should be final. | 110 |
![]() |
coding | HiddenField | 'alwaysUseHttps' hides a field. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
misc | FinalParameters | Parameter discoverableByEmail should be final. | 133 |
![]() |
coding | HiddenField | 'discoverableByEmail' hides a field. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 137 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withDiscoverableByEmail' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withDiscoverableByEmail' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter discoverableByEmail should be final. | 137 |
![]() |
coding | HiddenField | 'discoverableByEmail' hides a field. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 160 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 160 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withGeoEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withGeoEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 164 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
misc | FinalParameters | Parameter language should be final. | 187 |
![]() |
coding | HiddenField | 'language' hides a field. | 187 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withLanguage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withLanguage' static/final/abstract/empty, or adding allowed annotation for the method. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter language should be final. | 191 |
![]() |
coding | HiddenField | 'language' hides a field. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 214 |
![]() |
coding | HiddenField | '_protected' hides a field. | 214 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withProtected' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withProtected' static/final/abstract/empty, or adding allowed annotation for the method. | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 218 |
![]() |
coding | HiddenField | '_protected' hides a field. | 218 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 241 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 241 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 245 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 245 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
misc | FinalParameters | Parameter showAllInlineMedia should be final. | 268 |
![]() |
coding | HiddenField | 'showAllInlineMedia' hides a field. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 272 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withShowAllInlineMedia' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withShowAllInlineMedia' static/final/abstract/empty, or adding allowed annotation for the method. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
![]() |
misc | FinalParameters | Parameter showAllInlineMedia should be final. | 272 |
![]() |
coding | HiddenField | 'showAllInlineMedia' hides a field. | 272 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
misc | FinalParameters | Parameter sleepTime should be final. | 295 |
![]() |
coding | HiddenField | 'sleepTime' hides a field. | 295 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withSleepTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withSleepTime' static/final/abstract/empty, or adding allowed annotation for the method. | 299 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 299 |
![]() |
misc | FinalParameters | Parameter sleepTime should be final. | 299 |
![]() |
coding | HiddenField | 'sleepTime' hides a field. | 299 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 305 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 316 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 322 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 322 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withTimeZone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withTimeZone' static/final/abstract/empty, or adding allowed annotation for the method. | 326 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 326 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 326 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 332 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 343 |
![]() |
misc | FinalParameters | Parameter trendLocation should be final. | 349 |
![]() |
coding | HiddenField | 'trendLocation' hides a field. | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 353 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withTrendLocation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withTrendLocation' static/final/abstract/empty, or adding allowed annotation for the method. | 353 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 353 |
![]() |
misc | FinalParameters | Parameter trendLocation should be final. | 353 |
![]() |
coding | HiddenField | 'trendLocation' hides a field. | 353 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 359 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 370 |
![]() |
misc | FinalParameters | Parameter useCookiePersonalization should be final. | 376 |
![]() |
coding | HiddenField | 'useCookiePersonalization' hides a field. | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 380 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withUseCookiePersonalization' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withUseCookiePersonalization' static/final/abstract/empty, or adding allowed annotation for the method. | 380 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 380 |
![]() |
misc | FinalParameters | Parameter useCookiePersonalization should be final. | 380 |
![]() |
coding | HiddenField | 'useCookiePersonalization' hides a field. | 380 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 386 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 397 |
![]() |
misc | FinalParameters | Parameter allowContributorRequest should be final. | 403 |
![]() |
coding | HiddenField | 'allowContributorRequest' hides a field. | 403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 407 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' looks like designed for extension (can be subclassed), but the method 'withAllowContributorRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AccountSettingsResponse' final or making the method 'withAllowContributorRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 407 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 407 |
![]() |
misc | FinalParameters | Parameter allowContributorRequest should be final. | 407 |
![]() |
coding | HiddenField | 'allowContributorRequest' hides a field. | 407 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' 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 'AccountSettingsResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 412 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' 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 'AccountSettingsResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 417 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 417 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' 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 'AccountSettingsResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 423 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 423 |
![]() |
misc | FinalParameters | Parameter name should be final. | 425 |
![]() |
misc | FinalParameters | Parameter value should be final. | 425 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 429 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' 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 'AccountSettingsResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
![]() |
misc | FinalParameters | Parameter name should be final. | 429 |
![]() |
misc | FinalParameters | Parameter value should be final. | 429 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' 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 'AccountSettingsResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 434 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 353). | 436 |
![]() |
design | DesignForExtension | Class 'AccountSettingsResponse' 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 'AccountSettingsResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 439 |
![]() |
misc | FinalParameters | Parameter other should be final. | 440 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 444 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 613). | 448 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 78 |
![]() |
coding | HiddenField | 'userId' hides a field. | 78 |
![]() |
design | DesignForExtension | Class 'DirectMessageNewRequest' looks like designed for extension (can be subclassed), but the method 'withUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessageNewRequest' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 82 |
![]() |
coding | HiddenField | 'userId' hides a field. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 107 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 107 |
![]() |
design | DesignForExtension | Class 'DirectMessageNewRequest' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessageNewRequest' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 111 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
misc | FinalParameters | Parameter text should be final. | 136 |
![]() |
coding | HiddenField | 'text' hides a field. | 136 |
![]() |
design | DesignForExtension | Class 'DirectMessageNewRequest' 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 'DirectMessageNewRequest' final or making the method 'withText' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter text should be final. | 140 |
![]() |
coding | HiddenField | 'text' hides a field. | 140 |
![]() |
design | DesignForExtension | Class 'DirectMessageNewRequest' 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 'DirectMessageNewRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
design | DesignForExtension | Class 'DirectMessageNewRequest' 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 'DirectMessageNewRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
design | DesignForExtension | Class 'DirectMessageNewRequest' 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 'DirectMessageNewRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter name should be final. | 158 |
![]() |
misc | FinalParameters | Parameter value should be final. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 162 |
![]() |
design | DesignForExtension | Class 'DirectMessageNewRequest' 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 'DirectMessageNewRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 162 |
![]() |
misc | FinalParameters | Parameter value should be final. | 162 |
![]() |
design | DesignForExtension | Class 'DirectMessageNewRequest' 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 'DirectMessageNewRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 169 |
![]() |
design | DesignForExtension | Class 'DirectMessageNewRequest' 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 'DirectMessageNewRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 172 |
![]() |
misc | FinalParameters | Parameter other should be final. | 173 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 186). | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 23 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.WelcomeMessage. | 24 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.RequestBean. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 227). | 48 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 58 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 151). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 69 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 80 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 91 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 271). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 229). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 106 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 271). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 237). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 117 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 151). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 124 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
misc | FinalParameters | Parameter count should be final. | 94 |
![]() |
coding | HiddenField | 'count' hides a field. | 94 |
![]() |
design | DesignForExtension | Class 'DirectMessagesListRequest' 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 'DirectMessagesListRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter count should be final. | 98 |
![]() |
coding | HiddenField | 'count' hides a field. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 123 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 123 |
![]() |
design | DesignForExtension | Class 'DirectMessagesListRequest' looks like designed for extension (can be subclassed), but the method 'withSinceId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessagesListRequest' final or making the method 'withSinceId' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 127 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 152 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 152 |
![]() |
design | DesignForExtension | Class 'DirectMessagesListRequest' looks like designed for extension (can be subclassed), but the method 'withMaxId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessagesListRequest' final or making the method 'withMaxId' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 156 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 181 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 185 |
![]() |
design | DesignForExtension | Class 'DirectMessagesListRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessagesListRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 185 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 210 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 210 |
![]() |
design | DesignForExtension | Class 'DirectMessagesListRequest' looks like designed for extension (can be subclassed), but the method 'withSkipStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessagesListRequest' final or making the method 'withSkipStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 214 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 214 |
![]() |
design | DesignForExtension | Class 'DirectMessagesListRequest' 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 'DirectMessagesListRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 219 |
![]() |
design | DesignForExtension | Class 'DirectMessagesListRequest' 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 'DirectMessagesListRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
design | DesignForExtension | Class 'DirectMessagesListRequest' 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 'DirectMessagesListRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter name should be final. | 232 |
![]() |
misc | FinalParameters | Parameter value should be final. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 236 |
![]() |
design | DesignForExtension | Class 'DirectMessagesListRequest' 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 'DirectMessagesListRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
misc | FinalParameters | Parameter name should be final. | 236 |
![]() |
misc | FinalParameters | Parameter value should be final. | 236 |
![]() |
design | DesignForExtension | Class 'DirectMessagesListRequest' 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 'DirectMessagesListRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 166). | 243 |
![]() |
design | DesignForExtension | Class 'DirectMessagesListRequest' 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 'DirectMessagesListRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 246 |
![]() |
misc | FinalParameters | Parameter other should be final. | 247 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 260). | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
misc | FinalParameters | Parameter count should be final. | 94 |
![]() |
coding | HiddenField | 'count' hides a field. | 94 |
![]() |
design | DesignForExtension | Class 'DirectMessagesSentRequest' 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 'DirectMessagesSentRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter count should be final. | 98 |
![]() |
coding | HiddenField | 'count' hides a field. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 123 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 123 |
![]() |
design | DesignForExtension | Class 'DirectMessagesSentRequest' looks like designed for extension (can be subclassed), but the method 'withSinceId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessagesSentRequest' final or making the method 'withSinceId' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 127 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 152 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 152 |
![]() |
design | DesignForExtension | Class 'DirectMessagesSentRequest' looks like designed for extension (can be subclassed), but the method 'withMaxId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessagesSentRequest' final or making the method 'withMaxId' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 156 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
misc | FinalParameters | Parameter page should be final. | 181 |
![]() |
coding | HiddenField | 'page' hides a field. | 181 |
![]() |
design | DesignForExtension | Class 'DirectMessagesSentRequest' looks like designed for extension (can be subclassed), but the method 'withPage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessagesSentRequest' final or making the method 'withPage' static/final/abstract/empty, or adding allowed annotation for the method. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter page should be final. | 185 |
![]() |
coding | HiddenField | 'page' hides a field. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 210 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 214 |
![]() |
design | DesignForExtension | Class 'DirectMessagesSentRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessagesSentRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 214 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 214 |
![]() |
design | DesignForExtension | Class 'DirectMessagesSentRequest' 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 'DirectMessagesSentRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 219 |
![]() |
design | DesignForExtension | Class 'DirectMessagesSentRequest' 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 'DirectMessagesSentRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
design | DesignForExtension | Class 'DirectMessagesSentRequest' 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 'DirectMessagesSentRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter name should be final. | 232 |
![]() |
misc | FinalParameters | Parameter value should be final. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 236 |
![]() |
design | DesignForExtension | Class 'DirectMessagesSentRequest' 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 'DirectMessagesSentRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
misc | FinalParameters | Parameter name should be final. | 236 |
![]() |
misc | FinalParameters | Parameter value should be final. | 236 |
![]() |
design | DesignForExtension | Class 'DirectMessagesSentRequest' 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 'DirectMessagesSentRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 160). | 243 |
![]() |
design | DesignForExtension | Class 'DirectMessagesSentRequest' 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 'DirectMessagesSentRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 246 |
![]() |
misc | FinalParameters | Parameter other should be final. | 247 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 248). | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter code should be final. | 53 |
![]() |
coding | HiddenField | 'code' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Error' looks like designed for extension (can be subclassed), but the method 'withCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Error' final or making the method 'withCode' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter code should be final. | 57 |
![]() |
coding | HiddenField | 'code' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter message should be final. | 80 |
![]() |
coding | HiddenField | 'message' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'Error' 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 'Error' final or making the method 'withMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter message should be final. | 84 |
![]() |
coding | HiddenField | 'message' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'Error' 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 'Error' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'Error' 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 'Error' 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 'Error' 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 'Error' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
design | DesignForExtension | Class 'Error' 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 'Error' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'Error' 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 'Error' 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 108). | 113 |
![]() |
design | DesignForExtension | Class 'Error' 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 'Error' 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 153). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
misc | FinalParameters | Parameter event should be final. | 56 |
![]() |
coding | HiddenField | 'event' hides a field. | 56 |
![]() |
design | DesignForExtension | Class 'EventShowResponse' looks like designed for extension (can be subclassed), but the method 'withEvent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EventShowResponse' final or making the method 'withEvent' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter event should be final. | 60 |
![]() |
coding | HiddenField | 'event' hides a field. | 60 |
![]() |
design | DesignForExtension | Class 'EventShowResponse' 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 'EventShowResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
design | DesignForExtension | Class 'EventShowResponse' 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 'EventShowResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Class 'EventShowResponse' 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 'EventShowResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter name should be final. | 78 |
![]() |
misc | FinalParameters | Parameter value should be final. | 78 |
![]() |
design | DesignForExtension | Class 'EventShowResponse' 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 'EventShowResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter name should be final. | 82 |
![]() |
misc | FinalParameters | Parameter value should be final. | 82 |
![]() |
design | DesignForExtension | Class 'EventShowResponse' 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 'EventShowResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 89 |
![]() |
design | DesignForExtension | Class 'EventShowResponse' 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 'EventShowResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
misc | FinalParameters | Parameter other should be final. | 93 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
misc | FinalParameters | Parameter count should be final. | 70 |
![]() |
coding | HiddenField | 'count' hides a field. | 70 |
![]() |
design | DesignForExtension | Class 'EventsListRequest' 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 'EventsListRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter count should be final. | 74 |
![]() |
coding | HiddenField | 'count' hides a field. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 99 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 99 |
![]() |
design | DesignForExtension | Class 'EventsListRequest' looks like designed for extension (can be subclassed), but the method 'withCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EventsListRequest' final or making the method 'withCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 103 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'EventsListRequest' 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 'EventsListRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
design | DesignForExtension | Class 'EventsListRequest' 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 'EventsListRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Class 'EventsListRequest' 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 'EventsListRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
design | DesignForExtension | Class 'EventsListRequest' 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 'EventsListRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Class 'EventsListRequest' 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 'EventsListRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 132 |
![]() |
design | DesignForExtension | Class 'EventsListRequest' 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 'EventsListRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
misc | FinalParameters | Parameter events should be final. | 60 |
![]() |
coding | HiddenField | 'events' hides a field. | 60 |
![]() |
design | DesignForExtension | Class 'EventsListResponse' looks like designed for extension (can be subclassed), but the method 'withEvents' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EventsListResponse' final or making the method 'withEvents' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter events should be final. | 64 |
![]() |
coding | HiddenField | 'events' hides a field. | 64 |
![]() |
design | DesignForExtension | Class 'EventsListResponse' 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 'EventsListResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
design | DesignForExtension | Class 'EventsListResponse' 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 'EventsListResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Class 'EventsListResponse' 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 'EventsListResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter name should be final. | 82 |
![]() |
misc | FinalParameters | Parameter value should be final. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
![]() |
design | DesignForExtension | Class 'EventsListResponse' 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 'EventsListResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter name should be final. | 86 |
![]() |
misc | FinalParameters | Parameter value should be final. | 86 |
![]() |
design | DesignForExtension | Class 'EventsListResponse' 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 'EventsListResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 93 |
![]() |
design | DesignForExtension | Class 'EventsListResponse' 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 'EventsListResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
misc | FinalParameters | Parameter other should be final. | 97 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Body. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 44 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 97 |
![]() |
coding | HiddenField | 'userId' hides a field. | 97 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' looks like designed for extension (can be subclassed), but the method 'withUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FavoritesListRequest' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 101 |
![]() |
coding | HiddenField | 'userId' hides a field. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 126 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 126 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FavoritesListRequest' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 130 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
misc | FinalParameters | Parameter count should be final. | 155 |
![]() |
coding | HiddenField | 'count' hides a field. | 155 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' 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 'FavoritesListRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter count should be final. | 159 |
![]() |
coding | HiddenField | 'count' hides a field. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 177 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 184 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 184 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' looks like designed for extension (can be subclassed), but the method 'withSinceId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FavoritesListRequest' final or making the method 'withSinceId' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 188 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 213 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 213 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' looks like designed for extension (can be subclassed), but the method 'withMaxId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FavoritesListRequest' final or making the method 'withMaxId' static/final/abstract/empty, or adding allowed annotation for the method. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 217 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 217 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 242 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 242 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FavoritesListRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 246 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 246 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' 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 'FavoritesListRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 251 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' 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 'FavoritesListRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' 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 'FavoritesListRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 262 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 262 |
![]() |
misc | FinalParameters | Parameter name should be final. | 264 |
![]() |
misc | FinalParameters | Parameter value should be final. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 268 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' 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 'FavoritesListRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 268 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
![]() |
misc | FinalParameters | Parameter name should be final. | 268 |
![]() |
misc | FinalParameters | Parameter value should be final. | 268 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' 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 'FavoritesListRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 275 |
![]() |
design | DesignForExtension | Class 'FavoritesListRequest' 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 'FavoritesListRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 278 |
![]() |
misc | FinalParameters | Parameter other should be final. | 279 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 287). | 287 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 211). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 249). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 251). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 57 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
design | DesignForExtension | Class 'FollowersIdsRequest' 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 'FollowersIdsRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
design | DesignForExtension | Class 'FollowersIdsRequest' 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 'FollowersIdsRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'FollowersIdsRequest' 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 'FollowersIdsRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 49 |
![]() |
misc | FinalParameters | Parameter value should be final. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
![]() |
design | DesignForExtension | Class 'FollowersIdsRequest' 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 'FollowersIdsRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
misc | FinalParameters | Parameter value should be final. | 53 |
![]() |
design | DesignForExtension | Class 'FollowersIdsRequest' 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 'FollowersIdsRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
design | DesignForExtension | Class 'FollowersIdsRequest' 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 'FollowersIdsRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
misc | FinalParameters | Parameter other should be final. | 64 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 76 |
![]() |
coding | HiddenField | 'ids' hides a field. | 76 |
![]() |
design | DesignForExtension | Class 'FollowersIdsResponse' 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 'FollowersIdsResponse' final or making the method 'withIds' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 80 |
![]() |
coding | HiddenField | 'ids' hides a field. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 103 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'FollowersIdsResponse' looks like designed for extension (can be subclassed), but the method 'withPreviousCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowersIdsResponse' final or making the method 'withPreviousCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 107 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 130 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 134 |
![]() |
design | DesignForExtension | Class 'FollowersIdsResponse' looks like designed for extension (can be subclassed), but the method 'withPreviousCursorStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowersIdsResponse' final or making the method 'withPreviousCursorStr' static/final/abstract/empty, or adding allowed annotation for the method. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 134 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 157 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 157 |
![]() |
design | DesignForExtension | Class 'FollowersIdsResponse' looks like designed for extension (can be subclassed), but the method 'withNextCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowersIdsResponse' final or making the method 'withNextCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 161 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 184 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 184 |
![]() |
design | DesignForExtension | Class 'FollowersIdsResponse' looks like designed for extension (can be subclassed), but the method 'withNextCursorStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowersIdsResponse' final or making the method 'withNextCursorStr' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 188 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 188 |
![]() |
design | DesignForExtension | Class 'FollowersIdsResponse' 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 'FollowersIdsResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
design | DesignForExtension | Class 'FollowersIdsResponse' 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 'FollowersIdsResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Class 'FollowersIdsResponse' 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 'FollowersIdsResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 210 |
![]() |
design | DesignForExtension | Class 'FollowersIdsResponse' 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 'FollowersIdsResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
misc | FinalParameters | Parameter name should be final. | 210 |
![]() |
misc | FinalParameters | Parameter value should be final. | 210 |
![]() |
design | DesignForExtension | Class 'FollowersIdsResponse' 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 'FollowersIdsResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 217 |
![]() |
design | DesignForExtension | Class 'FollowersIdsResponse' 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 'FollowersIdsResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
![]() |
misc | FinalParameters | Parameter other should be final. | 221 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 290). | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
design | DesignForExtension | Class 'FollowersListRequest' 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 'FollowersListRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
design | DesignForExtension | Class 'FollowersListRequest' 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 'FollowersListRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'FollowersListRequest' 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 'FollowersListRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 49 |
![]() |
misc | FinalParameters | Parameter value should be final. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 53 |
![]() |
design | DesignForExtension | Class 'FollowersListRequest' 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 'FollowersListRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
misc | FinalParameters | Parameter value should be final. | 53 |
![]() |
design | DesignForExtension | Class 'FollowersListRequest' 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 'FollowersListRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
design | DesignForExtension | Class 'FollowersListRequest' 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 'FollowersListRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
misc | FinalParameters | Parameter other should be final. | 64 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
misc | FinalParameters | Parameter users should be final. | 77 |
![]() |
coding | HiddenField | 'users' hides a field. | 77 |
![]() |
design | DesignForExtension | Class 'FollowersListResponse' looks like designed for extension (can be subclassed), but the method 'withUsers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowersListResponse' final or making the method 'withUsers' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter users should be final. | 81 |
![]() |
coding | HiddenField | 'users' hides a field. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 104 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 104 |
![]() |
design | DesignForExtension | Class 'FollowersListResponse' looks like designed for extension (can be subclassed), but the method 'withPreviousCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowersListResponse' final or making the method 'withPreviousCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 108 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 131 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 135 |
![]() |
design | DesignForExtension | Class 'FollowersListResponse' looks like designed for extension (can be subclassed), but the method 'withPreviousCursorStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowersListResponse' final or making the method 'withPreviousCursorStr' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 135 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 158 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 158 |
![]() |
design | DesignForExtension | Class 'FollowersListResponse' looks like designed for extension (can be subclassed), but the method 'withNextCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowersListResponse' final or making the method 'withNextCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 162 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 185 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 185 |
![]() |
design | DesignForExtension | Class 'FollowersListResponse' looks like designed for extension (can be subclassed), but the method 'withNextCursorStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowersListResponse' final or making the method 'withNextCursorStr' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 189 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 189 |
![]() |
design | DesignForExtension | Class 'FollowersListResponse' 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 'FollowersListResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 194 |
![]() |
design | DesignForExtension | Class 'FollowersListResponse' 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 'FollowersListResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
design | DesignForExtension | Class 'FollowersListResponse' 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 'FollowersListResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 211 |
![]() |
design | DesignForExtension | Class 'FollowersListResponse' 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 'FollowersListResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter name should be final. | 211 |
![]() |
misc | FinalParameters | Parameter value should be final. | 211 |
![]() |
design | DesignForExtension | Class 'FollowersListResponse' 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 'FollowersListResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 218 |
![]() |
design | DesignForExtension | Class 'FollowersListResponse' 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 'FollowersListResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 221 |
![]() |
misc | FinalParameters | Parameter other should be final. | 222 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 294). | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 442). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
misc | FinalParameters | Parameter id should be final. | 90 |
![]() |
coding | HiddenField | 'id' hides a field. | 90 |
![]() |
design | DesignForExtension | Class 'FollowingIdsRequest' 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 'FollowingIdsRequest' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter id should be final. | 94 |
![]() |
coding | HiddenField | 'id' hides a field. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 119 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 119 |
![]() |
design | DesignForExtension | Class 'FollowingIdsRequest' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowingIdsRequest' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 123 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 150 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 150 |
![]() |
design | DesignForExtension | Class 'FollowingIdsRequest' looks like designed for extension (can be subclassed), but the method 'withCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowingIdsRequest' final or making the method 'withCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 154 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 179 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 179 |
![]() |
design | DesignForExtension | Class 'FollowingIdsRequest' looks like designed for extension (can be subclassed), but the method 'withStringifyIds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowingIdsRequest' final or making the method 'withStringifyIds' static/final/abstract/empty, or adding allowed annotation for the method. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 183 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 442). | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 442). | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
misc | FinalParameters | Parameter count should be final. | 208 |
![]() |
coding | HiddenField | 'count' hides a field. | 208 |
![]() |
design | DesignForExtension | Class 'FollowingIdsRequest' 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 'FollowingIdsRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
misc | FinalParameters | Parameter count should be final. | 212 |
![]() |
coding | HiddenField | 'count' hides a field. | 212 |
![]() |
design | DesignForExtension | Class 'FollowingIdsRequest' 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 'FollowingIdsRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 217 |
![]() |
design | DesignForExtension | Class 'FollowingIdsRequest' 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 'FollowingIdsRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
design | DesignForExtension | Class 'FollowingIdsRequest' 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 'FollowingIdsRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
misc | FinalParameters | Parameter name should be final. | 230 |
![]() |
misc | FinalParameters | Parameter value should be final. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 234 |
![]() |
design | DesignForExtension | Class 'FollowingIdsRequest' 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 'FollowingIdsRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
![]() |
misc | FinalParameters | Parameter name should be final. | 234 |
![]() |
misc | FinalParameters | Parameter value should be final. | 234 |
![]() |
design | DesignForExtension | Class 'FollowingIdsRequest' 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 'FollowingIdsRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 241 |
![]() |
design | DesignForExtension | Class 'FollowingIdsRequest' 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 'FollowingIdsRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 244 |
![]() |
misc | FinalParameters | Parameter other should be final. | 245 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 246). | 253 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
misc | FinalParameters | Parameter id should be final. | 98 |
![]() |
coding | HiddenField | 'id' hides a field. | 98 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' 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 'FollowingListRequest' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter id should be final. | 102 |
![]() |
coding | HiddenField | 'id' hides a field. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 127 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 127 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowingListRequest' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 131 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 158 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 158 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' looks like designed for extension (can be subclassed), but the method 'withCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowingListRequest' final or making the method 'withCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 162 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
misc | FinalParameters | Parameter count should be final. | 187 |
![]() |
coding | HiddenField | 'count' hides a field. | 187 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' 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 'FollowingListRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter count should be final. | 191 |
![]() |
coding | HiddenField | 'count' hides a field. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 216 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 216 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' looks like designed for extension (can be subclassed), but the method 'withSkipStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowingListRequest' final or making the method 'withSkipStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 220 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 220 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
misc | FinalParameters | Parameter includeUserEntities should be final. | 245 |
![]() |
coding | HiddenField | 'includeUserEntities' hides a field. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 249 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeUserEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FollowingListRequest' final or making the method 'withIncludeUserEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 249 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
misc | FinalParameters | Parameter includeUserEntities should be final. | 249 |
![]() |
coding | HiddenField | 'includeUserEntities' hides a field. | 249 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' 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 'FollowingListRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 254 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' 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 'FollowingListRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' 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 'FollowingListRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
misc | FinalParameters | Parameter name should be final. | 267 |
![]() |
misc | FinalParameters | Parameter value should be final. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 271 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' 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 'FollowingListRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
misc | FinalParameters | Parameter name should be final. | 271 |
![]() |
misc | FinalParameters | Parameter value should be final. | 271 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' 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 'FollowingListRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 185). | 278 |
![]() |
design | DesignForExtension | Class 'FollowingListRequest' 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 'FollowingListRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 281 |
![]() |
misc | FinalParameters | Parameter other should be final. | 282 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 295). | 290 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 211). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 245). | 42 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 247). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
design | DesignForExtension | Class 'FriendsIdsRequest' 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 'FriendsIdsRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
design | DesignForExtension | Class 'FriendsIdsRequest' 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 'FriendsIdsRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'FriendsIdsRequest' 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 'FriendsIdsRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 49 |
![]() |
misc | FinalParameters | Parameter value should be final. | 49 |
![]() |
design | DesignForExtension | Class 'FriendsIdsRequest' 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 'FriendsIdsRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
misc | FinalParameters | Parameter value should be final. | 53 |
![]() |
design | DesignForExtension | Class 'FriendsIdsRequest' 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 'FriendsIdsRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
design | DesignForExtension | Class 'FriendsIdsRequest' 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 'FriendsIdsRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
misc | FinalParameters | Parameter other should be final. | 64 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 76 |
![]() |
coding | HiddenField | 'ids' hides a field. | 76 |
![]() |
design | DesignForExtension | Class 'FriendsIdsResponse' 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 'FriendsIdsResponse' final or making the method 'withIds' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 80 |
![]() |
coding | HiddenField | 'ids' hides a field. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 103 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'FriendsIdsResponse' looks like designed for extension (can be subclassed), but the method 'withPreviousCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendsIdsResponse' final or making the method 'withPreviousCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 107 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 130 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 130 |
![]() |
design | DesignForExtension | Class 'FriendsIdsResponse' looks like designed for extension (can be subclassed), but the method 'withPreviousCursorStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendsIdsResponse' final or making the method 'withPreviousCursorStr' static/final/abstract/empty, or adding allowed annotation for the method. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 134 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 157 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 157 |
![]() |
design | DesignForExtension | Class 'FriendsIdsResponse' looks like designed for extension (can be subclassed), but the method 'withNextCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendsIdsResponse' final or making the method 'withNextCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 161 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 184 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 184 |
![]() |
design | DesignForExtension | Class 'FriendsIdsResponse' looks like designed for extension (can be subclassed), but the method 'withNextCursorStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendsIdsResponse' final or making the method 'withNextCursorStr' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 188 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 188 |
![]() |
design | DesignForExtension | Class 'FriendsIdsResponse' 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 'FriendsIdsResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
design | DesignForExtension | Class 'FriendsIdsResponse' 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 'FriendsIdsResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Class 'FriendsIdsResponse' 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 'FriendsIdsResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 210 |
![]() |
design | DesignForExtension | Class 'FriendsIdsResponse' 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 'FriendsIdsResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
misc | FinalParameters | Parameter name should be final. | 210 |
![]() |
misc | FinalParameters | Parameter value should be final. | 210 |
![]() |
design | DesignForExtension | Class 'FriendsIdsResponse' 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 'FriendsIdsResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 217 |
![]() |
design | DesignForExtension | Class 'FriendsIdsResponse' 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 'FriendsIdsResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
![]() |
misc | FinalParameters | Parameter other should be final. | 221 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 290). | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
design | DesignForExtension | Class 'FriendsListRequest' 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 'FriendsListRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
design | DesignForExtension | Class 'FriendsListRequest' 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 'FriendsListRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'FriendsListRequest' 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 'FriendsListRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter name should be final. | 49 |
![]() |
misc | FinalParameters | Parameter value should be final. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 53 |
![]() |
design | DesignForExtension | Class 'FriendsListRequest' 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 'FriendsListRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter name should be final. | 53 |
![]() |
misc | FinalParameters | Parameter value should be final. | 53 |
![]() |
design | DesignForExtension | Class 'FriendsListRequest' 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 'FriendsListRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
design | DesignForExtension | Class 'FriendsListRequest' 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 'FriendsListRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
misc | FinalParameters | Parameter other should be final. | 64 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
misc | FinalParameters | Parameter users should be final. | 77 |
![]() |
coding | HiddenField | 'users' hides a field. | 77 |
![]() |
design | DesignForExtension | Class 'FriendsListResponse' looks like designed for extension (can be subclassed), but the method 'withUsers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendsListResponse' final or making the method 'withUsers' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter users should be final. | 81 |
![]() |
coding | HiddenField | 'users' hides a field. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 104 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 104 |
![]() |
design | DesignForExtension | Class 'FriendsListResponse' looks like designed for extension (can be subclassed), but the method 'withPreviousCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendsListResponse' final or making the method 'withPreviousCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 108 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 131 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 131 |
![]() |
design | DesignForExtension | Class 'FriendsListResponse' looks like designed for extension (can be subclassed), but the method 'withPreviousCursorStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendsListResponse' final or making the method 'withPreviousCursorStr' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 135 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 158 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 158 |
![]() |
design | DesignForExtension | Class 'FriendsListResponse' looks like designed for extension (can be subclassed), but the method 'withNextCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendsListResponse' final or making the method 'withNextCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 162 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 185 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 185 |
![]() |
design | DesignForExtension | Class 'FriendsListResponse' looks like designed for extension (can be subclassed), but the method 'withNextCursorStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendsListResponse' final or making the method 'withNextCursorStr' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 189 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 189 |
![]() |
design | DesignForExtension | Class 'FriendsListResponse' 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 'FriendsListResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 194 |
![]() |
design | DesignForExtension | Class 'FriendsListResponse' 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 'FriendsListResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
design | DesignForExtension | Class 'FriendsListResponse' 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 'FriendsListResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 211 |
![]() |
design | DesignForExtension | Class 'FriendsListResponse' 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 'FriendsListResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter name should be final. | 211 |
![]() |
misc | FinalParameters | Parameter value should be final. | 211 |
![]() |
design | DesignForExtension | Class 'FriendsListResponse' 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 'FriendsListResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 218 |
![]() |
design | DesignForExtension | Class 'FriendsListResponse' 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 'FriendsListResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 221 |
![]() |
misc | FinalParameters | Parameter other should be final. | 222 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 294). | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
misc | FinalParameters | Parameter follow should be final. | 78 |
![]() |
coding | HiddenField | 'follow' hides a field. | 78 |
![]() |
design | DesignForExtension | Class 'FriendshipCreateRequest' looks like designed for extension (can be subclassed), but the method 'withFollow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipCreateRequest' final or making the method 'withFollow' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter follow should be final. | 82 |
![]() |
coding | HiddenField | 'follow' hides a field. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 107 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 107 |
![]() |
design | DesignForExtension | Class 'FriendshipCreateRequest' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipCreateRequest' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 111 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 136 |
![]() |
coding | HiddenField | 'userId' hides a field. | 136 |
![]() |
design | DesignForExtension | Class 'FriendshipCreateRequest' looks like designed for extension (can be subclassed), but the method 'withUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipCreateRequest' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 140 |
![]() |
coding | HiddenField | 'userId' hides a field. | 140 |
![]() |
design | DesignForExtension | Class 'FriendshipCreateRequest' 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 'FriendshipCreateRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
design | DesignForExtension | Class 'FriendshipCreateRequest' 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 'FriendshipCreateRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
design | DesignForExtension | Class 'FriendshipCreateRequest' 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 'FriendshipCreateRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter name should be final. | 158 |
![]() |
misc | FinalParameters | Parameter value should be final. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 162 |
![]() |
design | DesignForExtension | Class 'FriendshipCreateRequest' 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 'FriendshipCreateRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 162 |
![]() |
misc | FinalParameters | Parameter value should be final. | 162 |
![]() |
design | DesignForExtension | Class 'FriendshipCreateRequest' 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 'FriendshipCreateRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 169 |
![]() |
design | DesignForExtension | Class 'FriendshipCreateRequest' 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 'FriendshipCreateRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 172 |
![]() |
misc | FinalParameters | Parameter other should be final. | 173 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 190). | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 70 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 70 |
![]() |
design | DesignForExtension | Class 'FriendshipDestroyRequest' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipDestroyRequest' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 74 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 99 |
![]() |
coding | HiddenField | 'userId' hides a field. | 99 |
![]() |
design | DesignForExtension | Class 'FriendshipDestroyRequest' looks like designed for extension (can be subclassed), but the method 'withUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipDestroyRequest' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 103 |
![]() |
coding | HiddenField | 'userId' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'FriendshipDestroyRequest' 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 'FriendshipDestroyRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
design | DesignForExtension | Class 'FriendshipDestroyRequest' 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 'FriendshipDestroyRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Class 'FriendshipDestroyRequest' 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 'FriendshipDestroyRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 125 |
![]() |
design | DesignForExtension | Class 'FriendshipDestroyRequest' 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 'FriendshipDestroyRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Class 'FriendshipDestroyRequest' 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 'FriendshipDestroyRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 132 |
![]() |
design | DesignForExtension | Class 'FriendshipDestroyRequest' 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 'FriendshipDestroyRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter sourceId should be final. | 86 |
![]() |
coding | HiddenField | 'sourceId' hides a field. | 86 |
![]() |
design | DesignForExtension | Class 'FriendshipShowRequest' looks like designed for extension (can be subclassed), but the method 'withSourceId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipShowRequest' final or making the method 'withSourceId' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter sourceId should be final. | 90 |
![]() |
coding | HiddenField | 'sourceId' hides a field. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
misc | FinalParameters | Parameter sourceScreenName should be final. | 115 |
![]() |
coding | HiddenField | 'sourceScreenName' hides a field. | 115 |
![]() |
design | DesignForExtension | Class 'FriendshipShowRequest' looks like designed for extension (can be subclassed), but the method 'withSourceScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipShowRequest' final or making the method 'withSourceScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter sourceScreenName should be final. | 119 |
![]() |
coding | HiddenField | 'sourceScreenName' hides a field. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
misc | FinalParameters | Parameter targetId should be final. | 144 |
![]() |
coding | HiddenField | 'targetId' hides a field. | 144 |
![]() |
design | DesignForExtension | Class 'FriendshipShowRequest' looks like designed for extension (can be subclassed), but the method 'withTargetId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipShowRequest' final or making the method 'withTargetId' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter targetId should be final. | 148 |
![]() |
coding | HiddenField | 'targetId' hides a field. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
misc | FinalParameters | Parameter targetScreenName should be final. | 173 |
![]() |
coding | HiddenField | 'targetScreenName' hides a field. | 173 |
![]() |
design | DesignForExtension | Class 'FriendshipShowRequest' looks like designed for extension (can be subclassed), but the method 'withTargetScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipShowRequest' final or making the method 'withTargetScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter targetScreenName should be final. | 177 |
![]() |
coding | HiddenField | 'targetScreenName' hides a field. | 177 |
![]() |
design | DesignForExtension | Class 'FriendshipShowRequest' 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 'FriendshipShowRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
![]() |
design | DesignForExtension | Class 'FriendshipShowRequest' 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 'FriendshipShowRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
design | DesignForExtension | Class 'FriendshipShowRequest' 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 'FriendshipShowRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter name should be final. | 195 |
![]() |
misc | FinalParameters | Parameter value should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 199 |
![]() |
design | DesignForExtension | Class 'FriendshipShowRequest' 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 'FriendshipShowRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter name should be final. | 199 |
![]() |
misc | FinalParameters | Parameter value should be final. | 199 |
![]() |
design | DesignForExtension | Class 'FriendshipShowRequest' 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 'FriendshipShowRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 206 |
![]() |
design | DesignForExtension | Class 'FriendshipShowRequest' 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 'FriendshipShowRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 209 |
![]() |
misc | FinalParameters | Parameter other should be final. | 210 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 257). | 218 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
misc | FinalParameters | Parameter relationship should be final. | 65 |
![]() |
coding | HiddenField | 'relationship' hides a field. | 65 |
![]() |
design | DesignForExtension | Class 'FriendshipShowResponse' looks like designed for extension (can be subclassed), but the method 'withRelationship' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipShowResponse' final or making the method 'withRelationship' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter relationship should be final. | 69 |
![]() |
coding | HiddenField | 'relationship' hides a field. | 69 |
![]() |
design | DesignForExtension | Class 'FriendshipShowResponse' 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 'FriendshipShowResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
design | DesignForExtension | Class 'FriendshipShowResponse' 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 'FriendshipShowResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Class 'FriendshipShowResponse' 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 'FriendshipShowResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter name should be final. | 87 |
![]() |
misc | FinalParameters | Parameter value should be final. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 91 |
![]() |
design | DesignForExtension | Class 'FriendshipShowResponse' 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 'FriendshipShowResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter name should be final. | 91 |
![]() |
misc | FinalParameters | Parameter value should be final. | 91 |
![]() |
design | DesignForExtension | Class 'FriendshipShowResponse' 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 'FriendshipShowResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 98 |
![]() |
design | DesignForExtension | Class 'FriendshipShowResponse' 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 'FriendshipShowResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
misc | FinalParameters | Parameter other should be final. | 102 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter device should be final. | 86 |
![]() |
coding | HiddenField | 'device' hides a field. | 86 |
![]() |
design | DesignForExtension | Class 'FriendshipUpdateRequest' looks like designed for extension (can be subclassed), but the method 'withDevice' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipUpdateRequest' final or making the method 'withDevice' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter device should be final. | 90 |
![]() |
coding | HiddenField | 'device' hides a field. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
misc | FinalParameters | Parameter retweets should be final. | 115 |
![]() |
coding | HiddenField | 'retweets' hides a field. | 115 |
![]() |
design | DesignForExtension | Class 'FriendshipUpdateRequest' looks like designed for extension (can be subclassed), but the method 'withRetweets' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipUpdateRequest' final or making the method 'withRetweets' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter retweets should be final. | 119 |
![]() |
coding | HiddenField | 'retweets' hides a field. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 144 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 144 |
![]() |
design | DesignForExtension | Class 'FriendshipUpdateRequest' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipUpdateRequest' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 148 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 173 |
![]() |
coding | HiddenField | 'userId' hides a field. | 173 |
![]() |
design | DesignForExtension | Class 'FriendshipUpdateRequest' looks like designed for extension (can be subclassed), but the method 'withUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipUpdateRequest' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 177 |
![]() |
coding | HiddenField | 'userId' hides a field. | 177 |
![]() |
design | DesignForExtension | Class 'FriendshipUpdateRequest' 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 'FriendshipUpdateRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
![]() |
design | DesignForExtension | Class 'FriendshipUpdateRequest' 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 'FriendshipUpdateRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
design | DesignForExtension | Class 'FriendshipUpdateRequest' 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 'FriendshipUpdateRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter name should be final. | 195 |
![]() |
misc | FinalParameters | Parameter value should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 199 |
![]() |
design | DesignForExtension | Class 'FriendshipUpdateRequest' 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 'FriendshipUpdateRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter name should be final. | 199 |
![]() |
misc | FinalParameters | Parameter value should be final. | 199 |
![]() |
design | DesignForExtension | Class 'FriendshipUpdateRequest' 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 'FriendshipUpdateRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 206 |
![]() |
design | DesignForExtension | Class 'FriendshipUpdateRequest' 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 'FriendshipUpdateRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 209 |
![]() |
misc | FinalParameters | Parameter other should be final. | 210 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 221). | 218 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 261). | 43 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 263). | 54 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 263). | 65 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 259). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 81 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 263). | 89 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 255). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 104 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 261). | 111 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 70 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 70 |
![]() |
design | DesignForExtension | Class 'FriendshipsIncomingRequest' looks like designed for extension (can be subclassed), but the method 'withCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipsIncomingRequest' final or making the method 'withCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 74 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 99 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 99 |
![]() |
design | DesignForExtension | Class 'FriendshipsIncomingRequest' looks like designed for extension (can be subclassed), but the method 'withStringifyIds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipsIncomingRequest' final or making the method 'withStringifyIds' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 103 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'FriendshipsIncomingRequest' 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 'FriendshipsIncomingRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
design | DesignForExtension | Class 'FriendshipsIncomingRequest' 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 'FriendshipsIncomingRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Class 'FriendshipsIncomingRequest' 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 'FriendshipsIncomingRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 125 |
![]() |
design | DesignForExtension | Class 'FriendshipsIncomingRequest' 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 'FriendshipsIncomingRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Class 'FriendshipsIncomingRequest' 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 'FriendshipsIncomingRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 132 |
![]() |
design | DesignForExtension | Class 'FriendshipsIncomingRequest' 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 'FriendshipsIncomingRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 82 |
![]() |
coding | HiddenField | 'userId' hides a field. | 82 |
![]() |
design | DesignForExtension | Class 'FriendshipsLookupRequest' looks like designed for extension (can be subclassed), but the method 'withUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipsLookupRequest' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 86 |
![]() |
coding | HiddenField | 'userId' hides a field. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 113 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 113 |
![]() |
design | DesignForExtension | Class 'FriendshipsLookupRequest' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipsLookupRequest' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 117 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 117 |
![]() |
design | DesignForExtension | Class 'FriendshipsLookupRequest' 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 'FriendshipsLookupRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
design | DesignForExtension | Class 'FriendshipsLookupRequest' 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 'FriendshipsLookupRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
design | DesignForExtension | Class 'FriendshipsLookupRequest' 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 'FriendshipsLookupRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter name should be final. | 135 |
![]() |
misc | FinalParameters | Parameter value should be final. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 139 |
![]() |
design | DesignForExtension | Class 'FriendshipsLookupRequest' 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 'FriendshipsLookupRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
misc | FinalParameters | Parameter name should be final. | 139 |
![]() |
misc | FinalParameters | Parameter value should be final. | 139 |
![]() |
design | DesignForExtension | Class 'FriendshipsLookupRequest' 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 'FriendshipsLookupRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 146 |
![]() |
design | DesignForExtension | Class 'FriendshipsLookupRequest' 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 'FriendshipsLookupRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
misc | FinalParameters | Parameter other should be final. | 150 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 70 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 70 |
![]() |
design | DesignForExtension | Class 'FriendshipsOutgoingRequest' looks like designed for extension (can be subclassed), but the method 'withCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipsOutgoingRequest' final or making the method 'withCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 74 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 99 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 99 |
![]() |
design | DesignForExtension | Class 'FriendshipsOutgoingRequest' looks like designed for extension (can be subclassed), but the method 'withStringifyIds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendshipsOutgoingRequest' final or making the method 'withStringifyIds' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 103 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'FriendshipsOutgoingRequest' 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 'FriendshipsOutgoingRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
design | DesignForExtension | Class 'FriendshipsOutgoingRequest' 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 'FriendshipsOutgoingRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Class 'FriendshipsOutgoingRequest' 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 'FriendshipsOutgoingRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 125 |
![]() |
design | DesignForExtension | Class 'FriendshipsOutgoingRequest' 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 'FriendshipsOutgoingRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Class 'FriendshipsOutgoingRequest' 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 'FriendshipsOutgoingRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 132 |
![]() |
design | DesignForExtension | Class 'FriendshipsOutgoingRequest' 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 'FriendshipsOutgoingRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 211). | 45 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
![]() |
naming | ParameterName | Name 'place_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 225). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 71 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 271). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
naming | MemberName | Name '_long' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 390). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 274). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 118 |
![]() |
coding | HiddenField | 'lat' hides a field. | 118 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' looks like designed for extension (can be subclassed), but the method 'withLat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchRequest' final or making the method 'withLat' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 122 |
![]() |
coding | HiddenField | 'lat' hides a field. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 271). | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 271). | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
misc | FinalParameters | Parameter _long should be final. | 147 |
![]() |
coding | HiddenField | '_long' hides a field. | 147 |
![]() |
naming | ParameterName | Name '_long' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' looks like designed for extension (can be subclassed), but the method 'withLong' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchRequest' final or making the method 'withLong' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
misc | FinalParameters | Parameter _long should be final. | 151 |
![]() |
coding | HiddenField | '_long' hides a field. | 151 |
![]() |
naming | ParameterName | Name '_long' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 157 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
misc | FinalParameters | Parameter query should be final. | 176 |
![]() |
coding | HiddenField | 'query' hides a field. | 176 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' looks like designed for extension (can be subclassed), but the method 'withQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchRequest' final or making the method 'withQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
misc | FinalParameters | Parameter query should be final. | 180 |
![]() |
coding | HiddenField | 'query' hides a field. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
misc | FinalParameters | Parameter ip should be final. | 205 |
![]() |
coding | HiddenField | 'ip' hides a field. | 205 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' looks like designed for extension (can be subclassed), but the method 'withIp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchRequest' final or making the method 'withIp' static/final/abstract/empty, or adding allowed annotation for the method. | 209 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
misc | FinalParameters | Parameter ip should be final. | 209 |
![]() |
coding | HiddenField | 'ip' hides a field. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 302). | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
misc | FinalParameters | Parameter granularity should be final. | 234 |
![]() |
coding | HiddenField | 'granularity' hides a field. | 234 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' looks like designed for extension (can be subclassed), but the method 'withGranularity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchRequest' final or making the method 'withGranularity' static/final/abstract/empty, or adding allowed annotation for the method. | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
![]() |
misc | FinalParameters | Parameter granularity should be final. | 238 |
![]() |
coding | HiddenField | 'granularity' hides a field. | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 390). | 244 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 390). | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 257 |
![]() |
misc | FinalParameters | Parameter accuracy should be final. | 263 |
![]() |
coding | HiddenField | 'accuracy' hides a field. | 263 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' looks like designed for extension (can be subclassed), but the method 'withAccuracy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchRequest' final or making the method 'withAccuracy' static/final/abstract/empty, or adding allowed annotation for the method. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
misc | FinalParameters | Parameter accuracy should be final. | 267 |
![]() |
coding | HiddenField | 'accuracy' hides a field. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 274). | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 274). | 285 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 286 |
![]() |
misc | FinalParameters | Parameter maxResults should be final. | 292 |
![]() |
coding | HiddenField | 'maxResults' hides a field. | 292 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' looks like designed for extension (can be subclassed), but the method 'withMaxResults' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchRequest' final or making the method 'withMaxResults' static/final/abstract/empty, or adding allowed annotation for the method. | 296 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 296 |
![]() |
misc | FinalParameters | Parameter maxResults should be final. | 296 |
![]() |
coding | HiddenField | 'maxResults' hides a field. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 302 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 314 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 315 |
![]() |
misc | FinalParameters | Parameter containedWithin should be final. | 321 |
![]() |
coding | HiddenField | 'containedWithin' hides a field. | 321 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' looks like designed for extension (can be subclassed), but the method 'withContainedWithin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchRequest' final or making the method 'withContainedWithin' static/final/abstract/empty, or adding allowed annotation for the method. | 325 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
![]() |
misc | FinalParameters | Parameter containedWithin should be final. | 325 |
![]() |
coding | HiddenField | 'containedWithin' hides a field. | 325 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' 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 'GeoSearchRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 330 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' 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 'GeoSearchRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 335 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' 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 'GeoSearchRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 341 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 341 |
![]() |
misc | FinalParameters | Parameter name should be final. | 343 |
![]() |
misc | FinalParameters | Parameter value should be final. | 343 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' 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 'GeoSearchRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
misc | FinalParameters | Parameter name should be final. | 347 |
![]() |
misc | FinalParameters | Parameter value should be final. | 347 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' 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 'GeoSearchRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 210). | 354 |
![]() |
design | DesignForExtension | Class 'GeoSearchRequest' 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 'GeoSearchRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 357 |
![]() |
misc | FinalParameters | Parameter other should be final. | 358 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 362 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 339). | 366 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
misc | FinalParameters | Parameter query should be final. | 63 |
![]() |
coding | HiddenField | 'query' hides a field. | 63 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponse' looks like designed for extension (can be subclassed), but the method 'withQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchResponse' final or making the method 'withQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter query should be final. | 67 |
![]() |
coding | HiddenField | 'query' hides a field. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
misc | FinalParameters | Parameter result should be final. | 90 |
![]() |
coding | HiddenField | 'result' hides a field. | 90 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponse' looks like designed for extension (can be subclassed), but the method 'withResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchResponse' final or making the method 'withResult' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter result should be final. | 94 |
![]() |
coding | HiddenField | 'result' hides a field. | 94 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponse' 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 'GeoSearchResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponse' 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 'GeoSearchResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponse' 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 'GeoSearchResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter name should be final. | 112 |
![]() |
misc | FinalParameters | Parameter value should be final. | 112 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponse' 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 'GeoSearchResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter name should be final. | 116 |
![]() |
misc | FinalParameters | Parameter value should be final. | 116 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponse' 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 'GeoSearchResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 123 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponse' 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 'GeoSearchResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
misc | FinalParameters | Parameter other should be final. | 127 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
misc | FinalParameters | Parameter params should be final. | 59 |
![]() |
coding | HiddenField | 'params' hides a field. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQuery' looks like designed for extension (can be subclassed), but the method 'withParams' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchResponseQuery' final or making the method 'withParams' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter params should be final. | 63 |
![]() |
coding | HiddenField | 'params' hides a field. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter type should be final. | 86 |
![]() |
coding | HiddenField | 'type' hides a field. | 86 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQuery' 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 'GeoSearchResponseQuery' final or making the method 'withType' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter type should be final. | 90 |
![]() |
coding | HiddenField | 'type' hides a field. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
misc | FinalParameters | Parameter url should be final. | 113 |
![]() |
coding | HiddenField | 'url' hides a field. | 113 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQuery' looks like designed for extension (can be subclassed), but the method 'withUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchResponseQuery' final or making the method 'withUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter url should be final. | 117 |
![]() |
coding | HiddenField | 'url' hides a field. | 117 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQuery' 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 'GeoSearchResponseQuery' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQuery' 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 'GeoSearchResponseQuery' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQuery' 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 'GeoSearchResponseQuery' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter name should be final. | 135 |
![]() |
misc | FinalParameters | Parameter value should be final. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 139 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQuery' 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 'GeoSearchResponseQuery' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
misc | FinalParameters | Parameter name should be final. | 139 |
![]() |
misc | FinalParameters | Parameter value should be final. | 139 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQuery' 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 'GeoSearchResponseQuery' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 146 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQuery' 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 'GeoSearchResponseQuery' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
misc | FinalParameters | Parameter other should be final. | 150 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 172). | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
misc | FinalParameters | Parameter accuracy should be final. | 65 |
![]() |
coding | HiddenField | 'accuracy' hides a field. | 65 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQueryParams' looks like designed for extension (can be subclassed), but the method 'withAccuracy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchResponseQueryParams' final or making the method 'withAccuracy' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter accuracy should be final. | 69 |
![]() |
coding | HiddenField | 'accuracy' hides a field. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
misc | FinalParameters | Parameter autocomplete should be final. | 92 |
![]() |
coding | HiddenField | 'autocomplete' hides a field. | 92 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQueryParams' looks like designed for extension (can be subclassed), but the method 'withAutocomplete' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchResponseQueryParams' final or making the method 'withAutocomplete' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter autocomplete should be final. | 96 |
![]() |
coding | HiddenField | 'autocomplete' hides a field. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
misc | FinalParameters | Parameter granularity should be final. | 119 |
![]() |
coding | HiddenField | 'granularity' hides a field. | 119 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQueryParams' looks like designed for extension (can be subclassed), but the method 'withGranularity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchResponseQueryParams' final or making the method 'withGranularity' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter granularity should be final. | 123 |
![]() |
coding | HiddenField | 'granularity' hides a field. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
misc | FinalParameters | Parameter query should be final. | 146 |
![]() |
coding | HiddenField | 'query' hides a field. | 146 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQueryParams' looks like designed for extension (can be subclassed), but the method 'withQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchResponseQueryParams' final or making the method 'withQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
misc | FinalParameters | Parameter query should be final. | 150 |
![]() |
coding | HiddenField | 'query' hides a field. | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
misc | FinalParameters | Parameter trimPlace should be final. | 173 |
![]() |
coding | HiddenField | 'trimPlace' hides a field. | 173 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQueryParams' looks like designed for extension (can be subclassed), but the method 'withTrimPlace' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchResponseQueryParams' final or making the method 'withTrimPlace' static/final/abstract/empty, or adding allowed annotation for the method. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter trimPlace should be final. | 177 |
![]() |
coding | HiddenField | 'trimPlace' hides a field. | 177 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQueryParams' 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 'GeoSearchResponseQueryParams' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQueryParams' 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 'GeoSearchResponseQueryParams' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQueryParams' 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 'GeoSearchResponseQueryParams' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter name should be final. | 195 |
![]() |
misc | FinalParameters | Parameter value should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 199 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQueryParams' 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 'GeoSearchResponseQueryParams' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter name should be final. | 199 |
![]() |
misc | FinalParameters | Parameter value should be final. | 199 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQueryParams' 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 'GeoSearchResponseQueryParams' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 206 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseQueryParams' 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 'GeoSearchResponseQueryParams' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 209 |
![]() |
misc | FinalParameters | Parameter other should be final. | 210 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 266). | 218 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
misc | FinalParameters | Parameter places should be final. | 54 |
![]() |
coding | HiddenField | 'places' hides a field. | 54 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseResult' looks like designed for extension (can be subclassed), but the method 'withPlaces' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GeoSearchResponseResult' final or making the method 'withPlaces' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter places should be final. | 58 |
![]() |
coding | HiddenField | 'places' hides a field. | 58 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseResult' 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 'GeoSearchResponseResult' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseResult' 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 'GeoSearchResponseResult' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseResult' 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 'GeoSearchResponseResult' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter name should be final. | 76 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 80 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseResult' 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 'GeoSearchResponseResult' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseResult' 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 'GeoSearchResponseResult' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 87 |
![]() |
design | DesignForExtension | Class 'GeoSearchResponseResult' 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 'GeoSearchResponseResult' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
misc | FinalParameters | Parameter other should be final. | 91 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 226). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 213). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
misc | FinalParameters | Parameter command should be final. | 74 |
![]() |
coding | HiddenField | 'command' hides a field. | 74 |
![]() |
design | DesignForExtension | Class 'MediaStatusRequest' looks like designed for extension (can be subclassed), but the method 'withCommand' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediaStatusRequest' final or making the method 'withCommand' static/final/abstract/empty, or adding allowed annotation for the method. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter command should be final. | 78 |
![]() |
coding | HiddenField | 'command' hides a field. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
misc | FinalParameters | Parameter mediaId should be final. | 105 |
![]() |
coding | HiddenField | 'mediaId' hides a field. | 105 |
![]() |
design | DesignForExtension | Class 'MediaStatusRequest' looks like designed for extension (can be subclassed), but the method 'withMediaId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediaStatusRequest' final or making the method 'withMediaId' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter mediaId should be final. | 109 |
![]() |
coding | HiddenField | 'mediaId' hides a field. | 109 |
![]() |
design | DesignForExtension | Class 'MediaStatusRequest' 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 'MediaStatusRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
design | DesignForExtension | Class 'MediaStatusRequest' 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 'MediaStatusRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
design | DesignForExtension | Class 'MediaStatusRequest' 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 'MediaStatusRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 127 |
![]() |
misc | FinalParameters | Parameter value should be final. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 131 |
![]() |
design | DesignForExtension | Class 'MediaStatusRequest' 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 'MediaStatusRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter name should be final. | 131 |
![]() |
misc | FinalParameters | Parameter value should be final. | 131 |
![]() |
design | DesignForExtension | Class 'MediaStatusRequest' 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 'MediaStatusRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 138 |
![]() |
design | DesignForExtension | Class 'MediaStatusRequest' 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 'MediaStatusRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 141 |
![]() |
misc | FinalParameters | Parameter other should be final. | 142 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 150 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 153 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 156 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 158 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 166 |
![]() |
misc | FinalParameters | Parameter value should be final. | 166 |
![]() |
coding | HiddenField | 'value' hides a field. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter value should be final. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
misc | FinalParameters | Parameter mediaId should be final. | 91 |
![]() |
coding | HiddenField | 'mediaId' hides a field. | 91 |
![]() |
design | DesignForExtension | Class 'MediaStatusResponse' looks like designed for extension (can be subclassed), but the method 'withMediaId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediaStatusResponse' final or making the method 'withMediaId' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter mediaId should be final. | 95 |
![]() |
coding | HiddenField | 'mediaId' hides a field. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
misc | FinalParameters | Parameter mediaIdString should be final. | 122 |
![]() |
coding | HiddenField | 'mediaIdString' hides a field. | 122 |
![]() |
design | DesignForExtension | Class 'MediaStatusResponse' looks like designed for extension (can be subclassed), but the method 'withMediaIdString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediaStatusResponse' final or making the method 'withMediaIdString' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter mediaIdString should be final. | 126 |
![]() |
coding | HiddenField | 'mediaIdString' hides a field. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
misc | FinalParameters | Parameter expiresAfterSeconds should be final. | 149 |
![]() |
coding | HiddenField | 'expiresAfterSeconds' hides a field. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 153 |
![]() |
design | DesignForExtension | Class 'MediaStatusResponse' looks like designed for extension (can be subclassed), but the method 'withExpiresAfterSeconds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediaStatusResponse' final or making the method 'withExpiresAfterSeconds' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter expiresAfterSeconds should be final. | 153 |
![]() |
coding | HiddenField | 'expiresAfterSeconds' hides a field. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
misc | FinalParameters | Parameter processingInfo should be final. | 180 |
![]() |
coding | HiddenField | 'processingInfo' hides a field. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 184 |
![]() |
design | DesignForExtension | Class 'MediaStatusResponse' looks like designed for extension (can be subclassed), but the method 'withProcessingInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediaStatusResponse' final or making the method 'withProcessingInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
misc | FinalParameters | Parameter processingInfo should be final. | 184 |
![]() |
coding | HiddenField | 'processingInfo' hides a field. | 184 |
![]() |
design | DesignForExtension | Class 'MediaStatusResponse' 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 'MediaStatusResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
![]() |
design | DesignForExtension | Class 'MediaStatusResponse' 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 'MediaStatusResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 194 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
design | DesignForExtension | Class 'MediaStatusResponse' 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 'MediaStatusResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
misc | FinalParameters | Parameter name should be final. | 202 |
![]() |
misc | FinalParameters | Parameter value should be final. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 206 |
![]() |
design | DesignForExtension | Class 'MediaStatusResponse' 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 'MediaStatusResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
misc | FinalParameters | Parameter name should be final. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
design | DesignForExtension | Class 'MediaStatusResponse' 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 'MediaStatusResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 168). | 213 |
![]() |
design | DesignForExtension | Class 'MediaStatusResponse' 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 'MediaStatusResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 216 |
![]() |
misc | FinalParameters | Parameter other should be final. | 217 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
misc | FinalParameters | Parameter event should be final. | 56 |
![]() |
coding | HiddenField | 'event' hides a field. | 56 |
![]() |
design | DesignForExtension | Class 'MessageCreateRequest' looks like designed for extension (can be subclassed), but the method 'withEvent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageCreateRequest' final or making the method 'withEvent' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter event should be final. | 60 |
![]() |
coding | HiddenField | 'event' hides a field. | 60 |
![]() |
design | DesignForExtension | Class 'MessageCreateRequest' 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 'MessageCreateRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
design | DesignForExtension | Class 'MessageCreateRequest' 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 'MessageCreateRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Class 'MessageCreateRequest' 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 'MessageCreateRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter name should be final. | 78 |
![]() |
misc | FinalParameters | Parameter value should be final. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
![]() |
design | DesignForExtension | Class 'MessageCreateRequest' 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 'MessageCreateRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter name should be final. | 82 |
![]() |
misc | FinalParameters | Parameter value should be final. | 82 |
![]() |
design | DesignForExtension | Class 'MessageCreateRequest' 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 'MessageCreateRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 89 |
![]() |
design | DesignForExtension | Class 'MessageCreateRequest' 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 'MessageCreateRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
misc | FinalParameters | Parameter other should be final. | 93 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter code should be final. | 53 |
![]() |
coding | HiddenField | 'code' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'PlaceType' looks like designed for extension (can be subclassed), but the method 'withCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PlaceType' final or making the method 'withCode' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter code should be final. | 57 |
![]() |
coding | HiddenField | 'code' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
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 'PlaceType' 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 'PlaceType' 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 'PlaceType' 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 'PlaceType' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'PlaceType' 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 'PlaceType' 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 'PlaceType' 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 'PlaceType' 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 'PlaceType' 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 'PlaceType' 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 'PlaceType' 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 'PlaceType' 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 'PlaceType' 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 'PlaceType' 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 |
![]() |
naming | TypeName | Name 'PlaceType_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter code should be final. | 53 |
![]() |
coding | HiddenField | 'code' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'PlaceType_' looks like designed for extension (can be subclassed), but the method 'withCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PlaceType_' final or making the method 'withCode' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter code should be final. | 57 |
![]() |
coding | HiddenField | 'code' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
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 'PlaceType_' 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 'PlaceType_' 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 'PlaceType_' 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 'PlaceType_' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'PlaceType_' 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 'PlaceType_' 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 'PlaceType_' 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 'PlaceType_' 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 'PlaceType_' 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 'PlaceType_' 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 'PlaceType_' 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 'PlaceType_' 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 'PlaceType_' 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 'PlaceType_' 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 |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 224). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 224). | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 224). | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
misc | FinalParameters | Parameter state should be final. | 77 |
![]() |
coding | HiddenField | 'state' hides a field. | 77 |
![]() |
design | DesignForExtension | Class 'ProcessingInfo' 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 'ProcessingInfo' final or making the method 'withState' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter state should be final. | 81 |
![]() |
coding | HiddenField | 'state' hides a field. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
misc | FinalParameters | Parameter progressPercent should be final. | 106 |
![]() |
coding | HiddenField | 'progressPercent' hides a field. | 106 |
![]() |
design | DesignForExtension | Class 'ProcessingInfo' looks like designed for extension (can be subclassed), but the method 'withProgressPercent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProcessingInfo' final or making the method 'withProgressPercent' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter progressPercent should be final. | 110 |
![]() |
coding | HiddenField | 'progressPercent' hides a field. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
misc | FinalParameters | Parameter checkAfterSecs should be final. | 133 |
![]() |
coding | HiddenField | 'checkAfterSecs' hides a field. | 133 |
![]() |
design | DesignForExtension | Class 'ProcessingInfo' looks like designed for extension (can be subclassed), but the method 'withCheckAfterSecs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProcessingInfo' final or making the method 'withCheckAfterSecs' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter checkAfterSecs should be final. | 137 |
![]() |
coding | HiddenField | 'checkAfterSecs' hides a field. | 137 |
![]() |
design | DesignForExtension | Class 'ProcessingInfo' 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 'ProcessingInfo' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
design | DesignForExtension | Class 'ProcessingInfo' 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 'ProcessingInfo' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
design | DesignForExtension | Class 'ProcessingInfo' 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 'ProcessingInfo' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter name should be final. | 155 |
![]() |
misc | FinalParameters | Parameter value should be final. | 155 |
![]() |
design | DesignForExtension | Class 'ProcessingInfo' 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 'ProcessingInfo' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter name should be final. | 159 |
![]() |
misc | FinalParameters | Parameter value should be final. | 159 |
![]() |
design | DesignForExtension | Class 'ProcessingInfo' 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 'ProcessingInfo' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 166 |
![]() |
design | DesignForExtension | Class 'ProcessingInfo' 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 'ProcessingInfo' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
![]() |
misc | FinalParameters | Parameter other should be final. | 170 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 214). | 178 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 181 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 182 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 184 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 185 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 186 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 189 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 197 |
![]() |
misc | FinalParameters | Parameter value should be final. | 197 |
![]() |
coding | HiddenField | 'value' hides a field. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 208 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
misc | FinalParameters | Parameter errors should be final. | 61 |
![]() |
coding | HiddenField | 'errors' hides a field. | 61 |
![]() |
design | DesignForExtension | Class 'ResponseErrors' looks like designed for extension (can be subclassed), but the method 'withErrors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResponseErrors' final or making the method 'withErrors' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter errors should be final. | 65 |
![]() |
coding | HiddenField | 'errors' hides a field. | 65 |
![]() |
design | DesignForExtension | Class 'ResponseErrors' 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 'ResponseErrors' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
design | DesignForExtension | Class 'ResponseErrors' 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 'ResponseErrors' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Class 'ResponseErrors' 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 'ResponseErrors' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter name should be final. | 83 |
![]() |
misc | FinalParameters | Parameter value should be final. | 83 |
![]() |
design | DesignForExtension | Class 'ResponseErrors' 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 'ResponseErrors' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter name should be final. | 87 |
![]() |
misc | FinalParameters | Parameter value should be final. | 87 |
![]() |
design | DesignForExtension | Class 'ResponseErrors' 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 'ResponseErrors' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 94 |
![]() |
design | DesignForExtension | Class 'ResponseErrors' 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 'ResponseErrors' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
misc | FinalParameters | Parameter other should be final. | 98 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 210). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
misc | FinalParameters | Parameter id should be final. | 91 |
![]() |
coding | HiddenField | 'id' hides a field. | 91 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsRequest' 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 'RetweeterIdsRequest' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter id should be final. | 95 |
![]() |
coding | HiddenField | 'id' hides a field. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
misc | FinalParameters | Parameter count should be final. | 120 |
![]() |
coding | HiddenField | 'count' hides a field. | 120 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsRequest' 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 'RetweeterIdsRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter count should be final. | 124 |
![]() |
coding | HiddenField | 'count' hides a field. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 210). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 210). | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 149 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 149 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsRequest' looks like designed for extension (can be subclassed), but the method 'withCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RetweeterIdsRequest' final or making the method 'withCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 153 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 178 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 178 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsRequest' looks like designed for extension (can be subclassed), but the method 'withStringifyIds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RetweeterIdsRequest' final or making the method 'withStringifyIds' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
misc | FinalParameters | Parameter stringifyIds should be final. | 182 |
![]() |
coding | HiddenField | 'stringifyIds' hides a field. | 182 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsRequest' 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 'RetweeterIdsRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsRequest' 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 'RetweeterIdsRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsRequest' 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 'RetweeterIdsRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
misc | FinalParameters | Parameter name should be final. | 200 |
![]() |
misc | FinalParameters | Parameter value should be final. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 204 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsRequest' 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 'RetweeterIdsRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 204 |
![]() |
misc | FinalParameters | Parameter value should be final. | 204 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsRequest' 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 'RetweeterIdsRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 211 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsRequest' 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 'RetweeterIdsRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
![]() |
misc | FinalParameters | Parameter other should be final. | 215 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 211). | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 76 |
![]() |
coding | HiddenField | 'ids' hides a field. | 76 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsResponse' 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 'RetweeterIdsResponse' final or making the method 'withIds' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 80 |
![]() |
coding | HiddenField | 'ids' hides a field. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 103 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsResponse' looks like designed for extension (can be subclassed), but the method 'withPreviousCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RetweeterIdsResponse' final or making the method 'withPreviousCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter previousCursor should be final. | 107 |
![]() |
coding | HiddenField | 'previousCursor' hides a field. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 130 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 134 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsResponse' looks like designed for extension (can be subclassed), but the method 'withPreviousCursorStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RetweeterIdsResponse' final or making the method 'withPreviousCursorStr' static/final/abstract/empty, or adding allowed annotation for the method. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter previousCursorStr should be final. | 134 |
![]() |
coding | HiddenField | 'previousCursorStr' hides a field. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 157 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 157 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsResponse' looks like designed for extension (can be subclassed), but the method 'withNextCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RetweeterIdsResponse' final or making the method 'withNextCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter nextCursor should be final. | 161 |
![]() |
coding | HiddenField | 'nextCursor' hides a field. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 184 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 184 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsResponse' looks like designed for extension (can be subclassed), but the method 'withNextCursorStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RetweeterIdsResponse' final or making the method 'withNextCursorStr' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter nextCursorStr should be final. | 188 |
![]() |
coding | HiddenField | 'nextCursorStr' hides a field. | 188 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsResponse' 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 'RetweeterIdsResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsResponse' 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 'RetweeterIdsResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsResponse' 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 'RetweeterIdsResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 210 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsResponse' 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 'RetweeterIdsResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
misc | FinalParameters | Parameter name should be final. | 210 |
![]() |
misc | FinalParameters | Parameter value should be final. | 210 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsResponse' 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 'RetweeterIdsResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 217 |
![]() |
design | DesignForExtension | Class 'RetweeterIdsResponse' 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 'RetweeterIdsResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
![]() |
misc | FinalParameters | Parameter other should be final. | 221 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 290). | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
misc | FinalParameters | Parameter id should be final. | 84 |
![]() |
coding | HiddenField | 'id' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'RetweetsRequest' 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 'RetweetsRequest' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter id should be final. | 88 |
![]() |
coding | HiddenField | 'id' hides a field. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
misc | FinalParameters | Parameter count should be final. | 113 |
![]() |
coding | HiddenField | 'count' hides a field. | 113 |
![]() |
design | DesignForExtension | Class 'RetweetsRequest' 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 'RetweetsRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter count should be final. | 117 |
![]() |
coding | HiddenField | 'count' hides a field. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 142 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 142 |
![]() |
design | DesignForExtension | Class 'RetweetsRequest' looks like designed for extension (can be subclassed), but the method 'withTrimUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RetweetsRequest' final or making the method 'withTrimUser' static/final/abstract/empty, or adding allowed annotation for the method. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 146 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 146 |
![]() |
design | DesignForExtension | Class 'RetweetsRequest' 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 'RetweetsRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
design | DesignForExtension | Class 'RetweetsRequest' 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 'RetweetsRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
design | DesignForExtension | Class 'RetweetsRequest' 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 'RetweetsRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 164 |
![]() |
design | DesignForExtension | Class 'RetweetsRequest' 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 'RetweetsRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter name should be final. | 168 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
design | DesignForExtension | Class 'RetweetsRequest' 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 'RetweetsRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 175 |
![]() |
design | DesignForExtension | Class 'RetweetsRequest' 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 'RetweetsRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 178 |
![]() |
misc | FinalParameters | Parameter other should be final. | 179 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Body. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 190). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 611). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 193). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 218). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
misc | FinalParameters | Parameter q should be final. | 139 |
![]() |
coding | HiddenField | 'q' hides a field. | 139 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withQ' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchRequest' final or making the method 'withQ' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
misc | FinalParameters | Parameter q should be final. | 143 |
![]() |
coding | HiddenField | 'q' hides a field. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 611). | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 611). | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
misc | FinalParameters | Parameter geocode should be final. | 168 |
![]() |
coding | HiddenField | 'geocode' hides a field. | 168 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withGeocode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchRequest' final or making the method 'withGeocode' static/final/abstract/empty, or adding allowed annotation for the method. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
misc | FinalParameters | Parameter geocode should be final. | 172 |
![]() |
coding | HiddenField | 'geocode' hides a field. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 190 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 197 |
![]() |
coding | HiddenField | 'lang' hides a field. | 197 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withLang' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchRequest' final or making the method 'withLang' static/final/abstract/empty, or adding allowed annotation for the method. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 201 |
![]() |
coding | HiddenField | 'lang' hides a field. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 193). | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 193). | 219 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
misc | FinalParameters | Parameter locale should be final. | 226 |
![]() |
coding | HiddenField | 'locale' hides a field. | 226 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withLocale' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchRequest' final or making the method 'withLocale' static/final/abstract/empty, or adding allowed annotation for the method. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter locale should be final. | 230 |
![]() |
coding | HiddenField | 'locale' hides a field. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 236 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 248 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
misc | FinalParameters | Parameter resultType should be final. | 255 |
![]() |
coding | HiddenField | 'resultType' hides a field. | 255 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withResultType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchRequest' final or making the method 'withResultType' static/final/abstract/empty, or adding allowed annotation for the method. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
misc | FinalParameters | Parameter resultType should be final. | 259 |
![]() |
coding | HiddenField | 'resultType' hides a field. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 265 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
misc | FinalParameters | Parameter count should be final. | 284 |
![]() |
coding | HiddenField | 'count' hides a field. | 284 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' 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 'SevenDaySearchRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
misc | FinalParameters | Parameter count should be final. | 288 |
![]() |
coding | HiddenField | 'count' hides a field. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 218). | 294 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 218). | 306 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 307 |
![]() |
misc | FinalParameters | Parameter until should be final. | 313 |
![]() |
coding | HiddenField | 'until' hides a field. | 313 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withUntil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchRequest' final or making the method 'withUntil' static/final/abstract/empty, or adding allowed annotation for the method. | 317 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
![]() |
misc | FinalParameters | Parameter until should be final. | 317 |
![]() |
coding | HiddenField | 'until' hides a field. | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 323 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 335 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 336 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 342 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 342 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withSinceId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchRequest' final or making the method 'withSinceId' static/final/abstract/empty, or adding allowed annotation for the method. | 346 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 346 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 346 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 346 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 352 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 364 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 365 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 371 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 371 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withMaxId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchRequest' final or making the method 'withMaxId' static/final/abstract/empty, or adding allowed annotation for the method. | 375 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 375 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 375 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 375 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 382 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 394 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 400 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 400 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 404 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 404 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 404 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 404 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' 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 'SevenDaySearchRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 409 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' 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 'SevenDaySearchRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 414 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 414 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' 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 'SevenDaySearchRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 420 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 420 |
![]() |
misc | FinalParameters | Parameter name should be final. | 422 |
![]() |
misc | FinalParameters | Parameter value should be final. | 422 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 426 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' 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 'SevenDaySearchRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 426 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 426 |
![]() |
misc | FinalParameters | Parameter name should be final. | 426 |
![]() |
misc | FinalParameters | Parameter value should be final. | 426 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' 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 'SevenDaySearchRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 234). | 433 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchRequest' 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 'SevenDaySearchRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 436 |
![]() |
misc | FinalParameters | Parameter other should be final. | 437 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 441 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 381). | 445 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
misc | FinalParameters | Parameter statuses should be final. | 61 |
![]() |
coding | HiddenField | 'statuses' hides a field. | 61 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchResponse' looks like designed for extension (can be subclassed), but the method 'withStatuses' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchResponse' final or making the method 'withStatuses' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter statuses should be final. | 65 |
![]() |
coding | HiddenField | 'statuses' hides a field. | 65 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchResponse' 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 'SevenDaySearchResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchResponse' 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 'SevenDaySearchResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchResponse' 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 'SevenDaySearchResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter name should be final. | 83 |
![]() |
misc | FinalParameters | Parameter value should be final. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 87 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchResponse' 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 'SevenDaySearchResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter name should be final. | 87 |
![]() |
misc | FinalParameters | Parameter value should be final. | 87 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchResponse' 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 'SevenDaySearchResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 94 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchResponse' 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 'SevenDaySearchResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
misc | FinalParameters | Parameter other should be final. | 98 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
misc | FinalParameters | Parameter enabled should be final. | 58 |
![]() |
coding | HiddenField | 'enabled' hides a field. | 58 |
![]() |
design | DesignForExtension | Class 'SleepTime' looks like designed for extension (can be subclassed), but the method 'withEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SleepTime' final or making the method 'withEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter enabled should be final. | 62 |
![]() |
coding | HiddenField | 'enabled' hides a field. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
misc | FinalParameters | Parameter endTime should be final. | 85 |
![]() |
coding | HiddenField | 'endTime' hides a field. | 85 |
![]() |
design | DesignForExtension | Class 'SleepTime' looks like designed for extension (can be subclassed), but the method 'withEndTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SleepTime' final or making the method 'withEndTime' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter endTime should be final. | 89 |
![]() |
coding | HiddenField | 'endTime' hides a field. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
misc | FinalParameters | Parameter startTime should be final. | 112 |
![]() |
coding | HiddenField | 'startTime' hides a field. | 112 |
![]() |
design | DesignForExtension | Class 'SleepTime' looks like designed for extension (can be subclassed), but the method 'withStartTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SleepTime' final or making the method 'withStartTime' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter startTime should be final. | 116 |
![]() |
coding | HiddenField | 'startTime' hides a field. | 116 |
![]() |
design | DesignForExtension | Class 'SleepTime' 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 'SleepTime' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
design | DesignForExtension | Class 'SleepTime' 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 'SleepTime' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
design | DesignForExtension | Class 'SleepTime' 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 'SleepTime' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
misc | FinalParameters | Parameter name should be final. | 134 |
![]() |
misc | FinalParameters | Parameter value should be final. | 134 |
![]() |
design | DesignForExtension | Class 'SleepTime' 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 'SleepTime' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter name should be final. | 138 |
![]() |
misc | FinalParameters | Parameter value should be final. | 138 |
![]() |
design | DesignForExtension | Class 'SleepTime' 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 'SleepTime' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 145 |
![]() |
design | DesignForExtension | Class 'SleepTime' 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 'SleepTime' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
misc | FinalParameters | Parameter other should be final. | 149 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
naming | TypeName | Name 'SleepTime_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
misc | FinalParameters | Parameter enabled should be final. | 58 |
![]() |
coding | HiddenField | 'enabled' hides a field. | 58 |
![]() |
design | DesignForExtension | Class 'SleepTime_' looks like designed for extension (can be subclassed), but the method 'withEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SleepTime_' final or making the method 'withEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter enabled should be final. | 62 |
![]() |
coding | HiddenField | 'enabled' hides a field. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
misc | FinalParameters | Parameter endTime should be final. | 85 |
![]() |
coding | HiddenField | 'endTime' hides a field. | 85 |
![]() |
design | DesignForExtension | Class 'SleepTime_' looks like designed for extension (can be subclassed), but the method 'withEndTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SleepTime_' final or making the method 'withEndTime' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter endTime should be final. | 89 |
![]() |
coding | HiddenField | 'endTime' hides a field. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
misc | FinalParameters | Parameter startTime should be final. | 112 |
![]() |
coding | HiddenField | 'startTime' hides a field. | 112 |
![]() |
design | DesignForExtension | Class 'SleepTime_' looks like designed for extension (can be subclassed), but the method 'withStartTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SleepTime_' final or making the method 'withStartTime' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter startTime should be final. | 116 |
![]() |
coding | HiddenField | 'startTime' hides a field. | 116 |
![]() |
design | DesignForExtension | Class 'SleepTime_' 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 'SleepTime_' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
design | DesignForExtension | Class 'SleepTime_' 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 'SleepTime_' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
design | DesignForExtension | Class 'SleepTime_' 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 'SleepTime_' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
misc | FinalParameters | Parameter name should be final. | 134 |
![]() |
misc | FinalParameters | Parameter value should be final. | 134 |
![]() |
design | DesignForExtension | Class 'SleepTime_' 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 'SleepTime_' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter name should be final. | 138 |
![]() |
misc | FinalParameters | Parameter value should be final. | 138 |
![]() |
design | DesignForExtension | Class 'SleepTime_' 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 'SleepTime_' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 145 |
![]() |
design | DesignForExtension | Class 'SleepTime_' 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 'SleepTime_' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
misc | FinalParameters | Parameter other should be final. | 149 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Body. | 23 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Query. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 51 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 51 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 51 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 213). | 58 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 77 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 77 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 84 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 88 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 99 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 99 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 106 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 110 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 229). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 121 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 121 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 121 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter count should be final. | 102 |
![]() |
coding | HiddenField | 'count' hides a field. | 102 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' 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 'StatusesHomeTimelineRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter count should be final. | 106 |
![]() |
coding | HiddenField | 'count' hides a field. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 131 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 131 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withSinceId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesHomeTimelineRequest' final or making the method 'withSinceId' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 135 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 160 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 160 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withMaxId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesHomeTimelineRequest' final or making the method 'withMaxId' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 164 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 189 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 189 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withTrimUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesHomeTimelineRequest' final or making the method 'withTrimUser' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 193 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 211 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
misc | FinalParameters | Parameter excludeReplies should be final. | 218 |
![]() |
coding | HiddenField | 'excludeReplies' hides a field. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 222 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withExcludeReplies' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesHomeTimelineRequest' final or making the method 'withExcludeReplies' static/final/abstract/empty, or adding allowed annotation for the method. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
misc | FinalParameters | Parameter excludeReplies should be final. | 222 |
![]() |
coding | HiddenField | 'excludeReplies' hides a field. | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 247 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 251 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesHomeTimelineRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 251 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 251 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' 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 'StatusesHomeTimelineRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 256 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' 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 'StatusesHomeTimelineRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' 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 'StatusesHomeTimelineRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
misc | FinalParameters | Parameter name should be final. | 269 |
![]() |
misc | FinalParameters | Parameter value should be final. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 273 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' 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 'StatusesHomeTimelineRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
misc | FinalParameters | Parameter name should be final. | 273 |
![]() |
misc | FinalParameters | Parameter value should be final. | 273 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' 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 'StatusesHomeTimelineRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 187). | 280 |
![]() |
design | DesignForExtension | Class 'StatusesHomeTimelineRequest' 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 'StatusesHomeTimelineRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 283 |
![]() |
misc | FinalParameters | Parameter other should be final. | 284 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 299). | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
misc | FinalParameters | Parameter id should be final. | 95 |
![]() |
coding | HiddenField | 'id' hides a field. | 95 |
![]() |
design | DesignForExtension | Class 'StatusesLookupRequest' 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 'StatusesLookupRequest' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter id should be final. | 99 |
![]() |
coding | HiddenField | 'id' hides a field. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 124 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 124 |
![]() |
design | DesignForExtension | Class 'StatusesLookupRequest' looks like designed for extension (can be subclassed), but the method 'withTrimUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesLookupRequest' final or making the method 'withTrimUser' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 128 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 153 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 153 |
![]() |
design | DesignForExtension | Class 'StatusesLookupRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesLookupRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 157 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
misc | FinalParameters | Parameter map should be final. | 182 |
![]() |
coding | HiddenField | 'map' hides a field. | 182 |
![]() |
design | DesignForExtension | Class 'StatusesLookupRequest' looks like designed for extension (can be subclassed), but the method 'withMap' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesLookupRequest' final or making the method 'withMap' static/final/abstract/empty, or adding allowed annotation for the method. | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
![]() |
misc | FinalParameters | Parameter map should be final. | 186 |
![]() |
coding | HiddenField | 'map' hides a field. | 186 |
![]() |
design | DesignForExtension | Class 'StatusesLookupRequest' 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 'StatusesLookupRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 191 |
![]() |
design | DesignForExtension | Class 'StatusesLookupRequest' 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 'StatusesLookupRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
design | DesignForExtension | Class 'StatusesLookupRequest' 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 'StatusesLookupRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
misc | FinalParameters | Parameter name should be final. | 204 |
![]() |
misc | FinalParameters | Parameter value should be final. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 208 |
![]() |
design | DesignForExtension | Class 'StatusesLookupRequest' 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 'StatusesLookupRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 208 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
misc | FinalParameters | Parameter name should be final. | 208 |
![]() |
misc | FinalParameters | Parameter value should be final. | 208 |
![]() |
design | DesignForExtension | Class 'StatusesLookupRequest' 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 'StatusesLookupRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 215 |
![]() |
design | DesignForExtension | Class 'StatusesLookupRequest' 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 'StatusesLookupRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 218 |
![]() |
misc | FinalParameters | Parameter other should be final. | 219 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 217). | 227 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
misc | FinalParameters | Parameter count should be final. | 94 |
![]() |
coding | HiddenField | 'count' hides a field. | 94 |
![]() |
design | DesignForExtension | Class 'StatusesMentionsTimelineRequest' 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 'StatusesMentionsTimelineRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter count should be final. | 98 |
![]() |
coding | HiddenField | 'count' hides a field. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 123 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 123 |
![]() |
design | DesignForExtension | Class 'StatusesMentionsTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withSinceId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesMentionsTimelineRequest' final or making the method 'withSinceId' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 127 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 152 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 152 |
![]() |
design | DesignForExtension | Class 'StatusesMentionsTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withMaxId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesMentionsTimelineRequest' final or making the method 'withMaxId' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 156 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 181 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 181 |
![]() |
design | DesignForExtension | Class 'StatusesMentionsTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withTrimUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesMentionsTimelineRequest' final or making the method 'withTrimUser' static/final/abstract/empty, or adding allowed annotation for the method. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 185 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 210 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 214 |
![]() |
design | DesignForExtension | Class 'StatusesMentionsTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesMentionsTimelineRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 214 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 214 |
![]() |
design | DesignForExtension | Class 'StatusesMentionsTimelineRequest' 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 'StatusesMentionsTimelineRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 219 |
![]() |
design | DesignForExtension | Class 'StatusesMentionsTimelineRequest' 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 'StatusesMentionsTimelineRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
design | DesignForExtension | Class 'StatusesMentionsTimelineRequest' 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 'StatusesMentionsTimelineRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter name should be final. | 232 |
![]() |
misc | FinalParameters | Parameter value should be final. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 236 |
![]() |
design | DesignForExtension | Class 'StatusesMentionsTimelineRequest' 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 'StatusesMentionsTimelineRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
misc | FinalParameters | Parameter name should be final. | 236 |
![]() |
misc | FinalParameters | Parameter value should be final. | 236 |
![]() |
design | DesignForExtension | Class 'StatusesMentionsTimelineRequest' 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 'StatusesMentionsTimelineRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 164). | 243 |
![]() |
design | DesignForExtension | Class 'StatusesMentionsTimelineRequest' 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 'StatusesMentionsTimelineRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 246 |
![]() |
misc | FinalParameters | Parameter other should be final. | 247 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 256). | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 34 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
misc | FinalParameters | Parameter id should be final. | 92 |
![]() |
coding | HiddenField | 'id' hides a field. | 92 |
![]() |
design | DesignForExtension | Class 'StatusesShowRequest' 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 'StatusesShowRequest' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter id should be final. | 96 |
![]() |
coding | HiddenField | 'id' hides a field. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 121 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 121 |
![]() |
design | DesignForExtension | Class 'StatusesShowRequest' looks like designed for extension (can be subclassed), but the method 'withTrimUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesShowRequest' final or making the method 'withTrimUser' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 125 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
misc | FinalParameters | Parameter includeMyRetweet should be final. | 150 |
![]() |
coding | HiddenField | 'includeMyRetweet' hides a field. | 150 |
![]() |
design | DesignForExtension | Class 'StatusesShowRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeMyRetweet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesShowRequest' final or making the method 'withIncludeMyRetweet' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter includeMyRetweet should be final. | 154 |
![]() |
coding | HiddenField | 'includeMyRetweet' hides a field. | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 179 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 179 |
![]() |
design | DesignForExtension | Class 'StatusesShowRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesShowRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 183 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 183 |
![]() |
design | DesignForExtension | Class 'StatusesShowRequest' 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 'StatusesShowRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
design | DesignForExtension | Class 'StatusesShowRequest' 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 'StatusesShowRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
design | DesignForExtension | Class 'StatusesShowRequest' 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 'StatusesShowRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter name should be final. | 201 |
![]() |
misc | FinalParameters | Parameter value should be final. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 205 |
![]() |
design | DesignForExtension | Class 'StatusesShowRequest' 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 'StatusesShowRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 205 |
![]() |
misc | FinalParameters | Parameter value should be final. | 205 |
![]() |
design | DesignForExtension | Class 'StatusesShowRequest' 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 'StatusesShowRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 212 |
![]() |
design | DesignForExtension | Class 'StatusesShowRequest' 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 'StatusesShowRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 215 |
![]() |
misc | FinalParameters | Parameter other should be final. | 216 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 415). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 185). | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 326). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 126 |
![]() |
coding | HiddenField | 'userId' hides a field. | 126 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesUserTimelineRequest' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 130 |
![]() |
coding | HiddenField | 'userId' hides a field. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 155 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 155 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesUserTimelineRequest' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 159 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 415). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 415). | 177 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
misc | FinalParameters | Parameter count should be final. | 184 |
![]() |
coding | HiddenField | 'count' hides a field. | 184 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' 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 'StatusesUserTimelineRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter count should be final. | 188 |
![]() |
coding | HiddenField | 'count' hides a field. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 283). | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 213 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 213 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withSinceId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesUserTimelineRequest' final or making the method 'withSinceId' static/final/abstract/empty, or adding allowed annotation for the method. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
misc | FinalParameters | Parameter sinceId should be final. | 217 |
![]() |
coding | HiddenField | 'sinceId' hides a field. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 223 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 242 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 242 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withMaxId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesUserTimelineRequest' final or making the method 'withMaxId' static/final/abstract/empty, or adding allowed annotation for the method. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter maxId should be final. | 246 |
![]() |
coding | HiddenField | 'maxId' hides a field. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 207). | 264 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 265 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 271 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 271 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withTrimUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesUserTimelineRequest' final or making the method 'withTrimUser' static/final/abstract/empty, or adding allowed annotation for the method. | 275 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
![]() |
misc | FinalParameters | Parameter trimUser should be final. | 275 |
![]() |
coding | HiddenField | 'trimUser' hides a field. | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 281 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 345). | 293 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 294 |
![]() |
misc | FinalParameters | Parameter excludeReplies should be final. | 300 |
![]() |
coding | HiddenField | 'excludeReplies' hides a field. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 304 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withExcludeReplies' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesUserTimelineRequest' final or making the method 'withExcludeReplies' static/final/abstract/empty, or adding allowed annotation for the method. | 304 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
misc | FinalParameters | Parameter excludeReplies should be final. | 304 |
![]() |
coding | HiddenField | 'excludeReplies' hides a field. | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 185). | 310 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 185). | 322 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 323 |
![]() |
misc | FinalParameters | Parameter contributorDetails should be final. | 329 |
![]() |
coding | HiddenField | 'contributorDetails' hides a field. | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 333 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withContributorDetails' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesUserTimelineRequest' final or making the method 'withContributorDetails' static/final/abstract/empty, or adding allowed annotation for the method. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
misc | FinalParameters | Parameter contributorDetails should be final. | 333 |
![]() |
coding | HiddenField | 'contributorDetails' hides a field. | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 326). | 339 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 340 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 326). | 351 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 352 |
![]() |
misc | FinalParameters | Parameter includeRts should be final. | 358 |
![]() |
coding | HiddenField | 'includeRts' hides a field. | 358 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeRts' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StatusesUserTimelineRequest' final or making the method 'withIncludeRts' static/final/abstract/empty, or adding allowed annotation for the method. | 362 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
![]() |
misc | FinalParameters | Parameter includeRts should be final. | 362 |
![]() |
coding | HiddenField | 'includeRts' hides a field. | 362 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' 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 'StatusesUserTimelineRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 367 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' 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 'StatusesUserTimelineRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 372 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 372 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' 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 'StatusesUserTimelineRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 378 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 378 |
![]() |
misc | FinalParameters | Parameter name should be final. | 380 |
![]() |
misc | FinalParameters | Parameter value should be final. | 380 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 384 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' 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 'StatusesUserTimelineRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 384 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 384 |
![]() |
misc | FinalParameters | Parameter name should be final. | 384 |
![]() |
misc | FinalParameters | Parameter value should be final. | 384 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' 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 'StatusesUserTimelineRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 391 |
![]() |
design | DesignForExtension | Class 'StatusesUserTimelineRequest' 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 'StatusesUserTimelineRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 394 |
![]() |
misc | FinalParameters | Parameter other should be final. | 395 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 399 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 402). | 403 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
misc | FinalParameters | Parameter name should be final. | 72 |
![]() |
coding | HiddenField | 'name' hides a field. | 72 |
![]() |
design | DesignForExtension | Class 'SuggestedUserCategory' 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 'SuggestedUserCategory' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter name should be final. | 76 |
![]() |
coding | HiddenField | 'name' hides a field. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
misc | FinalParameters | Parameter slug should be final. | 99 |
![]() |
coding | HiddenField | 'slug' hides a field. | 99 |
![]() |
design | DesignForExtension | Class 'SuggestedUserCategory' looks like designed for extension (can be subclassed), but the method 'withSlug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SuggestedUserCategory' final or making the method 'withSlug' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter slug should be final. | 103 |
![]() |
coding | HiddenField | 'slug' hides a field. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
misc | FinalParameters | Parameter size should be final. | 126 |
![]() |
coding | HiddenField | 'size' hides a field. | 126 |
![]() |
design | DesignForExtension | Class 'SuggestedUserCategory' looks like designed for extension (can be subclassed), but the method 'withSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SuggestedUserCategory' final or making the method 'withSize' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter size should be final. | 130 |
![]() |
coding | HiddenField | 'size' hides a field. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
misc | FinalParameters | Parameter users should be final. | 153 |
![]() |
coding | HiddenField | 'users' hides a field. | 153 |
![]() |
design | DesignForExtension | Class 'SuggestedUserCategory' looks like designed for extension (can be subclassed), but the method 'withUsers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SuggestedUserCategory' final or making the method 'withUsers' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter users should be final. | 157 |
![]() |
coding | HiddenField | 'users' hides a field. | 157 |
![]() |
design | DesignForExtension | Class 'SuggestedUserCategory' 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 'SuggestedUserCategory' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
design | DesignForExtension | Class 'SuggestedUserCategory' 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 'SuggestedUserCategory' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
design | DesignForExtension | Class 'SuggestedUserCategory' 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 'SuggestedUserCategory' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
misc | FinalParameters | Parameter name should be final. | 175 |
![]() |
coding | HiddenField | 'name' hides a field. | 175 |
![]() |
misc | FinalParameters | Parameter value should be final. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 179 |
![]() |
design | DesignForExtension | Class 'SuggestedUserCategory' 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 'SuggestedUserCategory' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
misc | FinalParameters | Parameter name should be final. | 179 |
![]() |
coding | HiddenField | 'name' hides a field. | 179 |
![]() |
misc | FinalParameters | Parameter value should be final. | 179 |
![]() |
design | DesignForExtension | Class 'SuggestedUserCategory' 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 'SuggestedUserCategory' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 186 |
![]() |
design | DesignForExtension | Class 'SuggestedUserCategory' 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 'SuggestedUserCategory' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
![]() |
misc | FinalParameters | Parameter other should be final. | 190 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 195). | 198 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 257). | 43 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 59 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'slug'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lang'. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 267). | 65 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'slug'. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.QueryIfNE. | 23 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 31 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
naming | ConstantName | Name 'path' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 160). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter timePeriod should be final. | 53 |
![]() |
coding | HiddenField | 'timePeriod' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountItem' looks like designed for extension (can be subclassed), but the method 'withTimePeriod' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchCountItem' final or making the method 'withTimePeriod' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter timePeriod should be final. | 57 |
![]() |
coding | HiddenField | 'timePeriod' hides a field. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
misc | FinalParameters | Parameter count should be final. | 80 |
![]() |
coding | HiddenField | 'count' hides a field. | 80 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountItem' 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 'ThirtyDaySearchCountItem' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter count should be final. | 84 |
![]() |
coding | HiddenField | 'count' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountItem' 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 'ThirtyDaySearchCountItem' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountItem' 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 'ThirtyDaySearchCountItem' 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 'ThirtyDaySearchCountItem' 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 'ThirtyDaySearchCountItem' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
misc | FinalParameters | Parameter value should be final. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountItem' 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 'ThirtyDaySearchCountItem' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountItem' 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 'ThirtyDaySearchCountItem' 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 112). | 113 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountItem' 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 'ThirtyDaySearchCountItem' 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 161). | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 158). | 43 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
misc | FinalParameters | Parameter query should be final. | 101 |
![]() |
coding | HiddenField | 'query' hides a field. | 101 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsRequest' looks like designed for extension (can be subclassed), but the method 'withQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchCountsRequest' final or making the method 'withQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter query should be final. | 105 |
![]() |
coding | HiddenField | 'query' hides a field. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
misc | FinalParameters | Parameter fromDate should be final. | 130 |
![]() |
coding | HiddenField | 'fromDate' hides a field. | 130 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsRequest' looks like designed for extension (can be subclassed), but the method 'withFromDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchCountsRequest' final or making the method 'withFromDate' static/final/abstract/empty, or adding allowed annotation for the method. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter fromDate should be final. | 134 |
![]() |
coding | HiddenField | 'fromDate' hides a field. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 153 |
![]() |
misc | FinalParameters | Parameter toDate should be final. | 159 |
![]() |
coding | HiddenField | 'toDate' hides a field. | 159 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsRequest' looks like designed for extension (can be subclassed), but the method 'withToDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchCountsRequest' final or making the method 'withToDate' static/final/abstract/empty, or adding allowed annotation for the method. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
misc | FinalParameters | Parameter toDate should be final. | 163 |
![]() |
coding | HiddenField | 'toDate' hides a field. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
misc | FinalParameters | Parameter bucket should be final. | 188 |
![]() |
coding | HiddenField | 'bucket' hides a field. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 192 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsRequest' looks like designed for extension (can be subclassed), but the method 'withBucket' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchCountsRequest' final or making the method 'withBucket' static/final/abstract/empty, or adding allowed annotation for the method. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
misc | FinalParameters | Parameter bucket should be final. | 192 |
![]() |
coding | HiddenField | 'bucket' hides a field. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 211 |
![]() |
misc | FinalParameters | Parameter next should be final. | 217 |
![]() |
coding | HiddenField | 'next' hides a field. | 217 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsRequest' looks like designed for extension (can be subclassed), but the method 'withNext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchCountsRequest' final or making the method 'withNext' static/final/abstract/empty, or adding allowed annotation for the method. | 221 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
![]() |
misc | FinalParameters | Parameter next should be final. | 221 |
![]() |
coding | HiddenField | 'next' hides a field. | 221 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsRequest' 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 'ThirtyDaySearchCountsRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 226 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsRequest' 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 'ThirtyDaySearchCountsRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 231 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsRequest' 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 'ThirtyDaySearchCountsRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
misc | FinalParameters | Parameter name should be final. | 239 |
![]() |
misc | FinalParameters | Parameter value should be final. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 243 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsRequest' 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 'ThirtyDaySearchCountsRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 243 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
![]() |
misc | FinalParameters | Parameter name should be final. | 243 |
![]() |
misc | FinalParameters | Parameter value should be final. | 243 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsRequest' 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 'ThirtyDaySearchCountsRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 250 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsRequest' 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 'ThirtyDaySearchCountsRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 253 |
![]() |
misc | FinalParameters | Parameter other should be final. | 254 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 234). | 262 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 265 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 266 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 268 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 269 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 270 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 272 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 280 |
![]() |
misc | FinalParameters | Parameter value should be final. | 280 |
![]() |
coding | HiddenField | 'value' hides a field. | 280 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 291 |
![]() |
misc | FinalParameters | Parameter value should be final. | 291 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
misc | FinalParameters | Parameter totalCount should be final. | 90 |
![]() |
coding | HiddenField | 'totalCount' hides a field. | 90 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsResponse' looks like designed for extension (can be subclassed), but the method 'withTotalCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchCountsResponse' final or making the method 'withTotalCount' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter totalCount should be final. | 94 |
![]() |
coding | HiddenField | 'totalCount' hides a field. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
misc | FinalParameters | Parameter results should be final. | 119 |
![]() |
coding | HiddenField | 'results' hides a field. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 123 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsResponse' looks like designed for extension (can be subclassed), but the method 'withResults' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchCountsResponse' final or making the method 'withResults' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter results should be final. | 123 |
![]() |
coding | HiddenField | 'results' hides a field. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
misc | FinalParameters | Parameter next should be final. | 148 |
![]() |
coding | HiddenField | 'next' hides a field. | 148 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsResponse' looks like designed for extension (can be subclassed), but the method 'withNext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchCountsResponse' final or making the method 'withNext' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter next should be final. | 152 |
![]() |
coding | HiddenField | 'next' hides a field. | 152 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 177 |
![]() |
misc | FinalParameters | Parameter requestParameters should be final. | 177 |
![]() |
coding | HiddenField | 'requestParameters' hides a field. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 181 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsResponse' looks like designed for extension (can be subclassed), but the method 'withRequestParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchCountsResponse' final or making the method 'withRequestParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
misc | FinalParameters | Parameter requestParameters should be final. | 181 |
![]() |
coding | HiddenField | 'requestParameters' hides a field. | 181 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsResponse' 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 'ThirtyDaySearchCountsResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 186 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsResponse' 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 'ThirtyDaySearchCountsResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsResponse' 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 'ThirtyDaySearchCountsResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
misc | FinalParameters | Parameter name should be final. | 199 |
![]() |
misc | FinalParameters | Parameter value should be final. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 203 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsResponse' 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 'ThirtyDaySearchCountsResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 203 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
![]() |
misc | FinalParameters | Parameter name should be final. | 203 |
![]() |
misc | FinalParameters | Parameter value should be final. | 203 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsResponse' 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 'ThirtyDaySearchCountsResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 210 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchCountsResponse' 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 'ThirtyDaySearchCountsResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 213 |
![]() |
misc | FinalParameters | Parameter other should be final. | 214 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 237). | 222 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 186). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 319). | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
misc | FinalParameters | Parameter query should be final. | 107 |
![]() |
coding | HiddenField | 'query' hides a field. | 107 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchRequest' final or making the method 'withQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter query should be final. | 111 |
![]() |
coding | HiddenField | 'query' hides a field. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 184). | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
misc | FinalParameters | Parameter fromDate should be final. | 136 |
![]() |
coding | HiddenField | 'fromDate' hides a field. | 136 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withFromDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchRequest' final or making the method 'withFromDate' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter fromDate should be final. | 140 |
![]() |
coding | HiddenField | 'fromDate' hides a field. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 201). | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
misc | FinalParameters | Parameter toDate should be final. | 165 |
![]() |
coding | HiddenField | 'toDate' hides a field. | 165 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withToDate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchRequest' final or making the method 'withToDate' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter toDate should be final. | 169 |
![]() |
coding | HiddenField | 'toDate' hides a field. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 186). | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 186). | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
misc | FinalParameters | Parameter maxResults should be final. | 194 |
![]() |
coding | HiddenField | 'maxResults' hides a field. | 194 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withMaxResults' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchRequest' final or making the method 'withMaxResults' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
misc | FinalParameters | Parameter maxResults should be final. | 198 |
![]() |
coding | HiddenField | 'maxResults' hides a field. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 217 |
![]() |
misc | FinalParameters | Parameter next should be final. | 223 |
![]() |
coding | HiddenField | 'next' hides a field. | 223 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withNext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchRequest' final or making the method 'withNext' static/final/abstract/empty, or adding allowed annotation for the method. | 227 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
![]() |
misc | FinalParameters | Parameter next should be final. | 227 |
![]() |
coding | HiddenField | 'next' hides a field. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 246 |
![]() |
misc | FinalParameters | Parameter tag should be final. | 252 |
![]() |
coding | HiddenField | 'tag' hides a field. | 252 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' looks like designed for extension (can be subclassed), but the method 'withTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchRequest' final or making the method 'withTag' static/final/abstract/empty, or adding allowed annotation for the method. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
misc | FinalParameters | Parameter tag should be final. | 256 |
![]() |
coding | HiddenField | 'tag' hides a field. | 256 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' 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 'ThirtyDaySearchRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 261 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' 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 'ThirtyDaySearchRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' 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 'ThirtyDaySearchRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
![]() |
misc | FinalParameters | Parameter name should be final. | 274 |
![]() |
misc | FinalParameters | Parameter value should be final. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 278 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' 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 'ThirtyDaySearchRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
![]() |
misc | FinalParameters | Parameter name should be final. | 278 |
![]() |
misc | FinalParameters | Parameter value should be final. | 278 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' 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 'ThirtyDaySearchRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 285 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchRequest' 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 'ThirtyDaySearchRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 288 |
![]() |
misc | FinalParameters | Parameter other should be final. | 289 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 293 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 263). | 297 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
misc | FinalParameters | Parameter results should be final. | 83 |
![]() |
coding | HiddenField | 'results' hides a field. | 83 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchResponse' looks like designed for extension (can be subclassed), but the method 'withResults' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchResponse' final or making the method 'withResults' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter results should be final. | 87 |
![]() |
coding | HiddenField | 'results' hides a field. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
misc | FinalParameters | Parameter next should be final. | 112 |
![]() |
coding | HiddenField | 'next' hides a field. | 112 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchResponse' looks like designed for extension (can be subclassed), but the method 'withNext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchResponse' final or making the method 'withNext' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter next should be final. | 116 |
![]() |
coding | HiddenField | 'next' hides a field. | 116 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
misc | FinalParameters | Parameter requestParameters should be final. | 141 |
![]() |
coding | HiddenField | 'requestParameters' hides a field. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 145 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchResponse' looks like designed for extension (can be subclassed), but the method 'withRequestParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchResponse' final or making the method 'withRequestParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter requestParameters should be final. | 145 |
![]() |
coding | HiddenField | 'requestParameters' hides a field. | 145 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchResponse' 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 'ThirtyDaySearchResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchResponse' 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 'ThirtyDaySearchResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchResponse' 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 'ThirtyDaySearchResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter name should be final. | 163 |
![]() |
misc | FinalParameters | Parameter value should be final. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 167 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchResponse' 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 'ThirtyDaySearchResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
misc | FinalParameters | Parameter name should be final. | 167 |
![]() |
misc | FinalParameters | Parameter value should be final. | 167 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchResponse' 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 'ThirtyDaySearchResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 174 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchResponse' 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 'ThirtyDaySearchResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 177 |
![]() |
misc | FinalParameters | Parameter other should be final. | 178 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 202). | 186 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
misc | FinalParameters | Parameter name should be final. | 57 |
![]() |
coding | HiddenField | 'name' hides a field. | 57 |
![]() |
design | DesignForExtension | Class 'TimeZone' 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 'TimeZone' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter name should be final. | 61 |
![]() |
coding | HiddenField | 'name' hides a field. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
misc | FinalParameters | Parameter tzinfoName should be final. | 84 |
![]() |
coding | HiddenField | 'tzinfoName' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'TimeZone' looks like designed for extension (can be subclassed), but the method 'withTzinfoName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TimeZone' final or making the method 'withTzinfoName' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter tzinfoName should be final. | 88 |
![]() |
coding | HiddenField | 'tzinfoName' hides a field. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 111 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 111 |
![]() |
design | DesignForExtension | Class 'TimeZone' looks like designed for extension (can be subclassed), but the method 'withUtcOffset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TimeZone' final or making the method 'withUtcOffset' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 115 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 115 |
![]() |
design | DesignForExtension | Class 'TimeZone' 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 'TimeZone' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
design | DesignForExtension | Class 'TimeZone' 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 'TimeZone' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
design | DesignForExtension | Class 'TimeZone' 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 'TimeZone' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter name should be final. | 133 |
![]() |
coding | HiddenField | 'name' hides a field. | 133 |
![]() |
misc | FinalParameters | Parameter value should be final. | 133 |
![]() |
design | DesignForExtension | Class 'TimeZone' 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 'TimeZone' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter name should be final. | 137 |
![]() |
coding | HiddenField | 'name' hides a field. | 137 |
![]() |
misc | FinalParameters | Parameter value should be final. | 137 |
![]() |
design | DesignForExtension | Class 'TimeZone' 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 'TimeZone' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 144 |
![]() |
design | DesignForExtension | Class 'TimeZone' 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 'TimeZone' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
misc | FinalParameters | Parameter other should be final. | 148 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
naming | TypeName | Name 'TimeZone_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
misc | FinalParameters | Parameter name should be final. | 57 |
![]() |
coding | HiddenField | 'name' hides a field. | 57 |
![]() |
design | DesignForExtension | Class 'TimeZone_' 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 'TimeZone_' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter name should be final. | 61 |
![]() |
coding | HiddenField | 'name' hides a field. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
misc | FinalParameters | Parameter tzinfoName should be final. | 84 |
![]() |
coding | HiddenField | 'tzinfoName' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'TimeZone_' looks like designed for extension (can be subclassed), but the method 'withTzinfoName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TimeZone_' final or making the method 'withTzinfoName' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter tzinfoName should be final. | 88 |
![]() |
coding | HiddenField | 'tzinfoName' hides a field. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 111 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 111 |
![]() |
design | DesignForExtension | Class 'TimeZone_' looks like designed for extension (can be subclassed), but the method 'withUtcOffset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TimeZone_' final or making the method 'withUtcOffset' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 115 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 115 |
![]() |
design | DesignForExtension | Class 'TimeZone_' 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 'TimeZone_' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
design | DesignForExtension | Class 'TimeZone_' 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 'TimeZone_' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
design | DesignForExtension | Class 'TimeZone_' 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 'TimeZone_' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter name should be final. | 133 |
![]() |
coding | HiddenField | 'name' hides a field. | 133 |
![]() |
misc | FinalParameters | Parameter value should be final. | 133 |
![]() |
design | DesignForExtension | Class 'TimeZone_' 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 'TimeZone_' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter name should be final. | 137 |
![]() |
coding | HiddenField | 'name' hides a field. | 137 |
![]() |
misc | FinalParameters | Parameter value should be final. | 137 |
![]() |
design | DesignForExtension | Class 'TimeZone_' 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 'TimeZone_' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 144 |
![]() |
design | DesignForExtension | Class 'TimeZone_' 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 'TimeZone_' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
misc | FinalParameters | Parameter other should be final. | 148 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 192). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
misc | FinalParameters | Parameter country should be final. | 75 |
![]() |
coding | HiddenField | 'country' hides a field. | 75 |
![]() |
design | DesignForExtension | Class 'TrendLocation' 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 'TrendLocation' final or making the method 'withCountry' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter country should be final. | 79 |
![]() |
coding | HiddenField | 'country' hides a field. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter countryCode should be final. | 102 |
![]() |
coding | HiddenField | 'countryCode' hides a field. | 102 |
![]() |
design | DesignForExtension | Class 'TrendLocation' looks like designed for extension (can be subclassed), but the method 'withCountryCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TrendLocation' final or making the method 'withCountryCode' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter countryCode should be final. | 106 |
![]() |
coding | HiddenField | 'countryCode' hides a field. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
misc | FinalParameters | Parameter name should be final. | 129 |
![]() |
coding | HiddenField | 'name' hides a field. | 129 |
![]() |
design | DesignForExtension | Class 'TrendLocation' 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 'TrendLocation' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter name should be final. | 133 |
![]() |
coding | HiddenField | 'name' hides a field. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
misc | FinalParameters | Parameter parentid should be final. | 156 |
![]() |
coding | HiddenField | 'parentid' hides a field. | 156 |
![]() |
design | DesignForExtension | Class 'TrendLocation' looks like designed for extension (can be subclassed), but the method 'withParentid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TrendLocation' final or making the method 'withParentid' static/final/abstract/empty, or adding allowed annotation for the method. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter parentid should be final. | 160 |
![]() |
coding | HiddenField | 'parentid' hides a field. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
misc | FinalParameters | Parameter placeType should be final. | 183 |
![]() |
coding | HiddenField | 'placeType' hides a field. | 183 |
![]() |
design | DesignForExtension | Class 'TrendLocation' looks like designed for extension (can be subclassed), but the method 'withPlaceType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TrendLocation' final or making the method 'withPlaceType' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
misc | FinalParameters | Parameter placeType should be final. | 187 |
![]() |
coding | HiddenField | 'placeType' hides a field. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
misc | FinalParameters | Parameter url should be final. | 210 |
![]() |
coding | HiddenField | 'url' hides a field. | 210 |
![]() |
design | DesignForExtension | Class 'TrendLocation' looks like designed for extension (can be subclassed), but the method 'withUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TrendLocation' final or making the method 'withUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter url should be final. | 214 |
![]() |
coding | HiddenField | 'url' hides a field. | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 231 |
![]() |
misc | FinalParameters | Parameter woeid should be final. | 237 |
![]() |
coding | HiddenField | 'woeid' hides a field. | 237 |
![]() |
design | DesignForExtension | Class 'TrendLocation' looks like designed for extension (can be subclassed), but the method 'withWoeid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TrendLocation' final or making the method 'withWoeid' static/final/abstract/empty, or adding allowed annotation for the method. | 241 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
![]() |
misc | FinalParameters | Parameter woeid should be final. | 241 |
![]() |
coding | HiddenField | 'woeid' hides a field. | 241 |
![]() |
design | DesignForExtension | Class 'TrendLocation' 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 'TrendLocation' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 246 |
![]() |
design | DesignForExtension | Class 'TrendLocation' 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 'TrendLocation' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
design | DesignForExtension | Class 'TrendLocation' 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 'TrendLocation' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
misc | FinalParameters | Parameter name should be final. | 259 |
![]() |
coding | HiddenField | 'name' hides a field. | 259 |
![]() |
misc | FinalParameters | Parameter value should be final. | 259 |
![]() |
design | DesignForExtension | Class 'TrendLocation' 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 'TrendLocation' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
misc | FinalParameters | Parameter name should be final. | 263 |
![]() |
coding | HiddenField | 'name' hides a field. | 263 |
![]() |
misc | FinalParameters | Parameter value should be final. | 263 |
![]() |
design | DesignForExtension | Class 'TrendLocation' 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 'TrendLocation' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 270 |
![]() |
design | DesignForExtension | Class 'TrendLocation' 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 'TrendLocation' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
misc | FinalParameters | Parameter other should be final. | 274 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 300). | 282 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
naming | TypeName | Name 'TrendLocation_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
misc | FinalParameters | Parameter country should be final. | 75 |
![]() |
coding | HiddenField | 'country' hides a field. | 75 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' 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 'TrendLocation_' final or making the method 'withCountry' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter country should be final. | 79 |
![]() |
coding | HiddenField | 'country' hides a field. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter countryCode should be final. | 102 |
![]() |
coding | HiddenField | 'countryCode' hides a field. | 102 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' looks like designed for extension (can be subclassed), but the method 'withCountryCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TrendLocation_' final or making the method 'withCountryCode' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter countryCode should be final. | 106 |
![]() |
coding | HiddenField | 'countryCode' hides a field. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
misc | FinalParameters | Parameter name should be final. | 129 |
![]() |
coding | HiddenField | 'name' hides a field. | 129 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' 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 'TrendLocation_' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter name should be final. | 133 |
![]() |
coding | HiddenField | 'name' hides a field. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
misc | FinalParameters | Parameter parentid should be final. | 156 |
![]() |
coding | HiddenField | 'parentid' hides a field. | 156 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' looks like designed for extension (can be subclassed), but the method 'withParentid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TrendLocation_' final or making the method 'withParentid' static/final/abstract/empty, or adding allowed annotation for the method. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter parentid should be final. | 160 |
![]() |
coding | HiddenField | 'parentid' hides a field. | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
misc | FinalParameters | Parameter placeType should be final. | 183 |
![]() |
coding | HiddenField | 'placeType' hides a field. | 183 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' looks like designed for extension (can be subclassed), but the method 'withPlaceType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TrendLocation_' final or making the method 'withPlaceType' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
misc | FinalParameters | Parameter placeType should be final. | 187 |
![]() |
coding | HiddenField | 'placeType' hides a field. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
misc | FinalParameters | Parameter url should be final. | 210 |
![]() |
coding | HiddenField | 'url' hides a field. | 210 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' looks like designed for extension (can be subclassed), but the method 'withUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TrendLocation_' final or making the method 'withUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter url should be final. | 214 |
![]() |
coding | HiddenField | 'url' hides a field. | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 231 |
![]() |
misc | FinalParameters | Parameter woeid should be final. | 237 |
![]() |
coding | HiddenField | 'woeid' hides a field. | 237 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' looks like designed for extension (can be subclassed), but the method 'withWoeid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TrendLocation_' final or making the method 'withWoeid' static/final/abstract/empty, or adding allowed annotation for the method. | 241 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
![]() |
misc | FinalParameters | Parameter woeid should be final. | 241 |
![]() |
coding | HiddenField | 'woeid' hides a field. | 241 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' 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 'TrendLocation_' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 246 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' 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 'TrendLocation_' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' 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 'TrendLocation_' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
misc | FinalParameters | Parameter name should be final. | 259 |
![]() |
coding | HiddenField | 'name' hides a field. | 259 |
![]() |
misc | FinalParameters | Parameter value should be final. | 259 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' 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 'TrendLocation_' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
misc | FinalParameters | Parameter name should be final. | 263 |
![]() |
coding | HiddenField | 'name' hides a field. | 263 |
![]() |
misc | FinalParameters | Parameter value should be final. | 263 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' 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 'TrendLocation_' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 270 |
![]() |
design | DesignForExtension | Class 'TrendLocation_' 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 'TrendLocation_' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
misc | FinalParameters | Parameter other should be final. | 274 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 300). | 282 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class Twitter should be declared as final. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
design | VisibilityModifier | Variable 'restClientBuilder' must be private and have accessor methods. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
design | VisibilityModifier | Variable 'restClient' must be private and have accessor methods. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 103 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 106 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 110 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 111 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 112 |
![]() |
coding | MagicNumber | '20' is a magic number. | 116 |
![]() |
coding | MagicNumber | '100' is a magic number. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 120 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 140 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 149 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 160 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 160 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 160 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 167 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 167 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 167 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 174 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 174 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 174 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 181 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 181 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 181 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 188 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 188 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 194 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 195 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 195 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 195 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 202 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 202 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 202 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 209 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 209 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 209 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 216 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 216 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 223 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 223 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 223 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 230 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 230 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 230 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 237 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 237 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 237 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 244 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 244 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 244 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 251 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 251 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 251 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 258 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 258 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 265 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 265 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 272 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 272 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 272 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 278 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 288 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 289 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 289 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 289 |
![]() |
misc | FinalParameters | Parameter id should be final. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 295 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 295 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 300 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 301 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 301 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 301 |
![]() |
misc | FinalParameters | Parameter id should be final. | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 307 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 307 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 312 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 313 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 313 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 313 |
![]() |
misc | FinalParameters | Parameter id should be final. | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 319 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 319 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 324 |
![]() |
misc | FinalParameters | Parameter body should be final. | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 325 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 325 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 325 |
![]() |
misc | FinalParameters | Parameter id should be final. | 330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 331 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 337 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 337 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 337 |
![]() |
misc | FinalParameters | Parameter url should be final. | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 343 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 343 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 343 |
![]() |
misc | FinalParameters | Parameter webhookId should be final. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 349 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 349 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 349 |
![]() |
misc | FinalParameters | Parameter webhookId should be final. | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 355 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 355 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 355 |
![]() |
misc | FinalParameters | Parameter webhookId should be final. | 360 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 366 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 366 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 366 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 366 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 366 |
![]() |
coding | MagicNumber | '204' is a magic number. | 371 |
![]() |
misc | FinalParameters | Parameter webhookId should be final. | 384 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 385 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 390 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 390 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 390 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 390 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 390 |
![]() |
coding | MagicNumber | '204' is a magic number. | 394 |
![]() |
misc | FinalParameters | Parameter webhookId should be final. | 407 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 408 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 413 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 413 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 413 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 413 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 413 |
![]() |
coding | MagicNumber | '204' is a magic number. | 417 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 430 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 431 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 431 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 431 |
![]() |
misc | FinalParameters | Parameter id should be final. | 436 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 437 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 437 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 437 |
![]() |
misc | FinalParameters | Parameter event should be final. | 442 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 443 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 443 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 443 |
![]() |
misc | FinalParameters | Parameter event should be final. | 448 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 449 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 449 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 449 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 454 |
![]() |
misc | FinalParameters | Parameter environment should be final. | 454 |
![]() |
misc | FinalParameters | Parameter searchRequest should be final. | 454 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 150). | 455 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 455 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 455 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 455 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 455 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 456 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 461 |
![]() |
misc | FinalParameters | Parameter environment should be final. | 461 |
![]() |
misc | FinalParameters | Parameter searchCountsRequest should be final. | 461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 162). | 462 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 462 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 462 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 462 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 462 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 463 |
![]() |
misc | FinalParameters | Parameter id should be final. | 468 |
![]() |
misc | FinalParameters | Parameter id should be final. | 473 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 478 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 483 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 488 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 493 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 494 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 494 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 494 |
![]() |
misc | FinalParameters | Parameter slug should be final. | 499 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 500 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 500 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 500 |
![]() |
misc | FinalParameters | Parameter slug should be final. | 505 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 506 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 506 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 506 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.commons.codec.EncoderException. | 23 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | ConstantName | Name 'base64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'oAuthConfiguration' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'security' must be private and have accessor methods. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter oAuthConfiguration should be final. | 58 |
![]() |
coding | HiddenField | 'oAuthConfiguration' hides a field. | 58 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthRequestInterceptor' looks like designed for extension (can be subclassed), but the method 'generateTimestamp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterOAuthRequestInterceptor' final or making the method 'generateTimestamp' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 64 |
![]() |
naming | LocalVariableName | Name 'oauth_timestamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '/' is not followed by whitespace. | 65 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 65 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthRequestInterceptor' looks like designed for extension (can be subclassed), but the method 'generateNonce' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterOAuthRequestInterceptor' final or making the method 'generateNonce' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
naming | LocalVariableName | Name 'uuid_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | LocalVariableName | Name 'oauth_nonce' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
design | DesignForExtension | Class 'TwitterOAuthRequestInterceptor' 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 'TwitterOAuthRequestInterceptor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 77 |
![]() |
misc | FinalParameters | Parameter httpRequest should be final. | 77 |
![]() |
misc | FinalParameters | Parameter httpContext should be final. | 77 |
![]() |
naming | LocalVariableName | Name 'oauth_nonce' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
naming | LocalVariableName | Name 'oauth_timestamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
![]() |
whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 90 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 92 |
![]() |
naming | LocalVariableName | Name 'request_host' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
![]() |
naming | LocalVariableName | Name 'request_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 99 |
![]() |
naming | LocalVariableName | Name 'request_param_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 99 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
![]() |
naming | LocalVariableName | Name 'request_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 102 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 102 |
![]() |
naming | LocalVariableName | Name 'request_param' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 104 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 109 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 110 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 111 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 111 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
![]() |
naming | LocalVariableName | Name 'body_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() |
naming | LocalVariableName | Name 'body_param' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 132 |
![]() |
naming | LocalVariableName | Name 'signature_parameter_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 134 |
![]() |
naming | LocalVariableName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 134 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 136 |
![]() |
naming | LocalVariableName | Name 'signing_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
![]() |
naming | LocalVariableName | Name 'oauth_signature' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 140 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 148 |
![]() |
naming | LocalVariableName | Name 'authorization_header_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.util.api.requests.backoff.AbstractBackOffStrategy. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.util.api.requests.backoff.BackOffException. | 22 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.util.api.requests.backoff.impl.LinearTimeBackOffStrategy. | 23 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.client.HttpRequestRetryHandler. | 26 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.protocol.HttpContext. | 27 |
![]() |
imports | UnusedImports | Unused import - java.util.Map. | 36 |
![]() |
imports | UnusedImports | Unused import - java.util.concurrent.ConcurrentHashMap. | 37 |
![]() |
imports | UnusedImports | Unused import - javax.ws.rs.core.Response. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Class 'TwitterRetryHandler' looks like designed for extension (can be subclassed), but the method 'onResponse' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterRetryHandler' final or making the method 'onResponse' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter response should be final. | 47 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 48 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 48 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 48 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 50 |
![]() |
coding | MagicNumber | '200' is a magic number. | 51 |
![]() |
coding | MagicNumber | '304' is a magic number. | 52 |
![]() |
coding | MagicNumber | '400' is a magic number. | 53 |
![]() |
coding | MagicNumber | '401' is a magic number. | 55 |
![]() |
coding | MagicNumber | '403' is a magic number. | 57 |
![]() |
coding | MagicNumber | '404' is a magic number. | 58 |
![]() |
coding | MagicNumber | '406' is a magic number. | 59 |
![]() |
coding | MagicNumber | '410' is a magic number. | 60 |
![]() |
coding | MagicNumber | '420' is a magic number. | 62 |
![]() |
coding | MagicNumber | '429' is a magic number. | 63 |
![]() |
coding | MagicNumber | '500' is a magic number. | 65 |
![]() |
coding | MagicNumber | '502' is a magic number. | 66 |
![]() |
coding | MagicNumber | '503' is a magic number. | 67 |
![]() |
coding | MagicNumber | '504' is a magic number. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter response should be final. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - java.util.Calendar. | 28 |
![]() |
imports | UnusedImports | Unused import - java.util.UUID. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | ConstantName | Name 'oauth_signature_encoding' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
naming | ConstantName | Name 'oauth_version' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | ConstantName | Name 'oauth_signature_method_param' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
naming | ConstantName | Name 'oauth_signature_method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | ConstantName | Name 'webhook_signature_method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
naming | ConstantName | Name 'base64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() |
design | DesignForExtension | Class 'TwitterSecurity' looks like designed for extension (can be subclassed), but the method 'encode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterSecurity' final or making the method 'encode' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter value should be final. | 55 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 81 |
![]() |
design | DesignForExtension | Class 'TwitterSecurity' looks like designed for extension (can be subclassed), but the method 'generateSignatureParameterString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterSecurity' final or making the method 'generateSignatureParameterString' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter allParamsMap should be final. | 81 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 86 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 86 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 86 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 93 |
![]() |
design | DesignForExtension | Class 'TwitterSecurity' looks like designed for extension (can be subclassed), but the method 'generateSignatureBaseString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterSecurity' final or making the method 'generateSignatureBaseString' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter method should be final. | 93 |
![]() |
misc | FinalParameters | Parameter request_url should be final. | 93 |
![]() |
naming | ParameterName | Name 'request_url' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
misc | FinalParameters | Parameter signature_parameter_string should be final. | 93 |
![]() |
naming | ParameterName | Name 'signature_parameter_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
![]() |
naming | LocalVariableName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 104 |
![]() |
design | DesignForExtension | Class 'TwitterSecurity' looks like designed for extension (can be subclassed), but the method 'generateAuthorizationHeaderString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterSecurity' final or making the method 'generateAuthorizationHeaderString' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter oauthParamMap should be final. | 104 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 108 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 108 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
![]() |
naming | LocalVariableName | Name 'authorization_header_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
![]() |
design | DesignForExtension | Class 'TwitterSecurity' looks like designed for extension (can be subclassed), but the method 'encodeMap' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterSecurity' final or making the method 'encodeMap' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter map should be final. | 119 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 121 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 121 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 128 |
![]() |
design | DesignForExtension | Class 'TwitterSecurity' looks like designed for extension (can be subclassed), but the method 'computeSignatureBytes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterSecurity' final or making the method 'computeSignatureBytes' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter baseString should be final. | 128 |
![]() |
misc | FinalParameters | Parameter keyString should be final. | 128 |
![]() |
misc | FinalParameters | Parameter signature_method should be final. | 128 |
![]() |
naming | ParameterName | Name 'signature_method' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 143 |
![]() |
design | DesignForExtension | Class 'TwitterSecurity' looks like designed for extension (can be subclassed), but the method 'computeAndEncodeSignature' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterSecurity' final or making the method 'computeAndEncodeSignature' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
misc | FinalParameters | Parameter baseString should be final. | 143 |
![]() |
misc | FinalParameters | Parameter keyString should be final. | 143 |
![]() |
misc | FinalParameters | Parameter signature_method should be final. | 143 |
![]() |
naming | ParameterName | Name 'signature_method' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 225). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter sleepTimeEnabled should be final. | 102 |
![]() |
coding | HiddenField | 'sleepTimeEnabled' hides a field. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 106 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' looks like designed for extension (can be subclassed), but the method 'withSleepTimeEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UpdateAccountSettingsRequest' final or making the method 'withSleepTimeEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter sleepTimeEnabled should be final. | 106 |
![]() |
coding | HiddenField | 'sleepTimeEnabled' hides a field. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 225). | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 225). | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
misc | FinalParameters | Parameter startSleepTime should be final. | 131 |
![]() |
coding | HiddenField | 'startSleepTime' hides a field. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 135 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' looks like designed for extension (can be subclassed), but the method 'withStartSleepTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UpdateAccountSettingsRequest' final or making the method 'withStartSleepTime' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter startSleepTime should be final. | 135 |
![]() |
coding | HiddenField | 'startSleepTime' hides a field. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
misc | FinalParameters | Parameter endSleepTime should be final. | 160 |
![]() |
coding | HiddenField | 'endSleepTime' hides a field. | 160 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' looks like designed for extension (can be subclassed), but the method 'withEndSleepTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UpdateAccountSettingsRequest' final or making the method 'withEndSleepTime' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter endSleepTime should be final. | 164 |
![]() |
coding | HiddenField | 'endSleepTime' hides a field. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 189 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 189 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' looks like designed for extension (can be subclassed), but the method 'withTimeZone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UpdateAccountSettingsRequest' final or making the method 'withTimeZone' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 193 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 211 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
misc | FinalParameters | Parameter trendLocationWoeid should be final. | 218 |
![]() |
coding | HiddenField | 'trendLocationWoeid' hides a field. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 222 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' looks like designed for extension (can be subclassed), but the method 'withTrendLocationWoeid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UpdateAccountSettingsRequest' final or making the method 'withTrendLocationWoeid' static/final/abstract/empty, or adding allowed annotation for the method. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
misc | FinalParameters | Parameter trendLocationWoeid should be final. | 222 |
![]() |
coding | HiddenField | 'trendLocationWoeid' hides a field. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 247 |
![]() |
coding | HiddenField | 'lang' hides a field. | 247 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' looks like designed for extension (can be subclassed), but the method 'withLang' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UpdateAccountSettingsRequest' final or making the method 'withLang' static/final/abstract/empty, or adding allowed annotation for the method. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 251 |
![]() |
coding | HiddenField | 'lang' hides a field. | 251 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' 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 'UpdateAccountSettingsRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 256 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' 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 'UpdateAccountSettingsRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' 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 'UpdateAccountSettingsRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
misc | FinalParameters | Parameter name should be final. | 269 |
![]() |
misc | FinalParameters | Parameter value should be final. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 273 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' 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 'UpdateAccountSettingsRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
misc | FinalParameters | Parameter name should be final. | 273 |
![]() |
misc | FinalParameters | Parameter value should be final. | 273 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' 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 'UpdateAccountSettingsRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 205). | 280 |
![]() |
design | DesignForExtension | Class 'UpdateAccountSettingsRequest' 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 'UpdateAccountSettingsRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 283 |
![]() |
misc | FinalParameters | Parameter other should be final. | 284 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 335). | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 229). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
misc | FinalParameters | Parameter name should be final. | 110 |
![]() |
coding | HiddenField | 'name' hides a field. | 110 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' 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 'UpdateProfileRequest' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
misc | FinalParameters | Parameter name should be final. | 114 |
![]() |
coding | HiddenField | 'name' hides a field. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
misc | FinalParameters | Parameter url should be final. | 139 |
![]() |
coding | HiddenField | 'url' hides a field. | 139 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' looks like designed for extension (can be subclassed), but the method 'withUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UpdateProfileRequest' final or making the method 'withUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
misc | FinalParameters | Parameter url should be final. | 143 |
![]() |
coding | HiddenField | 'url' hides a field. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
misc | FinalParameters | Parameter location should be final. | 168 |
![]() |
coding | HiddenField | 'location' hides a field. | 168 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' 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 'UpdateProfileRequest' final or making the method 'withLocation' static/final/abstract/empty, or adding allowed annotation for the method. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
misc | FinalParameters | Parameter location should be final. | 172 |
![]() |
coding | HiddenField | 'location' hides a field. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
misc | FinalParameters | Parameter description should be final. | 197 |
![]() |
coding | HiddenField | 'description' hides a field. | 197 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' 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 'UpdateProfileRequest' final or making the method 'withDescription' static/final/abstract/empty, or adding allowed annotation for the method. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
misc | FinalParameters | Parameter description should be final. | 201 |
![]() |
coding | HiddenField | 'description' hides a field. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 229). | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 229). | 219 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
misc | FinalParameters | Parameter profileLinkColor should be final. | 226 |
![]() |
coding | HiddenField | 'profileLinkColor' hides a field. | 226 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' looks like designed for extension (can be subclassed), but the method 'withProfileLinkColor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UpdateProfileRequest' final or making the method 'withProfileLinkColor' static/final/abstract/empty, or adding allowed annotation for the method. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter profileLinkColor should be final. | 230 |
![]() |
coding | HiddenField | 'profileLinkColor' hides a field. | 230 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 237 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 255 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 255 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UpdateProfileRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 259 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 265 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 284 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 284 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' looks like designed for extension (can be subclassed), but the method 'withSkipStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UpdateProfileRequest' final or making the method 'withSkipStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
misc | FinalParameters | Parameter skipStatus should be final. | 288 |
![]() |
coding | HiddenField | 'skipStatus' hides a field. | 288 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' 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 'UpdateProfileRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 293 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' 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 'UpdateProfileRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' 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 'UpdateProfileRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 304 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
misc | FinalParameters | Parameter name should be final. | 306 |
![]() |
coding | HiddenField | 'name' hides a field. | 306 |
![]() |
misc | FinalParameters | Parameter value should be final. | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 310 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' 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 'UpdateProfileRequest' final or making the method 'withAdditionalProperty' 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. | 310 |
![]() |
coding | HiddenField | 'name' hides a field. | 310 |
![]() |
misc | FinalParameters | Parameter value should be final. | 310 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' 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 'UpdateProfileRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 209). | 317 |
![]() |
design | DesignForExtension | Class 'UpdateProfileRequest' 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 'UpdateProfileRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 320 |
![]() |
misc | FinalParameters | Parameter other should be final. | 321 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 340). | 329 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Path. | 24 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.RequestBean. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 247). | 45 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 220). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 247). | 58 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 68 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 90 |
![]() |
coding | HiddenField | 'userId' hides a field. | 90 |
![]() |
design | DesignForExtension | Class 'UsersLookupRequest' looks like designed for extension (can be subclassed), but the method 'withUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersLookupRequest' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 94 |
![]() |
coding | HiddenField | 'userId' hides a field. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 121 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 121 |
![]() |
design | DesignForExtension | Class 'UsersLookupRequest' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersLookupRequest' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 125 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 150 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 150 |
![]() |
design | DesignForExtension | Class 'UsersLookupRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersLookupRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 154 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 154 |
![]() |
design | DesignForExtension | Class 'UsersLookupRequest' 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 'UsersLookupRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
![]() |
design | DesignForExtension | Class 'UsersLookupRequest' 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 'UsersLookupRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
design | DesignForExtension | Class 'UsersLookupRequest' 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 'UsersLookupRequest' final or making the method 'setAdditionalProperty' 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. | 172 |
![]() |
misc | FinalParameters | Parameter value should be final. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 176 |
![]() |
design | DesignForExtension | Class 'UsersLookupRequest' 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 'UsersLookupRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter name should be final. | 176 |
![]() |
misc | FinalParameters | Parameter value should be final. | 176 |
![]() |
design | DesignForExtension | Class 'UsersLookupRequest' 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 'UsersLookupRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 183 |
![]() |
design | DesignForExtension | Class 'UsersLookupRequest' 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 'UsersLookupRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 186 |
![]() |
misc | FinalParameters | Parameter other should be final. | 187 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 208). | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
misc | FinalParameters | Parameter q should be final. | 91 |
![]() |
coding | HiddenField | 'q' hides a field. | 91 |
![]() |
design | DesignForExtension | Class 'UsersSearchRequest' looks like designed for extension (can be subclassed), but the method 'withQ' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersSearchRequest' final or making the method 'withQ' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter q should be final. | 95 |
![]() |
coding | HiddenField | 'q' hides a field. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
misc | FinalParameters | Parameter page should be final. | 120 |
![]() |
coding | HiddenField | 'page' hides a field. | 120 |
![]() |
design | DesignForExtension | Class 'UsersSearchRequest' looks like designed for extension (can be subclassed), but the method 'withPage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersSearchRequest' final or making the method 'withPage' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter page should be final. | 124 |
![]() |
coding | HiddenField | 'page' hides a field. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
misc | FinalParameters | Parameter count should be final. | 149 |
![]() |
coding | HiddenField | 'count' hides a field. | 149 |
![]() |
design | DesignForExtension | Class 'UsersSearchRequest' 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 'UsersSearchRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter count should be final. | 153 |
![]() |
coding | HiddenField | 'count' hides a field. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 178 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 178 |
![]() |
design | DesignForExtension | Class 'UsersSearchRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersSearchRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 182 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 182 |
![]() |
design | DesignForExtension | Class 'UsersSearchRequest' 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 'UsersSearchRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
design | DesignForExtension | Class 'UsersSearchRequest' 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 'UsersSearchRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Class 'UsersSearchRequest' 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 'UsersSearchRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
misc | FinalParameters | Parameter name should be final. | 200 |
![]() |
misc | FinalParameters | Parameter value should be final. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 204 |
![]() |
design | DesignForExtension | Class 'UsersSearchRequest' 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 'UsersSearchRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 204 |
![]() |
misc | FinalParameters | Parameter value should be final. | 204 |
![]() |
design | DesignForExtension | Class 'UsersSearchRequest' 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 'UsersSearchRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 211 |
![]() |
design | DesignForExtension | Class 'UsersSearchRequest' 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 'UsersSearchRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
![]() |
misc | FinalParameters | Parameter other should be final. | 215 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 211). | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 78 |
![]() |
coding | HiddenField | 'userId' hides a field. | 78 |
![]() |
design | DesignForExtension | Class 'UsersShowRequest' looks like designed for extension (can be subclassed), but the method 'withUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersShowRequest' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 82 |
![]() |
coding | HiddenField | 'userId' hides a field. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 107 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 107 |
![]() |
design | DesignForExtension | Class 'UsersShowRequest' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersShowRequest' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 111 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 136 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 136 |
![]() |
design | DesignForExtension | Class 'UsersShowRequest' looks like designed for extension (can be subclassed), but the method 'withIncludeEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UsersShowRequest' final or making the method 'withIncludeEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter includeEntities should be final. | 140 |
![]() |
coding | HiddenField | 'includeEntities' hides a field. | 140 |
![]() |
design | DesignForExtension | Class 'UsersShowRequest' 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 'UsersShowRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
design | DesignForExtension | Class 'UsersShowRequest' 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 'UsersShowRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
design | DesignForExtension | Class 'UsersShowRequest' 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 'UsersShowRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter name should be final. | 158 |
![]() |
misc | FinalParameters | Parameter value should be final. | 158 |
![]() |
design | DesignForExtension | Class 'UsersShowRequest' 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 'UsersShowRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 162 |
![]() |
misc | FinalParameters | Parameter value should be final. | 162 |
![]() |
design | DesignForExtension | Class 'UsersShowRequest' 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 'UsersShowRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 169 |
![]() |
design | DesignForExtension | Class 'UsersShowRequest' 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 'UsersShowRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 172 |
![]() |
misc | FinalParameters | Parameter other should be final. | 173 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 208). | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
misc | FinalParameters | Parameter id should be final. | 69 |
![]() |
coding | HiddenField | 'id' hides a field. | 69 |
![]() |
design | DesignForExtension | Class 'Webhook' 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 'Webhook' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter id should be final. | 73 |
![]() |
coding | HiddenField | 'id' hides a field. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
misc | FinalParameters | Parameter url should be final. | 96 |
![]() |
coding | HiddenField | 'url' hides a field. | 96 |
![]() |
design | DesignForExtension | Class 'Webhook' looks like designed for extension (can be subclassed), but the method 'withUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Webhook' final or making the method 'withUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter url should be final. | 100 |
![]() |
coding | HiddenField | 'url' hides a field. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
misc | FinalParameters | Parameter valid should be final. | 123 |
![]() |
coding | HiddenField | 'valid' hides a field. | 123 |
![]() |
design | DesignForExtension | Class 'Webhook' looks like designed for extension (can be subclassed), but the method 'withValid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Webhook' final or making the method 'withValid' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter valid should be final. | 127 |
![]() |
coding | HiddenField | 'valid' hides a field. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 150 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 150 |
![]() |
design | DesignForExtension | Class 'Webhook' looks like designed for extension (can be subclassed), but the method 'withCreatedTimestamp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Webhook' final or making the method 'withCreatedTimestamp' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 154 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 154 |
![]() |
design | DesignForExtension | Class 'Webhook' 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 'Webhook' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
![]() |
design | DesignForExtension | Class 'Webhook' 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 'Webhook' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
design | DesignForExtension | Class 'Webhook' 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 'Webhook' final or making the method 'setAdditionalProperty' 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. | 172 |
![]() |
misc | FinalParameters | Parameter value should be final. | 172 |
![]() |
design | DesignForExtension | Class 'Webhook' 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 'Webhook' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter name should be final. | 176 |
![]() |
misc | FinalParameters | Parameter value should be final. | 176 |
![]() |
design | DesignForExtension | Class 'Webhook' 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 'Webhook' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 183 |
![]() |
design | DesignForExtension | Class 'Webhook' 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 'Webhook' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 186 |
![]() |
misc | FinalParameters | Parameter other should be final. | 187 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 213). | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 58 |
![]() |
misc | FinalParameters | Parameter welcomeMessage should be final. | 58 |
![]() |
coding | HiddenField | 'welcomeMessage' hides a field. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 62 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequest' looks like designed for extension (can be subclassed), but the method 'withWelcomeMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageNewRequest' final or making the method 'withWelcomeMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter welcomeMessage should be final. | 62 |
![]() |
coding | HiddenField | 'welcomeMessage' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequest' 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 'WelcomeMessageNewRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequest' 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 'WelcomeMessageNewRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequest' 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 'WelcomeMessageNewRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 84 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequest' 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 'WelcomeMessageNewRequest' final or making the method 'withAdditionalProperty' 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 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequest' 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 'WelcomeMessageNewRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 91 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequest' 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 'WelcomeMessageNewRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
misc | FinalParameters | Parameter other should be final. | 95 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 58 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 62 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequestWrapper' looks like designed for extension (can be subclassed), but the method 'withMessageData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageNewRequestWrapper' final or making the method 'withMessageData' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 62 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequestWrapper' 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 'WelcomeMessageNewRequestWrapper' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequestWrapper' 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 'WelcomeMessageNewRequestWrapper' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequestWrapper' 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 'WelcomeMessageNewRequestWrapper' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 84 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequestWrapper' 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 'WelcomeMessageNewRequestWrapper' final or making the method 'withAdditionalProperty' 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 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequestWrapper' 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 'WelcomeMessageNewRequestWrapper' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 91 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRequestWrapper' 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 'WelcomeMessageNewRequestWrapper' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
misc | FinalParameters | Parameter other should be final. | 95 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
misc | FinalParameters | Parameter welcomeMessage should be final. | 65 |
![]() |
coding | HiddenField | 'welcomeMessage' hides a field. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewResponse' looks like designed for extension (can be subclassed), but the method 'withWelcomeMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageNewResponse' final or making the method 'withWelcomeMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter welcomeMessage should be final. | 69 |
![]() |
coding | HiddenField | 'welcomeMessage' hides a field. | 69 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewResponse' 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 'WelcomeMessageNewResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewResponse' 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 'WelcomeMessageNewResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewResponse' 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 'WelcomeMessageNewResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter name should be final. | 87 |
![]() |
misc | FinalParameters | Parameter value should be final. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 91 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewResponse' 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 'WelcomeMessageNewResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter name should be final. | 91 |
![]() |
misc | FinalParameters | Parameter value should be final. | 91 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewResponse' 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 'WelcomeMessageNewResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 98 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewResponse' 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 'WelcomeMessageNewResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
misc | FinalParameters | Parameter other should be final. | 102 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRule should be final. | 58 |
![]() |
coding | HiddenField | 'welcomeMessageRule' hides a field. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 62 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequest' looks like designed for extension (can be subclassed), but the method 'withWelcomeMessageRule' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageNewRuleRequest' final or making the method 'withWelcomeMessageRule' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRule should be final. | 62 |
![]() |
coding | HiddenField | 'welcomeMessageRule' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequest' 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 'WelcomeMessageNewRuleRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequest' 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 'WelcomeMessageNewRuleRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequest' 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 'WelcomeMessageNewRuleRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 84 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequest' 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 'WelcomeMessageNewRuleRequest' final or making the method 'withAdditionalProperty' 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 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequest' 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 'WelcomeMessageNewRuleRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 91 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequest' 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 'WelcomeMessageNewRuleRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
misc | FinalParameters | Parameter other should be final. | 95 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 60 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 64 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequestWrapper' looks like designed for extension (can be subclassed), but the method 'withWelcomeMessageId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageNewRuleRequestWrapper' final or making the method 'withWelcomeMessageId' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 64 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 64 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequestWrapper' 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 'WelcomeMessageNewRuleRequestWrapper' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequestWrapper' 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 'WelcomeMessageNewRuleRequestWrapper' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequestWrapper' 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 'WelcomeMessageNewRuleRequestWrapper' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter name should be final. | 82 |
![]() |
misc | FinalParameters | Parameter value should be final. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 86 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequestWrapper' 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 'WelcomeMessageNewRuleRequestWrapper' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter name should be final. | 86 |
![]() |
misc | FinalParameters | Parameter value should be final. | 86 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequestWrapper' 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 'WelcomeMessageNewRuleRequestWrapper' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 93 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleRequestWrapper' 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 'WelcomeMessageNewRuleRequestWrapper' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
misc | FinalParameters | Parameter other should be final. | 97 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRule should be final. | 58 |
![]() |
coding | HiddenField | 'welcomeMessageRule' hides a field. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 62 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponse' looks like designed for extension (can be subclassed), but the method 'withWelcomeMessageRule' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageNewRuleResponse' final or making the method 'withWelcomeMessageRule' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRule should be final. | 62 |
![]() |
coding | HiddenField | 'welcomeMessageRule' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponse' 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 'WelcomeMessageNewRuleResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponse' 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 'WelcomeMessageNewRuleResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponse' 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 'WelcomeMessageNewRuleResponse' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 84 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponse' 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 'WelcomeMessageNewRuleResponse' final or making the method 'withAdditionalProperty' 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 |
![]() |
misc | FinalParameters | Parameter value should be final. | 84 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponse' 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 'WelcomeMessageNewRuleResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 91 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponse' 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 'WelcomeMessageNewRuleResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
misc | FinalParameters | Parameter other should be final. | 95 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 72 |
![]() |
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 'WelcomeMessageNewRuleResponseWrapper' 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 'WelcomeMessageNewRuleResponseWrapper' 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 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 111 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 115 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponseWrapper' looks like designed for extension (can be subclassed), but the method 'withCreatedTimestamp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageNewRuleResponseWrapper' final or making the method 'withCreatedTimestamp' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 115 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 142 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 146 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponseWrapper' looks like designed for extension (can be subclassed), but the method 'withWelcomeMessageId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageNewRuleResponseWrapper' final or making the method 'withWelcomeMessageId' static/final/abstract/empty, or adding allowed annotation for the method. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 146 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 146 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponseWrapper' 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 'WelcomeMessageNewRuleResponseWrapper' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponseWrapper' 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 'WelcomeMessageNewRuleResponseWrapper' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponseWrapper' 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 'WelcomeMessageNewRuleResponseWrapper' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 168 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponseWrapper' 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 'WelcomeMessageNewRuleResponseWrapper' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter name should be final. | 168 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponseWrapper' 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 'WelcomeMessageNewRuleResponseWrapper' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 175 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageNewRuleResponseWrapper' 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 'WelcomeMessageNewRuleResponseWrapper' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 178 |
![]() |
misc | FinalParameters | Parameter other should be final. | 179 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 214). | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.WelcomeMessage. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 247). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 52 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 214). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'body'. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 249). | 75 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 79 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
misc | FinalParameters | Parameter count should be final. | 70 |
![]() |
coding | HiddenField | 'count' hides a field. | 70 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListRequest' 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 'WelcomeMessageRulesListRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter count should be final. | 74 |
![]() |
coding | HiddenField | 'count' hides a field. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 99 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 99 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListRequest' looks like designed for extension (can be subclassed), but the method 'withCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageRulesListRequest' final or making the method 'withCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 103 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListRequest' 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 'WelcomeMessageRulesListRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListRequest' 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 'WelcomeMessageRulesListRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListRequest' 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 'WelcomeMessageRulesListRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 125 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListRequest' 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 'WelcomeMessageRulesListRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListRequest' 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 'WelcomeMessageRulesListRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 132 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListRequest' 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 'WelcomeMessageRulesListRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRules should be final. | 65 |
![]() |
coding | HiddenField | 'welcomeMessageRules' hides a field. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 69 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListResponse' looks like designed for extension (can be subclassed), but the method 'withWelcomeMessageRules' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageRulesListResponse' final or making the method 'withWelcomeMessageRules' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter welcomeMessageRules should be final. | 69 |
![]() |
coding | HiddenField | 'welcomeMessageRules' hides a field. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
misc | FinalParameters | Parameter nextCurser should be final. | 92 |
![]() |
coding | HiddenField | 'nextCurser' hides a field. | 92 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListResponse' looks like designed for extension (can be subclassed), but the method 'withNextCurser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageRulesListResponse' final or making the method 'withNextCurser' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter nextCurser should be final. | 96 |
![]() |
coding | HiddenField | 'nextCurser' hides a field. | 96 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListResponse' 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 'WelcomeMessageRulesListResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListResponse' 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 'WelcomeMessageRulesListResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListResponse' 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 'WelcomeMessageRulesListResponse' final or making the method 'setAdditionalProperty' 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. | 114 |
![]() |
misc | FinalParameters | Parameter value should be final. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 118 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListResponse' 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 'WelcomeMessageRulesListResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter name should be final. | 118 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListResponse' 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 'WelcomeMessageRulesListResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 125 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRulesListResponse' 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 'WelcomeMessageRulesListResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
misc | FinalParameters | Parameter other should be final. | 129 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.remoteable.RequestBean. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 191). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 237). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 233). | 52 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 303). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 233). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'messageNewRequest'. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 239). | 71 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
misc | FinalParameters | Parameter count should be final. | 70 |
![]() |
coding | HiddenField | 'count' hides a field. | 70 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListRequest' 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 'WelcomeMessagesListRequest' final or making the method 'withCount' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter count should be final. | 74 |
![]() |
coding | HiddenField | 'count' hides a field. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 99 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 99 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListRequest' looks like designed for extension (can be subclassed), but the method 'withCursor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessagesListRequest' final or making the method 'withCursor' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 103 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListRequest' 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 'WelcomeMessagesListRequest' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListRequest' 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 'WelcomeMessagesListRequest' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListRequest' 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 'WelcomeMessagesListRequest' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 125 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListRequest' 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 'WelcomeMessagesListRequest' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter name should be final. | 125 |
![]() |
misc | FinalParameters | Parameter value should be final. | 125 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListRequest' 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 'WelcomeMessagesListRequest' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 132 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListRequest' 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 'WelcomeMessagesListRequest' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
misc | FinalParameters | Parameter other should be final. | 136 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
misc | FinalParameters | Parameter welcomeMessages should be final. | 65 |
![]() |
coding | HiddenField | 'welcomeMessages' hides a field. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 69 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListResponse' looks like designed for extension (can be subclassed), but the method 'withWelcomeMessages' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessagesListResponse' final or making the method 'withWelcomeMessages' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter welcomeMessages should be final. | 69 |
![]() |
coding | HiddenField | 'welcomeMessages' hides a field. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
misc | FinalParameters | Parameter nextCurser should be final. | 92 |
![]() |
coding | HiddenField | 'nextCurser' hides a field. | 92 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListResponse' looks like designed for extension (can be subclassed), but the method 'withNextCurser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessagesListResponse' final or making the method 'withNextCurser' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter nextCurser should be final. | 96 |
![]() |
coding | HiddenField | 'nextCurser' hides a field. | 96 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListResponse' 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 'WelcomeMessagesListResponse' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListResponse' 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 'WelcomeMessagesListResponse' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListResponse' 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 'WelcomeMessagesListResponse' final or making the method 'setAdditionalProperty' 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. | 114 |
![]() |
misc | FinalParameters | Parameter value should be final. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 118 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListResponse' 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 'WelcomeMessagesListResponse' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter name should be final. | 118 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListResponse' 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 'WelcomeMessagesListResponse' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 125 |
![]() |
design | DesignForExtension | Class 'WelcomeMessagesListResponse' 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 'WelcomeMessagesListResponse' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
misc | FinalParameters | Parameter other should be final. | 129 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 181). | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter dateTime should be final. | 58 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 63 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 84 |
![]() |
misc | FinalParameters | Parameter jpar should be final. | 84 |
![]() |
misc | FinalParameters | Parameter context should be final. | 84 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 88 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 92 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'TwitterDateTimeFormat' looks like designed for extension (can be subclassed), but the method 'getFormat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterDateTimeFormat' final or making the method 'getFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'TwitterDocumentClassifier' looks like designed for extension (can be subclassed), but the method 'detectClasses' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterDocumentClassifier' final or making the method 'detectClasses' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
misc | FinalParameters | Parameter document should be final. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 52 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 56 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 56 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 58 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 69 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 72 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 72 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 74 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 77 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 35 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 46 |
![]() |
design | DesignForExtension | Class 'TwitterFollowActivityConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowActivityConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
design | DesignForExtension | Class 'TwitterFollowActivityConverter' 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 'TwitterFollowActivityConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
design | DesignForExtension | Class 'TwitterFollowActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowActivityConverter' final or making the method 'fromActivity' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 59 |
![]() |
design | DesignForExtension | Class 'TwitterFollowActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowActivityConverter' final or making the method 'fromActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
misc | FinalParameters | Parameter list should be final. | 64 |
![]() |
design | DesignForExtension | Class 'TwitterFollowActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
![]() |
misc | FinalParameters | Parameter event should be final. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 75 |
![]() |
design | DesignForExtension | Class 'TwitterFollowActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
misc | FinalParameters | Parameter list should be final. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 21 |
![]() |
imports | UnusedImports | Unused import - org.joda.time.format.ISODateTimeFormat. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'dateFormatter' must be private and have accessor methods. | 37 |
![]() |
misc | FinalParameters | Parameter session should be final. | 40 |
![]() |
misc | FinalParameters | Parameter o should be final. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
![]() |
misc | FinalParameters | Parameter session should be final. | 45 |
![]() |
misc | FinalParameters | Parameter f should be final. | 45 |
![]() |
misc | FinalParameters | Parameter hint should be final. | 45 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 46 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 46 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 43 |
![]() |
design | DesignForExtension | Class 'TwitterJsonDeleteActivityConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonDeleteActivityConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Class 'TwitterJsonDeleteActivityConverter' 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 'TwitterJsonDeleteActivityConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
design | DesignForExtension | Class 'TwitterJsonDeleteActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonDeleteActivityConverter' final or making the method 'fromActivity' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 62 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 62 |
![]() |
design | DesignForExtension | Class 'TwitterJsonDeleteActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonDeleteActivityConverter' final or making the method 'fromActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
misc | FinalParameters | Parameter list should be final. | 67 |
![]() |
design | DesignForExtension | Class 'TwitterJsonDeleteActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonDeleteActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 72 |
![]() |
design | DesignForExtension | Class 'TwitterJsonDeleteActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonDeleteActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 77 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 77 |
![]() |
design | DesignForExtension | Class 'TwitterJsonDeleteActivityConverter' looks like designed for extension (can be subclassed), but the method 'buildTarget' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonDeleteActivityConverter' final or making the method 'buildTarget' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 36 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 38 |
![]() |
design | DesignForExtension | Class 'TwitterJsonRetweetActivityConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonRetweetActivityConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Class 'TwitterJsonRetweetActivityConverter' looks like designed for extension (can be subclassed), but the method 'getInstance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonRetweetActivityConverter' final or making the method 'getInstance' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Class 'TwitterJsonRetweetActivityConverter' 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 'TwitterJsonRetweetActivityConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
design | DesignForExtension | Class 'TwitterJsonRetweetActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonRetweetActivityConverter' final or making the method 'fromActivity' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 57 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 57 |
![]() |
design | DesignForExtension | Class 'TwitterJsonRetweetActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonRetweetActivityConverter' final or making the method 'fromActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
misc | FinalParameters | Parameter list should be final. | 62 |
![]() |
design | DesignForExtension | Class 'TwitterJsonRetweetActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonRetweetActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 67 |
![]() |
misc | FinalParameters | Parameter retweet should be final. | 67 |
![]() |
design | DesignForExtension | Class 'TwitterJsonRetweetActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonRetweetActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 76 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 78 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 36 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 38 |
![]() |
design | DesignForExtension | Class 'TwitterJsonTweetActivityConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonTweetActivityConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Class 'TwitterJsonTweetActivityConverter' 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 'TwitterJsonTweetActivityConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
design | DesignForExtension | Class 'TwitterJsonTweetActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonTweetActivityConverter' final or making the method 'fromActivity' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 57 |
![]() |
design | DesignForExtension | Class 'TwitterJsonTweetActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonTweetActivityConverter' final or making the method 'fromActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
misc | FinalParameters | Parameter list should be final. | 62 |
![]() |
design | DesignForExtension | Class 'TwitterJsonTweetActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonTweetActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 67 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 67 |
![]() |
design | DesignForExtension | Class 'TwitterJsonTweetActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonTweetActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 77 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserActivityConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserActivityConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserActivityConverter' 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 'TwitterJsonUserActivityConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserActivityConverter' final or making the method 'fromActivity' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 55 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserActivityConverter' final or making the method 'fromActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
misc | FinalParameters | Parameter list should be final. | 60 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
![]() |
misc | FinalParameters | Parameter user should be final. | 66 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 75 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 77 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 32 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserActivityObjectConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserActivityObjectConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserActivityObjectConverter' 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 'TwitterJsonUserActivityObjectConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserActivityObjectConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserActivityObjectConverter' final or making the method 'fromActivityObject' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 51 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 51 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserActivityObjectConverter' looks like designed for extension (can be subclassed), but the method 'toActivityObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserActivityObjectConverter' final or making the method 'toActivityObject' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 56 |
![]() |
misc | FinalParameters | Parameter serialized should be final. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 44 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserstreameventActivityConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserstreameventActivityConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserstreameventActivityConverter' 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 'TwitterJsonUserstreameventActivityConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserstreameventActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserstreameventActivityConverter' final or making the method 'fromActivity' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 63 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserstreameventActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserstreameventActivityConverter' final or making the method 'fromActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
misc | FinalParameters | Parameter list should be final. | 68 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserstreameventActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserstreameventActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 73 |
![]() |
misc | FinalParameters | Parameter userstreamEvent should be final. | 73 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserstreameventActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserstreameventActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 91 |
![]() |
misc | FinalParameters | Parameter event should be final. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 105 |
![]() |
misc | FinalParameters | Parameter event should be final. | 110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 114 |
![]() |
misc | FinalParameters | Parameter event should be final. | 119 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserstreameventActivityConverter' looks like designed for extension (can be subclassed), but the method 'detectVerb' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserstreameventActivityConverter' final or making the method 'detectVerb' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter event should be final. | 123 |
![]() |
design | DesignForExtension | Class 'TwitterJsonUserstreameventActivityConverter' looks like designed for extension (can be subclassed), but the method 'buildTarget' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterJsonUserstreameventActivityConverter' final or making the method 'buildTarget' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter event should be final. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.TargetObject. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 58 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 72 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 72 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 94 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
![]() |
misc | FinalParameters | Parameter user should be final. | 104 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 116 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 116 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 125 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 133 |
![]() |
misc | FinalParameters | Parameter user should be final. | 145 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 181 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 193 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 197 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 197 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 210 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 223 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 223 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 223 |
![]() |
misc | FinalParameters | Parameter verb should be final. | 223 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 226 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 226 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 235 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 240 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 242 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 242 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 257 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 266 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 267 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 277 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 294 |
![]() |
misc | FinalParameters | Parameter event should be final. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 295 |
![]() |
misc | FinalParameters | Parameter idparts should be final. | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 309 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 314 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 315 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 357 |
![]() |
misc | FinalParameters | Parameter place should be final. | 357 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 358 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 358 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 361 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 361 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 364 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 364 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 367 |
![]() |
coding | MagicNumber | '4' is a magic number. | 367 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 367 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 372 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Class 'AllReplies' 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 'AllReplies' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'AllReplies' 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 'AllReplies' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'AllReplies' 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 'AllReplies' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Class 'AllReplies' 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 'AllReplies' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Class 'AllReplies' 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 'AllReplies' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'AllReplies' 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 'AllReplies' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Class 'Apps' 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 'Apps' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'Apps' 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 'Apps' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'Apps' 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 'Apps' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Class 'Apps' 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 'Apps' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Class 'Apps' 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 'Apps' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'Apps' 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 'Apps' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Class 'Blocking' 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 'Blocking' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'Blocking' 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 'Blocking' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'Blocking' 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 'Blocking' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Class 'Blocking' 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 'Blocking' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Class 'Blocking' 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 'Blocking' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'Blocking' 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 'Blocking' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
misc | FinalParameters | Parameter type should be final. | 59 |
![]() |
coding | HiddenField | 'type' hides a field. | 59 |
![]() |
design | DesignForExtension | Class 'BoundingBox' 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 'BoundingBox' final or making the method 'withType' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter type should be final. | 63 |
![]() |
coding | HiddenField | 'type' hides a field. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter coordinates should be final. | 86 |
![]() |
coding | HiddenField | 'coordinates' hides a field. | 86 |
![]() |
design | DesignForExtension | Class 'BoundingBox' looks like designed for extension (can be subclassed), but the method 'withCoordinates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BoundingBox' final or making the method 'withCoordinates' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter coordinates should be final. | 90 |
![]() |
coding | HiddenField | 'coordinates' hides a field. | 90 |
![]() |
design | DesignForExtension | Class 'BoundingBox' 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 'BoundingBox' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
design | DesignForExtension | Class 'BoundingBox' 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 'BoundingBox' 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 'BoundingBox' 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 'BoundingBox' 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 'BoundingBox' 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 'BoundingBox' 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 'BoundingBox' 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 'BoundingBox' 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 112). | 119 |
![]() |
design | DesignForExtension | Class 'BoundingBox' 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 'BoundingBox' 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 161). | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
misc | FinalParameters | Parameter type should be final. | 95 |
![]() |
coding | HiddenField | 'type' hides a field. | 95 |
![]() |
design | DesignForExtension | Class 'CallToAction' 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 'CallToAction' final or making the method 'withType' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter type should be final. | 99 |
![]() |
coding | HiddenField | 'type' hides a field. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
misc | FinalParameters | Parameter label should be final. | 126 |
![]() |
coding | HiddenField | 'label' hides a field. | 126 |
![]() |
design | DesignForExtension | Class 'CallToAction' looks like designed for extension (can be subclassed), but the method 'withLabel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallToAction' final or making the method 'withLabel' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter label should be final. | 130 |
![]() |
coding | HiddenField | 'label' hides a field. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
misc | FinalParameters | Parameter url should be final. | 157 |
![]() |
coding | HiddenField | 'url' hides a field. | 157 |
![]() |
design | DesignForExtension | Class 'CallToAction' looks like designed for extension (can be subclassed), but the method 'withUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallToAction' final or making the method 'withUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter url should be final. | 161 |
![]() |
coding | HiddenField | 'url' hides a field. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
misc | FinalParameters | Parameter tcoUrl should be final. | 186 |
![]() |
coding | HiddenField | 'tcoUrl' hides a field. | 186 |
![]() |
design | DesignForExtension | Class 'CallToAction' looks like designed for extension (can be subclassed), but the method 'withTcoUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallToAction' final or making the method 'withTcoUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
misc | FinalParameters | Parameter tcoUrl should be final. | 190 |
![]() |
coding | HiddenField | 'tcoUrl' hides a field. | 190 |
![]() |
design | DesignForExtension | Class 'CallToAction' 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 'CallToAction' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 195 |
![]() |
design | DesignForExtension | Class 'CallToAction' 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 'CallToAction' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
design | DesignForExtension | Class 'CallToAction' 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 'CallToAction' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
misc | FinalParameters | Parameter name should be final. | 208 |
![]() |
misc | FinalParameters | Parameter value should be final. | 208 |
![]() |
design | DesignForExtension | Class 'CallToAction' 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 'CallToAction' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
misc | FinalParameters | Parameter name should be final. | 212 |
![]() |
misc | FinalParameters | Parameter value should be final. | 212 |
![]() |
design | DesignForExtension | Class 'CallToAction' 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 'CallToAction' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 219 |
![]() |
design | DesignForExtension | Class 'CallToAction' 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 'CallToAction' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 222 |
![]() |
misc | FinalParameters | Parameter other should be final. | 223 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 197). | 231 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 28 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
![]() |
coding | HiddenField | 'value' hides a field. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter value should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 53 |
![]() |
coding | HiddenField | 'delete' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Delete' looks like designed for extension (can be subclassed), but the method 'withDelete' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Delete' final or making the method 'withDelete' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter delete should be final. | 57 |
![]() |
coding | HiddenField | 'delete' hides a field. | 57 |
![]() |
design | DesignForExtension | Class 'Delete' 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 'Delete' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
design | DesignForExtension | Class 'Delete' 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 'Delete' 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 'Delete' 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 'Delete' 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 'Delete' 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 'Delete' 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 'Delete' 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 'Delete' 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 94). | 86 |
![]() |
design | DesignForExtension | Class 'Delete' 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 'Delete' 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 128). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
misc | FinalParameters | Parameter status should be final. | 53 |
![]() |
coding | HiddenField | 'status' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'DeleteDetails' looks like designed for extension (can be subclassed), but the method 'withStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DeleteDetails' final or making the method 'withStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter status should be final. | 57 |
![]() |
coding | HiddenField | 'status' hides a field. | 57 |
![]() |
design | DesignForExtension | Class 'DeleteDetails' 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 'DeleteDetails' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
design | DesignForExtension | Class 'DeleteDetails' 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 'DeleteDetails' 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 'DeleteDetails' 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 'DeleteDetails' 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 'DeleteDetails' 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 'DeleteDetails' 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 'DeleteDetails' 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 'DeleteDetails' 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 94). | 86 |
![]() |
design | DesignForExtension | Class 'DeleteDetails' 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 'DeleteDetails' 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 128). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 91 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 91 |
![]() |
design | DesignForExtension | Class 'DirectMessage' looks like designed for extension (can be subclassed), but the method 'withCreatedAt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessage' final or making the method 'withCreatedAt' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 95 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 118 |
![]() |
coding | HiddenField | 'entities' hides a field. | 118 |
![]() |
design | DesignForExtension | Class 'DirectMessage' looks like designed for extension (can be subclassed), but the method 'withEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessage' final or making the method 'withEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 122 |
![]() |
coding | HiddenField | 'entities' hides a field. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
misc | FinalParameters | Parameter recipient should be final. | 145 |
![]() |
coding | HiddenField | 'recipient' hides a field. | 145 |
![]() |
design | DesignForExtension | Class 'DirectMessage' looks like designed for extension (can be subclassed), but the method 'withRecipient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessage' final or making the method 'withRecipient' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
misc | FinalParameters | Parameter recipient should be final. | 149 |
![]() |
coding | HiddenField | 'recipient' hides a field. | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
misc | FinalParameters | Parameter recipientId should be final. | 172 |
![]() |
coding | HiddenField | 'recipientId' hides a field. | 172 |
![]() |
design | DesignForExtension | Class 'DirectMessage' looks like designed for extension (can be subclassed), but the method 'withRecipientId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessage' final or making the method 'withRecipientId' static/final/abstract/empty, or adding allowed annotation for the method. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter recipientId should be final. | 176 |
![]() |
coding | HiddenField | 'recipientId' hides a field. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
misc | FinalParameters | Parameter recipientScreenName should be final. | 199 |
![]() |
coding | HiddenField | 'recipientScreenName' hides a field. | 199 |
![]() |
design | DesignForExtension | Class 'DirectMessage' looks like designed for extension (can be subclassed), but the method 'withRecipientScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessage' final or making the method 'withRecipientScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 203 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
![]() |
misc | FinalParameters | Parameter recipientScreenName should be final. | 203 |
![]() |
coding | HiddenField | 'recipientScreenName' hides a field. | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
misc | FinalParameters | Parameter sender should be final. | 226 |
![]() |
coding | HiddenField | 'sender' hides a field. | 226 |
![]() |
design | DesignForExtension | Class 'DirectMessage' looks like designed for extension (can be subclassed), but the method 'withSender' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessage' final or making the method 'withSender' static/final/abstract/empty, or adding allowed annotation for the method. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter sender should be final. | 230 |
![]() |
coding | HiddenField | 'sender' hides a field. | 230 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 247 |
![]() |
misc | FinalParameters | Parameter senderId should be final. | 253 |
![]() |
coding | HiddenField | 'senderId' hides a field. | 253 |
![]() |
design | DesignForExtension | Class 'DirectMessage' looks like designed for extension (can be subclassed), but the method 'withSenderId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessage' final or making the method 'withSenderId' static/final/abstract/empty, or adding allowed annotation for the method. | 257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
misc | FinalParameters | Parameter senderId should be final. | 257 |
![]() |
coding | HiddenField | 'senderId' hides a field. | 257 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 263 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 274 |
![]() |
misc | FinalParameters | Parameter senderScreenName should be final. | 280 |
![]() |
coding | HiddenField | 'senderScreenName' hides a field. | 280 |
![]() |
design | DesignForExtension | Class 'DirectMessage' looks like designed for extension (can be subclassed), but the method 'withSenderScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessage' final or making the method 'withSenderScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 284 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 284 |
![]() |
misc | FinalParameters | Parameter senderScreenName should be final. | 284 |
![]() |
coding | HiddenField | 'senderScreenName' hides a field. | 284 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 290 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 301 |
![]() |
misc | FinalParameters | Parameter text should be final. | 307 |
![]() |
coding | HiddenField | 'text' hides a field. | 307 |
![]() |
design | DesignForExtension | Class 'DirectMessage' 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 'DirectMessage' final or making the method 'withText' static/final/abstract/empty, or adding allowed annotation for the method. | 311 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
![]() |
misc | FinalParameters | Parameter text should be final. | 311 |
![]() |
coding | HiddenField | 'text' hides a field. | 311 |
![]() |
design | DesignForExtension | Class 'DirectMessage' 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 'DirectMessage' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 316 |
![]() |
design | DesignForExtension | Class 'DirectMessage' 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 'DirectMessage' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 321 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
![]() |
design | DesignForExtension | Class 'DirectMessage' 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 'DirectMessage' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 327 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
![]() |
misc | FinalParameters | Parameter name should be final. | 329 |
![]() |
misc | FinalParameters | Parameter value should be final. | 329 |
![]() |
design | DesignForExtension | Class 'DirectMessage' 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 'DirectMessage' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
misc | FinalParameters | Parameter name should be final. | 333 |
![]() |
misc | FinalParameters | Parameter value should be final. | 333 |
![]() |
design | DesignForExtension | Class 'DirectMessage' 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 'DirectMessage' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 250). | 340 |
![]() |
design | DesignForExtension | Class 'DirectMessage' 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 'DirectMessage' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 343 |
![]() |
misc | FinalParameters | Parameter other should be final. | 344 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 416). | 352 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
misc | FinalParameters | Parameter id should be final. | 77 |
![]() |
coding | HiddenField | 'id' hides a field. | 77 |
![]() |
design | DesignForExtension | Class 'DirectMessageEvent' 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 'DirectMessageEvent' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter id should be final. | 81 |
![]() |
coding | HiddenField | 'id' hides a field. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 104 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 104 |
![]() |
design | DesignForExtension | Class 'DirectMessageEvent' looks like designed for extension (can be subclassed), but the method 'withCreatedTimestamp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessageEvent' final or making the method 'withCreatedTimestamp' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 108 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
misc | FinalParameters | Parameter type should be final. | 131 |
![]() |
coding | HiddenField | 'type' hides a field. | 131 |
![]() |
design | DesignForExtension | Class 'DirectMessageEvent' 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 'DirectMessageEvent' final or making the method 'withType' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter type should be final. | 135 |
![]() |
coding | HiddenField | 'type' hides a field. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
misc | FinalParameters | Parameter initiatedVia should be final. | 158 |
![]() |
coding | HiddenField | 'initiatedVia' hides a field. | 158 |
![]() |
design | DesignForExtension | Class 'DirectMessageEvent' looks like designed for extension (can be subclassed), but the method 'withInitiatedVia' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessageEvent' final or making the method 'withInitiatedVia' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter initiatedVia should be final. | 162 |
![]() |
coding | HiddenField | 'initiatedVia' hides a field. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
misc | FinalParameters | Parameter messageCreate should be final. | 185 |
![]() |
coding | HiddenField | 'messageCreate' hides a field. | 185 |
![]() |
design | DesignForExtension | Class 'DirectMessageEvent' looks like designed for extension (can be subclassed), but the method 'withMessageCreate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectMessageEvent' final or making the method 'withMessageCreate' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter messageCreate should be final. | 189 |
![]() |
coding | HiddenField | 'messageCreate' hides a field. | 189 |
![]() |
design | DesignForExtension | Class 'DirectMessageEvent' 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 'DirectMessageEvent' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 194 |
![]() |
design | DesignForExtension | Class 'DirectMessageEvent' 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 'DirectMessageEvent' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
design | DesignForExtension | Class 'DirectMessageEvent' 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 'DirectMessageEvent' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 211 |
![]() |
design | DesignForExtension | Class 'DirectMessageEvent' 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 'DirectMessageEvent' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter name should be final. | 211 |
![]() |
misc | FinalParameters | Parameter value should be final. | 211 |
![]() |
design | DesignForExtension | Class 'DirectMessageEvent' 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 'DirectMessageEvent' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 218 |
![]() |
design | DesignForExtension | Class 'DirectMessageEvent' 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 'DirectMessageEvent' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 221 |
![]() |
misc | FinalParameters | Parameter other should be final. | 222 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 270). | 230 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 233 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 234 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 236 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 238 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 246 |
![]() |
misc | FinalParameters | Parameter value should be final. | 246 |
![]() |
coding | HiddenField | 'value' hides a field. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
misc | FinalParameters | Parameter value should be final. | 257 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
misc | FinalParameters | Parameter userMentions should be final. | 66 |
![]() |
coding | HiddenField | 'userMentions' hides a field. | 66 |
![]() |
design | DesignForExtension | Class 'Entities' looks like designed for extension (can be subclassed), but the method 'withUserMentions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Entities' final or making the method 'withUserMentions' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter userMentions should be final. | 70 |
![]() |
coding | HiddenField | 'userMentions' hides a field. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
misc | FinalParameters | Parameter hashtags should be final. | 93 |
![]() |
coding | HiddenField | 'hashtags' hides a field. | 93 |
![]() |
design | DesignForExtension | Class 'Entities' looks like designed for extension (can be subclassed), but the method 'withHashtags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Entities' final or making the method 'withHashtags' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
misc | FinalParameters | Parameter hashtags should be final. | 97 |
![]() |
coding | HiddenField | 'hashtags' hides a field. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
misc | FinalParameters | Parameter urls should be final. | 120 |
![]() |
coding | HiddenField | 'urls' hides a field. | 120 |
![]() |
design | DesignForExtension | Class 'Entities' looks like designed for extension (can be subclassed), but the method 'withUrls' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Entities' final or making the method 'withUrls' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter urls should be final. | 124 |
![]() |
coding | HiddenField | 'urls' hides a field. | 124 |
![]() |
design | DesignForExtension | Class 'Entities' 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 'Entities' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 129 |
![]() |
design | DesignForExtension | Class 'Entities' 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 'Entities' 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 'Entities' 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 'Entities' 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 'Entities' 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 'Entities' 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 'Entities' 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 'Entities' 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 130). | 153 |
![]() |
design | DesignForExtension | Class 'Entities' 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 'Entities' 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 194). | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
misc | FinalParameters | Parameter follower should be final. | 58 |
![]() |
coding | HiddenField | 'follower' hides a field. | 58 |
![]() |
design | DesignForExtension | Class 'Follow' looks like designed for extension (can be subclassed), but the method 'withFollower' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Follow' final or making the method 'withFollower' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter follower should be final. | 62 |
![]() |
coding | HiddenField | 'follower' hides a field. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
misc | FinalParameters | Parameter followee should be final. | 85 |
![]() |
coding | HiddenField | 'followee' hides a field. | 85 |
![]() |
design | DesignForExtension | Class 'Follow' looks like designed for extension (can be subclassed), but the method 'withFollowee' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Follow' final or making the method 'withFollowee' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter followee should be final. | 89 |
![]() |
coding | HiddenField | 'followee' hides a field. | 89 |
![]() |
design | DesignForExtension | Class 'Follow' 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 'Follow' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
design | DesignForExtension | Class 'Follow' 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 'Follow' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
design | DesignForExtension | Class 'Follow' 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 'Follow' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter name should be final. | 107 |
![]() |
misc | FinalParameters | Parameter value should be final. | 107 |
![]() |
design | DesignForExtension | Class 'Follow' 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 'Follow' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter name should be final. | 111 |
![]() |
misc | FinalParameters | Parameter value should be final. | 111 |
![]() |
design | DesignForExtension | Class 'Follow' 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 'Follow' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 118 |
![]() |
design | DesignForExtension | Class 'Follow' 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 'Follow' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
misc | FinalParameters | Parameter other should be final. | 122 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
misc | FinalParameters | Parameter friends should be final. | 60 |
![]() |
coding | HiddenField | 'friends' hides a field. | 60 |
![]() |
design | DesignForExtension | Class 'FriendList' looks like designed for extension (can be subclassed), but the method 'withFriends' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendList' final or making the method 'withFriends' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter friends should be final. | 64 |
![]() |
coding | HiddenField | 'friends' hides a field. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
misc | FinalParameters | Parameter friendsStr should be final. | 87 |
![]() |
coding | HiddenField | 'friendsStr' hides a field. | 87 |
![]() |
design | DesignForExtension | Class 'FriendList' looks like designed for extension (can be subclassed), but the method 'withFriendsStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FriendList' final or making the method 'withFriendsStr' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter friendsStr should be final. | 91 |
![]() |
coding | HiddenField | 'friendsStr' hides a field. | 91 |
![]() |
design | DesignForExtension | Class 'FriendList' 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 'FriendList' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
design | DesignForExtension | Class 'FriendList' 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 'FriendList' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
design | DesignForExtension | Class 'FriendList' 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 'FriendList' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter name should be final. | 109 |
![]() |
misc | FinalParameters | Parameter value should be final. | 109 |
![]() |
design | DesignForExtension | Class 'FriendList' 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 'FriendList' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter name should be final. | 113 |
![]() |
misc | FinalParameters | Parameter value should be final. | 113 |
![]() |
design | DesignForExtension | Class 'FriendList' 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 'FriendList' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 120 |
![]() |
design | DesignForExtension | Class 'FriendList' 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 'FriendList' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
misc | FinalParameters | Parameter other should be final. | 124 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter name should be final. | 76 |
![]() |
coding | HiddenField | 'name' hides a field. | 76 |
![]() |
design | DesignForExtension | Class 'Friendship' 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 'Friendship' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter name should be final. | 80 |
![]() |
coding | HiddenField | 'name' hides a field. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 103 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'Friendship' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Friendship' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 107 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
misc | FinalParameters | Parameter id should be final. | 130 |
![]() |
coding | HiddenField | 'id' hides a field. | 130 |
![]() |
design | DesignForExtension | Class 'Friendship' 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 'Friendship' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter id should be final. | 134 |
![]() |
coding | HiddenField | 'id' hides a field. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 157 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 157 |
![]() |
design | DesignForExtension | Class 'Friendship' looks like designed for extension (can be subclassed), but the method 'withIdStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Friendship' final or making the method 'withIdStr' static/final/abstract/empty, or adding allowed annotation for the method. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 161 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
misc | FinalParameters | Parameter connections should be final. | 184 |
![]() |
coding | HiddenField | 'connections' hides a field. | 184 |
![]() |
design | DesignForExtension | Class 'Friendship' looks like designed for extension (can be subclassed), but the method 'withConnections' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Friendship' final or making the method 'withConnections' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter connections should be final. | 188 |
![]() |
coding | HiddenField | 'connections' hides a field. | 188 |
![]() |
design | DesignForExtension | Class 'Friendship' 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 'Friendship' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
design | DesignForExtension | Class 'Friendship' 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 'Friendship' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Class 'Friendship' 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 'Friendship' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter name should be final. | 206 |
![]() |
coding | HiddenField | 'name' hides a field. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 206 |
![]() |
design | DesignForExtension | Class 'Friendship' 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 'Friendship' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
misc | FinalParameters | Parameter name should be final. | 210 |
![]() |
coding | HiddenField | 'name' hides a field. | 210 |
![]() |
misc | FinalParameters | Parameter value should be final. | 210 |
![]() |
design | DesignForExtension | Class 'Friendship' 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 'Friendship' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 217 |
![]() |
design | DesignForExtension | Class 'Friendship' 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 'Friendship' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
![]() |
misc | FinalParameters | Parameter other should be final. | 221 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 240). | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
misc | FinalParameters | Parameter text should be final. | 59 |
![]() |
coding | HiddenField | 'text' hides a field. | 59 |
![]() |
design | DesignForExtension | Class 'Hashtag' 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 'Hashtag' final or making the method 'withText' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter text should be final. | 63 |
![]() |
coding | HiddenField | 'text' hides a field. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 86 |
![]() |
coding | HiddenField | 'indices' hides a field. | 86 |
![]() |
design | DesignForExtension | Class 'Hashtag' looks like designed for extension (can be subclassed), but the method 'withIndices' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Hashtag' final or making the method 'withIndices' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 90 |
![]() |
coding | HiddenField | 'indices' hides a field. | 90 |
![]() |
design | DesignForExtension | Class 'Hashtag' 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 'Hashtag' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
design | DesignForExtension | Class 'Hashtag' 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 'Hashtag' 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 'Hashtag' 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 'Hashtag' 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 'Hashtag' 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 'Hashtag' 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 'Hashtag' 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 'Hashtag' 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 108). | 119 |
![]() |
design | DesignForExtension | Class 'Hashtag' 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 'Hashtag' 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 153). | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
misc | FinalParameters | Parameter tweetId should be final. | 63 |
![]() |
coding | HiddenField | 'tweetId' hides a field. | 63 |
![]() |
design | DesignForExtension | Class 'InitiatedVia' looks like designed for extension (can be subclassed), but the method 'withTweetId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InitiatedVia' final or making the method 'withTweetId' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter tweetId should be final. | 67 |
![]() |
coding | HiddenField | 'tweetId' hides a field. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 92 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 92 |
![]() |
design | DesignForExtension | Class 'InitiatedVia' looks like designed for extension (can be subclassed), but the method 'withWelcomeMessageId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InitiatedVia' final or making the method 'withWelcomeMessageId' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 96 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 96 |
![]() |
design | DesignForExtension | Class 'InitiatedVia' 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 'InitiatedVia' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
design | DesignForExtension | Class 'InitiatedVia' 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 'InitiatedVia' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Class 'InitiatedVia' 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 'InitiatedVia' final or making the method 'setAdditionalProperty' 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. | 114 |
![]() |
misc | FinalParameters | Parameter value should be final. | 114 |
![]() |
design | DesignForExtension | Class 'InitiatedVia' 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 'InitiatedVia' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter name should be final. | 118 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
design | DesignForExtension | Class 'InitiatedVia' 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 'InitiatedVia' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 125 |
![]() |
design | DesignForExtension | Class 'InitiatedVia' 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 'InitiatedVia' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
misc | FinalParameters | Parameter other should be final. | 129 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Class 'MarkedSpam' 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 'MarkedSpam' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'MarkedSpam' 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 'MarkedSpam' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'MarkedSpam' 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 'MarkedSpam' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Class 'MarkedSpam' 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 'MarkedSpam' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Class 'MarkedSpam' 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 'MarkedSpam' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'MarkedSpam' 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 'MarkedSpam' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
misc | FinalParameters | Parameter type should be final. | 66 |
![]() |
coding | HiddenField | 'type' hides a field. | 66 |
![]() |
design | DesignForExtension | Class 'MediaItem' 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 'MediaItem' final or making the method 'withType' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter type should be final. | 70 |
![]() |
coding | HiddenField | 'type' hides a field. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
misc | FinalParameters | Parameter media should be final. | 95 |
![]() |
coding | HiddenField | 'media' hides a field. | 95 |
![]() |
design | DesignForExtension | Class 'MediaItem' looks like designed for extension (can be subclassed), but the method 'withMedia' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediaItem' final or making the method 'withMedia' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter media should be final. | 99 |
![]() |
coding | HiddenField | 'media' hides a field. | 99 |
![]() |
design | DesignForExtension | Class 'MediaItem' 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 'MediaItem' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
design | DesignForExtension | Class 'MediaItem' 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 'MediaItem' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
design | DesignForExtension | Class 'MediaItem' 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 'MediaItem' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter name should be final. | 117 |
![]() |
misc | FinalParameters | Parameter value should be final. | 117 |
![]() |
design | DesignForExtension | Class 'MediaItem' 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 'MediaItem' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter name should be final. | 121 |
![]() |
misc | FinalParameters | Parameter value should be final. | 121 |
![]() |
design | DesignForExtension | Class 'MediaItem' 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 'MediaItem' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 128 |
![]() |
design | DesignForExtension | Class 'MediaItem' 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 'MediaItem' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
misc | FinalParameters | Parameter other should be final. | 132 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
misc | FinalParameters | Parameter senderId should be final. | 68 |
![]() |
coding | HiddenField | 'senderId' hides a field. | 68 |
![]() |
design | DesignForExtension | Class 'MessageCreate' looks like designed for extension (can be subclassed), but the method 'withSenderId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageCreate' final or making the method 'withSenderId' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter senderId should be final. | 72 |
![]() |
coding | HiddenField | 'senderId' hides a field. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
misc | FinalParameters | Parameter sourceAppId should be final. | 95 |
![]() |
coding | HiddenField | 'sourceAppId' hides a field. | 95 |
![]() |
design | DesignForExtension | Class 'MessageCreate' looks like designed for extension (can be subclassed), but the method 'withSourceAppId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageCreate' final or making the method 'withSourceAppId' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter sourceAppId should be final. | 99 |
![]() |
coding | HiddenField | 'sourceAppId' hides a field. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
misc | FinalParameters | Parameter target should be final. | 122 |
![]() |
coding | HiddenField | 'target' hides a field. | 122 |
![]() |
design | DesignForExtension | Class 'MessageCreate' looks like designed for extension (can be subclassed), but the method 'withTarget' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageCreate' final or making the method 'withTarget' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter target should be final. | 126 |
![]() |
coding | HiddenField | 'target' hides a field. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 151 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 151 |
![]() |
design | DesignForExtension | Class 'MessageCreate' looks like designed for extension (can be subclassed), but the method 'withMessageData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageCreate' final or making the method 'withMessageData' static/final/abstract/empty, or adding allowed annotation for the method. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 155 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 155 |
![]() |
design | DesignForExtension | Class 'MessageCreate' 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 'MessageCreate' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 160 |
![]() |
design | DesignForExtension | Class 'MessageCreate' 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 'MessageCreate' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
design | DesignForExtension | Class 'MessageCreate' 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 'MessageCreate' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
misc | FinalParameters | Parameter name should be final. | 173 |
![]() |
misc | FinalParameters | Parameter value should be final. | 173 |
![]() |
design | DesignForExtension | Class 'MessageCreate' 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 'MessageCreate' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter name should be final. | 177 |
![]() |
misc | FinalParameters | Parameter value should be final. | 177 |
![]() |
design | DesignForExtension | Class 'MessageCreate' 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 'MessageCreate' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 151). | 184 |
![]() |
design | DesignForExtension | Class 'MessageCreate' 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 'MessageCreate' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
misc | FinalParameters | Parameter other should be final. | 188 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 233). | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
misc | FinalParameters | Parameter text should be final. | 87 |
![]() |
coding | HiddenField | 'text' hides a field. | 87 |
![]() |
design | DesignForExtension | Class 'MessageData' 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 'MessageData' final or making the method 'withText' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter text should be final. | 91 |
![]() |
coding | HiddenField | 'text' hides a field. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
misc | FinalParameters | Parameter ctas should be final. | 114 |
![]() |
coding | HiddenField | 'ctas' hides a field. | 114 |
![]() |
design | DesignForExtension | Class 'MessageData' looks like designed for extension (can be subclassed), but the method 'withCtas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageData' final or making the method 'withCtas' static/final/abstract/empty, or adding allowed annotation for the method. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter ctas should be final. | 118 |
![]() |
coding | HiddenField | 'ctas' hides a field. | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 141 |
![]() |
coding | HiddenField | 'entities' hides a field. | 141 |
![]() |
design | DesignForExtension | Class 'MessageData' looks like designed for extension (can be subclassed), but the method 'withEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageData' final or making the method 'withEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 145 |
![]() |
coding | HiddenField | 'entities' hides a field. | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
misc | FinalParameters | Parameter quickReplyResponse should be final. | 170 |
![]() |
coding | HiddenField | 'quickReplyResponse' hides a field. | 170 |
![]() |
design | DesignForExtension | Class 'MessageData' looks like designed for extension (can be subclassed), but the method 'withQuickReplyResponse' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageData' final or making the method 'withQuickReplyResponse' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
misc | FinalParameters | Parameter quickReplyResponse should be final. | 174 |
![]() |
coding | HiddenField | 'quickReplyResponse' hides a field. | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 180 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
misc | FinalParameters | Parameter attachment should be final. | 199 |
![]() |
coding | HiddenField | 'attachment' hides a field. | 199 |
![]() |
design | DesignForExtension | Class 'MessageData' looks like designed for extension (can be subclassed), but the method 'withAttachment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageData' final or making the method 'withAttachment' static/final/abstract/empty, or adding allowed annotation for the method. | 203 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
![]() |
misc | FinalParameters | Parameter attachment should be final. | 203 |
![]() |
coding | HiddenField | 'attachment' hides a field. | 203 |
![]() |
design | DesignForExtension | Class 'MessageData' 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 'MessageData' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 208 |
![]() |
design | DesignForExtension | Class 'MessageData' 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 'MessageData' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
design | DesignForExtension | Class 'MessageData' 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 'MessageData' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
misc | FinalParameters | Parameter name should be final. | 221 |
![]() |
misc | FinalParameters | Parameter value should be final. | 221 |
![]() |
design | DesignForExtension | Class 'MessageData' 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 'MessageData' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
misc | FinalParameters | Parameter name should be final. | 225 |
![]() |
misc | FinalParameters | Parameter value should be final. | 225 |
![]() |
design | DesignForExtension | Class 'MessageData' 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 'MessageData' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 168). | 232 |
![]() |
design | DesignForExtension | Class 'MessageData' 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 'MessageData' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 235 |
![]() |
misc | FinalParameters | Parameter other should be final. | 236 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 264). | 244 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Class 'Muting' 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 'Muting' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'Muting' 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 'Muting' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'Muting' 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 'Muting' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Class 'Muting' 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 'Muting' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Class 'Muting' 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 'Muting' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'Muting' 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 'Muting' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Class 'NotificationsEnabled' 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 'NotificationsEnabled' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'NotificationsEnabled' 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 'NotificationsEnabled' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'NotificationsEnabled' 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 'NotificationsEnabled' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
![]() |
design | DesignForExtension | Class 'NotificationsEnabled' 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 'NotificationsEnabled' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Class 'NotificationsEnabled' 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 'NotificationsEnabled' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'NotificationsEnabled' 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 'NotificationsEnabled' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
misc | FinalParameters | Parameter id should be final. | 57 |
![]() |
coding | HiddenField | 'id' hides a field. | 57 |
![]() |
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. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter id should be final. | 61 |
![]() |
coding | HiddenField | 'id' hides a field. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
misc | FinalParameters | Parameter boundingBox should be final. | 84 |
![]() |
coding | HiddenField | 'boundingBox' hides a field. | 84 |
![]() |
design | DesignForExtension | Class 'Place' looks like designed for extension (can be subclassed), but the method 'withBoundingBox' 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 'withBoundingBox' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter boundingBox should be final. | 88 |
![]() |
coding | HiddenField | 'boundingBox' hides a field. | 88 |
![]() |
design | DesignForExtension | 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. | 93 |
![]() |
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. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
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. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter name should be final. | 106 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
design | DesignForExtension | Class '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. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter name should be final. | 110 |
![]() |
misc | FinalParameters | Parameter value should be final. | 110 |
![]() |
design | DesignForExtension | Class '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. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 117 |
![]() |
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. | 120 |
![]() |
misc | FinalParameters | Parameter other should be final. | 121 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter type should be final. | 76 |
![]() |
coding | HiddenField | 'type' hides a field. | 76 |
![]() |
design | DesignForExtension | Class 'QuickReply' 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 'QuickReply' final or making the method 'withType' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter type should be final. | 80 |
![]() |
coding | HiddenField | 'type' hides a field. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
misc | FinalParameters | Parameter textInput should be final. | 103 |
![]() |
coding | HiddenField | 'textInput' hides a field. | 103 |
![]() |
design | DesignForExtension | Class 'QuickReply' looks like designed for extension (can be subclassed), but the method 'withTextInput' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QuickReply' final or making the method 'withTextInput' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter textInput should be final. | 107 |
![]() |
coding | HiddenField | 'textInput' hides a field. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
misc | FinalParameters | Parameter options should be final. | 130 |
![]() |
coding | HiddenField | 'options' hides a field. | 130 |
![]() |
design | DesignForExtension | Class 'QuickReply' looks like designed for extension (can be subclassed), but the method 'withOptions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QuickReply' final or making the method 'withOptions' static/final/abstract/empty, or adding allowed annotation for the method. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter options should be final. | 134 |
![]() |
coding | HiddenField | 'options' hides a field. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
misc | FinalParameters | Parameter location should be final. | 157 |
![]() |
coding | HiddenField | 'location' hides a field. | 157 |
![]() |
design | DesignForExtension | Class 'QuickReply' 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 'QuickReply' final or making the method 'withLocation' static/final/abstract/empty, or adding allowed annotation for the method. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter location should be final. | 161 |
![]() |
coding | HiddenField | 'location' hides a field. | 161 |
![]() |
design | DesignForExtension | Class 'QuickReply' 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 'QuickReply' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 166 |
![]() |
design | DesignForExtension | Class 'QuickReply' 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 'QuickReply' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
design | DesignForExtension | Class 'QuickReply' 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 'QuickReply' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter name should be final. | 179 |
![]() |
misc | FinalParameters | Parameter value should be final. | 179 |
![]() |
design | DesignForExtension | Class 'QuickReply' 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 'QuickReply' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter name should be final. | 183 |
![]() |
misc | FinalParameters | Parameter value should be final. | 183 |
![]() |
design | DesignForExtension | Class 'QuickReply' 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 'QuickReply' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 190 |
![]() |
design | DesignForExtension | Class 'QuickReply' 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 'QuickReply' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
misc | FinalParameters | Parameter other should be final. | 194 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 217). | 202 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 205 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 206 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 208 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 209 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 210 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 212 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 220 |
![]() |
misc | FinalParameters | Parameter value should be final. | 220 |
![]() |
coding | HiddenField | 'value' hides a field. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter value should be final. | 231 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 219). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 216). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 219). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 219). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
misc | FinalParameters | Parameter label should be final. | 77 |
![]() |
coding | HiddenField | 'label' hides a field. | 77 |
![]() |
design | DesignForExtension | Class 'QuickReplyOption' looks like designed for extension (can be subclassed), but the method 'withLabel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QuickReplyOption' final or making the method 'withLabel' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter label should be final. | 81 |
![]() |
coding | HiddenField | 'label' hides a field. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 216). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 216). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
misc | FinalParameters | Parameter description should be final. | 108 |
![]() |
coding | HiddenField | 'description' hides a field. | 108 |
![]() |
design | DesignForExtension | Class 'QuickReplyOption' 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 'QuickReplyOption' final or making the method 'withDescription' static/final/abstract/empty, or adding allowed annotation for the method. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter description should be final. | 112 |
![]() |
coding | HiddenField | 'description' hides a field. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 137 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 137 |
![]() |
design | DesignForExtension | Class 'QuickReplyOption' looks like designed for extension (can be subclassed), but the method 'withMetadata' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QuickReplyOption' final or making the method 'withMetadata' static/final/abstract/empty, or adding allowed annotation for the method. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 141 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 141 |
![]() |
design | DesignForExtension | Class 'QuickReplyOption' 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 'QuickReplyOption' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 146 |
![]() |
design | DesignForExtension | Class 'QuickReplyOption' 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 'QuickReplyOption' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
design | DesignForExtension | Class 'QuickReplyOption' 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 'QuickReplyOption' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter name should be final. | 159 |
![]() |
misc | FinalParameters | Parameter value should be final. | 159 |
![]() |
design | DesignForExtension | Class 'QuickReplyOption' 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 'QuickReplyOption' final or making the method 'withAdditionalProperty' 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. | 163 |
![]() |
misc | FinalParameters | Parameter value should be final. | 163 |
![]() |
design | DesignForExtension | Class 'QuickReplyOption' 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 'QuickReplyOption' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 170 |
![]() |
design | DesignForExtension | Class 'QuickReplyOption' 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 'QuickReplyOption' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 173 |
![]() |
misc | FinalParameters | Parameter other should be final. | 174 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 194). | 182 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
misc | FinalParameters | Parameter label should be final. | 76 |
![]() |
coding | HiddenField | 'label' hides a field. | 76 |
![]() |
design | DesignForExtension | Class 'QuickReplyTextInput' looks like designed for extension (can be subclassed), but the method 'withLabel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QuickReplyTextInput' final or making the method 'withLabel' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter label should be final. | 80 |
![]() |
coding | HiddenField | 'label' hides a field. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
misc | FinalParameters | Parameter keyboard should be final. | 105 |
![]() |
coding | HiddenField | 'keyboard' hides a field. | 105 |
![]() |
design | DesignForExtension | Class 'QuickReplyTextInput' looks like designed for extension (can be subclassed), but the method 'withKeyboard' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QuickReplyTextInput' final or making the method 'withKeyboard' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter keyboard should be final. | 109 |
![]() |
coding | HiddenField | 'keyboard' hides a field. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 134 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 134 |
![]() |
design | DesignForExtension | Class 'QuickReplyTextInput' looks like designed for extension (can be subclassed), but the method 'withMetadata' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QuickReplyTextInput' final or making the method 'withMetadata' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 138 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 138 |
![]() |
design | DesignForExtension | Class 'QuickReplyTextInput' 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 'QuickReplyTextInput' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
![]() |
design | DesignForExtension | Class 'QuickReplyTextInput' 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 'QuickReplyTextInput' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
design | DesignForExtension | Class 'QuickReplyTextInput' 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 'QuickReplyTextInput' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter name should be final. | 156 |
![]() |
misc | FinalParameters | Parameter value should be final. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 160 |
![]() |
design | DesignForExtension | Class 'QuickReplyTextInput' 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 'QuickReplyTextInput' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter name should be final. | 160 |
![]() |
misc | FinalParameters | Parameter value should be final. | 160 |
![]() |
design | DesignForExtension | Class 'QuickReplyTextInput' 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 'QuickReplyTextInput' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 167 |
![]() |
design | DesignForExtension | Class 'QuickReplyTextInput' 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 'QuickReplyTextInput' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 170 |
![]() |
misc | FinalParameters | Parameter other should be final. | 171 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 188). | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
misc | FinalParameters | Parameter source should be final. | 69 |
![]() |
coding | HiddenField | 'source' hides a field. | 69 |
![]() |
design | DesignForExtension | Class 'Relationship' 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 'Relationship' final or making the method 'withSource' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter source should be final. | 73 |
![]() |
coding | HiddenField | 'source' hides a field. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
misc | FinalParameters | Parameter target should be final. | 96 |
![]() |
coding | HiddenField | 'target' hides a field. | 96 |
![]() |
design | DesignForExtension | Class 'Relationship' looks like designed for extension (can be subclassed), but the method 'withTarget' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Relationship' final or making the method 'withTarget' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter target should be final. | 100 |
![]() |
coding | HiddenField | 'target' hides a field. | 100 |
![]() |
design | DesignForExtension | Class 'Relationship' 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 'Relationship' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
design | DesignForExtension | Class 'Relationship' 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 'Relationship' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Class 'Relationship' 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 'Relationship' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter name should be final. | 118 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
design | DesignForExtension | Class 'Relationship' 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 'Relationship' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter name should be final. | 122 |
![]() |
misc | FinalParameters | Parameter value should be final. | 122 |
![]() |
design | DesignForExtension | Class 'Relationship' 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 'Relationship' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 129 |
![]() |
design | DesignForExtension | Class 'Relationship' 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 'Relationship' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 132 |
![]() |
misc | FinalParameters | Parameter other should be final. | 133 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
misc | FinalParameters | Parameter canDm should be final. | 107 |
![]() |
coding | HiddenField | 'canDm' hides a field. | 107 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' looks like designed for extension (can be subclassed), but the method 'withCanDm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipSource' final or making the method 'withCanDm' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter canDm should be final. | 111 |
![]() |
coding | HiddenField | 'canDm' hides a field. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
misc | FinalParameters | Parameter blocking should be final. | 134 |
![]() |
coding | HiddenField | 'blocking' hides a field. | 134 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' looks like designed for extension (can be subclassed), but the method 'withBlocking' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipSource' final or making the method 'withBlocking' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter blocking should be final. | 138 |
![]() |
coding | HiddenField | 'blocking' hides a field. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
misc | FinalParameters | Parameter muting should be final. | 161 |
![]() |
coding | HiddenField | 'muting' hides a field. | 161 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' looks like designed for extension (can be subclassed), but the method 'withMuting' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipSource' final or making the method 'withMuting' static/final/abstract/empty, or adding allowed annotation for the method. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
misc | FinalParameters | Parameter muting should be final. | 165 |
![]() |
coding | HiddenField | 'muting' hides a field. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 188 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 188 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' looks like designed for extension (can be subclassed), but the method 'withIdStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipSource' final or making the method 'withIdStr' static/final/abstract/empty, or adding allowed annotation for the method. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 192 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
misc | FinalParameters | Parameter allReplies should be final. | 215 |
![]() |
coding | HiddenField | 'allReplies' hides a field. | 215 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' looks like designed for extension (can be subclassed), but the method 'withAllReplies' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipSource' final or making the method 'withAllReplies' static/final/abstract/empty, or adding allowed annotation for the method. | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
misc | FinalParameters | Parameter allReplies should be final. | 219 |
![]() |
coding | HiddenField | 'allReplies' hides a field. | 219 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 225 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
misc | FinalParameters | Parameter wantRetweets should be final. | 242 |
![]() |
coding | HiddenField | 'wantRetweets' hides a field. | 242 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' looks like designed for extension (can be subclassed), but the method 'withWantRetweets' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipSource' final or making the method 'withWantRetweets' static/final/abstract/empty, or adding allowed annotation for the method. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter wantRetweets should be final. | 246 |
![]() |
coding | HiddenField | 'wantRetweets' hides a field. | 246 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 263 |
![]() |
misc | FinalParameters | Parameter id should be final. | 269 |
![]() |
coding | HiddenField | 'id' hides a field. | 269 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' 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 'RelationshipSource' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
misc | FinalParameters | Parameter id should be final. | 273 |
![]() |
coding | HiddenField | 'id' hides a field. | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 290 |
![]() |
misc | FinalParameters | Parameter markedSpam should be final. | 296 |
![]() |
coding | HiddenField | 'markedSpam' hides a field. | 296 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' looks like designed for extension (can be subclassed), but the method 'withMarkedSpam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipSource' final or making the method 'withMarkedSpam' static/final/abstract/empty, or adding allowed annotation for the method. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
misc | FinalParameters | Parameter markedSpam should be final. | 300 |
![]() |
coding | HiddenField | 'markedSpam' hides a field. | 300 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 306 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 317 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 323 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 323 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipSource' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 327 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 327 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 327 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 333 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 344 |
![]() |
misc | FinalParameters | Parameter following should be final. | 350 |
![]() |
coding | HiddenField | 'following' hides a field. | 350 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' looks like designed for extension (can be subclassed), but the method 'withFollowing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipSource' final or making the method 'withFollowing' static/final/abstract/empty, or adding allowed annotation for the method. | 354 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 354 |
![]() |
misc | FinalParameters | Parameter following should be final. | 354 |
![]() |
coding | HiddenField | 'following' hides a field. | 354 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 371 |
![]() |
misc | FinalParameters | Parameter followedBy should be final. | 377 |
![]() |
coding | HiddenField | 'followedBy' hides a field. | 377 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' looks like designed for extension (can be subclassed), but the method 'withFollowedBy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipSource' final or making the method 'withFollowedBy' static/final/abstract/empty, or adding allowed annotation for the method. | 381 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 381 |
![]() |
misc | FinalParameters | Parameter followedBy should be final. | 381 |
![]() |
coding | HiddenField | 'followedBy' hides a field. | 381 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 387 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 398 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 404 |
![]() |
misc | FinalParameters | Parameter notificationsEnabled should be final. | 404 |
![]() |
coding | HiddenField | 'notificationsEnabled' hides a field. | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 408 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' looks like designed for extension (can be subclassed), but the method 'withNotificationsEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipSource' final or making the method 'withNotificationsEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 408 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 408 |
![]() |
misc | FinalParameters | Parameter notificationsEnabled should be final. | 408 |
![]() |
coding | HiddenField | 'notificationsEnabled' hides a field. | 408 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' 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 'RelationshipSource' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 413 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' 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 'RelationshipSource' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 418 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 418 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' 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 'RelationshipSource' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 424 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 424 |
![]() |
misc | FinalParameters | Parameter name should be final. | 426 |
![]() |
misc | FinalParameters | Parameter value should be final. | 426 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 430 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' 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 'RelationshipSource' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 430 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 430 |
![]() |
misc | FinalParameters | Parameter name should be final. | 430 |
![]() |
misc | FinalParameters | Parameter value should be final. | 430 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' 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 'RelationshipSource' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 435 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 294). | 437 |
![]() |
design | DesignForExtension | Class 'RelationshipSource' 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 'RelationshipSource' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 440 |
![]() |
misc | FinalParameters | Parameter other should be final. | 441 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 445 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 495). | 449 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
misc | FinalParameters | Parameter id should be final. | 67 |
![]() |
coding | HiddenField | 'id' hides a field. | 67 |
![]() |
design | DesignForExtension | Class 'RelationshipTarget' 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 'RelationshipTarget' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter id should be final. | 71 |
![]() |
coding | HiddenField | 'id' hides a field. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 94 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 94 |
![]() |
design | DesignForExtension | Class 'RelationshipTarget' looks like designed for extension (can be subclassed), but the method 'withIdStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipTarget' final or making the method 'withIdStr' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 98 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 121 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 121 |
![]() |
design | DesignForExtension | Class 'RelationshipTarget' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipTarget' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 125 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
misc | FinalParameters | Parameter following should be final. | 148 |
![]() |
coding | HiddenField | 'following' hides a field. | 148 |
![]() |
design | DesignForExtension | Class 'RelationshipTarget' looks like designed for extension (can be subclassed), but the method 'withFollowing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipTarget' final or making the method 'withFollowing' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter following should be final. | 152 |
![]() |
coding | HiddenField | 'following' hides a field. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
misc | FinalParameters | Parameter followedBy should be final. | 175 |
![]() |
coding | HiddenField | 'followedBy' hides a field. | 175 |
![]() |
design | DesignForExtension | Class 'RelationshipTarget' looks like designed for extension (can be subclassed), but the method 'withFollowedBy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RelationshipTarget' final or making the method 'withFollowedBy' static/final/abstract/empty, or adding allowed annotation for the method. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
misc | FinalParameters | Parameter followedBy should be final. | 179 |
![]() |
coding | HiddenField | 'followedBy' hides a field. | 179 |
![]() |
design | DesignForExtension | Class 'RelationshipTarget' 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 'RelationshipTarget' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 184 |
![]() |
design | DesignForExtension | Class 'RelationshipTarget' 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 'RelationshipTarget' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
design | DesignForExtension | Class 'RelationshipTarget' 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 'RelationshipTarget' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 195 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
![]() |
misc | FinalParameters | Parameter name should be final. | 197 |
![]() |
misc | FinalParameters | Parameter value should be final. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 201 |
![]() |
design | DesignForExtension | Class 'RelationshipTarget' 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 'RelationshipTarget' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
misc | FinalParameters | Parameter name should be final. | 201 |
![]() |
misc | FinalParameters | Parameter value should be final. | 201 |
![]() |
design | DesignForExtension | Class 'RelationshipTarget' 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 'RelationshipTarget' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 160). | 208 |
![]() |
design | DesignForExtension | Class 'RelationshipTarget' 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 'RelationshipTarget' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
![]() |
misc | FinalParameters | Parameter other should be final. | 212 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 248). | 220 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
misc | FinalParameters | Parameter retweetedStatus should be final. | 55 |
![]() |
coding | HiddenField | 'retweetedStatus' hides a field. | 55 |
![]() |
design | DesignForExtension | Class 'Retweet' looks like designed for extension (can be subclassed), but the method 'withRetweetedStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Retweet' final or making the method 'withRetweetedStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter retweetedStatus should be final. | 59 |
![]() |
coding | HiddenField | 'retweetedStatus' hides a field. | 59 |
![]() |
design | DesignForExtension | Class 'Retweet' 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 'Retweet' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
design | DesignForExtension | Class 'Retweet' 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 'Retweet' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Class 'Retweet' 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 'Retweet' final or making the method 'setAdditionalProperty' 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. | 77 |
![]() |
misc | FinalParameters | Parameter value should be final. | 77 |
![]() |
design | DesignForExtension | Class 'Retweet' 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 'Retweet' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter name should be final. | 81 |
![]() |
misc | FinalParameters | Parameter value should be final. | 81 |
![]() |
design | DesignForExtension | Class 'Retweet' 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 'Retweet' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 88 |
![]() |
design | DesignForExtension | Class 'Retweet' 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 'Retweet' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
misc | FinalParameters | Parameter other should be final. | 92 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
misc | FinalParameters | Parameter id should be final. | 61 |
![]() |
coding | HiddenField | 'id' hides a field. | 61 |
![]() |
design | DesignForExtension | Class 'Status' 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 'Status' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter id should be final. | 65 |
![]() |
coding | HiddenField | 'id' hides a field. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 88 |
![]() |
coding | HiddenField | 'userId' hides a field. | 88 |
![]() |
design | DesignForExtension | Class 'Status' looks like designed for extension (can be subclassed), but the method 'withUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Status' final or making the method 'withUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 92 |
![]() |
coding | HiddenField | 'userId' hides a field. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 115 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 115 |
![]() |
design | DesignForExtension | Class 'Status' looks like designed for extension (can be subclassed), but the method 'withIdStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Status' final or making the method 'withIdStr' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 119 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
misc | FinalParameters | Parameter userIdStr should be final. | 142 |
![]() |
coding | HiddenField | 'userIdStr' hides a field. | 142 |
![]() |
design | DesignForExtension | Class 'Status' looks like designed for extension (can be subclassed), but the method 'withUserIdStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Status' final or making the method 'withUserIdStr' static/final/abstract/empty, or adding allowed annotation for the method. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter userIdStr should be final. | 146 |
![]() |
coding | HiddenField | 'userIdStr' hides a field. | 146 |
![]() |
design | DesignForExtension | Class 'Status' 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 'Status' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
design | DesignForExtension | Class 'Status' 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 'Status' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
design | DesignForExtension | Class 'Status' 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 'Status' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter name should be final. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 164 |
![]() |
design | DesignForExtension | Class 'Status' 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 'Status' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter name should be final. | 168 |
![]() |
misc | FinalParameters | Parameter value should be final. | 168 |
![]() |
design | DesignForExtension | Class 'Status' 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 'Status' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 175 |
![]() |
design | DesignForExtension | Class 'Status' 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 'Status' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 178 |
![]() |
misc | FinalParameters | Parameter other should be final. | 179 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 205). | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
misc | FinalParameters | Parameter recipientId should be final. | 49 |
![]() |
coding | HiddenField | 'recipientId' hides a field. | 49 |
![]() |
design | DesignForExtension | Class 'Target' looks like designed for extension (can be subclassed), but the method 'withRecipientId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Target' final or making the method 'withRecipientId' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter recipientId should be final. | 53 |
![]() |
coding | HiddenField | 'recipientId' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Target' 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 'Target' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
design | DesignForExtension | Class 'Target' 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 'Target' 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 'Target' 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 'Target' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter name should be final. | 71 |
![]() |
misc | FinalParameters | Parameter value should be final. | 71 |
![]() |
design | DesignForExtension | Class 'Target' 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 'Target' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter name should be final. | 75 |
![]() |
misc | FinalParameters | Parameter value should be final. | 75 |
![]() |
design | DesignForExtension | Class 'Target' 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 'Target' 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 99). | 82 |
![]() |
design | DesignForExtension | Class 'Target' 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 'Target' 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 138). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Class 'TargetObject' 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 'TargetObject' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'TargetObject' 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 'TargetObject' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'TargetObject' 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 'TargetObject' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Class 'TargetObject' 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 'TargetObject' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Class 'TargetObject' 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 'TargetObject' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'TargetObject' 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 'TargetObject' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
misc | FinalParameters | Parameter text should be final. | 165 |
![]() |
coding | HiddenField | 'text' hides a field. | 165 |
![]() |
design | DesignForExtension | Class 'Tweet' 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 'Tweet' final or making the method 'withText' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter text should be final. | 169 |
![]() |
coding | HiddenField | 'text' hides a field. | 169 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
misc | FinalParameters | Parameter retweeted should be final. | 192 |
![]() |
coding | HiddenField | 'retweeted' hides a field. | 192 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withRetweeted' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withRetweeted' static/final/abstract/empty, or adding allowed annotation for the method. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
misc | FinalParameters | Parameter retweeted should be final. | 196 |
![]() |
coding | HiddenField | 'retweeted' hides a field. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
misc | FinalParameters | Parameter inReplyToScreenName should be final. | 219 |
![]() |
coding | HiddenField | 'inReplyToScreenName' hides a field. | 219 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withInReplyToScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withInReplyToScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 223 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
![]() |
misc | FinalParameters | Parameter inReplyToScreenName should be final. | 223 |
![]() |
coding | HiddenField | 'inReplyToScreenName' hides a field. | 223 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 240 |
![]() |
misc | FinalParameters | Parameter truncated should be final. | 246 |
![]() |
coding | HiddenField | 'truncated' hides a field. | 246 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withTruncated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withTruncated' static/final/abstract/empty, or adding allowed annotation for the method. | 250 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
![]() |
misc | FinalParameters | Parameter truncated should be final. | 250 |
![]() |
coding | HiddenField | 'truncated' hides a field. | 250 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 267 |
![]() |
misc | FinalParameters | Parameter filterLevel should be final. | 273 |
![]() |
coding | HiddenField | 'filterLevel' hides a field. | 273 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withFilterLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withFilterLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
misc | FinalParameters | Parameter filterLevel should be final. | 277 |
![]() |
coding | HiddenField | 'filterLevel' hides a field. | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 283 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 294 |
![]() |
misc | FinalParameters | Parameter contributors should be final. | 300 |
![]() |
coding | HiddenField | 'contributors' hides a field. | 300 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withContributors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withContributors' static/final/abstract/empty, or adding allowed annotation for the method. | 304 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
misc | FinalParameters | Parameter contributors should be final. | 304 |
![]() |
coding | HiddenField | 'contributors' hides a field. | 304 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 310 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 321 |
![]() |
misc | FinalParameters | Parameter place should be final. | 327 |
![]() |
coding | HiddenField | 'place' hides a field. | 327 |
![]() |
design | DesignForExtension | Class 'Tweet' 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 'Tweet' final or making the method 'withPlace' static/final/abstract/empty, or adding allowed annotation for the method. | 331 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 331 |
![]() |
misc | FinalParameters | Parameter place should be final. | 331 |
![]() |
coding | HiddenField | 'place' hides a field. | 331 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 337 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 348 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 354 |
![]() |
coding | HiddenField | 'entities' hides a field. | 354 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withEntities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withEntities' static/final/abstract/empty, or adding allowed annotation for the method. | 358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
![]() |
misc | FinalParameters | Parameter entities should be final. | 358 |
![]() |
coding | HiddenField | 'entities' hides a field. | 358 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 364 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 375 |
![]() |
misc | FinalParameters | Parameter inReplyToStatusIdStr should be final. | 381 |
![]() |
coding | HiddenField | 'inReplyToStatusIdStr' hides a field. | 381 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withInReplyToStatusIdStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withInReplyToStatusIdStr' static/final/abstract/empty, or adding allowed annotation for the method. | 385 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 385 |
![]() |
misc | FinalParameters | Parameter inReplyToStatusIdStr should be final. | 385 |
![]() |
coding | HiddenField | 'inReplyToStatusIdStr' hides a field. | 385 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 391 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 402 |
![]() |
misc | FinalParameters | Parameter id should be final. | 408 |
![]() |
coding | HiddenField | 'id' hides a field. | 408 |
![]() |
design | DesignForExtension | Class 'Tweet' 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 'Tweet' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 412 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 412 |
![]() |
misc | FinalParameters | Parameter id should be final. | 412 |
![]() |
coding | HiddenField | 'id' hides a field. | 412 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 418 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 429 |
![]() |
misc | FinalParameters | Parameter inReplyToUserIdStr should be final. | 435 |
![]() |
coding | HiddenField | 'inReplyToUserIdStr' hides a field. | 435 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withInReplyToUserIdStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withInReplyToUserIdStr' static/final/abstract/empty, or adding allowed annotation for the method. | 439 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 439 |
![]() |
misc | FinalParameters | Parameter inReplyToUserIdStr should be final. | 439 |
![]() |
coding | HiddenField | 'inReplyToUserIdStr' hides a field. | 439 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 445 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 456 |
![]() |
misc | FinalParameters | Parameter source should be final. | 462 |
![]() |
coding | HiddenField | 'source' hides a field. | 462 |
![]() |
design | DesignForExtension | Class 'Tweet' 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 'Tweet' final or making the method 'withSource' static/final/abstract/empty, or adding allowed annotation for the method. | 466 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 466 |
![]() |
misc | FinalParameters | Parameter source should be final. | 466 |
![]() |
coding | HiddenField | 'source' hides a field. | 466 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 472 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 483 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 489 |
![]() |
coding | HiddenField | 'lang' hides a field. | 489 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withLang' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withLang' static/final/abstract/empty, or adding allowed annotation for the method. | 493 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 493 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 493 |
![]() |
coding | HiddenField | 'lang' hides a field. | 493 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 499 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 510 |
![]() |
misc | FinalParameters | Parameter favorited should be final. | 516 |
![]() |
coding | HiddenField | 'favorited' hides a field. | 516 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withFavorited' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withFavorited' static/final/abstract/empty, or adding allowed annotation for the method. | 520 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 520 |
![]() |
misc | FinalParameters | Parameter favorited should be final. | 520 |
![]() |
coding | HiddenField | 'favorited' hides a field. | 520 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 526 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 537 |
![]() |
misc | FinalParameters | Parameter possiblySensitive should be final. | 543 |
![]() |
coding | HiddenField | 'possiblySensitive' hides a field. | 543 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withPossiblySensitive' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withPossiblySensitive' static/final/abstract/empty, or adding allowed annotation for the method. | 547 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 547 |
![]() |
misc | FinalParameters | Parameter possiblySensitive should be final. | 547 |
![]() |
coding | HiddenField | 'possiblySensitive' hides a field. | 547 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 553 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 564 |
![]() |
misc | FinalParameters | Parameter inReplyToStatusId should be final. | 570 |
![]() |
coding | HiddenField | 'inReplyToStatusId' hides a field. | 570 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withInReplyToStatusId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withInReplyToStatusId' static/final/abstract/empty, or adding allowed annotation for the method. | 574 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 574 |
![]() |
misc | FinalParameters | Parameter inReplyToStatusId should be final. | 574 |
![]() |
coding | HiddenField | 'inReplyToStatusId' hides a field. | 574 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 580 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 591 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 597 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 597 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withCreatedAt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withCreatedAt' static/final/abstract/empty, or adding allowed annotation for the method. | 601 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 601 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 601 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 601 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 607 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 618 |
![]() |
misc | FinalParameters | Parameter inReplyToUserId should be final. | 624 |
![]() |
coding | HiddenField | 'inReplyToUserId' hides a field. | 624 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withInReplyToUserId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withInReplyToUserId' static/final/abstract/empty, or adding allowed annotation for the method. | 628 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 628 |
![]() |
misc | FinalParameters | Parameter inReplyToUserId should be final. | 628 |
![]() |
coding | HiddenField | 'inReplyToUserId' hides a field. | 628 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 634 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 645 |
![]() |
misc | FinalParameters | Parameter favoriteCount should be final. | 651 |
![]() |
coding | HiddenField | 'favoriteCount' hides a field. | 651 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withFavoriteCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withFavoriteCount' static/final/abstract/empty, or adding allowed annotation for the method. | 655 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 655 |
![]() |
misc | FinalParameters | Parameter favoriteCount should be final. | 655 |
![]() |
coding | HiddenField | 'favoriteCount' hides a field. | 655 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 661 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 672 |
![]() |
misc | FinalParameters | Parameter retweetCount should be final. | 678 |
![]() |
coding | HiddenField | 'retweetCount' hides a field. | 678 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withRetweetCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withRetweetCount' static/final/abstract/empty, or adding allowed annotation for the method. | 682 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 682 |
![]() |
misc | FinalParameters | Parameter retweetCount should be final. | 682 |
![]() |
coding | HiddenField | 'retweetCount' hides a field. | 682 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 688 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 699 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 705 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 705 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withIdStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withIdStr' static/final/abstract/empty, or adding allowed annotation for the method. | 709 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 709 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 709 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 709 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 715 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 726 |
![]() |
misc | FinalParameters | Parameter user should be final. | 732 |
![]() |
coding | HiddenField | 'user' hides a field. | 732 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withUser' static/final/abstract/empty, or adding allowed annotation for the method. | 736 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 736 |
![]() |
misc | FinalParameters | Parameter user should be final. | 736 |
![]() |
coding | HiddenField | 'user' hides a field. | 736 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 742 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 753 |
![]() |
misc | FinalParameters | Parameter isQuoteStatus should be final. | 759 |
![]() |
coding | HiddenField | 'isQuoteStatus' hides a field. | 759 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withIsQuoteStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withIsQuoteStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 763 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 763 |
![]() |
misc | FinalParameters | Parameter isQuoteStatus should be final. | 763 |
![]() |
coding | HiddenField | 'isQuoteStatus' hides a field. | 763 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 769 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 780 |
![]() |
misc | FinalParameters | Parameter quotedStatusId should be final. | 786 |
![]() |
coding | HiddenField | 'quotedStatusId' hides a field. | 786 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withQuotedStatusId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withQuotedStatusId' static/final/abstract/empty, or adding allowed annotation for the method. | 790 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 790 |
![]() |
misc | FinalParameters | Parameter quotedStatusId should be final. | 790 |
![]() |
coding | HiddenField | 'quotedStatusId' hides a field. | 790 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 796 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 807 |
![]() |
misc | FinalParameters | Parameter quotedStatus should be final. | 813 |
![]() |
coding | HiddenField | 'quotedStatus' hides a field. | 813 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withQuotedStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withQuotedStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 817 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 817 |
![]() |
misc | FinalParameters | Parameter quotedStatus should be final. | 817 |
![]() |
coding | HiddenField | 'quotedStatus' hides a field. | 817 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 823 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 834 |
![]() |
misc | FinalParameters | Parameter retweetedStatusId should be final. | 840 |
![]() |
coding | HiddenField | 'retweetedStatusId' hides a field. | 840 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withRetweetedStatusId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withRetweetedStatusId' static/final/abstract/empty, or adding allowed annotation for the method. | 844 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 844 |
![]() |
misc | FinalParameters | Parameter retweetedStatusId should be final. | 844 |
![]() |
coding | HiddenField | 'retweetedStatusId' hides a field. | 844 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 850 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 861 |
![]() |
misc | FinalParameters | Parameter retweetedStatus should be final. | 867 |
![]() |
coding | HiddenField | 'retweetedStatus' hides a field. | 867 |
![]() |
design | DesignForExtension | Class 'Tweet' looks like designed for extension (can be subclassed), but the method 'withRetweetedStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tweet' final or making the method 'withRetweetedStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 871 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 871 |
![]() |
misc | FinalParameters | Parameter retweetedStatus should be final. | 871 |
![]() |
coding | HiddenField | 'retweetedStatus' hides a field. | 871 |
![]() |
design | DesignForExtension | Class 'Tweet' 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 'Tweet' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 876 |
![]() |
design | DesignForExtension | Class 'Tweet' 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 'Tweet' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 881 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 881 |
![]() |
design | DesignForExtension | Class 'Tweet' 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 'Tweet' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 887 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 887 |
![]() |
misc | FinalParameters | Parameter name should be final. | 889 |
![]() |
misc | FinalParameters | Parameter value should be final. | 889 |
![]() |
design | DesignForExtension | Class 'Tweet' 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 'Tweet' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 893 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 893 |
![]() |
misc | FinalParameters | Parameter name should be final. | 893 |
![]() |
misc | FinalParameters | Parameter value should be final. | 893 |
![]() |
design | DesignForExtension | Class 'Tweet' 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 'Tweet' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 898 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 621). | 900 |
![]() |
design | DesignForExtension | Class 'Tweet' 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 'Tweet' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 903 |
![]() |
misc | FinalParameters | Parameter other should be final. | 904 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 908 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 1,104). | 912 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
naming | MemberName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 163 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 166 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
misc | FinalParameters | Parameter location should be final. | 194 |
![]() |
coding | HiddenField | 'location' hides a field. | 194 |
![]() |
design | DesignForExtension | Class 'User' 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 'User' final or making the method 'withLocation' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
misc | FinalParameters | Parameter location should be final. | 198 |
![]() |
coding | HiddenField | 'location' hides a field. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
misc | FinalParameters | Parameter defaultProfile should be final. | 221 |
![]() |
coding | HiddenField | 'defaultProfile' hides a field. | 221 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withDefaultProfile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withDefaultProfile' static/final/abstract/empty, or adding allowed annotation for the method. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
misc | FinalParameters | Parameter defaultProfile should be final. | 225 |
![]() |
coding | HiddenField | 'defaultProfile' hides a field. | 225 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 231 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
misc | FinalParameters | Parameter statusesCount should be final. | 248 |
![]() |
coding | HiddenField | 'statusesCount' hides a field. | 248 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withStatusesCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withStatusesCount' static/final/abstract/empty, or adding allowed annotation for the method. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
![]() |
misc | FinalParameters | Parameter statusesCount should be final. | 252 |
![]() |
coding | HiddenField | 'statusesCount' hides a field. | 252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 258 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 269 |
![]() |
misc | FinalParameters | Parameter profileBackgroundTile should be final. | 275 |
![]() |
coding | HiddenField | 'profileBackgroundTile' hides a field. | 275 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProfileBackgroundTile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProfileBackgroundTile' static/final/abstract/empty, or adding allowed annotation for the method. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
misc | FinalParameters | Parameter profileBackgroundTile should be final. | 279 |
![]() |
coding | HiddenField | 'profileBackgroundTile' hides a field. | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 285 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 296 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 302 |
![]() |
coding | HiddenField | 'lang' hides a field. | 302 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withLang' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withLang' static/final/abstract/empty, or adding allowed annotation for the method. | 306 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 306 |
![]() |
coding | HiddenField | 'lang' hides a field. | 306 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 312 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 323 |
![]() |
misc | FinalParameters | Parameter profileLinkColor should be final. | 329 |
![]() |
coding | HiddenField | 'profileLinkColor' hides a field. | 329 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProfileLinkColor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProfileLinkColor' static/final/abstract/empty, or adding allowed annotation for the method. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
misc | FinalParameters | Parameter profileLinkColor should be final. | 333 |
![]() |
coding | HiddenField | 'profileLinkColor' hides a field. | 333 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 339 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 350 |
![]() |
misc | FinalParameters | Parameter id should be final. | 356 |
![]() |
coding | HiddenField | 'id' hides a field. | 356 |
![]() |
design | DesignForExtension | Class 'User' 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 'User' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 360 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 360 |
![]() |
misc | FinalParameters | Parameter id should be final. | 360 |
![]() |
coding | HiddenField | 'id' hides a field. | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 366 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 377 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 383 |
![]() |
coding | HiddenField | '_protected' hides a field. | 383 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 383 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProtected' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProtected' static/final/abstract/empty, or adding allowed annotation for the method. | 387 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 387 |
![]() |
misc | FinalParameters | Parameter _protected should be final. | 387 |
![]() |
coding | HiddenField | '_protected' hides a field. | 387 |
![]() |
naming | ParameterName | Name '_protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 387 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 393 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 404 |
![]() |
misc | FinalParameters | Parameter favouritesCount should be final. | 410 |
![]() |
coding | HiddenField | 'favouritesCount' hides a field. | 410 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withFavouritesCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withFavouritesCount' static/final/abstract/empty, or adding allowed annotation for the method. | 414 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 414 |
![]() |
misc | FinalParameters | Parameter favouritesCount should be final. | 414 |
![]() |
coding | HiddenField | 'favouritesCount' hides a field. | 414 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 420 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 431 |
![]() |
misc | FinalParameters | Parameter profileTextColor should be final. | 437 |
![]() |
coding | HiddenField | 'profileTextColor' hides a field. | 437 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProfileTextColor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProfileTextColor' static/final/abstract/empty, or adding allowed annotation for the method. | 441 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
![]() |
misc | FinalParameters | Parameter profileTextColor should be final. | 441 |
![]() |
coding | HiddenField | 'profileTextColor' hides a field. | 441 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 447 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 458 |
![]() |
misc | FinalParameters | Parameter verified should be final. | 464 |
![]() |
coding | HiddenField | 'verified' hides a field. | 464 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withVerified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withVerified' static/final/abstract/empty, or adding allowed annotation for the method. | 468 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 468 |
![]() |
misc | FinalParameters | Parameter verified should be final. | 468 |
![]() |
coding | HiddenField | 'verified' hides a field. | 468 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 474 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 485 |
![]() |
misc | FinalParameters | Parameter description should be final. | 491 |
![]() |
coding | HiddenField | 'description' hides a field. | 491 |
![]() |
design | DesignForExtension | Class 'User' 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 'User' final or making the method 'withDescription' static/final/abstract/empty, or adding allowed annotation for the method. | 495 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 495 |
![]() |
misc | FinalParameters | Parameter description should be final. | 495 |
![]() |
coding | HiddenField | 'description' hides a field. | 495 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 501 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 512 |
![]() |
misc | FinalParameters | Parameter contributorsEnabled should be final. | 518 |
![]() |
coding | HiddenField | 'contributorsEnabled' hides a field. | 518 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withContributorsEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withContributorsEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 522 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 522 |
![]() |
misc | FinalParameters | Parameter contributorsEnabled should be final. | 522 |
![]() |
coding | HiddenField | 'contributorsEnabled' hides a field. | 522 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 528 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 539 |
![]() |
misc | FinalParameters | Parameter name should be final. | 545 |
![]() |
coding | HiddenField | 'name' hides a field. | 545 |
![]() |
design | DesignForExtension | Class 'User' 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 'User' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 549 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 549 |
![]() |
misc | FinalParameters | Parameter name should be final. | 549 |
![]() |
coding | HiddenField | 'name' hides a field. | 549 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 555 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 566 |
![]() |
misc | FinalParameters | Parameter profileSidebarBorderColor should be final. | 572 |
![]() |
coding | HiddenField | 'profileSidebarBorderColor' hides a field. | 572 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 576 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProfileSidebarBorderColor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProfileSidebarBorderColor' static/final/abstract/empty, or adding allowed annotation for the method. | 576 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 576 |
![]() |
misc | FinalParameters | Parameter profileSidebarBorderColor should be final. | 576 |
![]() |
coding | HiddenField | 'profileSidebarBorderColor' hides a field. | 576 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 582 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 593 |
![]() |
misc | FinalParameters | Parameter profileBackgroundColor should be final. | 599 |
![]() |
coding | HiddenField | 'profileBackgroundColor' hides a field. | 599 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProfileBackgroundColor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProfileBackgroundColor' static/final/abstract/empty, or adding allowed annotation for the method. | 603 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 603 |
![]() |
misc | FinalParameters | Parameter profileBackgroundColor should be final. | 603 |
![]() |
coding | HiddenField | 'profileBackgroundColor' hides a field. | 603 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 609 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 620 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 626 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 626 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withCreatedAt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withCreatedAt' static/final/abstract/empty, or adding allowed annotation for the method. | 630 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 630 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 630 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 630 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 636 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 647 |
![]() |
misc | FinalParameters | Parameter defaultProfileImage should be final. | 653 |
![]() |
coding | HiddenField | 'defaultProfileImage' hides a field. | 653 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withDefaultProfileImage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withDefaultProfileImage' static/final/abstract/empty, or adding allowed annotation for the method. | 657 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 657 |
![]() |
misc | FinalParameters | Parameter defaultProfileImage should be final. | 657 |
![]() |
coding | HiddenField | 'defaultProfileImage' hides a field. | 657 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 663 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 674 |
![]() |
misc | FinalParameters | Parameter followersCount should be final. | 680 |
![]() |
coding | HiddenField | 'followersCount' hides a field. | 680 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withFollowersCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withFollowersCount' static/final/abstract/empty, or adding allowed annotation for the method. | 684 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 684 |
![]() |
misc | FinalParameters | Parameter followersCount should be final. | 684 |
![]() |
coding | HiddenField | 'followersCount' hides a field. | 684 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 690 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 701 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 707 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 707 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withGeoEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withGeoEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 711 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 711 |
![]() |
misc | FinalParameters | Parameter geoEnabled should be final. | 711 |
![]() |
coding | HiddenField | 'geoEnabled' hides a field. | 711 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 717 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 728 |
![]() |
misc | FinalParameters | Parameter profileImageUrlHttps should be final. | 734 |
![]() |
coding | HiddenField | 'profileImageUrlHttps' hides a field. | 734 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProfileImageUrlHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProfileImageUrlHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 738 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 738 |
![]() |
misc | FinalParameters | Parameter profileImageUrlHttps should be final. | 738 |
![]() |
coding | HiddenField | 'profileImageUrlHttps' hides a field. | 738 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 744 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 755 |
![]() |
misc | FinalParameters | Parameter profileBackgroundImageUrl should be final. | 761 |
![]() |
coding | HiddenField | 'profileBackgroundImageUrl' hides a field. | 761 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 765 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProfileBackgroundImageUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProfileBackgroundImageUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 765 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 765 |
![]() |
misc | FinalParameters | Parameter profileBackgroundImageUrl should be final. | 765 |
![]() |
coding | HiddenField | 'profileBackgroundImageUrl' hides a field. | 765 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 771 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 782 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 788 |
![]() |
misc | FinalParameters | Parameter profileBackgroundImageUrlHttps should be final. | 788 |
![]() |
coding | HiddenField | 'profileBackgroundImageUrlHttps' hides a field. | 788 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 792 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProfileBackgroundImageUrlHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProfileBackgroundImageUrlHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 792 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 792 |
![]() |
misc | FinalParameters | Parameter profileBackgroundImageUrlHttps should be final. | 792 |
![]() |
coding | HiddenField | 'profileBackgroundImageUrlHttps' hides a field. | 792 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 798 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 809 |
![]() |
misc | FinalParameters | Parameter followRequestSent should be final. | 815 |
![]() |
coding | HiddenField | 'followRequestSent' hides a field. | 815 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withFollowRequestSent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withFollowRequestSent' static/final/abstract/empty, or adding allowed annotation for the method. | 819 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 819 |
![]() |
misc | FinalParameters | Parameter followRequestSent should be final. | 819 |
![]() |
coding | HiddenField | 'followRequestSent' hides a field. | 819 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 825 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 836 |
![]() |
misc | FinalParameters | Parameter url should be final. | 842 |
![]() |
coding | HiddenField | 'url' hides a field. | 842 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 846 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 846 |
![]() |
misc | FinalParameters | Parameter url should be final. | 846 |
![]() |
coding | HiddenField | 'url' hides a field. | 846 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 852 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 863 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 869 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 869 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withUtcOffset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withUtcOffset' static/final/abstract/empty, or adding allowed annotation for the method. | 873 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 873 |
![]() |
misc | FinalParameters | Parameter utcOffset should be final. | 873 |
![]() |
coding | HiddenField | 'utcOffset' hides a field. | 873 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 879 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 890 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 896 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 896 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withTimeZone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withTimeZone' static/final/abstract/empty, or adding allowed annotation for the method. | 900 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 900 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 900 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 900 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 906 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 917 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 923 |
![]() |
misc | FinalParameters | Parameter profileUseBackgroundImage should be final. | 923 |
![]() |
coding | HiddenField | 'profileUseBackgroundImage' hides a field. | 923 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 927 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProfileUseBackgroundImage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProfileUseBackgroundImage' static/final/abstract/empty, or adding allowed annotation for the method. | 927 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 927 |
![]() |
misc | FinalParameters | Parameter profileUseBackgroundImage should be final. | 927 |
![]() |
coding | HiddenField | 'profileUseBackgroundImage' hides a field. | 927 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 933 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 944 |
![]() |
misc | FinalParameters | Parameter friendsCount should be final. | 950 |
![]() |
coding | HiddenField | 'friendsCount' hides a field. | 950 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withFriendsCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withFriendsCount' static/final/abstract/empty, or adding allowed annotation for the method. | 954 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 954 |
![]() |
misc | FinalParameters | Parameter friendsCount should be final. | 954 |
![]() |
coding | HiddenField | 'friendsCount' hides a field. | 954 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 960 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 971 |
![]() |
misc | FinalParameters | Parameter profileSidebarFillColor should be final. | 977 |
![]() |
coding | HiddenField | 'profileSidebarFillColor' hides a field. | 977 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProfileSidebarFillColor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProfileSidebarFillColor' static/final/abstract/empty, or adding allowed annotation for the method. | 981 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 981 |
![]() |
misc | FinalParameters | Parameter profileSidebarFillColor should be final. | 981 |
![]() |
coding | HiddenField | 'profileSidebarFillColor' hides a field. | 981 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 987 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 998 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 1004 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 1004 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 1008 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1008 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 1008 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 1008 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1014 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1025 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 1031 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 1031 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withIdStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withIdStr' static/final/abstract/empty, or adding allowed annotation for the method. | 1035 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1035 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 1035 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 1035 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1041 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1052 |
![]() |
misc | FinalParameters | Parameter profileImageUrl should be final. | 1058 |
![]() |
coding | HiddenField | 'profileImageUrl' hides a field. | 1058 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withProfileImageUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withProfileImageUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 1062 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1062 |
![]() |
misc | FinalParameters | Parameter profileImageUrl should be final. | 1062 |
![]() |
coding | HiddenField | 'profileImageUrl' hides a field. | 1062 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1068 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1079 |
![]() |
misc | FinalParameters | Parameter isTranslator should be final. | 1085 |
![]() |
coding | HiddenField | 'isTranslator' hides a field. | 1085 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withIsTranslator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withIsTranslator' static/final/abstract/empty, or adding allowed annotation for the method. | 1089 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1089 |
![]() |
misc | FinalParameters | Parameter isTranslator should be final. | 1089 |
![]() |
coding | HiddenField | 'isTranslator' hides a field. | 1089 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1095 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1106 |
![]() |
misc | FinalParameters | Parameter listedCount should be final. | 1112 |
![]() |
coding | HiddenField | 'listedCount' hides a field. | 1112 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withListedCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withListedCount' static/final/abstract/empty, or adding allowed annotation for the method. | 1116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1116 |
![]() |
misc | FinalParameters | Parameter listedCount should be final. | 1116 |
![]() |
coding | HiddenField | 'listedCount' hides a field. | 1116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1133 |
![]() |
misc | FinalParameters | Parameter status should be final. | 1139 |
![]() |
coding | HiddenField | 'status' hides a field. | 1139 |
![]() |
design | DesignForExtension | Class 'User' looks like designed for extension (can be subclassed), but the method 'withStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'User' final or making the method 'withStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 1143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1143 |
![]() |
misc | FinalParameters | Parameter status should be final. | 1143 |
![]() |
coding | HiddenField | 'status' hides a field. | 1143 |
![]() |
design | DesignForExtension | Class 'User' 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 'User' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 1148 |
![]() |
design | DesignForExtension | Class 'User' 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 'User' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 1153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1153 |
![]() |
design | DesignForExtension | Class 'User' 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 'User' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 1159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1159 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1161 |
![]() |
coding | HiddenField | 'name' hides a field. | 1161 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1161 |
![]() |
design | DesignForExtension | Class 'User' 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 'User' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 1165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1165 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1165 |
![]() |
coding | HiddenField | 'name' hides a field. | 1165 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1165 |
![]() |
design | DesignForExtension | Class 'User' 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 'User' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 1170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 894). | 1172 |
![]() |
design | DesignForExtension | Class 'User' 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 'User' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 1175 |
![]() |
misc | FinalParameters | Parameter other should be final. | 1176 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 1180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 1,623). | 1184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
misc | FinalParameters | Parameter id should be final. | 71 |
![]() |
coding | HiddenField | 'id' hides a field. | 71 |
![]() |
design | DesignForExtension | Class 'UserMentions' 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 'UserMentions' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter id should be final. | 75 |
![]() |
coding | HiddenField | 'id' hides a field. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
misc | FinalParameters | Parameter name should be final. | 98 |
![]() |
coding | HiddenField | 'name' hides a field. | 98 |
![]() |
design | DesignForExtension | Class 'UserMentions' 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 'UserMentions' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
coding | HiddenField | 'name' hides a field. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 125 |
![]() |
coding | HiddenField | 'indices' hides a field. | 125 |
![]() |
design | DesignForExtension | Class 'UserMentions' looks like designed for extension (can be subclassed), but the method 'withIndices' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserMentions' final or making the method 'withIndices' static/final/abstract/empty, or adding allowed annotation for the method. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 129 |
![]() |
coding | HiddenField | 'indices' hides a field. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 152 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 152 |
![]() |
design | DesignForExtension | Class 'UserMentions' looks like designed for extension (can be subclassed), but the method 'withScreenName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserMentions' final or making the method 'withScreenName' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter screenName should be final. | 156 |
![]() |
coding | HiddenField | 'screenName' hides a field. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 179 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 179 |
![]() |
design | DesignForExtension | Class 'UserMentions' looks like designed for extension (can be subclassed), but the method 'withIdStr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserMentions' final or making the method 'withIdStr' static/final/abstract/empty, or adding allowed annotation for the method. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter idStr should be final. | 183 |
![]() |
coding | HiddenField | 'idStr' hides a field. | 183 |
![]() |
design | DesignForExtension | Class 'UserMentions' 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 'UserMentions' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
design | DesignForExtension | Class 'UserMentions' 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 'UserMentions' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
design | DesignForExtension | Class 'UserMentions' 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 'UserMentions' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter name should be final. | 201 |
![]() |
coding | HiddenField | 'name' hides a field. | 201 |
![]() |
misc | FinalParameters | Parameter value should be final. | 201 |
![]() |
design | DesignForExtension | Class 'UserMentions' 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 'UserMentions' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 205 |
![]() |
coding | HiddenField | 'name' hides a field. | 205 |
![]() |
misc | FinalParameters | Parameter value should be final. | 205 |
![]() |
design | DesignForExtension | Class 'UserMentions' 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 'UserMentions' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 212 |
![]() |
design | DesignForExtension | Class 'UserMentions' 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 'UserMentions' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 215 |
![]() |
misc | FinalParameters | Parameter other should be final. | 216 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 232). | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Class 'Users' 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 'Users' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'Users' 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 'Users' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'Users' 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 'Users' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Class 'Users' 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 'Users' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Class 'Users' 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 'Users' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'Users' 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 'Users' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 77 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 77 |
![]() |
design | DesignForExtension | Class 'UserstreamEvent' looks like designed for extension (can be subclassed), but the method 'withCreatedAt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserstreamEvent' final or making the method 'withCreatedAt' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter createdAt should be final. | 81 |
![]() |
coding | HiddenField | 'createdAt' hides a field. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
misc | FinalParameters | Parameter eventType should be final. | 104 |
![]() |
coding | HiddenField | 'eventType' hides a field. | 104 |
![]() |
design | DesignForExtension | Class 'UserstreamEvent' looks like designed for extension (can be subclassed), but the method 'withEventType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserstreamEvent' final or making the method 'withEventType' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter eventType should be final. | 108 |
![]() |
coding | HiddenField | 'eventType' hides a field. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
misc | FinalParameters | Parameter source should be final. | 131 |
![]() |
coding | HiddenField | 'source' hides a field. | 131 |
![]() |
design | DesignForExtension | Class 'UserstreamEvent' 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 'UserstreamEvent' final or making the method 'withSource' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
misc | FinalParameters | Parameter source should be final. | 135 |
![]() |
coding | HiddenField | 'source' hides a field. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
![]() |
misc | FinalParameters | Parameter target should be final. | 158 |
![]() |
coding | HiddenField | 'target' hides a field. | 158 |
![]() |
design | DesignForExtension | Class 'UserstreamEvent' looks like designed for extension (can be subclassed), but the method 'withTarget' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserstreamEvent' final or making the method 'withTarget' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter target should be final. | 162 |
![]() |
coding | HiddenField | 'target' hides a field. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
misc | FinalParameters | Parameter targetObject should be final. | 185 |
![]() |
coding | HiddenField | 'targetObject' hides a field. | 185 |
![]() |
design | DesignForExtension | Class 'UserstreamEvent' looks like designed for extension (can be subclassed), but the method 'withTargetObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserstreamEvent' final or making the method 'withTargetObject' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter targetObject should be final. | 189 |
![]() |
coding | HiddenField | 'targetObject' hides a field. | 189 |
![]() |
design | DesignForExtension | Class 'UserstreamEvent' 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 'UserstreamEvent' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 194 |
![]() |
design | DesignForExtension | Class 'UserstreamEvent' 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 'UserstreamEvent' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
design | DesignForExtension | Class 'UserstreamEvent' 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 'UserstreamEvent' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter name should be final. | 207 |
![]() |
misc | FinalParameters | Parameter value should be final. | 207 |
![]() |
design | DesignForExtension | Class 'UserstreamEvent' 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 'UserstreamEvent' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter name should be final. | 211 |
![]() |
misc | FinalParameters | Parameter value should be final. | 211 |
![]() |
design | DesignForExtension | Class 'UserstreamEvent' 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 'UserstreamEvent' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 166). | 218 |
![]() |
design | DesignForExtension | Class 'UserstreamEvent' 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 'UserstreamEvent' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 221 |
![]() |
misc | FinalParameters | Parameter other should be final. | 222 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 260). | 230 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 233 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 234 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 236 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 237 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 238 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 239 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 240 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 241 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 242 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 243 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 244 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 245 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 246 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 247 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 248 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 249 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 250 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 252 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 260 |
![]() |
misc | FinalParameters | Parameter value should be final. | 260 |
![]() |
coding | HiddenField | 'value' hides a field. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
![]() |
misc | FinalParameters | Parameter value should be final. | 271 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
![]() |
design | DesignForExtension | Class 'WantRetweets' 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 'WantRetweets' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'WantRetweets' 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 'WantRetweets' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'WantRetweets' 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 'WantRetweets' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 36 |
![]() |
misc | FinalParameters | Parameter value should be final. | 36 |
![]() |
design | DesignForExtension | Class 'WantRetweets' 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 'WantRetweets' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter name should be final. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
design | DesignForExtension | Class 'WantRetweets' 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 'WantRetweets' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
design | DesignForExtension | Class 'WantRetweets' 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 'WantRetweets' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter other should be final. | 51 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
![]() |
misc | FinalParameters | Parameter directMessageEvents should be final. | 70 |
![]() |
coding | HiddenField | 'directMessageEvents' hides a field. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 74 |
![]() |
design | DesignForExtension | Class 'WebhookEvents' looks like designed for extension (can be subclassed), but the method 'withDirectMessageEvents' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebhookEvents' final or making the method 'withDirectMessageEvents' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter directMessageEvents should be final. | 74 |
![]() |
coding | HiddenField | 'directMessageEvents' hides a field. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
misc | FinalParameters | Parameter users should be final. | 97 |
![]() |
coding | HiddenField | 'users' hides a field. | 97 |
![]() |
design | DesignForExtension | Class 'WebhookEvents' looks like designed for extension (can be subclassed), but the method 'withUsers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebhookEvents' final or making the method 'withUsers' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter users should be final. | 101 |
![]() |
coding | HiddenField | 'users' hides a field. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
misc | FinalParameters | Parameter apps should be final. | 124 |
![]() |
coding | HiddenField | 'apps' hides a field. | 124 |
![]() |
design | DesignForExtension | Class 'WebhookEvents' looks like designed for extension (can be subclassed), but the method 'withApps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebhookEvents' final or making the method 'withApps' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter apps should be final. | 128 |
![]() |
coding | HiddenField | 'apps' hides a field. | 128 |
![]() |
design | DesignForExtension | Class 'WebhookEvents' 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 'WebhookEvents' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
design | DesignForExtension | Class 'WebhookEvents' 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 'WebhookEvents' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
design | DesignForExtension | Class 'WebhookEvents' 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 'WebhookEvents' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
misc | FinalParameters | Parameter name should be final. | 146 |
![]() |
misc | FinalParameters | Parameter value should be final. | 146 |
![]() |
design | DesignForExtension | Class 'WebhookEvents' 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 'WebhookEvents' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
misc | FinalParameters | Parameter name should be final. | 150 |
![]() |
misc | FinalParameters | Parameter value should be final. | 150 |
![]() |
design | DesignForExtension | Class 'WebhookEvents' 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 'WebhookEvents' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 157 |
![]() |
design | DesignForExtension | Class 'WebhookEvents' 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 'WebhookEvents' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 160 |
![]() |
misc | FinalParameters | Parameter other should be final. | 161 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 202). | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
misc | FinalParameters | Parameter id should be final. | 71 |
![]() |
coding | HiddenField | 'id' hides a field. | 71 |
![]() |
design | DesignForExtension | Class 'WelcomeMessage' 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 'WelcomeMessage' final or making the method 'withId' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter id should be final. | 75 |
![]() |
coding | HiddenField | 'id' hides a field. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 98 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 98 |
![]() |
design | DesignForExtension | Class 'WelcomeMessage' looks like designed for extension (can be subclassed), but the method 'withCreatedTimestamp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessage' final or making the method 'withCreatedTimestamp' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 102 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 127 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 127 |
![]() |
design | DesignForExtension | Class 'WelcomeMessage' looks like designed for extension (can be subclassed), but the method 'withMessageData' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessage' final or making the method 'withMessageData' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter messageData should be final. | 131 |
![]() |
coding | HiddenField | 'messageData' hides a field. | 131 |
![]() |
design | DesignForExtension | Class 'WelcomeMessage' 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 'WelcomeMessage' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 136 |
![]() |
design | DesignForExtension | Class 'WelcomeMessage' 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 'WelcomeMessage' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
design | DesignForExtension | Class 'WelcomeMessage' 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 'WelcomeMessage' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
misc | FinalParameters | Parameter name should be final. | 149 |
![]() |
misc | FinalParameters | Parameter value should be final. | 149 |
![]() |
design | DesignForExtension | Class 'WelcomeMessage' 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 'WelcomeMessage' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter name should be final. | 153 |
![]() |
misc | FinalParameters | Parameter value should be final. | 153 |
![]() |
design | DesignForExtension | Class 'WelcomeMessage' 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 'WelcomeMessage' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 160 |
![]() |
design | DesignForExtension | Class 'WelcomeMessage' 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 'WelcomeMessage' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 163 |
![]() |
misc | FinalParameters | Parameter other should be final. | 164 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 204). | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
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 'WelcomeMessageRule' 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 'WelcomeMessageRule' 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 createdTimestamp should be final. | 92 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 92 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRule' looks like designed for extension (can be subclassed), but the method 'withCreatedTimestamp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageRule' final or making the method 'withCreatedTimestamp' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter createdTimestamp should be final. | 96 |
![]() |
coding | HiddenField | 'createdTimestamp' hides a field. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 119 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 119 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRule' looks like designed for extension (can be subclassed), but the method 'withWelcomeMessageId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WelcomeMessageRule' final or making the method 'withWelcomeMessageId' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter welcomeMessageId should be final. | 123 |
![]() |
coding | HiddenField | 'welcomeMessageId' hides a field. | 123 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRule' 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 'WelcomeMessageRule' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRule' 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 'WelcomeMessageRule' 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 'WelcomeMessageRule' 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 'WelcomeMessageRule' 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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 145 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRule' 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 'WelcomeMessageRule' 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 'WelcomeMessageRule' 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 'WelcomeMessageRule' 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 140). | 152 |
![]() |
design | DesignForExtension | Class 'WelcomeMessageRule' 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 'WelcomeMessageRule' 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 214). | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter config should be final. | 74 |
![]() |
coding | HiddenField | 'config' hides a field. | 74 |
![]() |
design | DesignForExtension | Class 'FetchAndReplaceTwitterProcessor' 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 'FetchAndReplaceTwitterProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 78 |
![]() |
design | DesignForExtension | Class 'FetchAndReplaceTwitterProcessor' 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 'FetchAndReplaceTwitterProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 84 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 |
![]() |
design | DesignForExtension | Class 'FetchAndReplaceTwitterProcessor' 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 'FetchAndReplaceTwitterProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 121 |
![]() |
design | DesignForExtension | Class 'FetchAndReplaceTwitterProcessor' looks like designed for extension (can be subclassed), but the method 'fetchAndReplace' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FetchAndReplaceTwitterProcessor' final or making the method 'fetchAndReplace' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter doc should be final. | 121 |
![]() |
misc | FinalParameters | Parameter originalId should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 127 |
![]() |
design | DesignForExtension | Class 'FetchAndReplaceTwitterProcessor' looks like designed for extension (can be subclassed), but the method 'replace' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FetchAndReplaceTwitterProcessor' final or making the method 'replace' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter doc should be final. | 127 |
![]() |
misc | FinalParameters | Parameter tweet should be final. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 132 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 137 |
![]() |
design | DesignForExtension | Class 'FetchAndReplaceTwitterProcessor' looks like designed for extension (can be subclassed), but the method 'fetch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FetchAndReplaceTwitterProcessor' final or making the method 'fetch' static/final/abstract/empty, or adding allowed annotation for the method. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
misc | FinalParameters | Parameter doc should be final. | 141 |
![]() |
design | DesignForExtension | Class 'FetchAndReplaceTwitterProcessor' looks like designed for extension (can be subclassed), but the method 'getTwitterClient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FetchAndReplaceTwitterProcessor' final or making the method 'getTwitterClient' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 56 |
![]() |
misc | FinalParameters | Parameter processorConfiguration should be final. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'processorConfiguration'. | 56 |
![]() |
design | DesignForExtension | Class 'TwitterUrlApiProcessor' 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 'TwitterUrlApiProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
design | DesignForExtension | Class 'TwitterUrlApiProcessor' 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 'TwitterUrlApiProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 72 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 73 |
![]() |
design | DesignForExtension | Class 'TwitterUrlApiProcessor' looks like designed for extension (can be subclassed), but the method 'prepareParams' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterUrlApiProcessor' final or making the method 'prepareParams' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.TwitterTimelineProviderConfiguration. | 30 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.api.StatusesUserTimelineRequest. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 84 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' 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 'SevenDaySearchProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 119 |
![]() |
misc | FinalParameters | Parameter args should be final. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 148 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 159 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter config should be final. | 164 |
![]() |
coding | HiddenField | 'config' hides a field. | 164 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' 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 'SevenDaySearchProvider' final or making the method 'getProviderQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' 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 'SevenDaySearchProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 172 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' 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 'SevenDaySearchProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 177 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 180 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 180 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 180 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 180 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 180 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 202 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' 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 'SevenDaySearchProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 223 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' looks like designed for extension (can be subclassed), but the method 'submitSearchThread' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchProvider' final or making the method 'submitSearchThread' static/final/abstract/empty, or adding allowed annotation for the method. | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' 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 'SevenDaySearchProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 263 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 263 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 263 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' looks like designed for extension (can be subclassed), but the method 'constructQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchProvider' final or making the method 'constructQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 275 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' 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 'SevenDaySearchProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 279 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' 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 'SevenDaySearchProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 284 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 284 |
![]() |
misc | FinalParameters | Parameter start should be final. | 284 |
![]() |
misc | FinalParameters | Parameter end should be final. | 284 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 293 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' 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 'SevenDaySearchProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 299 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' 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 'SevenDaySearchProvider' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. | 304 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 304 |
![]() |
coding | MagicNumber | '10' is a magic number. | 308 |
![]() |
coding | MagicNumber | '10' is a magic number. | 311 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProvider' 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 'SevenDaySearchProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 325 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.api.StatusesUserTimelineRequest. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 58 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 58 |
![]() |
coding | HiddenField | 'provider' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 58 |
![]() |
misc | FinalParameters | Parameter request should be final. | 58 |
![]() |
coding | HiddenField | 'request' hides a field. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 66 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProviderTask' 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 'SevenDaySearchProviderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 105 |
![]() |
design | DesignForExtension | Class 'SevenDaySearchProviderTask' looks like designed for extension (can be subclassed), but the method 'shouldContinuePulling' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SevenDaySearchProviderTask' final or making the method 'shouldContinuePulling' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter count should be final. | 105 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 105 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 105 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 105 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 105 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 82 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' 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 'ThirtyDaySearchProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 117 |
![]() |
misc | FinalParameters | Parameter args should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 146 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 157 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter config should be final. | 162 |
![]() |
coding | HiddenField | 'config' hides a field. | 162 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' 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 'ThirtyDaySearchProvider' final or making the method 'getProviderQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' 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 'ThirtyDaySearchProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 170 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' 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 'ThirtyDaySearchProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 175 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 178 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 178 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 200 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' 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 'ThirtyDaySearchProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 221 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' looks like designed for extension (can be subclassed), but the method 'submitSearchThread' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchProvider' final or making the method 'submitSearchThread' static/final/abstract/empty, or adding allowed annotation for the method. | 232 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 232 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' 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 'ThirtyDaySearchProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 261 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 261 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 261 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' looks like designed for extension (can be subclassed), but the method 'constructQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchProvider' final or making the method 'constructQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' 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 'ThirtyDaySearchProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 277 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' 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 'ThirtyDaySearchProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
![]() |
misc | FinalParameters | Parameter start should be final. | 282 |
![]() |
misc | FinalParameters | Parameter end should be final. | 282 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 291 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' 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 'ThirtyDaySearchProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 297 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' 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 'ThirtyDaySearchProvider' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 302 |
![]() |
coding | MagicNumber | '10' is a magic number. | 306 |
![]() |
coding | MagicNumber | '10' is a magic number. | 309 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProvider' 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 'ThirtyDaySearchProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 323 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 58 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 58 |
![]() |
coding | HiddenField | 'provider' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 58 |
![]() |
misc | FinalParameters | Parameter request should be final. | 58 |
![]() |
coding | HiddenField | 'request' hides a field. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 66 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProviderTask' 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 'ThirtyDaySearchProviderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 77 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 87 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 110 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchProviderTask' looks like designed for extension (can be subclassed), but the method 'shouldContinuePulling' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchProviderTask' final or making the method 'shouldContinuePulling' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter count should be final. | 110 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 110 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 110 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 110 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 110 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.core.DatumStatusCounter. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 84 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' 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 'TwitterEngagersProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
design | VisibilityModifier | Variable 'streamsConfiguration' must be private and have accessor methods. | 98 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 117 |
![]() |
misc | FinalParameters | Parameter args should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 146 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 157 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter config should be final. | 162 |
![]() |
coding | HiddenField | 'config' hides a field. | 162 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' 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 'TwitterEngagersProvider' final or making the method 'getProviderQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' 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 'TwitterEngagersProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 170 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' 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 'TwitterEngagersProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 175 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 176 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 178 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 181 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 181 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 181 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 188 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' 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 'TwitterEngagersProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 214 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 222 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 222 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' looks like designed for extension (can be subclassed), but the method 'submitRetweeterIdsTaskThread' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterEngagersProvider' final or making the method 'submitRetweeterIdsTaskThread' static/final/abstract/empty, or adding allowed annotation for the method. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 228 |
![]() |
misc | FinalParameters | Parameter postId should be final. | 228 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 228 |
![]() |
coding | MagicNumber | '100l' is a magic number. | 232 |
![]() |
misc | UpperEll | Should use uppercase 'L'. | 232 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' 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 'TwitterEngagersProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 272 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 272 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' looks like designed for extension (can be subclassed), but the method 'constructQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterEngagersProvider' final or making the method 'constructQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 284 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 284 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' 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 'TwitterEngagersProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 288 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' 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 'TwitterEngagersProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 293 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 293 |
![]() |
misc | FinalParameters | Parameter start should be final. | 293 |
![]() |
misc | FinalParameters | Parameter end should be final. | 293 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' 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 'TwitterEngagersProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 298 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' 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 'TwitterEngagersProvider' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. | 304 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 304 |
![]() |
coding | MagicNumber | '10' is a magic number. | 308 |
![]() |
coding | MagicNumber | '10' is a magic number. | 311 |
![]() |
design | DesignForExtension | Class 'TwitterEngagersProvider' 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 'TwitterEngagersProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 325 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 54 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 54 |
![]() |
coding | HiddenField | 'provider' hides a field. | 54 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 54 |
![]() |
misc | FinalParameters | Parameter request should be final. | 54 |
![]() |
coding | HiddenField | 'request' hides a field. | 54 |
![]() |
design | DesignForExtension | Class 'TwitterFollowersIdsProviderTask' 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 'TwitterFollowersIdsProviderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter request should be final. | 78 |
![]() |
coding | HiddenField | 'request' hides a field. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 117 |
![]() |
design | DesignForExtension | Class 'TwitterFollowersIdsProviderTask' looks like designed for extension (can be subclassed), but the method 'shouldContinuePulling' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowersIdsProviderTask' final or making the method 'shouldContinuePulling' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 117 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 117 |
![]() |
misc | FinalParameters | Parameter count should be final. | 117 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 117 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 117 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 117 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 117 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 53 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 53 |
![]() |
coding | HiddenField | 'provider' hides a field. | 53 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 53 |
![]() |
misc | FinalParameters | Parameter request should be final. | 53 |
![]() |
coding | HiddenField | 'request' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'TwitterFollowersListProviderTask' 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 'TwitterFollowersListProviderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter request should be final. | 75 |
![]() |
coding | HiddenField | 'request' hides a field. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 113 |
![]() |
design | DesignForExtension | Class 'TwitterFollowersListProviderTask' looks like designed for extension (can be subclassed), but the method 'shouldContinuePulling' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowersListProviderTask' final or making the method 'shouldContinuePulling' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 113 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 113 |
![]() |
misc | FinalParameters | Parameter count should be final. | 113 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 113 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 113 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 113 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 113 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.TwitterUserInformationConfiguration. | 31 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.api.FollowingIdsRequest. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
design | VisibilityModifier | Variable 'names' must be private and have accessor methods. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
design | VisibilityModifier | Variable 'ids' must be private and have accessor methods. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 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 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 116 |
![]() |
misc | FinalParameters | Parameter args should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 151). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 140 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 155 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' 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 'TwitterFollowingProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter config should be final. | 170 |
![]() |
coding | HiddenField | 'config' hides a field. | 170 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' 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 'TwitterFollowingProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' 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 'TwitterFollowingProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 233 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' 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 'TwitterFollowingProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 247 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' looks like designed for extension (can be subclassed), but the method 'createTask' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingProvider' final or making the method 'createTask' static/final/abstract/empty, or adding allowed annotation for the method. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
misc | FinalParameters | Parameter id should be final. | 261 |
![]() |
misc | FinalParameters | Parameter name should be final. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 262 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 262 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 262 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 262 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 263 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 268 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 268 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 268 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 268 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 269 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 274 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 274 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 274 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 274 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 275 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 280 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 280 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 280 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 280 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 281 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 281 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 286 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' looks like designed for extension (can be subclassed), but the method 'submitTask' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingProvider' final or making the method 'submitTask' static/final/abstract/empty, or adding allowed annotation for the method. | 289 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 289 |
![]() |
misc | FinalParameters | Parameter providerTask should be final. | 289 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' looks like designed for extension (can be subclassed), but the method 'getTwitterClient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingProvider' final or making the method 'getTwitterClient' static/final/abstract/empty, or adding allowed annotation for the method. | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' 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 'TwitterFollowingProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' 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 'TwitterFollowingProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 316 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 317 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' 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 'TwitterFollowingProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 321 |
![]() |
misc | FinalParameters | Parameter start should be final. | 322 |
![]() |
misc | FinalParameters | Parameter end should be final. | 322 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' looks like designed for extension (can be subclassed), but the method 'shouldContinuePulling' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingProvider' final or making the method 'shouldContinuePulling' static/final/abstract/empty, or adding allowed annotation for the method. | 326 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
![]() |
misc | FinalParameters | Parameter users should be final. | 326 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' 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 'TwitterFollowingProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 330 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 331 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 331 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 331 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' looks like designed for extension (can be subclassed), but the method 'constructQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingProvider' final or making the method 'constructQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 340 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' 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 'TwitterFollowingProvider' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. | 345 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 345 |
![]() |
coding | MagicNumber | '10' is a magic number. | 349 |
![]() |
coding | MagicNumber | '10' is a magic number. | 352 |
![]() |
design | DesignForExtension | Class 'TwitterFollowingProvider' 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 'TwitterFollowingProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 364 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 364 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 54 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 54 |
![]() |
coding | HiddenField | 'provider' hides a field. | 54 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 54 |
![]() |
misc | FinalParameters | Parameter request should be final. | 54 |
![]() |
coding | HiddenField | 'request' hides a field. | 54 |
![]() |
design | DesignForExtension | Class 'TwitterFriendsIdsProviderTask' 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 'TwitterFriendsIdsProviderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter request should be final. | 78 |
![]() |
coding | HiddenField | 'request' hides a field. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
![]() |
design | DesignForExtension | Class 'TwitterFriendsIdsProviderTask' looks like designed for extension (can be subclassed), but the method 'shouldContinuePulling' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFriendsIdsProviderTask' final or making the method 'shouldContinuePulling' static/final/abstract/empty, or adding allowed annotation for the method. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 118 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 118 |
![]() |
misc | FinalParameters | Parameter count should be final. | 118 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 118 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 118 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 118 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 118 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 54 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 54 |
![]() |
coding | HiddenField | 'provider' hides a field. | 54 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 54 |
![]() |
misc | FinalParameters | Parameter request should be final. | 54 |
![]() |
coding | HiddenField | 'request' hides a field. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 63 |
![]() |
design | DesignForExtension | Class 'TwitterFriendsListProviderTask' 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 'TwitterFriendsListProviderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 72 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter request should be final. | 76 |
![]() |
coding | HiddenField | 'request' hides a field. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 116 |
![]() |
design | DesignForExtension | Class 'TwitterFriendsListProviderTask' looks like designed for extension (can be subclassed), but the method 'shouldContinuePulling' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFriendsListProviderTask' final or making the method 'shouldContinuePulling' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter cursor should be final. | 116 |
![]() |
coding | HiddenField | 'cursor' hides a field. | 116 |
![]() |
misc | FinalParameters | Parameter count should be final. | 116 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 116 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 116 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 116 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 116 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
![]() |
misc | FinalParameters | Parameter config should be final. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.api.RetweetsRequest. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 58 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 58 |
![]() |
coding | HiddenField | 'provider' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 58 |
![]() |
misc | FinalParameters | Parameter request should be final. | 58 |
![]() |
coding | HiddenField | 'request' hides a field. | 58 |
![]() |
design | DesignForExtension | Class 'TwitterRetweeterIdsTask' 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 'TwitterRetweeterIdsTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.api.UsersLookupRequest. | 25 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 58 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 58 |
![]() |
coding | HiddenField | 'provider' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 58 |
![]() |
misc | FinalParameters | Parameter request should be final. | 58 |
![]() |
coding | HiddenField | 'request' hides a field. | 58 |
![]() |
design | DesignForExtension | Class 'TwitterRetweetsTask' 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 'TwitterRetweetsTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 51 |
![]() |
coding | HiddenField | 'provider' hides a field. | 51 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 60 |
![]() |
coding | HiddenField | 'provider' hides a field. | 60 |
![]() |
misc | FinalParameters | Parameter poolSize should be final. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 61 |
![]() |
design | DesignForExtension | Class 'TwitterStreamHelper' 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 'TwitterStreamHelper' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
coding | MagicNumber | '10' is a magic number. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
![]() |
design | DesignForExtension | Class 'TwitterStreamHelper' 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 'TwitterStreamHelper' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
coding | MagicNumber | '30' is a magic number. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'item' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter item should be final. | 92 |
![]() |
coding | HiddenField | 'item' hides a field. | 92 |
![]() |
design | DesignForExtension | Class 'StreamDeserializer' looks like designed for extension (can be subclassed), but the method 'call' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamDeserializer' final or making the method 'call' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 105 |
![]() |
misc | FinalParameters | Parameter args should be final. | 109 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'args'. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 139 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 150 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' 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 'TwitterStreamProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' 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 'TwitterStreamProvider' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
misc | FinalParameters | Parameter config should be final. | 163 |
![]() |
coding | HiddenField | 'config' hides a field. | 163 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
![]() |
design | VisibilityModifier | Variable 'endpoint' must be private and have accessor methods. | 170 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 171 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 172 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
![]() |
design | VisibilityModifier | Variable 'processor' must be private and have accessor methods. | 173 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
misc | FinalParameters | Parameter config should be final. | 181 |
![]() |
coding | HiddenField | 'config' hides a field. | 181 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' 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 'TwitterStreamProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 185 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' 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 'TwitterStreamProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 190 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' 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 'TwitterStreamProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 196 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' 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 'TwitterStreamProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 213 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 214 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' 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 'TwitterStreamProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 218 |
![]() |
misc | FinalParameters | Parameter start should be final. | 219 |
![]() |
misc | FinalParameters | Parameter end should be final. | 219 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' 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 'TwitterStreamProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 223 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' 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 'TwitterStreamProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 228 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 229 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 234 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 248 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 250 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 252 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 253 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 253 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 256 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 256 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 264 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 272 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 282 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 282 |
![]() |
coding | MagicNumber | '1200000' is a magic number. | 308 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' 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 'TwitterStreamProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 314 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' looks like designed for extension (can be subclassed), but the method 'getDatumStatusCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterStreamProvider' final or making the method 'getDatumStatusCounter' static/final/abstract/empty, or adding allowed annotation for the method. | 321 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' looks like designed for extension (can be subclassed), but the method 'addDatum' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterStreamProvider' final or making the method 'addDatum' static/final/abstract/empty, or adding allowed annotation for the method. | 326 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
![]() |
misc | FinalParameters | Parameter future should be final. | 326 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' looks like designed for extension (can be subclassed), but the method 'drainTo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterStreamProvider' final or making the method 'drainTo' static/final/abstract/empty, or adding allowed annotation for the method. | 338 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
![]() |
misc | FinalParameters | Parameter drain should be final. | 338 |
![]() |
design | DesignForExtension | Class 'TwitterStreamProvider' looks like designed for extension (can be subclassed), but the method 'pollForDatum' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterStreamProvider' final or making the method 'pollForDatum' static/final/abstract/empty, or adding allowed annotation for the method. | 348 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.api.UsersLookupRequest. | 32 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 34 |
![]() |
imports | UnusedImports | Unused import - java.util.Collection. | 59 |
![]() |
imports | UnusedImports | Unused import - java.util.concurrent.Executors.newSingleThreadExecutor. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 87 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' 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 'TwitterTimelineProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
design | VisibilityModifier | Variable 'names' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'ids' must be private and have accessor methods. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
design | VisibilityModifier | Variable 'idsCount' must be private and have accessor methods. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
design | VisibilityModifier | Variable 'futures' must be private and have accessor methods. | 108 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 127 |
![]() |
misc | FinalParameters | Parameter args should be final. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 156 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 167 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 164). | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
misc | FinalParameters | Parameter config should be final. | 180 |
![]() |
coding | HiddenField | 'config' hides a field. | 180 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' 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 'TwitterTimelineProvider' final or making the method 'getProviderQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' 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 'TwitterTimelineProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' 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 'TwitterTimelineProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 194 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 196 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 196 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 196 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 229 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' 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 'TwitterTimelineProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 250 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' looks like designed for extension (can be subclassed), but the method 'submitTimelineThreads' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterTimelineProvider' final or making the method 'submitTimelineThreads' static/final/abstract/empty, or adding allowed annotation for the method. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 261 |
![]() |
coding | HiddenField | 'ids' hides a field. | 261 |
![]() |
misc | FinalParameters | Parameter names should be final. | 261 |
![]() |
coding | HiddenField | 'names' hides a field. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 280 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' 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 'TwitterTimelineProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 307 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 307 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 307 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' looks like designed for extension (can be subclassed), but the method 'constructQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterTimelineProvider' final or making the method 'constructQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' 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 'TwitterTimelineProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 323 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 323 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 323 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' 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 'TwitterTimelineProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 328 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 328 |
![]() |
misc | FinalParameters | Parameter start should be final. | 328 |
![]() |
coding | HiddenField | 'start' hides a field. | 328 |
![]() |
misc | FinalParameters | Parameter end should be final. | 328 |
![]() |
coding | HiddenField | 'end' hides a field. | 328 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 337 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' 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 'TwitterTimelineProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 343 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' 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 'TwitterTimelineProvider' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. | 348 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 348 |
![]() |
coding | MagicNumber | '10' is a magic number. | 352 |
![]() |
coding | MagicNumber | '10' is a magic number. | 355 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProvider' 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 'TwitterTimelineProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 367 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 369 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 56 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 56 |
![]() |
coding | HiddenField | 'provider' hides a field. | 56 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 56 |
![]() |
misc | FinalParameters | Parameter request should be final. | 56 |
![]() |
coding | HiddenField | 'request' hides a field. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 64 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProviderTask' 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 'TwitterTimelineProviderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 76 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 76 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 101 |
![]() |
design | DesignForExtension | Class 'TwitterTimelineProviderTask' looks like designed for extension (can be subclassed), but the method 'shouldContinuePulling' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterTimelineProviderTask' final or making the method 'shouldContinuePulling' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter count should be final. | 101 |
![]() |
misc | FinalParameters | Parameter page_count should be final. | 101 |
![]() |
coding | HiddenField | 'page_count' hides a field. | 101 |
![]() |
naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
![]() |
misc | FinalParameters | Parameter item_count should be final. | 101 |
![]() |
coding | HiddenField | 'item_count' hides a field. | 101 |
![]() |
naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 34 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.util.ComponentUtils. | 35 |
![]() |
imports | UnusedImports | Unused import - java.util.Iterator. | 61 |
![]() |
imports | UnusedImports | Unused import - java.util.concurrent.Executors.newSingleThreadExecutor. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() |
design | VisibilityModifier | Variable 'MAPPER' must be private and have accessor methods. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
design | VisibilityModifier | Variable 'names' must be private and have accessor methods. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'ids' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 96 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter config should be final. | 102 |
![]() |
coding | HiddenField | 'config' hides a field. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 134 |
![]() |
misc | FinalParameters | Parameter args should be final. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 161 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 172 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
misc | FinalParameters | Parameter numThreads should be final. | 178 |
![]() |
misc | FinalParameters | Parameter queueSize should be final. | 178 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
misc | FinalParameters | Parameter config should be final. | 192 |
![]() |
coding | HiddenField | 'config' hides a field. | 192 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'getProviderQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 200 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 205 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 206 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 208 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 269 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'submitUserInformationThreads' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterUserInformationProvider' final or making the method 'submitUserInformationThreads' static/final/abstract/empty, or adding allowed annotation for the method. | 269 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 269 |
![]() |
coding | HiddenField | 'ids' hides a field. | 269 |
![]() |
misc | FinalParameters | Parameter names should be final. | 269 |
![]() |
coding | HiddenField | 'names' hides a field. | 269 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 272 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 272 |
![]() |
coding | MagicNumber | '100' is a magic number. | 272 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
![]() |
coding | MagicNumber | '100' is a magic number. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 274 |
![]() |
coding | MagicNumber | '100' is a magic number. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 285 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 295 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 295 |
![]() |
coding | MagicNumber | '100' is a magic number. | 295 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 295 |
![]() |
coding | MagicNumber | '100' is a magic number. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 297 |
![]() |
coding | MagicNumber | '100' is a magic number. | 304 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 308 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 319 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 331 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'constructQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterUserInformationProvider' final or making the method 'constructQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 350 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 350 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 354 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 354 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 354 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 359 |
![]() |
misc | FinalParameters | Parameter start should be final. | 360 |
![]() |
coding | HiddenField | 'start' hides a field. | 360 |
![]() |
misc | FinalParameters | Parameter end should be final. | 360 |
![]() |
coding | HiddenField | 'end' hides a field. | 360 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 365 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 371 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 371 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 371 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. | 379 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 379 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 379 |
![]() |
coding | MagicNumber | '10' is a magic number. | 383 |
![]() |
coding | MagicNumber | '10' is a magic number. | 386 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' looks like designed for extension (can be subclassed), but the method 'getTwitterClient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterUserInformationProvider' final or making the method 'getTwitterClient' static/final/abstract/empty, or adding allowed annotation for the method. | 398 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 398 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProvider' 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 'TwitterUserInformationProvider' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 402 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 56 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 56 |
![]() |
coding | HiddenField | 'provider' hides a field. | 56 |
![]() |
misc | FinalParameters | Parameter twitter should be final. | 56 |
![]() |
misc | FinalParameters | Parameter request should be final. | 56 |
![]() |
coding | HiddenField | 'request' hides a field. | 56 |
![]() |
design | DesignForExtension | Class 'TwitterUserInformationProviderTask' 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 'TwitterUserInformationProviderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 160 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 195 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 209 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 216 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 232 |
![]() |
misc | FinalParameters | Parameter keyword should be final. | 238 |
![]() |
coding | HiddenField | 'keyword' hides a field. | 238 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withKeyword' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withKeyword' static/final/abstract/empty, or adding allowed annotation for the method. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
misc | FinalParameters | Parameter keyword should be final. | 242 |
![]() |
coding | HiddenField | 'keyword' hides a field. | 242 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 261 |
![]() |
misc | FinalParameters | Parameter emoji should be final. | 267 |
![]() |
coding | HiddenField | 'emoji' hides a field. | 267 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withEmoji' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withEmoji' static/final/abstract/empty, or adding allowed annotation for the method. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
misc | FinalParameters | Parameter emoji should be final. | 271 |
![]() |
coding | HiddenField | 'emoji' hides a field. | 271 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 278 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 290 |
![]() |
misc | FinalParameters | Parameter exactPhrase should be final. | 296 |
![]() |
coding | HiddenField | 'exactPhrase' hides a field. | 296 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withExactPhrase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withExactPhrase' static/final/abstract/empty, or adding allowed annotation for the method. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
misc | FinalParameters | Parameter exactPhrase should be final. | 300 |
![]() |
coding | HiddenField | 'exactPhrase' hides a field. | 300 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 307 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 319 |
![]() |
misc | FinalParameters | Parameter from should be final. | 325 |
![]() |
coding | HiddenField | 'from' hides a field. | 325 |
![]() |
design | DesignForExtension | Class 'SearchOperators' 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 'SearchOperators' final or making the method 'withFrom' static/final/abstract/empty, or adding allowed annotation for the method. | 329 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
![]() |
misc | FinalParameters | Parameter from should be final. | 329 |
![]() |
coding | HiddenField | 'from' hides a field. | 329 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 336 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 348 |
![]() |
misc | FinalParameters | Parameter to should be final. | 354 |
![]() |
coding | HiddenField | 'to' hides a field. | 354 |
![]() |
design | DesignForExtension | Class 'SearchOperators' 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 'SearchOperators' final or making the method 'withTo' static/final/abstract/empty, or adding allowed annotation for the method. | 358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
![]() |
misc | FinalParameters | Parameter to should be final. | 358 |
![]() |
coding | HiddenField | 'to' hides a field. | 358 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 365 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 377 |
![]() |
misc | FinalParameters | Parameter mention should be final. | 383 |
![]() |
coding | HiddenField | 'mention' hides a field. | 383 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withMention' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withMention' static/final/abstract/empty, or adding allowed annotation for the method. | 387 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 387 |
![]() |
misc | FinalParameters | Parameter mention should be final. | 387 |
![]() |
coding | HiddenField | 'mention' hides a field. | 387 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 394 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 406 |
![]() |
misc | FinalParameters | Parameter retweetsOf should be final. | 412 |
![]() |
coding | HiddenField | 'retweetsOf' hides a field. | 412 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withRetweetsOf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withRetweetsOf' static/final/abstract/empty, or adding allowed annotation for the method. | 416 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 416 |
![]() |
misc | FinalParameters | Parameter retweetsOf should be final. | 416 |
![]() |
coding | HiddenField | 'retweetsOf' hides a field. | 416 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 423 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 435 |
![]() |
misc | FinalParameters | Parameter hashtag should be final. | 441 |
![]() |
coding | HiddenField | 'hashtag' hides a field. | 441 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withHashtag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withHashtag' static/final/abstract/empty, or adding allowed annotation for the method. | 445 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 445 |
![]() |
misc | FinalParameters | Parameter hashtag should be final. | 445 |
![]() |
coding | HiddenField | 'hashtag' hides a field. | 445 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 451 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 452 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 463 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 464 |
![]() |
misc | FinalParameters | Parameter url should be final. | 470 |
![]() |
coding | HiddenField | 'url' hides a field. | 470 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 474 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 474 |
![]() |
misc | FinalParameters | Parameter url should be final. | 474 |
![]() |
coding | HiddenField | 'url' hides a field. | 474 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 481 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 493 |
![]() |
misc | FinalParameters | Parameter bio should be final. | 499 |
![]() |
coding | HiddenField | 'bio' hides a field. | 499 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withBio' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withBio' static/final/abstract/empty, or adding allowed annotation for the method. | 503 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 503 |
![]() |
misc | FinalParameters | Parameter bio should be final. | 503 |
![]() |
coding | HiddenField | 'bio' hides a field. | 503 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 510 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 522 |
![]() |
misc | FinalParameters | Parameter bioName should be final. | 528 |
![]() |
coding | HiddenField | 'bioName' hides a field. | 528 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withBioName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withBioName' static/final/abstract/empty, or adding allowed annotation for the method. | 532 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 532 |
![]() |
misc | FinalParameters | Parameter bioName should be final. | 532 |
![]() |
coding | HiddenField | 'bioName' hides a field. | 532 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 538 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 539 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 550 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 551 |
![]() |
misc | FinalParameters | Parameter bioLocation should be final. | 557 |
![]() |
coding | HiddenField | 'bioLocation' hides a field. | 557 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withBioLocation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withBioLocation' static/final/abstract/empty, or adding allowed annotation for the method. | 561 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 561 |
![]() |
misc | FinalParameters | Parameter bioLocation should be final. | 561 |
![]() |
coding | HiddenField | 'bioLocation' hides a field. | 561 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 568 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 580 |
![]() |
misc | FinalParameters | Parameter place should be final. | 586 |
![]() |
coding | HiddenField | 'place' hides a field. | 586 |
![]() |
design | DesignForExtension | Class 'SearchOperators' 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 'SearchOperators' final or making the method 'withPlace' static/final/abstract/empty, or adding allowed annotation for the method. | 590 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 590 |
![]() |
misc | FinalParameters | Parameter place should be final. | 590 |
![]() |
coding | HiddenField | 'place' hides a field. | 590 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 596 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 597 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 608 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 609 |
![]() |
misc | FinalParameters | Parameter placeCountry should be final. | 615 |
![]() |
coding | HiddenField | 'placeCountry' hides a field. | 615 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withPlaceCountry' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withPlaceCountry' static/final/abstract/empty, or adding allowed annotation for the method. | 619 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 619 |
![]() |
misc | FinalParameters | Parameter placeCountry should be final. | 619 |
![]() |
coding | HiddenField | 'placeCountry' hides a field. | 619 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 625 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 626 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 637 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 638 |
![]() |
misc | FinalParameters | Parameter pointRadius should be final. | 644 |
![]() |
coding | HiddenField | 'pointRadius' hides a field. | 644 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withPointRadius' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withPointRadius' static/final/abstract/empty, or adding allowed annotation for the method. | 648 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 648 |
![]() |
misc | FinalParameters | Parameter pointRadius should be final. | 648 |
![]() |
coding | HiddenField | 'pointRadius' hides a field. | 648 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 654 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 655 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 666 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 667 |
![]() |
misc | FinalParameters | Parameter boundingBox should be final. | 673 |
![]() |
coding | HiddenField | 'boundingBox' hides a field. | 673 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withBoundingBox' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withBoundingBox' static/final/abstract/empty, or adding allowed annotation for the method. | 677 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 677 |
![]() |
misc | FinalParameters | Parameter boundingBox should be final. | 677 |
![]() |
coding | HiddenField | 'boundingBox' hides a field. | 677 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 683 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 684 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 695 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 696 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 702 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 702 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withTimeZone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withTimeZone' static/final/abstract/empty, or adding allowed annotation for the method. | 706 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 706 |
![]() |
misc | FinalParameters | Parameter timeZone should be final. | 706 |
![]() |
coding | HiddenField | 'timeZone' hides a field. | 706 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 713 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 725 |
![]() |
misc | FinalParameters | Parameter hasLinks should be final. | 731 |
![]() |
coding | HiddenField | 'hasLinks' hides a field. | 731 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withHasLinks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withHasLinks' static/final/abstract/empty, or adding allowed annotation for the method. | 735 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 735 |
![]() |
misc | FinalParameters | Parameter hasLinks should be final. | 735 |
![]() |
coding | HiddenField | 'hasLinks' hides a field. | 735 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 741 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 742 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 753 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 754 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 760 |
![]() |
coding | HiddenField | 'lang' hides a field. | 760 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withLang' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withLang' static/final/abstract/empty, or adding allowed annotation for the method. | 764 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 764 |
![]() |
misc | FinalParameters | Parameter lang should be final. | 764 |
![]() |
coding | HiddenField | 'lang' hides a field. | 764 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 771 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 783 |
![]() |
misc | FinalParameters | Parameter hasMentions should be final. | 789 |
![]() |
coding | HiddenField | 'hasMentions' hides a field. | 789 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withHasMentions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withHasMentions' static/final/abstract/empty, or adding allowed annotation for the method. | 793 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 793 |
![]() |
misc | FinalParameters | Parameter hasMentions should be final. | 793 |
![]() |
coding | HiddenField | 'hasMentions' hides a field. | 793 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 799 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 800 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 811 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 812 |
![]() |
misc | FinalParameters | Parameter hasImages should be final. | 818 |
![]() |
coding | HiddenField | 'hasImages' hides a field. | 818 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withHasImages' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withHasImages' static/final/abstract/empty, or adding allowed annotation for the method. | 822 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 822 |
![]() |
misc | FinalParameters | Parameter hasImages should be final. | 822 |
![]() |
coding | HiddenField | 'hasImages' hides a field. | 822 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 828 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 829 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 840 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 841 |
![]() |
misc | FinalParameters | Parameter hasVideos should be final. | 847 |
![]() |
coding | HiddenField | 'hasVideos' hides a field. | 847 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withHasVideos' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withHasVideos' static/final/abstract/empty, or adding allowed annotation for the method. | 851 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 851 |
![]() |
misc | FinalParameters | Parameter hasVideos should be final. | 851 |
![]() |
coding | HiddenField | 'hasVideos' hides a field. | 851 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 857 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 858 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 869 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 870 |
![]() |
misc | FinalParameters | Parameter hasMedia should be final. | 876 |
![]() |
coding | HiddenField | 'hasMedia' hides a field. | 876 |
![]() |
design | DesignForExtension | Class 'SearchOperators' looks like designed for extension (can be subclassed), but the method 'withHasMedia' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SearchOperators' final or making the method 'withHasMedia' static/final/abstract/empty, or adding allowed annotation for the method. | 880 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 880 |
![]() |
misc | FinalParameters | Parameter hasMedia should be final. | 880 |
![]() |
coding | HiddenField | 'hasMedia' hides a field. | 880 |
![]() |
design | DesignForExtension | Class 'SearchOperators' 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 'SearchOperators' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 885 |
![]() |
design | DesignForExtension | Class 'SearchOperators' 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 'SearchOperators' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 890 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 890 |
![]() |
design | DesignForExtension | Class 'SearchOperators' 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 'SearchOperators' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 896 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 896 |
![]() |
misc | FinalParameters | Parameter name should be final. | 898 |
![]() |
misc | FinalParameters | Parameter value should be final. | 898 |
![]() |
design | DesignForExtension | Class 'SearchOperators' 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 'SearchOperators' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 902 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 902 |
![]() |
misc | FinalParameters | Parameter name should be final. | 902 |
![]() |
misc | FinalParameters | Parameter value should be final. | 902 |
![]() |
design | DesignForExtension | Class 'SearchOperators' 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 'SearchOperators' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 907 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 459). | 909 |
![]() |
design | DesignForExtension | Class 'SearchOperators' 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 'SearchOperators' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 912 |
![]() |
misc | FinalParameters | Parameter other should be final. | 913 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 917 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 792). | 921 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.twitter.api.ThirtyDaySearch. | 21 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 28 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter operator should be final. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter operator should be final. | 36 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 42 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 42 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 45 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 45 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 48 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 48 |
![]() |
naming | LocalVariableName | Name 'exact_phrase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 51 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 54 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 54 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 57 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 57 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 60 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 60 |
![]() |
naming | LocalVariableName | Name 'retweets_of' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 63 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 63 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 66 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 69 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 69 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 72 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 72 |
![]() |
naming | LocalVariableName | Name 'bio_location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 75 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 75 |
![]() |
naming | LocalVariableName | Name 'bio_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 78 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 78 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 81 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 81 |
![]() |
naming | LocalVariableName | Name 'place_country' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 84 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 84 |
![]() |
naming | LocalVariableName | Name 'point_radius' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 87 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 87 |
![]() |
naming | LocalVariableName | Name 'bounding_box' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 90 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 90 |
![]() |
naming | LocalVariableName | Name 'time_zone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 99 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 102 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 102 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 102 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 109 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 109 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 114 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 115 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter in should be final. | 124 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 125 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 173 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 226 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 233 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 234 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 253 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 261 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 263 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 267 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 279 |
![]() |
misc | FinalParameters | Parameter keywords should be final. | 285 |
![]() |
coding | HiddenField | 'keywords' hides a field. | 285 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withKeywords' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withKeywords' static/final/abstract/empty, or adding allowed annotation for the method. | 289 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 289 |
![]() |
misc | FinalParameters | Parameter keywords should be final. | 289 |
![]() |
coding | HiddenField | 'keywords' hides a field. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 296 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 308 |
![]() |
misc | FinalParameters | Parameter emojis should be final. | 314 |
![]() |
coding | HiddenField | 'emojis' hides a field. | 314 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withEmojis' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withEmojis' static/final/abstract/empty, or adding allowed annotation for the method. | 318 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 318 |
![]() |
misc | FinalParameters | Parameter emojis should be final. | 318 |
![]() |
coding | HiddenField | 'emojis' hides a field. | 318 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 325 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 337 |
![]() |
misc | FinalParameters | Parameter exactPhrases should be final. | 343 |
![]() |
coding | HiddenField | 'exactPhrases' hides a field. | 343 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withExactPhrases' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withExactPhrases' static/final/abstract/empty, or adding allowed annotation for the method. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
misc | FinalParameters | Parameter exactPhrases should be final. | 347 |
![]() |
coding | HiddenField | 'exactPhrases' hides a field. | 347 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 354 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 366 |
![]() |
misc | FinalParameters | Parameter froms should be final. | 372 |
![]() |
coding | HiddenField | 'froms' hides a field. | 372 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withFroms' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withFroms' static/final/abstract/empty, or adding allowed annotation for the method. | 376 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 376 |
![]() |
misc | FinalParameters | Parameter froms should be final. | 376 |
![]() |
coding | HiddenField | 'froms' hides a field. | 376 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 383 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 395 |
![]() |
misc | FinalParameters | Parameter tos should be final. | 401 |
![]() |
coding | HiddenField | 'tos' hides a field. | 401 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withTos' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withTos' static/final/abstract/empty, or adding allowed annotation for the method. | 405 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 405 |
![]() |
misc | FinalParameters | Parameter tos should be final. | 405 |
![]() |
coding | HiddenField | 'tos' hides a field. | 405 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 412 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 424 |
![]() |
misc | FinalParameters | Parameter mentions should be final. | 430 |
![]() |
coding | HiddenField | 'mentions' hides a field. | 430 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withMentions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withMentions' static/final/abstract/empty, or adding allowed annotation for the method. | 434 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 434 |
![]() |
misc | FinalParameters | Parameter mentions should be final. | 434 |
![]() |
coding | HiddenField | 'mentions' hides a field. | 434 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 441 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 453 |
![]() |
misc | FinalParameters | Parameter retweetsOfs should be final. | 459 |
![]() |
coding | HiddenField | 'retweetsOfs' hides a field. | 459 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withRetweetsOfs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withRetweetsOfs' static/final/abstract/empty, or adding allowed annotation for the method. | 463 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 463 |
![]() |
misc | FinalParameters | Parameter retweetsOfs should be final. | 463 |
![]() |
coding | HiddenField | 'retweetsOfs' hides a field. | 463 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 470 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 482 |
![]() |
misc | FinalParameters | Parameter hashtags should be final. | 488 |
![]() |
coding | HiddenField | 'hashtags' hides a field. | 488 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withHashtags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withHashtags' static/final/abstract/empty, or adding allowed annotation for the method. | 492 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 492 |
![]() |
misc | FinalParameters | Parameter hashtags should be final. | 492 |
![]() |
coding | HiddenField | 'hashtags' hides a field. | 492 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 498 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 510 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 511 |
![]() |
misc | FinalParameters | Parameter urls should be final. | 517 |
![]() |
coding | HiddenField | 'urls' hides a field. | 517 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withUrls' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withUrls' static/final/abstract/empty, or adding allowed annotation for the method. | 521 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 521 |
![]() |
misc | FinalParameters | Parameter urls should be final. | 521 |
![]() |
coding | HiddenField | 'urls' hides a field. | 521 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 528 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 540 |
![]() |
misc | FinalParameters | Parameter bios should be final. | 546 |
![]() |
coding | HiddenField | 'bios' hides a field. | 546 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withBios' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withBios' static/final/abstract/empty, or adding allowed annotation for the method. | 550 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 550 |
![]() |
misc | FinalParameters | Parameter bios should be final. | 550 |
![]() |
coding | HiddenField | 'bios' hides a field. | 550 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 557 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 569 |
![]() |
misc | FinalParameters | Parameter bioNames should be final. | 575 |
![]() |
coding | HiddenField | 'bioNames' hides a field. | 575 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withBioNames' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withBioNames' static/final/abstract/empty, or adding allowed annotation for the method. | 579 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 579 |
![]() |
misc | FinalParameters | Parameter bioNames should be final. | 579 |
![]() |
coding | HiddenField | 'bioNames' hides a field. | 579 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 585 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 586 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 597 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 598 |
![]() |
misc | FinalParameters | Parameter bioLocations should be final. | 604 |
![]() |
coding | HiddenField | 'bioLocations' hides a field. | 604 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withBioLocations' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withBioLocations' static/final/abstract/empty, or adding allowed annotation for the method. | 608 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 608 |
![]() |
misc | FinalParameters | Parameter bioLocations should be final. | 608 |
![]() |
coding | HiddenField | 'bioLocations' hides a field. | 608 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 615 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 627 |
![]() |
misc | FinalParameters | Parameter places should be final. | 633 |
![]() |
coding | HiddenField | 'places' hides a field. | 633 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withPlaces' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withPlaces' static/final/abstract/empty, or adding allowed annotation for the method. | 637 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 637 |
![]() |
misc | FinalParameters | Parameter places should be final. | 637 |
![]() |
coding | HiddenField | 'places' hides a field. | 637 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 643 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 644 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 655 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 656 |
![]() |
misc | FinalParameters | Parameter placeCountrys should be final. | 662 |
![]() |
coding | HiddenField | 'placeCountrys' hides a field. | 662 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 666 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withPlaceCountrys' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withPlaceCountrys' static/final/abstract/empty, or adding allowed annotation for the method. | 666 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 666 |
![]() |
misc | FinalParameters | Parameter placeCountrys should be final. | 666 |
![]() |
coding | HiddenField | 'placeCountrys' hides a field. | 666 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 672 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 673 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 183). | 684 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 685 |
![]() |
misc | FinalParameters | Parameter pointRadiuses should be final. | 691 |
![]() |
coding | HiddenField | 'pointRadiuses' hides a field. | 691 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 695 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withPointRadiuses' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withPointRadiuses' static/final/abstract/empty, or adding allowed annotation for the method. | 695 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 695 |
![]() |
misc | FinalParameters | Parameter pointRadiuses should be final. | 695 |
![]() |
coding | HiddenField | 'pointRadiuses' hides a field. | 695 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 701 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 702 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 713 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 714 |
![]() |
misc | FinalParameters | Parameter boundingBoxes should be final. | 720 |
![]() |
coding | HiddenField | 'boundingBoxes' hides a field. | 720 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 724 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withBoundingBoxes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withBoundingBoxes' static/final/abstract/empty, or adding allowed annotation for the method. | 724 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 724 |
![]() |
misc | FinalParameters | Parameter boundingBoxes should be final. | 724 |
![]() |
coding | HiddenField | 'boundingBoxes' hides a field. | 724 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 730 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 731 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 742 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 743 |
![]() |
misc | FinalParameters | Parameter timeZones should be final. | 749 |
![]() |
coding | HiddenField | 'timeZones' hides a field. | 749 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withTimeZones' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withTimeZones' static/final/abstract/empty, or adding allowed annotation for the method. | 753 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 753 |
![]() |
misc | FinalParameters | Parameter timeZones should be final. | 753 |
![]() |
coding | HiddenField | 'timeZones' hides a field. | 753 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 759 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 760 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 771 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 772 |
![]() |
misc | FinalParameters | Parameter langs should be final. | 778 |
![]() |
coding | HiddenField | 'langs' hides a field. | 778 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withLangs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withLangs' static/final/abstract/empty, or adding allowed annotation for the method. | 782 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 782 |
![]() |
misc | FinalParameters | Parameter langs should be final. | 782 |
![]() |
coding | HiddenField | 'langs' hides a field. | 782 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 788 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 789 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 800 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 801 |
![]() |
misc | FinalParameters | Parameter hasImages should be final. | 807 |
![]() |
coding | HiddenField | 'hasImages' hides a field. | 807 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withHasImages' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withHasImages' static/final/abstract/empty, or adding allowed annotation for the method. | 811 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 811 |
![]() |
misc | FinalParameters | Parameter hasImages should be final. | 811 |
![]() |
coding | HiddenField | 'hasImages' hides a field. | 811 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 818 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 830 |
![]() |
misc | FinalParameters | Parameter hasLinks should be final. | 836 |
![]() |
coding | HiddenField | 'hasLinks' hides a field. | 836 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withHasLinks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withHasLinks' static/final/abstract/empty, or adding allowed annotation for the method. | 840 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 840 |
![]() |
misc | FinalParameters | Parameter hasLinks should be final. | 840 |
![]() |
coding | HiddenField | 'hasLinks' hides a field. | 840 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 847 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 859 |
![]() |
misc | FinalParameters | Parameter hasMentions should be final. | 865 |
![]() |
coding | HiddenField | 'hasMentions' hides a field. | 865 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withHasMentions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withHasMentions' static/final/abstract/empty, or adding allowed annotation for the method. | 869 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 869 |
![]() |
misc | FinalParameters | Parameter hasMentions should be final. | 869 |
![]() |
coding | HiddenField | 'hasMentions' hides a field. | 869 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 875 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 876 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 887 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 888 |
![]() |
misc | FinalParameters | Parameter hasVideos should be final. | 894 |
![]() |
coding | HiddenField | 'hasVideos' hides a field. | 894 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withHasVideos' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withHasVideos' static/final/abstract/empty, or adding allowed annotation for the method. | 898 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 898 |
![]() |
misc | FinalParameters | Parameter hasVideos should be final. | 898 |
![]() |
coding | HiddenField | 'hasVideos' hides a field. | 898 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 904 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 905 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 916 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 917 |
![]() |
misc | FinalParameters | Parameter hasMedia should be final. | 923 |
![]() |
coding | HiddenField | 'hasMedia' hides a field. | 923 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withHasMedia' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withHasMedia' static/final/abstract/empty, or adding allowed annotation for the method. | 927 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 927 |
![]() |
misc | FinalParameters | Parameter hasMedia should be final. | 927 |
![]() |
coding | HiddenField | 'hasMedia' hides a field. | 927 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 934 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 946 |
![]() |
misc | FinalParameters | Parameter not should be final. | 952 |
![]() |
coding | HiddenField | 'not' hides a field. | 952 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withNot' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withNot' static/final/abstract/empty, or adding allowed annotation for the method. | 956 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 956 |
![]() |
misc | FinalParameters | Parameter not should be final. | 956 |
![]() |
coding | HiddenField | 'not' hides a field. | 956 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 963 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 975 |
![]() |
misc | FinalParameters | Parameter ands should be final. | 981 |
![]() |
coding | HiddenField | 'ands' hides a field. | 981 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 985 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withAnds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withAnds' static/final/abstract/empty, or adding allowed annotation for the method. | 985 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 985 |
![]() |
misc | FinalParameters | Parameter ands should be final. | 985 |
![]() |
coding | HiddenField | 'ands' hides a field. | 985 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 992 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1004 |
![]() |
misc | FinalParameters | Parameter ors should be final. | 1010 |
![]() |
coding | HiddenField | 'ors' hides a field. | 1010 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' looks like designed for extension (can be subclassed), but the method 'withOrs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThirtyDaySearchOperator' final or making the method 'withOrs' static/final/abstract/empty, or adding allowed annotation for the method. | 1014 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1014 |
![]() |
misc | FinalParameters | Parameter ors should be final. | 1014 |
![]() |
coding | HiddenField | 'ors' hides a field. | 1014 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' 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 'ThirtyDaySearchOperator' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 1019 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' 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 'ThirtyDaySearchOperator' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 1024 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1024 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' 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 'ThirtyDaySearchOperator' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 1030 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1030 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1032 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1032 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 1036 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' 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 'ThirtyDaySearchOperator' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 1036 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1036 |
![]() |
misc | FinalParameters | Parameter name should be final. | 1036 |
![]() |
misc | FinalParameters | Parameter value should be final. | 1036 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' 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 'ThirtyDaySearchOperator' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 1041 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 516). | 1043 |
![]() |
design | DesignForExtension | Class 'ThirtyDaySearchOperator' 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 'ThirtyDaySearchOperator' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 1046 |
![]() |
misc | FinalParameters | Parameter other should be final. | 1047 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 1051 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 897). | 1055 |