The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'pollInterval' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
![]() |
coding | HiddenField | 'config' hides a field. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 85 |
![]() |
misc | FinalParameters | Parameter config should be final. | 87 |
![]() |
coding | HiddenField | 'config' hides a field. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 87 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter config should be final. | 92 |
![]() |
coding | HiddenField | 'config' hides a field. | 92 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 110 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 112 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 114 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 114 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 115 |
![]() |
design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 131 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 131 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 131 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
misc | FinalParameters | Parameter bigInteger should be final. | 139 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
misc | FinalParameters | Parameter dateTime should be final. | 144 |
![]() |
misc | FinalParameters | Parameter dateTime2 should be final. | 144 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 161 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 165 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 174 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 174 |
![]() |
coding | MagicNumber | '5' is a magic number. | 176 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 177 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 58 |
![]() |
coding | HiddenField | 'reader' hides a field. | 58 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'reader'. | 58 |
![]() |
misc | FinalParameters | Parameter streamName should be final. | 58 |
![]() |
coding | HiddenField | 'streamName' hides a field. | 58 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'streamName'. | 58 |
![]() |
misc | FinalParameters | Parameter shardId should be final. | 58 |
![]() |
coding | HiddenField | 'shardId' hides a field. | 58 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'shardId'. | 58 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 72 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 87 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
![]() |
coding | HiddenField | 'config' hides a field. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 83 |
![]() |
misc | FinalParameters | Parameter config should be final. | 85 |
![]() |
coding | HiddenField | 'config' hides a field. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 85 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter config should be final. | 90 |
![]() |
coding | HiddenField | 'config' hides a field. | 90 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 102 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 128 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
coding | MagicNumber | '5' is a magic number. | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter config should be final. | 56 |
![]() |
coding | HiddenField | 'config' hides a field. | 56 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 73 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 73 |
![]() |
coding | MagicNumber | '10' is a magic number. | 73 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 74 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 74 |
![]() |
coding | MagicNumber | '10' is a magic number. | 74 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 77 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 77 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 107 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 112 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 112 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 112 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 124 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 135 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 135 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 135 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
design | DesignForExtension | Method 'config' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
design | DesignForExtension | Method 'client' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
design | DesignForExtension | Method 'cluster' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
imports | UnusedImports | Unused import - com.datastax.driver.core.Cluster. | 29 |
![]() |
imports | UnusedImports | Unused import - com.datastax.driver.core.DataType. | 30 |
![]() |
imports | UnusedImports | Unused import - com.datastax.driver.core.KeyspaceMetadata. | 31 |
![]() |
imports | UnusedImports | Unused import - com.datastax.driver.core.Metadata. | 32 |
![]() |
imports | UnusedImports | Unused import - com.datastax.driver.core.Session. | 35 |
![]() |
imports | UnusedImports | Unused import - com.datastax.driver.core.TableMetadata. | 36 |
![]() |
imports | UnusedImports | Unused import - com.datastax.driver.core.schemabuilder.SchemaBuilder. | 38 |
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 42 |
![]() |
imports | UnusedImports | Unused import - java.util.HashMap. | 49 |
![]() |
imports | UnusedImports | Unused import - java.util.Map. | 51 |
![]() |
imports | UnusedImports | Unused import - java.util.Objects. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
design | VisibilityModifier | Variable 'rowIterator' must be private and have accessor methods. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 89 |
![]() |
misc | FinalParameters | Parameter config should be final. | 96 |
![]() |
coding | HiddenField | 'config' hides a field. | 96 |
![]() |
misc | FinalParameters | Parameter persistQueue should be final. | 104 |
![]() |
coding | HiddenField | 'persistQueue' hides a field. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 105 |
![]() |
design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter persistQueue should be final. | 109 |
![]() |
coding | HiddenField | 'persistQueue' hides a field. | 109 |
![]() |
design | DesignForExtension | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 126 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
design | DesignForExtension | Method 'prepareDatum' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter row should be final. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 190 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 222 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 237 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
misc | FinalParameters | Parameter start should be final. | 242 |
![]() |
misc | FinalParameters | Parameter end should be final. | 242 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 252 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 261 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 265 |
![]() |
coding | HiddenField | 'reader' hides a field. | 265 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 269 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
imports | UnusedImports | Unused import - com.datastax.driver.core.Cluster. | 30 |
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 65 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'insertStatement' must be private and have accessor methods. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
design | VisibilityModifier | Variable 'insertBatch' must be private and have accessor methods. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter config should be final. | 94 |
![]() |
coding | HiddenField | 'config' hides a field. | 94 |
![]() |
design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter persistQueue should be final. | 98 |
![]() |
coding | HiddenField | 'persistQueue' hides a field. | 98 |
![]() |
design | DesignForExtension | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 118 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 130 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 147 |
![]() |
design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 158 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
coding | MagicNumber | '15' is a magic number. | 219 |
![]() |
coding | MagicNumber | '15' is a magic number. | 222 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 254 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
design | DesignForExtension | Method 'flushIfNecessary' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 268 |
![]() |
coding | MagicNumber | '100' is a magic number. | 268 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 303 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 73 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 73 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 83 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 88 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 112 |
![]() |
design | DesignForExtension | Method 'prepareURI' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
misc | FinalParameters | Parameter params should be final. | 112 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'params'. | 112 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 128 |
![]() |
design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 128 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 135 |
![]() |
design | DesignForExtension | Method 'preparePayload' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 135 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 135 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 135 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 137 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 137 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 138 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 138 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 151 |
![]() |
design | DesignForExtension | Method 'prepareHttpPost' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 151 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 151 |
![]() |
misc | FinalParameters | Parameter payload should be final. | 151 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'payload'. | 151 |
![]() |
design | DesignForExtension | Method 'executePost' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
misc | FinalParameters | Parameter httpPost should be final. | 167 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 185 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 199 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 213 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 221 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 84 |
![]() |
misc | FinalParameters | Parameter processorConfiguration should be final. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'processorConfiguration'. | 84 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 96 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 98 |
![]() |
design | DesignForExtension | Method 'prepareExtensionFragment' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
misc | FinalParameters | Parameter entityString should be final. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entityString'. | 98 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 111 |
![]() |
design | DesignForExtension | Method 'getRootDocument' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
misc | FinalParameters | Parameter datum should be final. | 111 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'datum'. | 111 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 128 |
![]() |
design | DesignForExtension | Method 'getEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter rootDocument should be final. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 130 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 133 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 140 |
![]() |
design | DesignForExtension | Method 'setEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
misc | FinalParameters | Parameter rootDocument should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 140 |
![]() |
misc | FinalParameters | Parameter activityObject should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'activityObject'. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 142 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 145 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 153 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 171 |
![]() |
coding | MagicNumber | '200' is a magic number. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 176 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 188 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 188 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 198 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 213 |
![]() |
design | DesignForExtension | Method 'prepareURI' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
misc | FinalParameters | Parameter params should be final. | 213 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'params'. | 213 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 216 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 230 |
![]() |
design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 230 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 230 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 237 |
![]() |
design | DesignForExtension | Method 'preparePayload' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 237 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 237 |
![]() |
design | DesignForExtension | Method 'prepareHttpGet' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 246 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 256 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 271 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 277 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
![]() |
misc | FinalParameters | Parameter processorConfiguration should be final. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'processorConfiguration'. | 84 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 96 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 98 |
![]() |
design | DesignForExtension | Method 'prepareExtensionFragment' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
misc | FinalParameters | Parameter entityString should be final. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entityString'. | 98 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 111 |
![]() |
design | DesignForExtension | Method 'getRootDocument' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
misc | FinalParameters | Parameter datum should be final. | 111 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'datum'. | 111 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 131 |
![]() |
design | DesignForExtension | Method 'getEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
misc | FinalParameters | Parameter rootDocument should be final. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 133 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 136 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 143 |
![]() |
design | DesignForExtension | Method 'setEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
misc | FinalParameters | Parameter rootDocument should be final. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 143 |
![]() |
misc | FinalParameters | Parameter activityObject should be final. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'activityObject'. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 145 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 148 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 155 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 164 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 164 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 184 |
![]() |
coding | MagicNumber | '200' is a magic number. | 185 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 201 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 211 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 226 |
![]() |
design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 226 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 226 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 233 |
![]() |
design | DesignForExtension | Method 'preparePayload' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 233 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 233 |
![]() |
design | DesignForExtension | Method 'prepareHttpPost' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 244 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 248 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 255 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 269 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 275 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 98 |
![]() |
misc | FinalParameters | Parameter providerConfiguration should be final. | 104 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'providerConfiguration'. | 104 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 118 |
![]() |
design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 118 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 118 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 122 |
![]() |
design | DesignForExtension | Method 'prepareHttpRequest' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 129 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 131 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 131 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 161 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
coding | MagicNumber | '5' is a magic number. | 199 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 209 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 223 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 223 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 233 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 247 |
![]() |
coding | MagicNumber | '200' is a magic number. | 248 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 250 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 256 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 272 |
![]() |
design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
misc | FinalParameters | Parameter jsonNode should be final. | 272 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'jsonNode'. | 272 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 276 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 294 |
![]() |
misc | FinalParameters | Parameter item should be final. | 294 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'item'. | 294 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 297 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 297 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 301 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 301 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 304 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 304 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 306 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 306 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 308 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 308 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 313 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 313 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 319 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() |
misc | FinalParameters | Parameter start should be final. | 324 |
![]() |
misc | FinalParameters | Parameter end should be final. | 324 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 333 |
![]() |
coding | MagicNumber | '10' is a magic number. | 337 |
![]() |
coding | MagicNumber | '10' is a magic number. | 340 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 43 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter configClass should be final. | 53 |
![]() |
coding | HiddenField | 'configClass' hides a field. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() |
design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 81 |
![]() |
design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
misc | FinalParameters | Parameter typesafe should be final. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typesafe'. | 85 |
![]() |
misc | FinalParameters | Parameter path should be final. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'path'. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 98 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 98 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 99 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 104 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 104 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 122 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 122 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 137 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 137 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 138 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 139 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 139 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 139 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 149 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 149 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 150 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 151 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 151 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 158 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 158 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 158 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 160 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 160 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 165 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 166 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 166 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 167 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 167 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 167 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 174 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 187 |
![]() |
design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
misc | FinalParameters | Parameter path should be final. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 198 |
![]() |
design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
misc | FinalParameters | Parameter config should be final. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 208 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 216 |
![]() |
misc | FinalParameters | Parameter config should be final. | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - com.typesafe.config.ConfigResolveOptions. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 42 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter configClass should be final. | 55 |
![]() |
coding | HiddenField | 'configClass' hides a field. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter newConfig should be final. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter newConfig should be final. | 76 |
![]() |
misc | FinalParameters | Parameter path should be final. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter newConfig should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter configUrl should be final. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter typesafeConfig should be final. | 96 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter base should be final. | 119 |
![]() |
misc | FinalParameters | Parameter delta should be final. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 126 |
![]() |
design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter path should be final. | 140 |
![]() |
design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter rootConfig should be final. | 145 |
![]() |
design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
misc | FinalParameters | Parameter rootConfig should be final. | 149 |
![]() |
misc | FinalParameters | Parameter path should be final. | 149 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 152 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 152 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 168 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 176 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 176 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 176 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 178 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 181 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 185 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 185 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 185 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'inputStream' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter inputStream should be final. | 52 |
![]() |
coding | HiddenField | 'inputStream' hides a field. | 52 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 87 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 104 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
misc | FinalParameters | Parameter start should be final. | 109 |
![]() |
misc | FinalParameters | Parameter end should be final. | 109 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter printStream should be final. | 54 |
![]() |
coding | HiddenField | 'printStream' hides a field. | 54 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 38 |
![]() |
coding | HiddenField | 'writer' hides a field. | 38 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 45 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 45 |
![]() |
coding | MagicNumber | '100' is a magic number. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
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 92). | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 58 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 58 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 68 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 91 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
misc | FinalParameters | Parameter document should be final. | 103 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 109 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 118 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 120 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 124 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 140 |
![]() |
design | DesignForExtension | Method 'applyConverter' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter converter should be final. | 140 |
![]() |
misc | FinalParameters | Parameter typedDoc should be final. | 140 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 144 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 144 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 149 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 157 |
![]() |
design | DesignForExtension | Method 'convertToActivity' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter converter should be final. | 157 |
![]() |
misc | FinalParameters | Parameter document should be final. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 168). | 181 |
![]() |
design | DesignForExtension | Method 'detectClasses' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter document should be final. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 194 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 196 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 196 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 202 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
misc | FinalParameters | Parameter datumClasses should be final. | 210 |
![]() |
misc | FinalParameters | Parameter document should be final. | 210 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 213 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 219 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 222 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 222 |
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 241 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
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 104). | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 58 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 58 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 68 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 83 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 93 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 89 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
misc | FinalParameters | Parameter document should be final. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 140 |
![]() |
design | DesignForExtension | Method 'applyConverter' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter converter should be final. | 140 |
![]() |
misc | FinalParameters | Parameter typedDoc should be final. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 157 |
![]() |
design | DesignForExtension | Method 'convertToActivityObject' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter converter should be final. | 157 |
![]() |
misc | FinalParameters | Parameter document should be final. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 163 |
![]() |
design | DesignForExtension | Method 'detectClasses' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter document should be final. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
misc | FinalParameters | Parameter datumClasses should be final. | 190 |
![]() |
misc | FinalParameters | Parameter document should be final. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 199 |
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 232 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
![]() |
misc | FinalParameters | Parameter possibleDescendant should be final. | 241 |
![]() |
misc | FinalParameters | Parameter possibleAncestor should be final. | 241 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 242 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 247 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
misc | FinalParameters | Parameter map should be final. | 248 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 252 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 253 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 253 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Method 'detectClasses' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter document should be final. | 52 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 60 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 60 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 75 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 64 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 64 |
![]() |
design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
misc | FinalParameters | Parameter list should be final. | 73 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 78 |
![]() |
misc | FinalParameters | Parameter serialized should be final. | 78 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter list should be final. | 89 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 91 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
design | DesignForExtension | Method 'fromActivityObject' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 55 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 55 |
![]() |
design | DesignForExtension | Method 'toActivityObject' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
![]() |
misc | FinalParameters | Parameter serialized should be final. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | ConstantName | Name 'requiredClass' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 63 |
![]() |
design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
misc | FinalParameters | Parameter list should be final. | 72 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 77 |
![]() |
misc | FinalParameters | Parameter serialized should be final. | 77 |
![]() |
design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
misc | FinalParameters | Parameter list should be final. | 88 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 90 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
design | DesignForExtension | Method 'fromActivityObject' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 54 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 54 |
![]() |
design | DesignForExtension | Method 'toActivityObject' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 63 |
![]() |
misc | FinalParameters | Parameter serialized should be final. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'outClass' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'hocon' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'inPath' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'outPath' must be private and have accessor methods. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 58 |
![]() |
coding | HiddenField | 'outClass' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter hocon should be final. | 58 |
![]() |
coding | HiddenField | 'hocon' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter inPath should be final. | 58 |
![]() |
coding | HiddenField | 'inPath' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter outPath should be final. | 58 |
![]() |
coding | HiddenField | 'outPath' hides a field. | 58 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 76 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter object should be final. | 52 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 52 |
![]() |
misc | FinalParameters | Parameter hoconResource should be final. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 57 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter object should be final. | 57 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 57 |
![]() |
misc | FinalParameters | Parameter hoconResource should be final. | 57 |
![]() |
misc | FinalParameters | Parameter outPath should be final. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 62 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter object should be final. | 62 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 62 |
![]() |
misc | FinalParameters | Parameter hoconResource should be final. | 62 |
![]() |
misc | FinalParameters | Parameter inPath should be final. | 62 |
![]() |
misc | FinalParameters | Parameter outPath should be final. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 67 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter object should be final. | 67 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 67 |
![]() |
misc | FinalParameters | Parameter hocon should be final. | 67 |
![]() |
misc | FinalParameters | Parameter outPath should be final. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 80 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
misc | FinalParameters | Parameter object should be final. | 80 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 80 |
![]() |
misc | FinalParameters | Parameter hocon should be final. | 80 |
![]() |
misc | FinalParameters | Parameter inPath should be final. | 80 |
![]() |
misc | FinalParameters | Parameter outPath should be final. | 80 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 83 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 95 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 95 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 115 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 115 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 127 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 131 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 41 |
![]() |
design | FinalClass | Class LineReadWriteUtil should be declared as final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 75 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 75 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
misc | FinalParameters | Parameter line should be final. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'line'. | 89 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 92 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 107 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 107 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 107 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 112 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 112 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 112 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 116 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 116 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 119 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 120 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 124 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 124 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 130 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 142 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 147 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 147 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 157 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 157 |
![]() |
coding | HiddenField | 'fields' hides a field. | 170 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 173 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 173 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 173 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 175 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 177 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 177 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 179 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 179 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 185 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 185 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 191 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 191 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 193 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 204 |
![]() |
misc | FinalParameters | Parameter field should be final. | 209 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 215 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 215 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 218 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 218 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 221 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 221 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 230 |
![]() |
misc | FinalParameters | Parameter field should be final. | 235 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'field'. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
misc | FinalParameters | Parameter str should be final. | 248 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'outClass' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 58 |
![]() |
coding | HiddenField | 'outClass' hides a field. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 62 |
![]() |
coding | HiddenField | 'outClass' hides a field. | 62 |
![]() |
misc | FinalParameters | Parameter formats should be final. | 62 |
![]() |
coding | HiddenField | 'formats' hides a field. | 62 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 89 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 90 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 90 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter object should be final. | 44 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 55 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
misc | FinalParameters | Parameter object should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 55 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'outClass'. | 55 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mapper'. | 55 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 58 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 69 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 71 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
design | DesignForExtension | Method 'getAttempted' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Method 'getSuccess' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Method 'getFail' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'getPartial' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'getEmitted' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
misc | FinalParameters | Parameter datumStatusCounter should be final. | 60 |
![]() |
design | DesignForExtension | Method 'incrementAttempt' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Method 'incrementAttempt' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter counter should be final. | 74 |
![]() |
design | DesignForExtension | Method 'incrementStatus' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter workStatus should be final. | 83 |
![]() |
design | DesignForExtension | Method 'incrementStatus' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 107 |
![]() |
misc | FinalParameters | Parameter workStatus should be final. | 107 |
![]() |
misc | FinalParameters | Parameter counter should be final. | 107 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter document should be final. | 32 |
![]() |
coding | HiddenField | 'document' hides a field. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter document should be final. | 36 |
![]() |
coding | HiddenField | 'document' hides a field. | 36 |
![]() |
misc | FinalParameters | Parameter id should be final. | 36 |
![]() |
coding | HiddenField | 'id' hides a field. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter document should be final. | 40 |
![]() |
coding | HiddenField | 'document' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 40 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter document should be final. | 44 |
![]() |
coding | HiddenField | 'document' hides a field. | 44 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 44 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter document should be final. | 48 |
![]() |
coding | HiddenField | 'document' hides a field. | 48 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 48 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 48 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 48 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter document should be final. | 52 |
![]() |
coding | HiddenField | 'document' hides a field. | 52 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 52 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 52 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 52 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter document should be final. | 56 |
![]() |
coding | HiddenField | 'document' hides a field. | 56 |
![]() |
misc | FinalParameters | Parameter id should be final. | 56 |
![]() |
coding | HiddenField | 'id' hides a field. | 56 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 56 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter document should be final. | 60 |
![]() |
coding | HiddenField | 'document' hides a field. | 60 |
![]() |
misc | FinalParameters | Parameter id should be final. | 60 |
![]() |
coding | HiddenField | 'id' hides a field. | 60 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 60 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter document should be final. | 64 |
![]() |
coding | HiddenField | 'document' hides a field. | 64 |
![]() |
misc | FinalParameters | Parameter id should be final. | 64 |
![]() |
coding | HiddenField | 'id' hides a field. | 64 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 64 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 64 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 64 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter document should be final. | 68 |
![]() |
coding | HiddenField | 'document' hides a field. | 68 |
![]() |
misc | FinalParameters | Parameter id should be final. | 68 |
![]() |
coding | HiddenField | 'id' hides a field. | 68 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 68 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter document should be final. | 72 |
![]() |
coding | HiddenField | 'document' hides a field. | 72 |
![]() |
misc | FinalParameters | Parameter id should be final. | 72 |
![]() |
coding | HiddenField | 'id' hides a field. | 72 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 72 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 72 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 72 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter document should be final. | 80 |
![]() |
coding | HiddenField | 'document' hides a field. | 80 |
![]() |
misc | FinalParameters | Parameter id should be final. | 80 |
![]() |
coding | HiddenField | 'id' hides a field. | 80 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 80 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 80 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 80 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 80 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 80 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'sequenceid' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'metadata' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'document' must be private and have accessor methods. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 102 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 102 |
![]() |
design | DesignForExtension | Method 'getSequenceid' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Method 'setSequenceid' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 110 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 110 |
![]() |
design | DesignForExtension | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
design | DesignForExtension | Method 'setMetadata' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 118 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 118 |
![]() |
design | DesignForExtension | Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
design | DesignForExtension | Method 'setDocument' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter document should be final. | 126 |
![]() |
coding | HiddenField | 'document' hides a field. | 126 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter id should be final. | 137 |
![]() |
coding | HiddenField | 'id' hides a field. | 137 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 141 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 146 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 147 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 147 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 30 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 29 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 31 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'queue' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'counter' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 33 |
![]() |
coding | HiddenField | 'queue' hides a field. | 33 |
![]() |
design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 51 |
![]() |
coding | HiddenField | 'queue' hides a field. | 51 |
![]() |
design | DesignForExtension | Method 'getCounter' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Method 'setCounter' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter counter should be final. | 59 |
![]() |
coding | HiddenField | 'counter' hides a field. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 44 |
![]() |
misc | FinalParameters | Parameter datum should be final. | 44 |
![]() |
misc | FinalParameters | Parameter throwable should be final. | 44 |
![]() |
misc | FinalParameters | Parameter operationClass should be final. | 44 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter datum should be final. | 52 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 55 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 57 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 46 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 78 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 85 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 92 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 30 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 38 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 48 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
design | FinalClass | Class ActivityUtil should be declared as final. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 39 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 86 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 |
![]() |
misc | FinalParameters | Parameter providerName should be final. | 100 |
![]() |
misc | FinalParameters | Parameter personId should be final. | 100 |
![]() |
misc | FinalParameters | Parameter providerName should be final. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 120 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 120 |
![]() |
misc | FinalParameters | Parameter objectType should be final. | 120 |
![]() |
misc | FinalParameters | Parameter objectId should be final. | 120 |
![]() |
misc | FinalParameters | Parameter providerName should be final. | 130 |
![]() |
misc | FinalParameters | Parameter activityId should be final. | 130 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 139 |
![]() |
misc | FinalParameters | Parameter activityObject should be final. | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 33 |
![]() |
design | FinalClass | Class RFC3339Utils should be declared as final. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 124 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 124 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 126 |
![]() |
misc | FinalParameters | Parameter toParse should be final. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter formatter should be final. | 152 |
![]() |
misc | FinalParameters | Parameter toParse should be final. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 159 |
![]() |
misc | FinalParameters | Parameter dateString should be final. | 163 |
![]() |
misc | FinalParameters | Parameter dateString should be final. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter toFormat should be final. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
misc | FinalParameters | Parameter toFormat should be final. | 187 |
![]() |
misc | FinalParameters | Parameter tz should be final. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter sub should be final. | 191 |
![]() |
misc | FinalParameters | Parameter suffix should be final. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 193 |
![]() |
coding | MagicNumber | '3' is a magic number. | 195 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
design | DesignForExtension | Method 'json' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
misc | FinalParameters | Parameter headers should be final. | 92 |
![]() |
misc | FinalParameters | Parameter body should be final. | 93 |
![]() |
design | DesignForExtension | Method 'json_new_line' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
naming | MethodName | Name 'json_new_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
![]() |
misc | FinalParameters | Parameter headers should be final. | 134 |
![]() |
misc | FinalParameters | Parameter body should be final. | 135 |
![]() |
design | DesignForExtension | Method 'json_meta' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
naming | MethodName | Name 'json_meta' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
![]() |
misc | FinalParameters | Parameter headers should be final. | 190 |
![]() |
misc | FinalParameters | Parameter body should be final. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 208 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 210 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 256 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() |
misc | FinalParameters | Parameter start should be final. | 261 |
![]() |
misc | FinalParameters | Parameter end should be final. | 261 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 271 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfiguration. | 22 |
![]() |
imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.ObjectMapper. | 29 |
![]() |
imports | UnusedImports | Unused import - java.util.Map. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
![]() |
design | DesignForExtension | Method 'newPerpetualStream' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 49 |
![]() |
misc | FinalParameters | Parameter streamId should be final. | 49 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'builder' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
misc | FinalParameters | Parameter bootstrap should be final. | 79 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 95 |
![]() |
misc | FinalParameters | Parameter streamsDropwizardConfiguration should be final. | 95 |
![]() |
misc | FinalParameters | Parameter environment should be final. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 99 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 99 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 100 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 114 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 132 |
![]() |
design | DesignForExtension | Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
misc | FinalParameters | Parameter streamsConfiguration should be final. | 132 |
![]() |
coding | HiddenField | 'streamsConfiguration' hides a field. | 132 |
![]() |
misc | FinalParameters | Parameter resourceProviders should be final. | 132 |
![]() |
coding | HiddenField | 'resourceProviders' hides a field. | 132 |
![]() |
coding | HiddenField | 'builder' hides a field. | 134 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 137 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 146 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter builder should be final. | 152 |
![]() |
coding | HiddenField | 'builder' hides a field. | 152 |
![]() |
misc | FinalParameters | Parameter streamsConfiguration should be final. | 152 |
![]() |
coding | HiddenField | 'streamsConfiguration' hides a field. | 152 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 165 |
![]() |
misc | FinalParameters | Parameter args should be final. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
design | DesignForExtension | Method 'providesStreamsConfiguration' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
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 |
---|---|---|---|---|
![]() |
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 | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() |
design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
misc | FinalParameters | Parameter index should be final. | 83 |
![]() |
misc | FinalParameters | Parameter type should be final. | 83 |
![]() |
misc | FinalParameters | Parameter id should be final. | 83 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
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 | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 83 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 118 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
misc | FinalParameters | Parameter start should be final. | 124 |
![]() |
misc | FinalParameters | Parameter end should be final. | 124 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 131 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 146 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() |
design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter request should be final. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 34 |
![]() |
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 100). | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter config should be final. | 111 |
![]() |
coding | HiddenField | 'config' hides a field. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 120 |
![]() |
misc | FinalParameters | Parameter config should be final. | 120 |
![]() |
coding | HiddenField | 'config' hides a field. | 120 |
![]() |
misc | FinalParameters | Parameter manager should be final. | 120 |
![]() |
coding | HiddenField | 'manager' hides a field. | 120 |
![]() |
design | DesignForExtension | Method 'getBatchesSent' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
design | DesignForExtension | Method 'getBatchesResponded' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
design | DesignForExtension | Method 'getFlushThresholdsRecords' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
design | DesignForExtension | Method 'getFlushThresholdBytes' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
design | DesignForExtension | Method 'getFlushThreasholdMaxTime' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
design | DesignForExtension | Method 'setFlushThresholdRecords' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter val should be final. | 146 |
![]() |
design | DesignForExtension | Method 'setFlushThresholdBytes' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
misc | FinalParameters | Parameter val should be final. | 150 |
![]() |
design | DesignForExtension | Method 'setFlushThreasholdMaxTime' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter val should be final. | 154 |
![]() |
design | DesignForExtension | Method 'setVeryLargeBulk' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
misc | FinalParameters | Parameter veryLargeBulk should be final. | 158 |
![]() |
coding | HiddenField | 'veryLargeBulk' hides a field. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
design | DesignForExtension | Method 'getTotalOutstanding' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
design | DesignForExtension | Method 'getTotalSent' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
design | DesignForExtension | Method 'getTotalOk' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
design | DesignForExtension | Method 'getTotalFailed' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
design | DesignForExtension | Method 'getTotalSizeInBytes' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
design | DesignForExtension | Method 'getTotalSeconds' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
![]() |
design | DesignForExtension | Method 'getAffectedIndexes' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
design | DesignForExtension | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 228 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 231 |
![]() |
design | DesignForExtension | Method 'docAsJson' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
misc | FinalParameters | Parameter streamsDocument should be final. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 236 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 239 |
![]() |
design | DesignForExtension | Method 'appendMetadata' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 241 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 243 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 247 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
coding | MagicNumber | '5' is a magic number. | 265 |
![]() |
coding | MagicNumber | '60' is a magic number. | 265 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 265 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 278 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 284 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 299 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
![]() |
coding | MagicNumber | '5' is a magic number. | 334 |
![]() |
coding | MagicNumber | '60' is a magic number. | 334 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
misc | FinalParameters | Parameter batchThreshold should be final. | 347 |
![]() |
misc | FinalParameters | Parameter timeOutThresholdInMS should be final. | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 350 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 373 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 374 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 379 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 380 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 390 |
![]() |
coding | MagicNumber | '500' is a magic number. | 390 |
![]() |
coding | MagicNumber | '10' is a magic number. | 391 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 394 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 410 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 410 |
![]() |
misc | FinalParameters | Parameter indexName should be final. | 410 |
![]() |
misc | FinalParameters | Parameter type should be final. | 410 |
![]() |
misc | FinalParameters | Parameter id should be final. | 410 |
![]() |
misc | FinalParameters | Parameter ts should be final. | 410 |
![]() |
misc | FinalParameters | Parameter json should be final. | 410 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 423 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() |
misc | FinalParameters | Parameter indexName should be final. | 423 |
![]() |
misc | FinalParameters | Parameter type should be final. | 423 |
![]() |
misc | FinalParameters | Parameter id should be final. | 423 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 423 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parent'. | 423 |
![]() |
misc | FinalParameters | Parameter routing should be final. | 423 |
![]() |
misc | FinalParameters | Parameter ts should be final. | 423 |
![]() |
misc | FinalParameters | Parameter json should be final. | 423 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 450 |
![]() |
misc | FinalParameters | Parameter request should be final. | 450 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 455 |
![]() |
design | DesignForExtension | Method 'checkForFlush' is not designed for extension - needs to be abstract, final or empty. | 468 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 468 |
![]() |
design | DesignForExtension | Method 'checkIndexImplications' is not designed for extension - needs to be abstract, final or empty. | 481 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 481 |
![]() |
misc | FinalParameters | Parameter indexName should be final. | 481 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 482 |
![]() |
design | DesignForExtension | Method 'disableRefresh' is not designed for extension - needs to be abstract, final or empty. | 499 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 502 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 503 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 504 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 505 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 516 |
![]() |
design | DesignForExtension | Method 'createIndexIfMissing' is not designed for extension - needs to be abstract, final or empty. | 520 |
![]() |
misc | FinalParameters | Parameter indexName should be final. | 520 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 530 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 531 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 536 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 543 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 544 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 546 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 550 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 551 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 553 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 554 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 558 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 567 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 567 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 572 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 572 |
![]() |
coding | HiddenField | 'bulkRequest' hides a field. | 572 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 573 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 573 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 573 |
![]() |
misc | FinalParameters | Parameter bulkItemResponses should be final. | 587 |
![]() |
misc | FinalParameters | Parameter throwable should be final. | 592 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 602 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 602 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 611 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 623 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 627 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 630 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 631 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 631 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 631 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 237). | 632 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 632 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 632 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
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 100). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
![]() |
misc | FinalParameters | Parameter config should be final. | 76 |
![]() |
coding | HiddenField | 'config' hides a field. | 76 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
![]() |
design | DesignForExtension | Method 'getHitCount' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 |
![]() |
design | DesignForExtension | Method 'getReadCount' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Method 'getReadPercent' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
design | DesignForExtension | Method 'getRemainingCount' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Method 'setBatchSize' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter batchSize should be final. | 100 |
![]() |
coding | HiddenField | 'batchSize' hides a field. | 100 |
![]() |
design | DesignForExtension | Method 'setScrollTimeout' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter scrollTimeout should be final. | 104 |
![]() |
coding | HiddenField | 'scrollTimeout' hides a field. | 104 |
![]() |
design | DesignForExtension | Method 'setQueryBuilder' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter queryBuilder should be final. | 108 |
![]() |
coding | HiddenField | 'queryBuilder' hides a field. | 108 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 116 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 134 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 143 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 163 |
![]() |
design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
design | DesignForExtension | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
design | DesignForExtension | Method 'calcNext' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
![]() |
design | DesignForExtension | Method 'isCompleted' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
design | DesignForExtension | Method 'hasRecords' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
imports | UnusedImports | Unused import - com.typesafe.config.Config. | 32 |
![]() |
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 108). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter config should be final. | 59 |
![]() |
coding | HiddenField | 'config' hides a field. | 59 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 94 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 100 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
imports | UnusedImports | Unused import - com.typesafe.config.Config. | 29 |
![]() |
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 108). | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter config should be final. | 53 |
![]() |
coding | HiddenField | 'config' hides a field. | 53 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 81 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 81 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 87 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 98 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 102 |
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 | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 87 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 121 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 37 |
![]() |
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 | Method 'getManager' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
design | DesignForExtension | Method 'setManager' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'getProcessorOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'appendMatches' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 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 | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
design | DesignForExtension | Method 'numOfPercolateRules' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
design | DesignForExtension | Method 'createIndexIfMissing' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() |
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 | Method 'addPercolateRule' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() |
design | DesignForExtension | Method 'writePercolateRules' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 292 |
![]() |
design | DesignForExtension | Method 'removeOldTags' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
misc | FinalParameters | Parameter ids should be final. | 294 |
![]() |
misc | FinalParameters | Parameter index should be final. | 294 |
![]() |
design | DesignForExtension | Method 'getActivePercolateTags' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'deleteOldQueries' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() |
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 | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 26 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter config should be final. | 48 |
![]() |
coding | HiddenField | 'config' hides a field. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter args should be final. | 52 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 158). | 68 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 26 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter reindex should be final. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter args should be final. | 52 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 26 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter reindex should be final. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter args should be final. | 52 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 25 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter config should be final. | 48 |
![]() |
coding | HiddenField | 'config' hides a field. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter args should be final. | 52 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 29 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter config should be final. | 60 |
![]() |
coding | HiddenField | 'config' hides a field. | 60 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter args should be final. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 26 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter config should be final. | 54 |
![]() |
coding | HiddenField | 'config' hides a field. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter args should be final. | 58 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 59 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 32 |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter config should be final. | 72 |
![]() |
coding | HiddenField | 'config' hides a field. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter args should be final. | 76 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 151). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 160). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 108 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 114 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 123 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter message should be final. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter message should be final. | 38 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter message should be final. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter message should be final. | 41 |
![]() |
misc | FinalParameters | Parameter cause should be final. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 39 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
misc | FinalParameters | Parameter page should be final. | 55 |
![]() |
design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 36 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 43 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 51 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 52 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
misc | FinalParameters | Parameter post should be final. | 56 |
![]() |
design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter inClass should be final. | 70 |
![]() |
coding | HiddenField | 'inClass' hides a field. | 70 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 70 |
![]() |
coding | HiddenField | 'outClass' hides a field. | 70 |
![]() |
design | DesignForExtension | Method 'getProcessorOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Method 'setProcessorInputQueue' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter inputQueue should be final. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 92 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
misc | FinalParameters | Parameter event should be final. | 92 |
![]() |
misc | FinalParameters | Parameter inClass should be final. | 92 |
![]() |
coding | HiddenField | 'inClass' hides a field. | 92 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 92 |
![]() |
coding | HiddenField | 'outClass' hides a field. | 92 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 108 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 111 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 111 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 117 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 117 |
![]() |
whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 118 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 127 |
![]() |
design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter document should be final. | 128 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 128 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 132 |
![]() |
design | DesignForExtension | Method 'isValidJSON' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 138 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 154 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 164 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 167 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 173 |
![]() |
coding | HiddenField | 'inClass' hides a field. | 175 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 179 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 189 |
![]() |
coding | HiddenField | 'inClass' hides a field. | 189 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 197 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 199 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 210 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 210 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 218 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 226 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'backOff' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 62 |
![]() |
misc | FinalParameters | Parameter config should be final. | 62 |
![]() |
coding | HiddenField | 'config' hides a field. | 62 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 62 |
![]() |
coding | HiddenField | 'queue' hides a field. | 62 |
![]() |
coding | MagicNumber | '5' is a magic number. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 76 |
![]() |
design | DesignForExtension | Method 'isComplete' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
design | DesignForExtension | Method 'outputData' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
misc | FinalParameters | Parameter data should be final. | 89 |
![]() |
misc | FinalParameters | Parameter id should be final. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 98 |
![]() |
design | DesignForExtension | Method 'getNextFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 116 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 140 |
![]() |
design | DesignForExtension | Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 46 |
![]() |
misc | FinalParameters | Parameter json should be final. | 46 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 59 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 61 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 64 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 1,393). | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 78 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter config should be final. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter numThreads should be final. | 100 |
![]() |
misc | FinalParameters | Parameter queueSize should be final. | 100 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 107 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 120 |
![]() |
misc | FinalParameters | Parameter config should be final. | 122 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 122 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 130 |
![]() |
coding | HiddenField | 'klass' hides a field. | 130 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
misc | FinalParameters | Parameter config should be final. | 142 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 142 |
![]() |
coding | HiddenField | 'klass' hides a field. | 142 |
![]() |
design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 168 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 181 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
misc | FinalParameters | Parameter start should be final. | 187 |
![]() |
coding | HiddenField | 'start' hides a field. | 187 |
![]() |
misc | FinalParameters | Parameter end should be final. | 187 |
![]() |
coding | HiddenField | 'end' hides a field. | 187 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 192 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 200 |
![]() |
coding | MagicNumber | '10' is a magic number. | 204 |
![]() |
coding | MagicNumber | '10' is a magic number. | 207 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 220 |
![]() |
coding | MagicNumber | '5' is a magic number. | 222 |
![]() |
coding | MagicNumber | '20' is a magic number. | 222 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 237 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 237 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 243 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 245 |
![]() |
design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 273 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 275 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 275 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 276 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 276 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 277 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 279 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 279 |
![]() |
coding | HiddenField | 'provider' hides a field. | 279 |
![]() |
misc | FinalParameters | Parameter id should be final. | 279 |
![]() |
coding | HiddenField | 'id' hides a field. | 279 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 284 |
![]() |
naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 |
![]() |
design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 284 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 285 |
![]() |
naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 |
![]() |
design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 285 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 286 |
![]() |
naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 |
![]() |
design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 301 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 311 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 313 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 321 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
![]() |
misc | FinalParameters | Parameter postPaging should be final. | 321 |
![]() |
misc | FinalParameters | Parameter postResponseList should be final. | 321 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 1,351). | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 86 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter config should be final. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter numThreads should be final. | 109 |
![]() |
misc | FinalParameters | Parameter queueSize should be final. | 109 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 116 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 129 |
![]() |
misc | FinalParameters | Parameter config should be final. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 131 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 140 |
![]() |
coding | HiddenField | 'klass' hides a field. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'klass'. | 140 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 157 |
![]() |
misc | FinalParameters | Parameter config should be final. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 157 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 157 |
![]() |
coding | HiddenField | 'klass' hides a field. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'klass'. | 157 |
![]() |
design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 199 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
misc | FinalParameters | Parameter start should be final. | 205 |
![]() |
coding | HiddenField | 'start' hides a field. | 205 |
![]() |
misc | FinalParameters | Parameter end should be final. | 205 |
![]() |
coding | HiddenField | 'end' hides a field. | 205 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 210 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 218 |
![]() |
coding | MagicNumber | '10' is a magic number. | 222 |
![]() |
coding | MagicNumber | '10' is a magic number. | 225 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 238 |
![]() |
coding | MagicNumber | '5' is a magic number. | 240 |
![]() |
coding | MagicNumber | '20' is a magic number. | 240 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 257 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 259 |
![]() |
design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 287 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 289 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 289 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 290 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 290 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 294 |
![]() |
misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 312 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
imports | UnusedImports | Unused import - com.typesafe.config.ConfigRenderOptions. | 37 |
![]() |
imports | UnusedImports | Unused import - java.io.IOException. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'datums' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'futures' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 78 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 84 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 84 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 107 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 114 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
misc | FinalParameters | Parameter start should be final. | 119 |
![]() |
misc | FinalParameters | Parameter end should be final. | 119 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 127 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
coding | MagicNumber | '5' is a magic number. | 132 |
![]() |
coding | MagicNumber | '5' is a magic number. | 132 |
![]() |
design | DesignForExtension | Method 'overrideIds' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
misc | FinalParameters | Parameter idsToAfterDate should be final. | 140 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 1,393). | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 75 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter config should be final. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter numThreads should be final. | 94 |
![]() |
misc | FinalParameters | Parameter queueSize should be final. | 94 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 101 |
![]() |
coding | HiddenField | 'facebookUserInformationConfiguration' hides a field. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 117 |
![]() |
misc | FinalParameters | Parameter config should be final. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 121 |
![]() |
coding | HiddenField | 'klass' hides a field. | 121 |
![]() |
coding | HiddenField | 'facebookUserInformationConfiguration' hides a field. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter config should be final. | 133 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 133 |
![]() |
coding | HiddenField | 'klass' hides a field. | 133 |
![]() |
design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 197 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 197 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 212 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 214 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 235 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
misc | FinalParameters | Parameter start should be final. | 241 |
![]() |
coding | HiddenField | 'start' hides a field. | 241 |
![]() |
misc | FinalParameters | Parameter end should be final. | 241 |
![]() |
coding | HiddenField | 'end' hides a field. | 241 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 246 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 254 |
![]() |
coding | MagicNumber | '10' is a magic number. | 258 |
![]() |
coding | MagicNumber | '10' is a magic number. | 261 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 276 |
![]() |
coding | MagicNumber | '5' is a magic number. | 276 |
![]() |
coding | MagicNumber | '20' is a magic number. | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 282 |
![]() |
coding | HiddenField | 'idsBatches' hides a field. | 286 |
![]() |
coding | MagicNumber | '100' is a magic number. | 292 |
![]() |
design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 314 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 324 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 80 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter config should be final. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter numThreads should be final. | 102 |
![]() |
misc | FinalParameters | Parameter queueSize should be final. | 102 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 115 |
![]() |
misc | FinalParameters | Parameter config should be final. | 125 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 133 |
![]() |
coding | HiddenField | 'klass' hides a field. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter config should be final. | 145 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 145 |
![]() |
coding | HiddenField | 'klass' hides a field. | 145 |
![]() |
design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 164 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 167 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 189 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 202 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
misc | FinalParameters | Parameter start should be final. | 208 |
![]() |
coding | HiddenField | 'start' hides a field. | 208 |
![]() |
misc | FinalParameters | Parameter end should be final. | 208 |
![]() |
coding | HiddenField | 'end' hides a field. | 208 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
![]() |
misc | FinalParameters | Parameter pool should be final. | 221 |
![]() |
coding | MagicNumber | '10' is a magic number. | 225 |
![]() |
coding | MagicNumber | '10' is a magic number. | 228 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 241 |
![]() |
coding | MagicNumber | '5' is a magic number. | 243 |
![]() |
coding | MagicNumber | '20' is a magic number. | 243 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 253 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 255 |
![]() |
coding | MagicNumber | '100' is a magic number. | 264 |
![]() |
design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 295 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 297 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 297 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 298 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 298 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 299 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 303 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 303 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 303 |
![]() |
misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 307 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 307 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 307 |
![]() |
misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 307 |
![]() |
misc | FinalParameters | Parameter id should be final. | 307 |
![]() |
coding | HiddenField | 'id' hides a field. | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 329 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 46 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 46 |
![]() |
design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter id should be final. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 56 |
![]() |
design | DesignForExtension | Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter pageId should be final. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 68 |
![]() |
coding | MagicNumber | '17' is a magic number. | 73 |
![]() |
coding | MagicNumber | '4' is a magic number. | 73 |
![]() |
coding | MagicNumber | '341' is a magic number. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
![]() |
design | DesignForExtension | Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.facebook.FacebookConfiguration. | 25 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 86 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 86 |
![]() |
design | DesignForExtension | Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
misc | FinalParameters | Parameter args should be final. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 126 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 49 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 49 |
![]() |
design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
misc | FinalParameters | Parameter id should be final. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter paging should be final. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter pageId should be final. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 109 |
![]() |
misc | FinalParameters | Parameter pageId should be final. | 109 |
![]() |
misc | FinalParameters | Parameter paging should be final. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 124 |
![]() |
coding | MagicNumber | '17' is a magic number. | 129 |
![]() |
coding | MagicNumber | '4' is a magic number. | 129 |
![]() |
coding | MagicNumber | '341' is a magic number. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.facebook.FacebookConfiguration. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter facebookConfiguration should be final. | 63 |
![]() |
design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
misc | FinalParameters | Parameter args should be final. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 99 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 64 |
![]() |
misc | FinalParameters | Parameter page should be final. | 64 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 64 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 76 |
![]() |
misc | FinalParameters | Parameter post should be final. | 76 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 76 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 76 |
![]() |
misc | FinalParameters | Parameter post should be final. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'post'. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 119 |
![]() |
misc | FinalParameters | Parameter page should be final. | 142 |
![]() |
misc | FinalParameters | Parameter post should be final. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 187 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 198 |
![]() |
misc | FinalParameters | Parameter page should be final. | 198 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 214 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 220 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'activity'. | 220 |
![]() |
misc | FinalParameters | Parameter post should be final. | 220 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'post'. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 222 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 224 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 228 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 235 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 235 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 239 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 251 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 251 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 251 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 255 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 258 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 265 |
![]() |
misc | FinalParameters | Parameter idparts should be final. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 272 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 46 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter post should be final. | 51 |
![]() |
design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 61 |
![]() |
design | DesignForExtension | Method 'createActor' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
misc | FinalParameters | Parameter post should be final. | 70 |
![]() |
design | DesignForExtension | Method 'createProvider' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter post should be final. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter config should be final. | 73 |
![]() |
coding | HiddenField | 'config' hides a field. | 73 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 116 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 116 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
misc | FinalParameters | Parameter bigInteger should be final. | 121 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
misc | FinalParameters | Parameter dateTime should be final. | 126 |
![]() |
misc | FinalParameters | Parameter dateTime2 should be final. | 126 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 136 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 139 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 146 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 146 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 148 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 171 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter config should be final. | 62 |
![]() |
coding | HiddenField | 'config' hides a field. | 62 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 74 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 78 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 89 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'verbDefinitionSet' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'resolver' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter verbDefinitionSet should be final. | 54 |
![]() |
coding | HiddenField | 'verbDefinitionSet' hides a field. | 54 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 65 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 85 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'verbDefinitionSet' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'resolver' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter verbDefinitionSet should be final. | 54 |
![]() |
coding | HiddenField | 'verbDefinitionSet' hides a field. | 54 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 65 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 85 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 86 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 40 |
![]() |
coding | HiddenField | 'provider' hides a field. | 40 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 52 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 52 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 63 |
![]() |
coding | HiddenField | 'provider' hides a field. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter event should be final. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter event should be final. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter event should be final. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter event should be final. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter event should be final. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 103 |
![]() |
misc | FinalParameters | Parameter gmailMessage should be final. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter idparts should be final. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 110 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 119 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
misc | FinalParameters | Parameter gmailMessage should be final. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 127 |
![]() |
coding | HiddenField | 'provider' hides a field. | 129 |
![]() |
design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 156 |
![]() |
design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter event should be final. | 160 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'inQueue' must be private and have accessor methods. | 61 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | VisibilityModifier | Variable 'task' must be private and have accessor methods. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'rssClient' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'imapClient' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'countersTotal' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'countersCurrent' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter config should be final. | 76 |
![]() |
coding | HiddenField | 'config' hides a field. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 80 |
![]() |
coding | HiddenField | 'klass' hides a field. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter config should be final. | 85 |
![]() |
coding | HiddenField | 'config' hides a field. | 85 |
![]() |
misc | FinalParameters | Parameter klass should be final. | 85 |
![]() |
coding | HiddenField | 'klass' hides a field. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter nThreads should be final. | 90 |
![]() |
misc | FinalParameters | Parameter queueSize should be final. | 90 |
![]() |
coding | MagicNumber | '5000L' is a magic number. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 93 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter config should be final. | 100 |
![]() |
coding | HiddenField | 'config' hides a field. | 100 |
![]() |
design | DesignForExtension | Method 'getInQueue' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 125 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 126 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 138 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
misc | FinalParameters | Parameter start should be final. | 143 |
![]() |
misc | FinalParameters | Parameter end should be final. | 143 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 165 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
coding | MagicNumber | '5' is a magic number. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 51 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 75 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter activityId should be final. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 54 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 54 |
![]() |
design | DesignForExtension | Method 'getProcessorOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Method 'setProcessorInputQueue' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter inputQueue should be final. | 60 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter item should be final. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 114 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'futures' must be private and have accessor methods. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'credential' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
design | VisibilityModifier | Variable 'plus' must be private and have accessor methods. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter config should be final. | 99 |
![]() |
coding | HiddenField | 'config' hides a field. | 99 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 119 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 120 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
coding | HiddenField | 'plus' hides a field. | 141 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 159 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 166 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
misc | FinalParameters | Parameter start should be final. | 171 |
![]() |
misc | FinalParameters | Parameter end should be final. | 171 |
![]() |
design | DesignForExtension | Method 'createPlusClient' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 184 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
coding | MagicNumber | '10' is a magic number. | 189 |
![]() |
coding | MagicNumber | '10' is a magic number. | 189 |
![]() |
design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
misc | FinalParameters | Parameter config should be final. | 197 |
![]() |
coding | HiddenField | 'config' hides a field. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 202 |
![]() |
design | DesignForExtension | Method 'setDefaultBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
misc | FinalParameters | Parameter defaultBeforeDate should be final. | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 210 |
![]() |
design | DesignForExtension | Method 'setDefaultAfterDate' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
misc | FinalParameters | Parameter defaultAfterDate should be final. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 218 |
![]() |
design | DesignForExtension | Method 'setUserInfoWithDefaultDates' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
misc | FinalParameters | Parameter userIds should be final. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 237 |
![]() |
design | DesignForExtension | Method 'setUserInfoWithAfterDate' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
misc | FinalParameters | Parameter usersAndAfterDates should be final. | 237 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 250 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter provider should be final. | 40 |
![]() |
coding | HiddenField | 'provider' hides a field. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 54 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 59 |
![]() |
misc | FinalParameters | Parameter gplusActivity should be final. | 59 |
![]() |
design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 67 |
![]() |
misc | FinalParameters | Parameter serializedList should be final. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 42 |
![]() |
design | DesignForExtension | Method 'backoffAndIdentifyIfRetry' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
misc | FinalParameters | Parameter gjre should be final. | 42 |
![]() |
misc | FinalParameters | Parameter backOff should be final. | 42 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'BackOffException'. | 42 |
![]() |
coding | MagicNumber | '400' is a magic number. | 45 |
![]() |
coding | MagicNumber | '401' is a magic number. | 48 |
![]() |
coding | MagicNumber | '403' is a magic number. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 52 |
![]() |
coding | MagicNumber | '503' is a magic number. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 68 |
![]() |
misc | FinalParameters | Parameter dateTime should be final. | 71 |
![]() |
misc | FinalParameters | Parameter jsonGenerator should be final. | 72 |
![]() |
misc | FinalParameters | Parameter serializerProvider should be final. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 94 |
![]() |
misc | FinalParameters | Parameter plus should be final. | 94 |
![]() |
coding | HiddenField | 'plus' hides a field. | 94 |
![]() |
misc | FinalParameters | Parameter datumQueue should be final. | 94 |
![]() |
coding | HiddenField | 'datumQueue' hides a field. | 94 |
![]() |
misc | FinalParameters | Parameter backOff should be final. | 94 |
![]() |
coding | HiddenField | 'backOff' hides a field. | 94 |
![]() |
misc | FinalParameters | Parameter userInfo should be final. | 94 |
![]() |
coding | HiddenField | 'userInfo' hides a field. | 94 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
design | DesignForExtension | Method 'collectActivityData' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() |
naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 154 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter config should be final. | 74 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 84 |
![]() |
misc | FinalParameters | Parameter strategy should be final. | 84 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 84 |
![]() |
misc | FinalParameters | Parameter plus should be final. | 84 |
![]() |
misc | FinalParameters | Parameter userInfo should be final. | 84 |
![]() |
misc | FinalParameters | Parameter args should be final. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 116 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 66 |
![]() |
misc | FinalParameters | Parameter plus should be final. | 66 |
![]() |
coding | HiddenField | 'plus' hides a field. | 66 |
![]() |
misc | FinalParameters | Parameter backOffStrategy should be final. | 66 |
![]() |
coding | HiddenField | 'backOffStrategy' hides a field. | 66 |
![]() |
misc | FinalParameters | Parameter datumQueue should be final. | 66 |
![]() |
coding | HiddenField | 'datumQueue' hides a field. | 66 |
![]() |
misc | FinalParameters | Parameter userInfo should be final. | 66 |
![]() |
coding | HiddenField | 'userInfo' hides a field. | 66 |
![]() |
design | DesignForExtension | Method 'queueUserHistory' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 92 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.google.gplus.GPlusConfiguration. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter config should be final. | 76 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 86 |
![]() |
misc | FinalParameters | Parameter strategy should be final. | 86 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 86 |
![]() |
misc | FinalParameters | Parameter plus should be final. | 86 |
![]() |
misc | FinalParameters | Parameter userInfo should be final. | 86 |
![]() |
misc | FinalParameters | Parameter args should be final. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 118 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonProcessingException. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 49 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 54 |
![]() |
misc | FinalParameters | Parameter jsonParser should be final. | 54 |
![]() |
misc | FinalParameters | Parameter deserializationContext should be final. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 79 |
![]() |
misc | FinalParameters | Parameter node should be final. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
![]() |
misc | FinalParameters | Parameter node should be final. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 126 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 132 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 144 |
![]() |
misc | FinalParameters | Parameter objectNode should be final. | 144 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 146 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 151 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 53 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 56 |
![]() |
misc | FinalParameters | Parameter jsonParser should be final. | 56 |
![]() |
misc | FinalParameters | Parameter deserializationContext should be final. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 81 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 83 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 83 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter json should be final. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonProcessingException. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 56 |
![]() |
misc | FinalParameters | Parameter jsonParser should be final. | 56 |
![]() |
misc | FinalParameters | Parameter deserializationContext should be final. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 63 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 65 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 68 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 73 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 73 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 84 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 90 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 92 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 105 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 110 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 45 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 59 |
![]() |
misc | FinalParameters | Parameter item should be final. | 59 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
misc | FinalParameters | Parameter comments should be final. | 75 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 91 |
![]() |
misc | FinalParameters | Parameter gPlusActivity should be final. | 91 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 111 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 118 |
![]() |
misc | FinalParameters | Parameter comment should be final. | 118 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 149 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 149 |
![]() |
misc | FinalParameters | Parameter gPlusActivity should be final. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 165 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 183 |
![]() |
misc | FinalParameters | Parameter activity should be final. | 183 |
![]() |
misc | FinalParameters | Parameter plusObject should be final. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 200 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 223 |
![]() |
misc | FinalParameters | Parameter gPlusActor should be final. | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 231 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 242 |
![]() |
misc | FinalParameters | Parameter person should be final. | 248 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 278 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 289 |
![]() |
misc | FinalParameters | Parameter idparts should be final. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 296 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'props' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter config should be final. | 68 |
![]() |
coding | HiddenField | 'config' hides a field. | 68 |
![]() |
design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter config should be final. | 72 |
![]() |
coding | HiddenField | 'config' hides a field. | 72 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
misc | FinalParameters | Parameter bigInteger should be final. | 120 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
misc | FinalParameters | Parameter dateTime should be final. | 125 |
![]() |
misc | FinalParameters | Parameter dateTime2 should be final. | 125 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 142 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 30 |
![]() |
coding | HiddenField | 'reader' hides a field. | 30 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 37 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'table' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'descriptor' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 71 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 79 |
![]() |
misc | FinalParameters | Parameter hbaseConfiguration should be final. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 94 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 95 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 128 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 139 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 149 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 151 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 188 |
![]() |
design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 202 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 38 |
![]() |
coding | HiddenField | 'writer' hides a field. | 38 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 46 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'lineReaderUtil' must be private and have accessor methods. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | VisibilityModifier | Variable 'hdfsConfiguration' must be private and have accessor methods. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
design | VisibilityModifier | Variable 'streamsConfiguration' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
design | VisibilityModifier | Variable 'countersTotal' must be private and have accessor methods. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'countersCurrent' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 95 |
![]() |
misc | FinalParameters | Parameter hdfsConfiguration should be final. | 102 |
![]() |
coding | HiddenField | 'hdfsConfiguration' hides a field. | 102 |
![]() |
design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
design | DesignForExtension | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 183 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 198 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 202 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 220 |
![]() |
design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 254 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 254 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 266 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 266 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 266 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 269 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 269 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 274 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 274 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 278 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
misc | FinalParameters | Parameter start should be final. | 283 |
![]() |
misc | FinalParameters | Parameter end should be final. | 283 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 46 |
![]() |
coding | HiddenField | 'reader' hides a field. | 46 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 55 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 55 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 59 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 63 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 68 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 77 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 88 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
![]() |
coding | MagicNumber | '15' is a magic number. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'terminate' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
design | VisibilityModifier | Variable 'hdfsConfiguration' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter hdfsConfiguration should be final. | 89 |
![]() |
coding | HiddenField | 'hdfsConfiguration' hides a field. | 89 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 99 |
![]() |
design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 105 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 116 |
![]() |
design | DesignForExtension | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 171 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
misc | FinalParameters | Parameter streamsDatum should be final. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 186 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter line should be final. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 226 |
![]() |
design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 251 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 272 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 273 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 304 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() |
design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 321 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 38 |
![]() |
coding | HiddenField | 'writer' hides a field. | 38 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 46 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 56 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class Instagram should be declared as final. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | VisibilityModifier | Variable 'restClient' must be private and have accessor methods. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 71 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 74 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 77 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 78 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 79 |
![]() |
coding | MagicNumber | '20' is a magic number. | 83 |
![]() |
coding | MagicNumber | '100' is a magic number. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 115 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 116 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 141 |
![]() |
misc | FinalParameters | Parameter user_id should be final. | 157 |
![]() |
naming | ParameterName | Name 'user_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 188 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 188 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 197 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 200 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 203 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 228 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 228 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 237 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 240 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 243 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 252 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 268 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 277 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 280 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 289 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 305 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 314 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 317 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 326 |
![]() |
misc | FinalParameters | Parameter media_id should be final. | 342 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 342 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 358 |
![]() |
misc | FinalParameters | Parameter media_id should be final. | 374 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 374 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 389 |
![]() |
misc | FinalParameters | Parameter media_id should be final. | 405 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 405 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 407 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 408 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 420 |
![]() |
misc | FinalParameters | Parameter shortcode should be final. | 436 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 438 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 444 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 451 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 467 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 469 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 470 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 475 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 485 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 24 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.HttpException. | 25 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.HttpRequest. | 26 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.HttpRequestInterceptor. | 27 |
![]() |
imports | UnusedImports | Unused import - org.apache.http.protocol.HttpContext. | 28 |
![]() |
imports | UnusedImports | Unused import - java.io.IOException. | 32 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | ConstantName | Name 'oauth_signature_encoding' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | ConstantName | Name 'oauth_signature_method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'oAuthConfiguration' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter oauth should be final. | 61 |
![]() |
design | DesignForExtension | Method 'generateSignature' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 70 |
![]() |
naming | LocalVariableName | Name 'request_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
naming | LocalVariableName | Name 'request_param_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | LocalVariableName | Name 'request_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 81 |
![]() |
naming | LocalVariableName | Name 'request_param' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 90 |
![]() |
naming | LocalVariableName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() |
naming | LocalVariableName | Name 'oauth_signature' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 112 |
![]() |
misc | FinalParameters | Parameter endpoint should be final. | 112 |
![]() |
misc | FinalParameters | Parameter allParamsMap should be final. | 112 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 118 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 134 |
![]() |
misc | FinalParameters | Parameter signature_base_string should be final. | 134 |
![]() |
naming | ParameterName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
![]() |
misc | FinalParameters | Parameter clientSecret should be final. | 134 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'NoSuchAlgorithmException'. | 134 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'InvalidKeyException'. | 134 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'UnsupportedEncodingException'. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
naming | StaticVariableName | Name 'backoff_strategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() |
design | DesignForExtension | Method 'onResponse' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter response should be final. | 37 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 39 |
![]() |
coding | MagicNumber | '200' is a magic number. | 40 |
![]() |
coding | MagicNumber | '304' is a magic number. | 41 |
![]() |
coding | MagicNumber | '400' is a magic number. | 42 |
![]() |
coding | MagicNumber | '401' is a magic number. | 44 |
![]() |
coding | MagicNumber | '403' is a magic number. | 46 |
![]() |
coding | MagicNumber | '404' is a magic number. | 47 |
![]() |
coding | MagicNumber | '406' is a magic number. | 48 |
![]() |
coding | MagicNumber | '410' is a magic number. | 49 |
![]() |
coding | MagicNumber | '500' is a magic number. | 51 |
![]() |
coding | MagicNumber | '502' is a magic number. | 52 |
![]() |
coding | MagicNumber | '503' is a magic number. | 53 |
![]() |
coding | MagicNumber | '504' is a magic number. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 36 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 40 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 248). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 57 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
![]() |
naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 67 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 76 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.apache.streams.instagram.pojo.UserInfo. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 35 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
![]() |
naming | ParameterName | Name 'user_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 185). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 54 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 175). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 64 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 73 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 73 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 79 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 81 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 92 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 92 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 19 |
![]() |
imports | UnusedImports | Unused import - java.util.Collection. | 38 |
![]() |
imports | UnusedImports | Unused import - java.util.HashSet. | 39 |
![]() |
imports | UnusedImports | Unused import - java.util.Map. | 41 |
![]() |
imports | UnusedImports | Unused import - java.util.Set. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'dataQueue' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter config should be final. | 75 |
![]() |
coding | HiddenField | 'config' hides a field. | 75 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 87 |
![]() |
design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 105 |
![]() |
design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
misc | FinalParameters | Parameter sequence should be final. | 112 |
![]() |
design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
misc | FinalParameters | Parameter start should be final. | 117 |
![]() |
misc | FinalParameters | Parameter end should be final. | 117 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 122 |
![]() |
design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
coding | MagicNumber | '5' is a magic number. | 146 |
![]() |
coding | MagicNumber | '5' is a magic number. | 146 |
![]() |
design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter instagram should be final. | 43 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 43 |
![]() |
misc | FinalParameters | Parameter config should be final. | 43 |
![]() |
coding | HiddenField | 'config' hides a field. | 43 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
![]() |
design | DesignForExtension | Method 'collectInstagramCommentsForMedia' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter mediaId should be final. | 68 |
![]() |
naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 84 |
![]() |
design | DesignForExtension | Method 'convertToStreamsDatum' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter item should be final. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter config should be final. | 55 |
![]() |
coding | HiddenField | 'config' hides a field. | 55 |
![]() |
design | DesignForExtension | Method 'getInstagramDataCollector' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 81 |
![]() |
misc | FinalParameters | Parameter args should be final. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 109 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
![]() |
imports | UnusedImports | Unused import - org.apache.juneau.internal.StringUtils. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 42 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'dataQueue' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'isCompleted' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'consecutiveErrorCount' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'backOffStrategy' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'instagram' must be private and have accessor methods. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 61 |
![]() |
misc | FinalParameters | Parameter instagram should be final. | 61 |
![]() |
coding | HiddenField | 'instagram' hides a field. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'instagram'. | 61 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 61 |
![]() |
misc | FinalParameters | Parameter config should be final. | 61 |
![]() |
coding | HiddenField | 'config' hides a field. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 74 |
![]() |
design | DesignForExtension | Method 'getNextInstagramClient' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 80 |
![]() |
design | DesignForExtension | Method 'numAvailableTokens' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
design | DesignForExtension | Method 'queueData' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
misc | FinalParameters | Parameter userData should be final. | 98 |
![]() |
misc | FinalParameters | Parameter userId should be final. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 109 |
![]() |
design | DesignForExtension | Method 'isCompleted' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (foun |