The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 4 | ![]() |
coding | AvoidInlineConditionals | 10 | ![]() |
HiddenField | 60 | ![]() | |
MagicNumber | 25 | ![]() | |
SimplifyBooleanExpression | 4 | ![]() | |
design | DesignForExtension | 127 | ![]() |
FinalClass | 1 | ![]() | |
HideUtilityClassConstructor | 1 | ![]() | |
VisibilityModifier | 10 | ![]() | |
javadoc | JavadocMethod | 115 | ![]() |
JavadocPackage | 3 | ![]() | |
JavadocStyle | 63 | ![]() | |
JavadocType | 6 | ![]() | |
JavadocVariable | 99 | ![]() | |
misc | FinalParameters | 163 | ![]() |
NewlineAtEndOfFile | 1 | ![]() | |
TodoComment | 2 | ![]() | |
naming | MemberName | 1 | ![]() |
ParameterName | 2 | ![]() | |
StaticVariableName | 1 | ![]() | |
regexp | RegexpSingleline
|
58 | ![]() |
sizes | LineLength | 183 | ![]() |
whitespace | OperatorWrap | 2 | ![]() |
ParenPad | 39 | ![]() | |
WhitespaceAfter | 2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
design | FinalClass | Class ElasticsearchClientManager should be declared as final. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter config should be final. | 45 |
![]() |
coding | HiddenField | 'config' hides a field. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 57 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 58 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 77 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
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 | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
misc | FinalParameters | Parameter hosts should be final. | 77 |
![]() |
coding | HiddenField | 'hosts' hides a field. | 77 |
![]() |
design | DesignForExtension | Class 'ElasticsearchConfiguration' looks like designed for extension (can be subclassed), but the method 'withHosts' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchConfiguration' final or making the method 'withHosts' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter hosts should be final. | 81 |
![]() |
coding | HiddenField | 'hosts' hides a field. | 81 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
misc | FinalParameters | Parameter port should be final. | 106 |
![]() |
coding | HiddenField | 'port' hides a field. | 106 |
![]() |
design | DesignForExtension | Class 'ElasticsearchConfiguration' 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 'ElasticsearchConfiguration' final or making the method 'withPort' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter port should be final. | 110 |
![]() |
coding | HiddenField | 'port' hides a field. | 110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
misc | FinalParameters | Parameter clusterName should be final. | 135 |
![]() |
coding | HiddenField | 'clusterName' hides a field. | 135 |
![]() |
design | DesignForExtension | Class 'ElasticsearchConfiguration' looks like designed for extension (can be subclassed), but the method 'withClusterName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchConfiguration' final or making the method 'withClusterName' static/final/abstract/empty, or adding allowed annotation for the method. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
misc | FinalParameters | Parameter clusterName should be final. | 139 |
![]() |
coding | HiddenField | 'clusterName' hides a field. | 139 |
![]() |
design | DesignForExtension | Class 'ElasticsearchConfiguration' 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 'ElasticsearchConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
design | DesignForExtension | Class 'ElasticsearchConfiguration' 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 'ElasticsearchConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
design | DesignForExtension | Class 'ElasticsearchConfiguration' 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 'ElasticsearchConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
misc | FinalParameters | Parameter name should be final. | 157 |
![]() |
misc | FinalParameters | Parameter value should be final. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 161 |
![]() |
design | DesignForExtension | Class 'ElasticsearchConfiguration' 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 'ElasticsearchConfiguration' final or making the method 'withAdditionalProperty' 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. | 161 |
![]() |
misc | FinalParameters | Parameter value should be final. | 161 |
![]() |
design | DesignForExtension | Class 'ElasticsearchConfiguration' 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 'ElasticsearchConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 168 |
![]() |
design | DesignForExtension | Class 'ElasticsearchConfiguration' 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 'ElasticsearchConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 171 |
![]() |
misc | FinalParameters | Parameter other should be final. | 172 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 186). | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 41 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 41 |
![]() |
misc | FinalParameters | Parameter config should be final. | 41 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 49 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 63 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 63 |
![]() |
misc | FinalParameters | Parameter config should be final. | 63 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 67 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 71 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 85 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 85 |
![]() |
misc | FinalParameters | Parameter config should be final. | 85 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 107 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 107 |
![]() |
misc | FinalParameters | Parameter config should be final. | 107 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 111 |
![]() |
misc | FinalParameters | Parameter datum should be final. | 129 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 135 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 148 |
![]() |
misc | FinalParameters | Parameter datum should be final. | 160 |
![]() |
misc | FinalParameters | Parameter datum should be final. | 179 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 197 |
![]() |
misc | FinalParameters | Parameter node should be final. | 198 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 207 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 207 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter config should be final. | 44 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistDeleter' 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 'ElasticsearchPersistDeleter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistDeleter' looks like designed for extension (can be subclassed), but the method 'write' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistDeleter' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 54 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
misc | FinalParameters | Parameter index should be final. | 83 |
![]() |
misc | FinalParameters | Parameter type should be final. | 83 |
![]() |
misc | FinalParameters | Parameter id should be final. | 83 |
![]() |
misc | FinalParameters | Parameter request should be final. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
coding | MagicNumber | '10' is a magic number. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter config should be final. | 69 |
![]() |
coding | HiddenField | 'config' hides a field. | 69 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReader' 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 'ElasticsearchPersistReader' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReader' 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 'ElasticsearchPersistReader' final or making the method 'startStream' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 83 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReader' 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 'ElasticsearchPersistReader' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 88 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReader' looks like designed for extension (can be subclassed), but the method 'readAll' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistReader' final or making the method 'readAll' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReader' 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 'ElasticsearchPersistReader' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReader' 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 'ElasticsearchPersistReader' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 118 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReader' 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 'ElasticsearchPersistReader' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
misc | FinalParameters | Parameter start should be final. | 124 |
![]() |
misc | FinalParameters | Parameter end should be final. | 124 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReader' 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 'ElasticsearchPersistReader' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 131 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReader' 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 'ElasticsearchPersistReader' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 134 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 138 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 144 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReader' looks like designed for extension (can be subclassed), but the method 'write' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistReader' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 146 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReader' 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 'ElasticsearchPersistReader' final or making the method 'shutdownAndAwaitTermination' static/final/abstract/empty, or adding allowed annotation for the method. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 160 |
![]() |
coding | MagicNumber | '10' is a magic number. | 164 |
![]() |
coding | MagicNumber | '10' is a magic number. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 180 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 180 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 185 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 185 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 191 |
![]() |
coding | HiddenField | 'reader' hides a field. | 191 |
![]() |
misc | FinalParameters | Parameter query should be final. | 191 |
![]() |
coding | HiddenField | 'query' hides a field. | 191 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistReaderTask' 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 'ElasticsearchPersistReaderTask' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 204 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 210 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 218 |
![]() |
coding | MagicNumber | '100' is a magic number. | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter config should be final. | 45 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistUpdater' 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 'ElasticsearchPersistUpdater' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistUpdater' looks like designed for extension (can be subclassed), but the method 'write' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistUpdater' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 96 |
![]() |
misc | FinalParameters | Parameter indexName should be final. | 96 |
![]() |
misc | FinalParameters | Parameter type should be final. | 96 |
![]() |
misc | FinalParameters | Parameter id should be final. | 96 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 96 |
![]() |
misc | FinalParameters | Parameter routing should be final. | 96 |
![]() |
misc | FinalParameters | Parameter json should be final. | 96 |
![]() |
misc | FinalParameters | Parameter request should be final. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'affectedIndexes' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
design | VisibilityModifier | Variable 'manager' must be private and have accessor methods. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'bulkRequest' must be private and have accessor methods. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
design | VisibilityModifier | Variable 'currentBatchItems' must be private and have accessor methods. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
design | VisibilityModifier | Variable 'currentBatchBytes' must be private and have accessor methods. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter config should be final. | 112 |
![]() |
coding | HiddenField | 'config' hides a field. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 121 |
![]() |
misc | FinalParameters | Parameter config should be final. | 121 |
![]() |
coding | HiddenField | 'config' hides a field. | 121 |
![]() |
misc | FinalParameters | Parameter manager should be final. | 121 |
![]() |
coding | HiddenField | 'manager' hides a field. | 121 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getBatchesSent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getBatchesSent' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getBatchesResponded' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getBatchesResponded' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getFlushThresholdsRecords' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getFlushThresholdsRecords' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getFlushThresholdBytes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getFlushThresholdBytes' static/final/abstract/empty, or adding allowed annotation for the method. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getFlushThreasholdMaxTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getFlushThreasholdMaxTime' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'setFlushThresholdRecords' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'setFlushThresholdRecords' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
misc | FinalParameters | Parameter val should be final. | 147 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'setFlushThresholdBytes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'setFlushThresholdBytes' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
misc | FinalParameters | Parameter val should be final. | 151 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'setFlushThreasholdMaxTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'setFlushThreasholdMaxTime' static/final/abstract/empty, or adding allowed annotation for the method. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
misc | FinalParameters | Parameter val should be final. | 155 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'setVeryLargeBulk' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'setVeryLargeBulk' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter veryLargeBulk should be final. | 159 |
![]() |
coding | HiddenField | 'veryLargeBulk' hides a field. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getTotalOutstanding' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getTotalOutstanding' static/final/abstract/empty, or adding allowed annotation for the method. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getTotalSent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getTotalSent' static/final/abstract/empty, or adding allowed annotation for the method. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getTotalOk' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getTotalOk' static/final/abstract/empty, or adding allowed annotation for the method. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getTotalFailed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getTotalFailed' static/final/abstract/empty, or adding allowed annotation for the method. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getTotalSizeInBytes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getTotalSizeInBytes' static/final/abstract/empty, or adding allowed annotation for the method. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getTotalSeconds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getTotalSeconds' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'getAffectedIndexes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'getAffectedIndexes' static/final/abstract/empty, or adding allowed annotation for the method. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'isConnected' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'isConnected' static/final/abstract/empty, or adding allowed annotation for the method. | 195 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' 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 'ElasticsearchPersistWriter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 199 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'write' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'write' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 229 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 232 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'docAsJson' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'docAsJson' static/final/abstract/empty, or adding allowed annotation for the method. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
misc | FinalParameters | Parameter streamsDocument should be final. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 237 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 240 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'appendMetadata' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'appendMetadata' static/final/abstract/empty, or adding allowed annotation for the method. | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 242 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 244 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 248 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' 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 'ElasticsearchPersistWriter' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 254 |
![]() |
coding | MagicNumber | '5' is a magic number. | 266 |
![]() |
coding | MagicNumber | '60' is a magic number. | 266 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 266 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 279 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 285 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 299 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 312 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 328 |
![]() |
coding | MagicNumber | '5' is a magic number. | 335 |
![]() |
coding | MagicNumber | '60' is a magic number. | 335 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 335 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 348 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
![]() |
misc | FinalParameters | Parameter batchThreshold should be final. | 348 |
![]() |
misc | FinalParameters | Parameter timeOutThresholdInMS should be final. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 351 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 374 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 379 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 380 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 383 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 391 |
![]() |
coding | MagicNumber | '500' is a magic number. | 391 |
![]() |
coding | MagicNumber | '10' is a magic number. | 392 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 395 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 411 |
![]() |
misc | FinalParameters | Parameter indexName should be final. | 411 |
![]() |
misc | FinalParameters | Parameter type should be final. | 411 |
![]() |
misc | FinalParameters | Parameter id should be final. | 411 |
![]() |
misc | FinalParameters | Parameter ts should be final. | 411 |
![]() |
misc | FinalParameters | Parameter json should be final. | 411 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 424 |
![]() |
misc | FinalParameters | Parameter indexName should be final. | 424 |
![]() |
misc | FinalParameters | Parameter type should be final. | 424 |
![]() |
misc | FinalParameters | Parameter id should be final. | 424 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 424 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parent'. | 424 |
![]() |
misc | FinalParameters | Parameter routing should be final. | 424 |
![]() |
misc | FinalParameters | Parameter ts should be final. | 424 |
![]() |
misc | FinalParameters | Parameter json should be final. | 424 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'add' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'add' static/final/abstract/empty, or adding allowed annotation for the method. | 451 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 451 |
![]() |
misc | FinalParameters | Parameter request should be final. | 451 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 456 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'checkForFlush' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'checkForFlush' static/final/abstract/empty, or adding allowed annotation for the method. | 469 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 469 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'checkIndexImplications' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'checkIndexImplications' static/final/abstract/empty, or adding allowed annotation for the method. | 482 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 482 |
![]() |
misc | FinalParameters | Parameter indexName should be final. | 482 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 483 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' looks like designed for extension (can be subclassed), but the method 'disableRefresh' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchPersistWriter' final or making the method 'disableRefresh' static/final/abstract/empty, or adding allowed annotation for the method. | 500 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 500 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 503 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 504 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 505 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 506 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 517 |
![]() |
misc | FinalParameters | Parameter indexName should be final. | 521 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 531 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 532 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 537 |
![]() |
design | DesignForExtension | Class 'ElasticsearchPersistWriter' 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 'ElasticsearchPersistWriter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 544 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 545 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 547 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 551 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 554 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 555 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 559 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 568 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 568 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 573 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 573 |
![]() |
coding | HiddenField | 'bulkRequest' hides a field. | 573 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 574 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 574 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 574 |
![]() |
misc | FinalParameters | Parameter bulkItemResponses should be final. | 588 |
![]() |
misc | FinalParameters | Parameter throwable should be final. | 593 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 603 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 603 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 612 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 624 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 628 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 631 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 632 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 632 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 632 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 237). | 633 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 633 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 633 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 53 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 53 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
coding | MagicNumber | '100' is a magic number. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
![]() |
misc | FinalParameters | Parameter config should be final. | 77 |
![]() |
coding | HiddenField | 'config' hides a field. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 79 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'getHitCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'getHitCount' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'getReadCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'getReadCount' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'getReadPercent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'getReadPercent' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'getRemainingCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'getRemainingCount' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'setBatchSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'setBatchSize' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter batchSize should be final. | 101 |
![]() |
coding | HiddenField | 'batchSize' hides a field. | 101 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'setScrollTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'setScrollTimeout' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter scrollTimeout should be final. | 105 |
![]() |
coding | HiddenField | 'scrollTimeout' hides a field. | 105 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'setQueryBuilder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'setQueryBuilder' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter queryBuilder should be final. | 109 |
![]() |
coding | HiddenField | 'queryBuilder' hides a field. | 109 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 117 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 135 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 144 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 164 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'iterator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'iterator' static/final/abstract/empty, or adding allowed annotation for the method. | 176 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'next' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'next' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'hasNext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'hasNext' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 215 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 232 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'isCompleted' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'isCompleted' static/final/abstract/empty, or adding allowed annotation for the method. | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
![]() |
design | DesignForExtension | Class 'ElasticsearchQuery' looks like designed for extension (can be subclassed), but the method 'hasRecords' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchQuery' final or making the method 'hasRecords' static/final/abstract/empty, or adding allowed annotation for the method. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
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 |
![]() |
naming | MemberName | Name 'Search' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
misc | FinalParameters | Parameter indexes should be final. | 89 |
![]() |
coding | HiddenField | 'indexes' hides a field. | 89 |
![]() |
design | DesignForExtension | Class 'ElasticsearchReaderConfiguration' looks like designed for extension (can be subclassed), but the method 'withIndexes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchReaderConfiguration' final or making the method 'withIndexes' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter indexes should be final. | 93 |
![]() |
coding | HiddenField | 'indexes' hides a field. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
misc | FinalParameters | Parameter types should be final. | 118 |
![]() |
coding | HiddenField | 'types' hides a field. | 118 |
![]() |
design | DesignForExtension | Class 'ElasticsearchReaderConfiguration' looks like designed for extension (can be subclassed), but the method 'withTypes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchReaderConfiguration' final or making the method 'withTypes' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter types should be final. | 122 |
![]() |
coding | HiddenField | 'types' hides a field. | 122 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
misc | FinalParameters | Parameter scrollTimeout should be final. | 147 |
![]() |
coding | HiddenField | 'scrollTimeout' hides a field. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 151 |
![]() |
design | DesignForExtension | Class 'ElasticsearchReaderConfiguration' looks like designed for extension (can be subclassed), but the method 'withScrollTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchReaderConfiguration' final or making the method 'withScrollTimeout' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
misc | FinalParameters | Parameter scrollTimeout should be final. | 151 |
![]() |
coding | HiddenField | 'scrollTimeout' hides a field. | 151 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
misc | FinalParameters | Parameter Search should be final. | 176 |
![]() |
coding | HiddenField | 'Search' hides a field. | 176 |
![]() |
naming | ParameterName | Name 'Search' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
![]() |
design | DesignForExtension | Class 'ElasticsearchReaderConfiguration' looks like designed for extension (can be subclassed), but the method 'withSearch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchReaderConfiguration' final or making the method 'withSearch' static/final/abstract/empty, or adding allowed annotation for the method. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
misc | FinalParameters | Parameter Search should be final. | 180 |
![]() |
coding | HiddenField | 'Search' hides a field. | 180 |
![]() |
naming | ParameterName | Name 'Search' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
![]() |
design | DesignForExtension | Class 'ElasticsearchReaderConfiguration' 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 'ElasticsearchReaderConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 185 |
![]() |
design | DesignForExtension | Class 'ElasticsearchReaderConfiguration' 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 'ElasticsearchReaderConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
design | DesignForExtension | Class 'ElasticsearchReaderConfiguration' 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 'ElasticsearchReaderConfiguration' final or making the method 'setAdditionalProperty' 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. | 198 |
![]() |
misc | FinalParameters | Parameter value should be final. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 202 |
![]() |
design | DesignForExtension | Class 'ElasticsearchReaderConfiguration' 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 'ElasticsearchReaderConfiguration' final or making the method 'withAdditionalProperty' 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. | 202 |
![]() |
misc | FinalParameters | Parameter value should be final. | 202 |
![]() |
design | DesignForExtension | Class 'ElasticsearchReaderConfiguration' 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 'ElasticsearchReaderConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 209 |
![]() |
design | DesignForExtension | Class 'ElasticsearchReaderConfiguration' 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 'ElasticsearchReaderConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 212 |
![]() |
misc | FinalParameters | Parameter other should be final. | 213 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 223). | 221 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 127 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
misc | FinalParameters | Parameter index should be final. | 149 |
![]() |
coding | HiddenField | 'index' hides a field. | 149 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchWriterConfiguration' final or making the method 'withIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter index should be final. | 153 |
![]() |
coding | HiddenField | 'index' hides a field. | 153 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
misc | FinalParameters | Parameter type should be final. | 178 |
![]() |
coding | HiddenField | 'type' hides a field. | 178 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' 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 'ElasticsearchWriterConfiguration' final or making the method 'withType' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
misc | FinalParameters | Parameter type should be final. | 182 |
![]() |
coding | HiddenField | 'type' hides a field. | 182 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 187 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 201 |
![]() |
misc | FinalParameters | Parameter bulk should be final. | 207 |
![]() |
coding | HiddenField | 'bulk' hides a field. | 207 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withBulk' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchWriterConfiguration' final or making the method 'withBulk' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter bulk should be final. | 211 |
![]() |
coding | HiddenField | 'bulk' hides a field. | 211 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 216 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 230 |
![]() |
misc | FinalParameters | Parameter batchSize should be final. | 236 |
![]() |
coding | HiddenField | 'batchSize' hides a field. | 236 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withBatchSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchWriterConfiguration' final or making the method 'withBatchSize' static/final/abstract/empty, or adding allowed annotation for the method. | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
![]() |
misc | FinalParameters | Parameter batchSize should be final. | 240 |
![]() |
coding | HiddenField | 'batchSize' hides a field. | 240 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 247 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 257 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 259 |
![]() |
misc | FinalParameters | Parameter batchBytes should be final. | 265 |
![]() |
coding | HiddenField | 'batchBytes' hides a field. | 265 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withBatchBytes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchWriterConfiguration' final or making the method 'withBatchBytes' static/final/abstract/empty, or adding allowed annotation for the method. | 269 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
![]() |
misc | FinalParameters | Parameter batchBytes should be final. | 269 |
![]() |
coding | HiddenField | 'batchBytes' hides a field. | 269 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 274 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 276 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 286 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 288 |
![]() |
misc | FinalParameters | Parameter maxTimeBetweenFlushMs should be final. | 294 |
![]() |
coding | HiddenField | 'maxTimeBetweenFlushMs' hides a field. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 298 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withMaxTimeBetweenFlushMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchWriterConfiguration' final or making the method 'withMaxTimeBetweenFlushMs' static/final/abstract/empty, or adding allowed annotation for the method. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
misc | FinalParameters | Parameter maxTimeBetweenFlushMs should be final. | 298 |
![]() |
coding | HiddenField | 'maxTimeBetweenFlushMs' hides a field. | 298 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 303 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 305 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 315 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 317 |
![]() |
misc | FinalParameters | Parameter script should be final. | 323 |
![]() |
coding | HiddenField | 'script' hides a field. | 323 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withScript' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchWriterConfiguration' final or making the method 'withScript' static/final/abstract/empty, or adding allowed annotation for the method. | 327 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
![]() |
misc | FinalParameters | Parameter script should be final. | 327 |
![]() |
coding | HiddenField | 'script' hides a field. | 327 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 332 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 334 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 344 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 346 |
![]() |
misc | FinalParameters | Parameter tags should be final. | 352 |
![]() |
coding | HiddenField | 'tags' hides a field. | 352 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchWriterConfiguration' final or making the method 'withTags' static/final/abstract/empty, or adding allowed annotation for the method. | 356 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 356 |
![]() |
misc | FinalParameters | Parameter tags should be final. | 356 |
![]() |
coding | HiddenField | 'tags' hides a field. | 356 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 361 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 363 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 373 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 375 |
![]() |
misc | FinalParameters | Parameter replaceTags should be final. | 381 |
![]() |
coding | HiddenField | 'replaceTags' hides a field. | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 385 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withReplaceTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchWriterConfiguration' final or making the method 'withReplaceTags' static/final/abstract/empty, or adding allowed annotation for the method. | 385 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 385 |
![]() |
misc | FinalParameters | Parameter replaceTags should be final. | 385 |
![]() |
coding | HiddenField | 'replaceTags' hides a field. | 385 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 390 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 392 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 402 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 404 |
![]() |
misc | FinalParameters | Parameter cleanupTags should be final. | 410 |
![]() |
coding | HiddenField | 'cleanupTags' hides a field. | 410 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 414 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withCleanupTags' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchWriterConfiguration' final or making the method 'withCleanupTags' static/final/abstract/empty, or adding allowed annotation for the method. | 414 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 414 |
![]() |
misc | FinalParameters | Parameter cleanupTags should be final. | 414 |
![]() |
coding | HiddenField | 'cleanupTags' hides a field. | 414 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 419 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 421 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 431 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 433 |
![]() |
misc | FinalParameters | Parameter forceUseConfig should be final. | 439 |
![]() |
coding | HiddenField | 'forceUseConfig' hides a field. | 439 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 443 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withForceUseConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchWriterConfiguration' final or making the method 'withForceUseConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 443 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 443 |
![]() |
misc | FinalParameters | Parameter forceUseConfig should be final. | 443 |
![]() |
coding | HiddenField | 'forceUseConfig' hides a field. | 443 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 448 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 450 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 460 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 462 |
![]() |
misc | FinalParameters | Parameter refresh should be final. | 468 |
![]() |
coding | HiddenField | 'refresh' hides a field. | 468 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' looks like designed for extension (can be subclassed), but the method 'withRefresh' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ElasticsearchWriterConfiguration' final or making the method 'withRefresh' static/final/abstract/empty, or adding allowed annotation for the method. | 472 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 472 |
![]() |
misc | FinalParameters | Parameter refresh should be final. | 472 |
![]() |
coding | HiddenField | 'refresh' hides a field. | 472 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' 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 'ElasticsearchWriterConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 477 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' 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 'ElasticsearchWriterConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 482 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 482 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' 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 'ElasticsearchWriterConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 488 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 488 |
![]() |
misc | FinalParameters | Parameter name should be final. | 490 |
![]() |
misc | FinalParameters | Parameter value should be final. | 490 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 494 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' 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 'ElasticsearchWriterConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 494 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 494 |
![]() |
misc | FinalParameters | Parameter name should be final. | 494 |
![]() |
misc | FinalParameters | Parameter value should be final. | 494 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' 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 'ElasticsearchWriterConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 293). | 501 |
![]() |
design | DesignForExtension | Class 'ElasticsearchWriterConfiguration' 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 'ElasticsearchWriterConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 504 |
![]() |
misc | FinalParameters | Parameter other should be final. | 505 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 509 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 512 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 493). | 513 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
![]() |
design | DesignForExtension | Class 'Tags' 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 'Tags' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
design | DesignForExtension | Class 'Tags' 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 'Tags' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Class 'Tags' 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 'Tags' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter name should be final. | 43 |
![]() |
misc | FinalParameters | Parameter value should be final. | 43 |
![]() |
design | DesignForExtension | Class 'Tags' 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 'Tags' final or making the method 'withAdditionalProperty' 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. | 47 |
![]() |
misc | FinalParameters | Parameter value should be final. | 47 |
![]() |
design | DesignForExtension | Class 'Tags' 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 'Tags' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
design | DesignForExtension | Class 'Tags' 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 'Tags' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
misc | FinalParameters | Parameter other should be final. | 58 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | 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 89). | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter config should be final. | 60 |
![]() |
coding | HiddenField | 'config' hides a field. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter config should be final. | 65 |
![]() |
coding | HiddenField | 'config' hides a field. | 65 |
![]() |
design | DesignForExtension | Class 'DatumFromMetadataAsDocumentProcessor' 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 'DatumFromMetadataAsDocumentProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
design | DesignForExtension | Class 'DatumFromMetadataAsDocumentProcessor' 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 'DatumFromMetadataAsDocumentProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 100 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 100 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 106 |
![]() |
design | DesignForExtension | Class 'DatumFromMetadataAsDocumentProcessor' 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 'DatumFromMetadataAsDocumentProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter config should be final. | 54 |
![]() |
coding | HiddenField | 'config' hides a field. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter config should be final. | 59 |
![]() |
coding | HiddenField | 'config' hides a field. | 59 |
![]() |
design | DesignForExtension | Class 'DatumFromMetadataProcessor' 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 'DatumFromMetadataProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
design | DesignForExtension | Class 'DatumFromMetadataProcessor' 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 'DatumFromMetadataProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 87 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 87 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 93 |
![]() |
design | DesignForExtension | Class 'DatumFromMetadataProcessor' 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 'DatumFromMetadataProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 104 |
![]() |
design | DesignForExtension | Class 'DatumFromMetadataProcessor' 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 'DatumFromMetadataProcessor' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Class 'DocumentToMetadataProcessor' 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 'DocumentToMetadataProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
design | DesignForExtension | Class 'DocumentToMetadataProcessor' 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 'DocumentToMetadataProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 66 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 75 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
![]() |
design | DesignForExtension | Class 'DocumentToMetadataProcessor' 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 'DocumentToMetadataProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 87 |
![]() |
design | DesignForExtension | Class 'DocumentToMetadataProcessor' 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 'DocumentToMetadataProcessor' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </p> | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Class 'MetadataFromDocumentProcessor' 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 'MetadataFromDocumentProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
design | DesignForExtension | Class 'MetadataFromDocumentProcessor' 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 'MetadataFromDocumentProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 62 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 64 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 64 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 71 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
![]() |
design | DesignForExtension | Class 'MetadataFromDocumentProcessor' 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 'MetadataFromDocumentProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 121 |
![]() |
design | DesignForExtension | Class 'MetadataFromDocumentProcessor' 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 'MetadataFromDocumentProcessor' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
design | VisibilityModifier | Variable 'inQueue' must be private and have accessor methods. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'outQueue' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
design | VisibilityModifier | Variable 'usePercolateField' must be private and have accessor methods. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter config should be final. | 88 |
![]() |
coding | HiddenField | 'config' hides a field. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter config should be final. | 92 |
![]() |
coding | HiddenField | 'config' hides a field. | 92 |
![]() |
misc | FinalParameters | Parameter defaultPercolateField should be final. | 92 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' looks like designed for extension (can be subclassed), but the method 'getManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PercolateTagProcessor' final or making the method 'getManager' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' looks like designed for extension (can be subclassed), but the method 'setManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PercolateTagProcessor' final or making the method 'setManager' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter manager should be final. | 101 |
![]() |
coding | HiddenField | 'manager' hides a field. | 101 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' 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 'PercolateTagProcessor' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' 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 'PercolateTagProcessor' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter config should be final. | 109 |
![]() |
coding | HiddenField | 'config' hides a field. | 109 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' looks like designed for extension (can be subclassed), but the method 'getProcessorOutputQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PercolateTagProcessor' final or making the method 'getProcessorOutputQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' 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 'PercolateTagProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' 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 'PercolateTagProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 165 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' looks like designed for extension (can be subclassed), but the method 'appendMatches' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PercolateTagProcessor' final or making the method 'appendMatches' static/final/abstract/empty, or adding allowed annotation for the method. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter tagArray should be final. | 191 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 193 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' 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 'PercolateTagProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 197 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 206 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 222 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' 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 'PercolateTagProcessor' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 228 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' looks like designed for extension (can be subclassed), but the method 'numOfPercolateRules' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PercolateTagProcessor' final or making the method 'numOfPercolateRules' static/final/abstract/empty, or adding allowed annotation for the method. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
misc | FinalParameters | Parameter indexName should be final. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 259 |
![]() |
design | DesignForExtension | Class 'PercolateTagProcessor' looks like designed for extension (can be subclassed), but the method 'addPercolateRule' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PercolateTagProcessor' final or making the method 'addPercolateRule' static/final/abstract/empty, or adding allowed annotation for the method. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
misc | FinalParameters | Parameter builder should be final. | 266 |
![]() |
misc | FinalParameters | Parameter index should be final. | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 292 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 294 |
![]() |
misc | FinalParameters | Parameter index should be final. | 294 |
![]() |
misc | FinalParameters | Parameter index should be final. | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 312 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 313 |
![]() |
misc | FinalParameters | Parameter index should be final. | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 335 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 341 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 343 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 352 |
![]() |
misc | FinalParameters | Parameter id should be final. | 352 |
![]() |
coding | HiddenField | 'id' hides a field. | 352 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 352 |
![]() |
misc | FinalParameters | Parameter query should be final. | 352 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'query'. | 352 |
![]() |
misc | FinalParameters | Parameter defaultPercolateField should be final. | 352 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'defaultPercolateField'. | 352 |
![]() |
design | DesignForExtension | Class 'PercolateQueryBuilder' 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 'PercolateQueryBuilder' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
![]() |
design | DesignForExtension | Class 'PercolateQueryBuilder' looks like designed for extension (can be subclassed), but the method 'getSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PercolateQueryBuilder' final or making the method 'getSource' static/final/abstract/empty, or adding allowed annotation for the method. | 362 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 368 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |