The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 4 | Error |
coding | AvoidInlineConditionals | 10 | Error |
HiddenField | 58 | Error | |
MagicNumber | 25 | Error | |
SimplifyBooleanExpression | 4 | Error | |
design | DesignForExtension | 179 | Error |
FinalClass | 1 | Error | |
HideUtilityClassConstructor | 1 | Error | |
VisibilityModifier | 10 | Error | |
imports | UnusedImports | 6 | Error |
javadoc | JavadocMethod | 113 | Error |
JavadocPackage | 3 | Error | |
JavadocStyle | 63 | Error | |
JavadocType | 6 | Error | |
JavadocVariable | 99 | Error | |
misc | FinalParameters | 161 | Error |
NewlineAtEndOfFile | 1 | Error | |
TodoComment | 2 | Error | |
naming | MemberName | 1 | Error |
ParameterName | 2 | Error | |
StaticVariableName | 1 | Error | |
regexp | RegexpSingleline
|
58 | Error |
sizes | LineLength | 180 | Error |
whitespace | OperatorWrap | 2 | Error |
ParenPad | 39 | Error | |
WhitespaceAfter | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | design | FinalClass | Class ElasticsearchClientManager should be declared as final. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter config should be final. | 45 |
Error | coding | HiddenField | 'config' hides a field. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter configuration should be final. | 57 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 58 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 77 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | design | DesignForExtension | Method 'getHosts' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | design | DesignForExtension | Method 'setHosts' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | misc | FinalParameters | Parameter hosts should be final. | 77 |
Error | coding | HiddenField | 'hosts' hides a field. | 77 |
Error | design | DesignForExtension | Method 'withHosts' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter hosts should be final. | 81 |
Error | coding | HiddenField | 'hosts' hides a field. | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | design | DesignForExtension | Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | misc | FinalParameters | Parameter port should be final. | 106 |
Error | coding | HiddenField | 'port' hides a field. | 106 |
Error | design | DesignForExtension | Method 'withPort' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter port should be final. | 110 |
Error | coding | HiddenField | 'port' hides a field. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | design | DesignForExtension | Method 'getClusterName' is not designed for extension - needs to be abstract, final or empty. | 121 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | design | DesignForExtension | Method 'setClusterName' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | misc | FinalParameters | Parameter clusterName should be final. | 135 |
Error | coding | HiddenField | 'clusterName' hides a field. | 135 |
Error | design | DesignForExtension | Method 'withClusterName' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | misc | FinalParameters | Parameter clusterName should be final. | 139 |
Error | coding | HiddenField | 'clusterName' hides a field. | 139 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Error | misc | FinalParameters | Parameter name should be final. | 157 |
Error | misc | FinalParameters | Parameter value should be final. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 161 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | misc | FinalParameters | Parameter name should be final. | 161 |
Error | misc | FinalParameters | Parameter value should be final. | 161 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 168 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 171 |
Error | misc | FinalParameters | Parameter other should be final. | 172 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 41 |
Error | misc | FinalParameters | Parameter metadata should be final. | 41 |
Error | misc | FinalParameters | Parameter config should be final. | 41 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 49 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 63 |
Error | misc | FinalParameters | Parameter metadata should be final. | 63 |
Error | misc | FinalParameters | Parameter config should be final. | 63 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 85 |
Error | misc | FinalParameters | Parameter metadata should be final. | 85 |
Error | misc | FinalParameters | Parameter config should be final. | 85 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 107 |
Error | misc | FinalParameters | Parameter metadata should be final. | 107 |
Error | misc | FinalParameters | Parameter config should be final. | 107 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
Error | misc | FinalParameters | Parameter datum should be final. | 129 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 135 |
Error | misc | FinalParameters | Parameter metadata should be final. | 148 |
Error | misc | FinalParameters | Parameter datum should be final. | 160 |
Error | misc | FinalParameters | Parameter datum should be final. | 179 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 197 |
Error | misc | FinalParameters | Parameter node should be final. | 198 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 207 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 207 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter config should be final. | 44 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | misc | FinalParameters | Parameter index should be final. | 83 |
Error | misc | FinalParameters | Parameter type should be final. | 83 |
Error | misc | FinalParameters | Parameter id should be final. | 83 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | misc | FinalParameters | Parameter request should be final. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | coding | MagicNumber | '10' is a magic number. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter config should be final. | 69 |
Error | coding | HiddenField | 'config' hides a field. | 69 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 83 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | misc | FinalParameters | Parameter configuration should be final. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 88 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | misc | FinalParameters | Parameter sequence should be final. | 118 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter start should be final. | 124 |
Error | misc | FinalParameters | Parameter end should be final. | 124 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 131 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 138 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 144 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | misc | FinalParameters | Parameter entry should be final. | 146 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
Error | misc | FinalParameters | Parameter pool should be final. | 160 |
Error | coding | MagicNumber | '10' is a magic number. | 164 |
Error | coding | MagicNumber | '10' is a magic number. | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 180 |
Error | coding | MagicNumber | '10000' is a magic number. | 180 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 185 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 185 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Error | misc | FinalParameters | Parameter reader should be final. | 191 |
Error | coding | HiddenField | 'reader' hides a field. | 191 |
Error | misc | FinalParameters | Parameter query should be final. | 191 |
Error | coding | HiddenField | 'query' hides a field. | 191 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 204 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 210 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 218 |
Error | coding | MagicNumber | '100' is a magic number. | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter config should be final. | 45 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 96 |
Error | design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | misc | FinalParameters | Parameter indexName should be final. | 96 |
Error | misc | FinalParameters | Parameter type should be final. | 96 |
Error | misc | FinalParameters | Parameter id should be final. | 96 |
Error | misc | FinalParameters | Parameter parent should be final. | 96 |
Error | misc | FinalParameters | Parameter routing should be final. | 96 |
Error | misc | FinalParameters | Parameter json should be final. | 96 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | misc | FinalParameters | Parameter request should be final. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | design | VisibilityModifier | Variable 'affectedIndexes' must be private and have accessor methods. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | design | VisibilityModifier | Variable 'manager' must be private and have accessor methods. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'bulkRequest' must be private and have accessor methods. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | design | VisibilityModifier | Variable 'currentBatchItems' must be private and have accessor methods. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
Error | design | VisibilityModifier | Variable 'currentBatchBytes' must be private and have accessor methods. | 99 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter config should be final. | 111 |
Error | coding | HiddenField | 'config' hides a field. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 120 |
Error | misc | FinalParameters | Parameter config should be final. | 120 |
Error | coding | HiddenField | 'config' hides a field. | 120 |
Error | misc | FinalParameters | Parameter manager should be final. | 120 |
Error | coding | HiddenField | 'manager' hides a field. | 120 |
Error | design | DesignForExtension | Method 'getBatchesSent' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | design | DesignForExtension | Method 'getBatchesResponded' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | design | DesignForExtension | Method 'getFlushThresholdsRecords' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | design | DesignForExtension | Method 'getFlushThresholdBytes' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | design | DesignForExtension | Method 'getFlushThreasholdMaxTime' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | design | DesignForExtension | Method 'setFlushThresholdRecords' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | misc | FinalParameters | Parameter val should be final. | 146 |
Error | design | DesignForExtension | Method 'setFlushThresholdBytes' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | misc | FinalParameters | Parameter val should be final. | 150 |
Error | design | DesignForExtension | Method 'setFlushThreasholdMaxTime' is not designed for extension - needs to be abstract, final or empty. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | misc | FinalParameters | Parameter val should be final. | 154 |
Error | design | DesignForExtension | Method 'setVeryLargeBulk' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Error | misc | FinalParameters | Parameter veryLargeBulk should be final. | 158 |
Error | coding | HiddenField | 'veryLargeBulk' hides a field. | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | design | DesignForExtension | Method 'getTotalOutstanding' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Error | design | DesignForExtension | Method 'getTotalSent' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | design | DesignForExtension | Method 'getTotalOk' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Error | design | DesignForExtension | Method 'getTotalFailed' is not designed for extension - needs to be abstract, final or empty. | 178 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
Error | design | DesignForExtension | Method 'getTotalSizeInBytes' is not designed for extension - needs to be abstract, final or empty. | 182 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
Error | design | DesignForExtension | Method 'getTotalSeconds' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Error | design | DesignForExtension | Method 'getAffectedIndexes' is not designed for extension - needs to be abstract, final or empty. | 190 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Error | design | DesignForExtension | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 194 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 198 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 203 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 228 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 231 |
Error | design | DesignForExtension | Method 'docAsJson' is not designed for extension - needs to be abstract, final or empty. | 235 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
Error | misc | FinalParameters | Parameter streamsDocument should be final. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 236 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 239 |
Error | design | DesignForExtension | Method 'appendMetadata' is not designed for extension - needs to be abstract, final or empty. | 239 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 241 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 243 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 247 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 253 |
Error | coding | MagicNumber | '5' is a magic number. | 265 |
Error | coding | MagicNumber | '60' is a magic number. | 265 |
Error | coding | MagicNumber | '1000' is a magic number. | 265 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 278 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 284 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 299 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
Error | coding | MagicNumber | '5' is a magic number. | 334 |
Error | coding | MagicNumber | '60' is a magic number. | 334 |
Error | coding | MagicNumber | '1000' is a magic number. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 347 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
Error | misc | FinalParameters | Parameter batchThreshold should be final. | 347 |
Error | misc | FinalParameters | Parameter timeOutThresholdInMS should be final. | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 350 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 390 |
Error | coding | MagicNumber | '500' is a magic number. | 390 |
Error | coding | MagicNumber | '10' is a magic number. | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 394 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 410 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 410 |
Error | misc | FinalParameters | Parameter indexName should be final. | 410 |
Error | misc | FinalParameters | Parameter type should be final. | 410 |
Error | misc | FinalParameters | Parameter id should be final. | 410 |
Error | misc | FinalParameters | Parameter ts should be final. | 410 |
Error | misc | FinalParameters | Parameter json should be final. | 410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 423 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 423 |
Error | misc | FinalParameters | Parameter indexName should be final. | 423 |
Error | misc | FinalParameters | Parameter type should be final. | 423 |
Error | misc | FinalParameters | Parameter id should be final. | 423 |
Error | misc | FinalParameters | Parameter parent should be final. | 423 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parent'. | 423 |
Error | misc | FinalParameters | Parameter routing should be final. | 423 |
Error | misc | FinalParameters | Parameter ts should be final. | 423 |
Error | misc | FinalParameters | Parameter json should be final. | 423 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 450 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 450 |
Error | misc | FinalParameters | Parameter request should be final. | 450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 455 |
Error | design | DesignForExtension | Method 'checkForFlush' is not designed for extension - needs to be abstract, final or empty. | 468 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 468 |
Error | design | DesignForExtension | Method 'checkIndexImplications' is not designed for extension - needs to be abstract, final or empty. | 481 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 481 |
Error | misc | FinalParameters | Parameter indexName should be final. | 481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 482 |
Error | design | DesignForExtension | Method 'disableRefresh' is not designed for extension - needs to be abstract, final or empty. | 499 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 503 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 505 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 516 |
Error | design | DesignForExtension | Method 'createIndexIfMissing' is not designed for extension - needs to be abstract, final or empty. | 520 |
Error | misc | FinalParameters | Parameter indexName should be final. | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 530 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 531 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 536 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 543 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 544 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 546 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 550 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 551 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 553 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 554 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 558 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 567 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 572 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 572 |
Error | coding | HiddenField | 'bulkRequest' hides a field. | 572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 573 |
Error | coding | MagicNumber | '1024' is a magic number. | 573 |
Error | coding | MagicNumber | '1024' is a magic number. | 573 |
Error | misc | FinalParameters | Parameter bulkItemResponses should be final. | 587 |
Error | misc | FinalParameters | Parameter throwable should be final. | 592 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 602 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 611 |
Error | coding | MagicNumber | '1000' is a magic number. | 623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 631 |
Error | coding | MagicNumber | '1024' is a magic number. | 631 |
Error | coding | MagicNumber | '1024' is a magic number. | 631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 237). | 632 |
Error | coding | MagicNumber | '1024' is a magic number. | 632 |
Error | coding | MagicNumber | '1024' is a magic number. | 632 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | coding | MagicNumber | '1000' is a magic number. | 53 |
Error | coding | MagicNumber | '1000' is a magic number. | 53 |
Error | coding | MagicNumber | '1000' is a magic number. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | coding | MagicNumber | '100' is a magic number. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
Error | misc | FinalParameters | Parameter config should be final. | 76 |
Error | coding | HiddenField | 'config' hides a field. | 76 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
Error | design | DesignForExtension | Method 'getHitCount' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 |
Error | design | DesignForExtension | Method 'getReadCount' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | design | DesignForExtension | Method 'getReadPercent' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | design | DesignForExtension | Method 'getRemainingCount' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | design | DesignForExtension | Method 'setBatchSize' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter batchSize should be final. | 100 |
Error | coding | HiddenField | 'batchSize' hides a field. | 100 |
Error | design | DesignForExtension | Method 'setScrollTimeout' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter scrollTimeout should be final. | 104 |
Error | coding | HiddenField | 'scrollTimeout' hides a field. | 104 |
Error | design | DesignForExtension | Method 'setQueryBuilder' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | misc | FinalParameters | Parameter queryBuilder should be final. | 108 |
Error | coding | HiddenField | 'queryBuilder' hides a field. | 108 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter obj should be final. | 116 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 134 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 143 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 163 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 181 |
Error | design | DesignForExtension | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | design | DesignForExtension | Method 'calcNext' is not designed for extension - needs to be abstract, final or empty. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 214 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Error | design | DesignForExtension | Method 'isCompleted' is not designed for extension - needs to be abstract, final or empty. | 237 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
Error | design | DesignForExtension | Method 'hasRecords' is not designed for extension - needs to be abstract, final or empty. | 241 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | naming | MemberName | Name 'Search' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | design | DesignForExtension | Method 'getIndexes' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | design | DesignForExtension | Method 'setIndexes' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | misc | FinalParameters | Parameter indexes should be final. | 89 |
Error | coding | HiddenField | 'indexes' hides a field. | 89 |
Error | design | DesignForExtension | Method 'withIndexes' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter indexes should be final. | 93 |
Error | coding | HiddenField | 'indexes' hides a field. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | design | DesignForExtension | Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | design | DesignForExtension | Method 'setTypes' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter types should be final. | 118 |
Error | coding | HiddenField | 'types' hides a field. | 118 |
Error | design | DesignForExtension | Method 'withTypes' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | misc | FinalParameters | Parameter types should be final. | 122 |
Error | coding | HiddenField | 'types' hides a field. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | design | DesignForExtension | Method 'getScrollTimeout' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | design | DesignForExtension | Method 'setScrollTimeout' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | misc | FinalParameters | Parameter scrollTimeout should be final. | 147 |
Error | coding | HiddenField | 'scrollTimeout' hides a field. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 151 |
Error | design | DesignForExtension | Method 'withScrollTimeout' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | misc | FinalParameters | Parameter scrollTimeout should be final. | 151 |
Error | coding | HiddenField | 'scrollTimeout' hides a field. | 151 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | design | DesignForExtension | Method 'getSearch' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | design | DesignForExtension | Method 'setSearch' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | misc | FinalParameters | Parameter Search should be final. | 176 |
Error | coding | HiddenField | 'Search' hides a field. | 176 |
Error | naming | ParameterName | Name 'Search' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
Error | design | DesignForExtension | Method 'withSearch' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | misc | FinalParameters | Parameter Search should be final. | 180 |
Error | coding | HiddenField | 'Search' hides a field. | 180 |
Error | naming | ParameterName | Name 'Search' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 190 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 196 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Error | misc | FinalParameters | Parameter name should be final. | 198 |
Error | misc | FinalParameters | Parameter value should be final. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 202 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 202 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
Error | misc | FinalParameters | Parameter name should be final. | 202 |
Error | misc | FinalParameters | Parameter value should be final. | 202 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 209 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 212 |
Error | misc | FinalParameters | Parameter other should be final. | 213 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 221 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | design | DesignForExtension | Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | design | DesignForExtension | Method 'setIndex' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | misc | FinalParameters | Parameter index should be final. | 149 |
Error | coding | HiddenField | 'index' hides a field. | 149 |
Error | design | DesignForExtension | Method 'withIndex' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
Error | misc | FinalParameters | Parameter index should be final. | 153 |
Error | coding | HiddenField | 'index' hides a field. | 153 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | misc | FinalParameters | Parameter type should be final. | 178 |
Error | coding | HiddenField | 'type' hides a field. | 178 |
Error | design | DesignForExtension | Method 'withType' is not designed for extension - needs to be abstract, final or empty. | 182 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
Error | misc | FinalParameters | Parameter type should be final. | 182 |
Error | coding | HiddenField | 'type' hides a field. | 182 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | design | DesignForExtension | Method 'getBulk' is not designed for extension - needs to be abstract, final or empty. | 193 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | design | DesignForExtension | Method 'setBulk' is not designed for extension - needs to be abstract, final or empty. | 205 |
Error | misc | FinalParameters | Parameter bulk should be final. | 207 |
Error | coding | HiddenField | 'bulk' hides a field. | 207 |
Error | design | DesignForExtension | Method 'withBulk' is not designed for extension - needs to be abstract, final or empty. | 211 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
Error | misc | FinalParameters | Parameter bulk should be final. | 211 |
Error | coding | HiddenField | 'bulk' hides a field. | 211 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | design | DesignForExtension | Method 'getBatchSize' is not designed for extension - needs to be abstract, final or empty. | 222 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | design | DesignForExtension | Method 'setBatchSize' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | misc | FinalParameters | Parameter batchSize should be final. | 236 |
Error | coding | HiddenField | 'batchSize' hides a field. | 236 |
Error | design | DesignForExtension | Method 'withBatchSize' is not designed for extension - needs to be abstract, final or empty. | 240 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
Error | misc | FinalParameters | Parameter batchSize should be final. | 240 |
Error | coding | HiddenField | 'batchSize' hides a field. | 240 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | design | DesignForExtension | Method 'getBatchBytes' is not designed for extension - needs to be abstract, final or empty. | 251 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | design | DesignForExtension | Method 'setBatchBytes' is not designed for extension - needs to be abstract, final or empty. | 263 |
Error | misc | FinalParameters | Parameter batchBytes should be final. | 265 |
Error | coding | HiddenField | 'batchBytes' hides a field. | 265 |
Error | design | DesignForExtension | Method 'withBatchBytes' is not designed for extension - needs to be abstract, final or empty. | 269 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
Error | misc | FinalParameters | Parameter batchBytes should be final. | 269 |
Error | coding | HiddenField | 'batchBytes' hides a field. | 269 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | design | DesignForExtension | Method 'getMaxTimeBetweenFlushMs' is not designed for extension - needs to be abstract, final or empty. | 280 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Error | design | DesignForExtension | Method 'setMaxTimeBetweenFlushMs' is not designed for extension - needs to be abstract, final or empty. | 292 |
Error | misc | FinalParameters | Parameter maxTimeBetweenFlushMs should be final. | 294 |
Error | coding | HiddenField | 'maxTimeBetweenFlushMs' hides a field. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 298 |
Error | design | DesignForExtension | Method 'withMaxTimeBetweenFlushMs' is not designed for extension - needs to be abstract, final or empty. | 298 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
Error | misc | FinalParameters | Parameter maxTimeBetweenFlushMs should be final. | 298 |
Error | coding | HiddenField | 'maxTimeBetweenFlushMs' hides a field. | 298 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | design | DesignForExtension | Method 'getScript' is not designed for extension - needs to be abstract, final or empty. | 309 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 315 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 317 |
Error | design | DesignForExtension | Method 'setScript' is not designed for extension - needs to be abstract, final or empty. | 321 |
Error | misc | FinalParameters | Parameter script should be final. | 323 |
Error | coding | HiddenField | 'script' hides a field. | 323 |
Error | design | DesignForExtension | Method 'withScript' is not designed for extension - needs to be abstract, final or empty. | 327 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
Error | misc | FinalParameters | Parameter script should be final. | 327 |
Error | coding | HiddenField | 'script' hides a field. | 327 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | design | DesignForExtension | Method 'getTags' is not designed for extension - needs to be abstract, final or empty. | 338 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 344 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 346 |
Error | design | DesignForExtension | Method 'setTags' is not designed for extension - needs to be abstract, final or empty. | 350 |
Error | misc | FinalParameters | Parameter tags should be final. | 352 |
Error | coding | HiddenField | 'tags' hides a field. | 352 |
Error | design | DesignForExtension | Method 'withTags' is not designed for extension - needs to be abstract, final or empty. | 356 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 356 |
Error | misc | FinalParameters | Parameter tags should be final. | 356 |
Error | coding | HiddenField | 'tags' hides a field. | 356 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 361 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 363 |
Error | design | DesignForExtension | Method 'getReplaceTags' is not designed for extension - needs to be abstract, final or empty. | 367 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 373 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | design | DesignForExtension | Method 'setReplaceTags' is not designed for extension - needs to be abstract, final or empty. | 379 |
Error | misc | FinalParameters | Parameter replaceTags should be final. | 381 |
Error | coding | HiddenField | 'replaceTags' hides a field. | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 385 |
Error | design | DesignForExtension | Method 'withReplaceTags' is not designed for extension - needs to be abstract, final or empty. | 385 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 385 |
Error | misc | FinalParameters | Parameter replaceTags should be final. | 385 |
Error | coding | HiddenField | 'replaceTags' hides a field. | 385 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 390 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 392 |
Error | design | DesignForExtension | Method 'getCleanupTags' is not designed for extension - needs to be abstract, final or empty. | 396 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 402 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 404 |
Error | design | DesignForExtension | Method 'setCleanupTags' is not designed for extension - needs to be abstract, final or empty. | 408 |
Error | misc | FinalParameters | Parameter cleanupTags should be final. | 410 |
Error | coding | HiddenField | 'cleanupTags' hides a field. | 410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 414 |
Error | design | DesignForExtension | Method 'withCleanupTags' is not designed for extension - needs to be abstract, final or empty. | 414 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 414 |
Error | misc | FinalParameters | Parameter cleanupTags should be final. | 414 |
Error | coding | HiddenField | 'cleanupTags' hides a field. | 414 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 419 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 421 |
Error | design | DesignForExtension | Method 'getForceUseConfig' is not designed for extension - needs to be abstract, final or empty. | 425 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 431 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 433 |
Error | design | DesignForExtension | Method 'setForceUseConfig' is not designed for extension - needs to be abstract, final or empty. | 437 |
Error | misc | FinalParameters | Parameter forceUseConfig should be final. | 439 |
Error | coding | HiddenField | 'forceUseConfig' hides a field. | 439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 443 |
Error | design | DesignForExtension | Method 'withForceUseConfig' is not designed for extension - needs to be abstract, final or empty. | 443 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 443 |
Error | misc | FinalParameters | Parameter forceUseConfig should be final. | 443 |
Error | coding | HiddenField | 'forceUseConfig' hides a field. | 443 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 448 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 450 |
Error | design | DesignForExtension | Method 'getRefresh' is not designed for extension - needs to be abstract, final or empty. | 454 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 460 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 462 |
Error | design | DesignForExtension | Method 'setRefresh' is not designed for extension - needs to be abstract, final or empty. | 466 |
Error | misc | FinalParameters | Parameter refresh should be final. | 468 |
Error | coding | HiddenField | 'refresh' hides a field. | 468 |
Error | design | DesignForExtension | Method 'withRefresh' is not designed for extension - needs to be abstract, final or empty. | 472 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 472 |
Error | misc | FinalParameters | Parameter refresh should be final. | 472 |
Error | coding | HiddenField | 'refresh' hides a field. | 472 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 477 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 482 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 482 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 488 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 488 |
Error | misc | FinalParameters | Parameter name should be final. | 490 |
Error | misc | FinalParameters | Parameter value should be final. | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 494 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 494 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 494 |
Error | misc | FinalParameters | Parameter name should be final. | 494 |
Error | misc | FinalParameters | Parameter value should be final. | 494 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 293). | 501 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 504 |
Error | misc | FinalParameters | Parameter other should be final. | 505 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 509 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 493). | 513 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter name should be final. | 43 |
Error | misc | FinalParameters | Parameter value should be final. | 43 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter name should be final. | 47 |
Error | misc | FinalParameters | Parameter value should be final. | 47 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | misc | FinalParameters | Parameter other should be final. | 58 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | imports | UnusedImports | Unused import - com.typesafe.config.Config. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter config should be final. | 59 |
Error | coding | HiddenField | 'config' hides a field. | 59 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | misc | FinalParameters | Parameter entry should be final. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 94 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 100 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | imports | UnusedImports | Unused import - com.typesafe.config.Config. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter config should be final. | 53 |
Error | coding | HiddenField | 'config' hides a field. | 53 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | misc | FinalParameters | Parameter entry should be final. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 87 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 98 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | misc | FinalParameters | Parameter entry should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 66 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 87 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | Extra HTML tag found: </p> | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter entry should be final. | 62 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 64 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 64 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 93 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 121 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | design | VisibilityModifier | Variable 'inQueue' must be private and have accessor methods. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | design | VisibilityModifier | Variable 'outQueue' must be private and have accessor methods. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | design | VisibilityModifier | Variable 'usePercolateField' must be private and have accessor methods. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter config should be final. | 88 |
Error | coding | HiddenField | 'config' hides a field. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter config should be final. | 92 |
Error | coding | HiddenField | 'config' hides a field. | 92 |
Error | misc | FinalParameters | Parameter defaultPercolateField should be final. | 92 |
Error | design | DesignForExtension | Method 'getManager' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | design | DesignForExtension | Method 'setManager' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter manager should be final. | 101 |
Error | coding | HiddenField | 'manager' hides a field. | 101 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter config should be final. | 109 |
Error | coding | HiddenField | 'config' hides a field. | 109 |
Error | design | DesignForExtension | Method 'getProcessorOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | misc | FinalParameters | Parameter entry should be final. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 165 |
Error | design | DesignForExtension | Method 'appendMatches' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Error | misc | FinalParameters | Parameter tagArray should be final. | 191 |
Error | misc | FinalParameters | Parameter activity should be final. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 193 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 197 |
Error | misc | FinalParameters | Parameter configuration should be final. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 206 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 222 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 228 |
Error | design | DesignForExtension | Method 'numOfPercolateRules' is not designed for extension - needs to be abstract, final or empty. | 236 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
Error | design | DesignForExtension | Method 'createIndexIfMissing' is not designed for extension - needs to be abstract, final or empty. | 244 |
Error | misc | FinalParameters | Parameter indexName should be final. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 259 |
Error | design | DesignForExtension | Method 'addPercolateRule' is not designed for extension - needs to be abstract, final or empty. | 266 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
Error | misc | FinalParameters | Parameter builder should be final. | 266 |
Error | misc | FinalParameters | Parameter index should be final. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 273 |
Error | design | DesignForExtension | Method 'writePercolateRules' is not designed for extension - needs to be abstract, final or empty. | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 292 |
Error | design | DesignForExtension | Method 'removeOldTags' is not designed for extension - needs to be abstract, final or empty. | 294 |
Error | misc | FinalParameters | Parameter ids should be final. | 294 |
Error | misc | FinalParameters | Parameter index should be final. | 294 |
Error | design | DesignForExtension | Method 'getActivePercolateTags' is not designed for extension - needs to be abstract, final or empty. | 310 |
Error | misc | FinalParameters | Parameter index should be final. | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 312 |
Error | coding | MagicNumber | '1000' is a magic number. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 313 |
Error | design | DesignForExtension | Method 'deleteOldQueries' is not designed for extension - needs to be abstract, final or empty. | 326 |
Error | misc | FinalParameters | Parameter index should be final. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 335 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 341 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 343 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 352 |
Error | misc | FinalParameters | Parameter id should be final. | 352 |
Error | coding | HiddenField | 'id' hides a field. | 352 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 352 |
Error | misc | FinalParameters | Parameter query should be final. | 352 |
Error | javadoc | JavadocMethod | Expected @param tag for 'query'. | 352 |
Error | misc | FinalParameters | Parameter defaultPercolateField should be final. | 352 |
Error | javadoc | JavadocMethod | Expected @param tag for 'defaultPercolateField'. | 352 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 358 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
Error | design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 362 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 368 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |