The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | design | VisibilityModifier | Variable 'pollInterval' must be private and have accessor methods. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
Error | coding | HiddenField | 'config' hides a field. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 85 |
Error | misc | FinalParameters | Parameter config should be final. | 87 |
Error | coding | HiddenField | 'config' hides a field. | 87 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 87 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter config should be final. | 92 |
Error | coding | HiddenField | 'config' hides a field. | 92 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 110 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 112 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 114 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 114 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 115 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 131 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 131 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 131 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | misc | FinalParameters | Parameter bigInteger should be final. | 139 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | misc | FinalParameters | Parameter dateTime should be final. | 144 |
Error | misc | FinalParameters | Parameter dateTime2 should be final. | 144 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 161 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 165 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 171 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 174 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 174 |
Error | coding | MagicNumber | '5' is a magic number. | 176 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
Error | misc | FinalParameters | Parameter reader should be final. | 58 |
Error | coding | HiddenField | 'reader' hides a field. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'reader'. | 58 |
Error | misc | FinalParameters | Parameter streamName should be final. | 58 |
Error | coding | HiddenField | 'streamName' hides a field. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamName'. | 58 |
Error | misc | FinalParameters | Parameter shardId should be final. | 58 |
Error | coding | HiddenField | 'shardId' hides a field. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'shardId'. | 58 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 87 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 105 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
Error | coding | HiddenField | 'config' hides a field. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 83 |
Error | misc | FinalParameters | Parameter config should be final. | 85 |
Error | coding | HiddenField | 'config' hides a field. | 85 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 85 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter config should be final. | 90 |
Error | coding | HiddenField | 'config' hides a field. | 90 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | misc | FinalParameters | Parameter entry should be final. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 102 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 128 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | coding | MagicNumber | '5' is a magic number. | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter config should be final. | 56 |
Error | coding | HiddenField | 'config' hides a field. | 56 |
Error | design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 73 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 73 |
Error | coding | MagicNumber | '10' is a magic number. | 73 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 74 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 74 |
Error | coding | MagicNumber | '10' is a magic number. | 74 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 77 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 77 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 107 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 112 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 112 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 112 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 128 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 135 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 135 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 135 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | design | DesignForExtension | Method 'config' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Error | design | DesignForExtension | Method 'client' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
Error | design | DesignForExtension | Method 'cluster' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | imports | UnusedImports | Unused import - com.datastax.driver.core.Cluster. | 29 |
Error | imports | UnusedImports | Unused import - com.datastax.driver.core.DataType. | 30 |
Error | imports | UnusedImports | Unused import - com.datastax.driver.core.KeyspaceMetadata. | 31 |
Error | imports | UnusedImports | Unused import - com.datastax.driver.core.Metadata. | 32 |
Error | imports | UnusedImports | Unused import - com.datastax.driver.core.Session. | 35 |
Error | imports | UnusedImports | Unused import - com.datastax.driver.core.TableMetadata. | 36 |
Error | imports | UnusedImports | Unused import - com.datastax.driver.core.schemabuilder.SchemaBuilder. | 38 |
Error | imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 42 |
Error | imports | UnusedImports | Unused import - java.util.HashMap. | 49 |
Error | imports | UnusedImports | Unused import - java.util.Map. | 51 |
Error | imports | UnusedImports | Unused import - java.util.Objects. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | design | VisibilityModifier | Variable 'rowIterator' must be private and have accessor methods. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 89 |
Error | misc | FinalParameters | Parameter config should be final. | 96 |
Error | coding | HiddenField | 'config' hides a field. | 96 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 104 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 105 |
Error | design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 109 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 109 |
Error | design | DesignForExtension | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 126 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | design | DesignForExtension | Method 'prepareDatum' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
Error | misc | FinalParameters | Parameter row should be final. | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 173 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 190 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 205 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 222 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
Error | misc | FinalParameters | Parameter entry should be final. | 222 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 236 |
Error | misc | FinalParameters | Parameter sequence should be final. | 237 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 241 |
Error | misc | FinalParameters | Parameter start should be final. | 242 |
Error | misc | FinalParameters | Parameter end should be final. | 242 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 246 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 252 |
Error | coding | MagicNumber | '10000' is a magic number. | 252 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 261 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 263 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
Error | misc | FinalParameters | Parameter reader should be final. | 265 |
Error | coding | HiddenField | 'reader' hides a field. | 265 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 269 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | imports | UnusedImports | Unused import - com.datastax.driver.core.Cluster. | 30 |
Error | imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 65 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'insertStatement' must be private and have accessor methods. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | design | VisibilityModifier | Variable 'insertBatch' must be private and have accessor methods. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter config should be final. | 94 |
Error | coding | HiddenField | 'config' hides a field. | 94 |
Error | design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 98 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 98 |
Error | design | DesignForExtension | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 118 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 130 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 147 |
Error | design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 158 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 182 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 203 |
Error | coding | MagicNumber | '15' is a magic number. | 219 |
Error | coding | MagicNumber | '15' is a magic number. | 222 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 253 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 254 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 259 |
Error | design | DesignForExtension | Method 'flushIfNecessary' is not designed for extension - needs to be abstract, final or empty. | 264 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 268 |
Error | coding | MagicNumber | '100' is a magic number. | 268 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 303 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter configuration should be final. | 73 |
Error | coding | HiddenField | 'configuration' hides a field. | 73 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | misc | FinalParameters | Parameter entry should be final. | 83 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 112 |
Error | design | DesignForExtension | Method 'prepareURI' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | misc | FinalParameters | Parameter params should be final. | 112 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 128 |
Error | design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | misc | FinalParameters | Parameter entry should be final. | 128 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entry'. | 128 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 135 |
Error | design | DesignForExtension | Method 'preparePayload' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | misc | FinalParameters | Parameter entry should be final. | 135 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entry'. | 135 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 135 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 137 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 138 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 138 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 151 |
Error | design | DesignForExtension | Method 'prepareHttpPost' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | misc | FinalParameters | Parameter uri should be final. | 151 |
Error | javadoc | JavadocMethod | Expected @param tag for 'uri'. | 151 |
Error | misc | FinalParameters | Parameter payload should be final. | 151 |
Error | javadoc | JavadocMethod | Expected @param tag for 'payload'. | 151 |
Error | design | DesignForExtension | Method 'executePost' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Error | misc | FinalParameters | Parameter httpPost should be final. | 167 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 185 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 198 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 199 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 213 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 221 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 84 |
Error | misc | FinalParameters | Parameter processorConfiguration should be final. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'processorConfiguration'. | 84 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 96 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 98 |
Error | design | DesignForExtension | Method 'prepareExtensionFragment' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | misc | FinalParameters | Parameter entityString should be final. | 98 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entityString'. | 98 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 111 |
Error | design | DesignForExtension | Method 'getRootDocument' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | misc | FinalParameters | Parameter datum should be final. | 111 |
Error | javadoc | JavadocMethod | Expected @param tag for 'datum'. | 111 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 128 |
Error | design | DesignForExtension | Method 'getEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | misc | FinalParameters | Parameter rootDocument should be final. | 128 |
Error | javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 130 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 133 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 140 |
Error | design | DesignForExtension | Method 'setEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | misc | FinalParameters | Parameter rootDocument should be final. | 140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 140 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'activityObject'. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 142 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 145 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | misc | FinalParameters | Parameter entry should be final. | 153 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 171 |
Error | coding | MagicNumber | '200' is a magic number. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 176 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 188 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 188 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 198 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 213 |
Error | design | DesignForExtension | Method 'prepareURI' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | misc | FinalParameters | Parameter params should be final. | 213 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 213 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 230 |
Error | design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 230 |
Error | misc | FinalParameters | Parameter entry should be final. | 230 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entry'. | 230 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 237 |
Error | design | DesignForExtension | Method 'preparePayload' is not designed for extension - needs to be abstract, final or empty. | 237 |
Error | misc | FinalParameters | Parameter entry should be final. | 237 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entry'. | 237 |
Error | design | DesignForExtension | Method 'prepareHttpGet' is not designed for extension - needs to be abstract, final or empty. | 246 |
Error | misc | FinalParameters | Parameter uri should be final. | 246 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 255 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 256 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 271 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 277 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | design | VisibilityModifier | Variable 'authHeader' must be private and have accessor methods. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
Error | misc | FinalParameters | Parameter processorConfiguration should be final. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'processorConfiguration'. | 84 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 96 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 98 |
Error | design | DesignForExtension | Method 'prepareExtensionFragment' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | misc | FinalParameters | Parameter entityString should be final. | 98 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entityString'. | 98 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 111 |
Error | design | DesignForExtension | Method 'getRootDocument' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | misc | FinalParameters | Parameter datum should be final. | 111 |
Error | javadoc | JavadocMethod | Expected @param tag for 'datum'. | 111 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 131 |
Error | design | DesignForExtension | Method 'getEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | misc | FinalParameters | Parameter rootDocument should be final. | 131 |
Error | javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 133 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 136 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 143 |
Error | design | DesignForExtension | Method 'setEntityToExtend' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | misc | FinalParameters | Parameter rootDocument should be final. | 143 |
Error | javadoc | JavadocMethod | Expected @param tag for 'rootDocument'. | 143 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 143 |
Error | javadoc | JavadocMethod | Expected @param tag for 'activityObject'. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 145 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 148 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 154 |
Error | misc | FinalParameters | Parameter entry should be final. | 155 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 164 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 184 |
Error | coding | MagicNumber | '200' is a magic number. | 185 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 201 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 211 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 226 |
Error | design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 226 |
Error | misc | FinalParameters | Parameter entry should be final. | 226 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entry'. | 226 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 233 |
Error | design | DesignForExtension | Method 'preparePayload' is not designed for extension - needs to be abstract, final or empty. | 233 |
Error | misc | FinalParameters | Parameter entry should be final. | 233 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entry'. | 233 |
Error | design | DesignForExtension | Method 'prepareHttpPost' is not designed for extension - needs to be abstract, final or empty. | 244 |
Error | misc | FinalParameters | Parameter uri should be final. | 244 |
Error | misc | FinalParameters | Parameter entity should be final. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 248 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 255 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 269 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 275 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | design | VisibilityModifier | Variable 'uriBuilder' must be private and have accessor methods. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'httpclient' must be private and have accessor methods. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 98 |
Error | misc | FinalParameters | Parameter providerConfiguration should be final. | 104 |
Error | javadoc | JavadocMethod | Expected @param tag for 'providerConfiguration'. | 104 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 118 |
Error | design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | misc | FinalParameters | Parameter entry should be final. | 118 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entry'. | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | design | DesignForExtension | Method 'prepareHttpRequest' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | misc | FinalParameters | Parameter uri should be final. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 129 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 131 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 131 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 161 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | coding | MagicNumber | '5' is a magic number. | 199 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 209 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 223 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 223 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
Error | misc | FinalParameters | Parameter uri should be final. | 233 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 247 |
Error | coding | MagicNumber | '200' is a magic number. | 248 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 250 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 256 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 272 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 272 |
Error | misc | FinalParameters | Parameter jsonNode should be final. | 272 |
Error | javadoc | JavadocMethod | Expected @param tag for 'jsonNode'. | 272 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 276 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 294 |
Error | misc | FinalParameters | Parameter item should be final. | 294 |
Error | javadoc | JavadocMethod | Expected @param tag for 'item'. | 294 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 297 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 297 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 301 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 301 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 304 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 304 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 306 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 306 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 308 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 308 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 313 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 313 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 318 |
Error | misc | FinalParameters | Parameter sequence should be final. | 319 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 323 |
Error | misc | FinalParameters | Parameter start should be final. | 324 |
Error | misc | FinalParameters | Parameter end should be final. | 324 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 328 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 333 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
Error | misc | FinalParameters | Parameter pool should be final. | 333 |
Error | coding | MagicNumber | '10' is a magic number. | 337 |
Error | coding | MagicNumber | '10' is a magic number. | 340 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 43 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter configClass should be final. | 53 |
Error | coding | HiddenField | 'configClass' hides a field. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
Error | design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 81 |
Error | design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | misc | FinalParameters | Parameter typesafe should be final. | 85 |
Error | javadoc | JavadocMethod | Expected @param tag for 'typesafe'. | 85 |
Error | misc | FinalParameters | Parameter path should be final. | 85 |
Error | javadoc | JavadocMethod | Expected @param tag for 'path'. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 98 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 98 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 99 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 104 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 104 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 122 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 122 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 137 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 138 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 139 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 139 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 139 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 149 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 149 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 150 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 151 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 151 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 158 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 158 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 158 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 160 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 160 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 165 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 166 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 166 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 167 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 167 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 167 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 174 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 187 |
Error | design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | misc | FinalParameters | Parameter path should be final. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 198 |
Error | design | DesignForExtension | Method 'detectConfiguration' is not designed for extension - needs to be abstract, final or empty. | 203 |
Error | misc | FinalParameters | Parameter config should be final. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 208 |
Error | misc | FinalParameters | Parameter clazz should be final. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 216 |
Error | misc | FinalParameters | Parameter config should be final. | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - com.typesafe.config.ConfigResolveOptions. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 42 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter configClass should be final. | 55 |
Error | coding | HiddenField | 'configClass' hides a field. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter newConfig should be final. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter newConfig should be final. | 76 |
Error | misc | FinalParameters | Parameter path should be final. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter newConfig should be final. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter configUrl should be final. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | misc | FinalParameters | Parameter typesafeConfig should be final. | 96 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | misc | FinalParameters | Parameter base should be final. | 119 |
Error | misc | FinalParameters | Parameter delta should be final. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 126 |
Error | design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Error | design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter path should be final. | 140 |
Error | design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | misc | FinalParameters | Parameter rootConfig should be final. | 145 |
Error | design | DesignForExtension | Method 'detectCustomConfiguration' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Error | misc | FinalParameters | Parameter rootConfig should be final. | 149 |
Error | misc | FinalParameters | Parameter path should be final. | 149 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 152 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 152 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 168 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 176 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 176 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 176 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 178 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 181 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 185 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 185 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 185 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'inputStream' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter inputStream should be final. | 52 |
Error | coding | HiddenField | 'inputStream' hides a field. | 52 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter configuration should be final. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 87 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | misc | FinalParameters | Parameter sequence should be final. | 104 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | misc | FinalParameters | Parameter start should be final. | 109 |
Error | misc | FinalParameters | Parameter end should be final. | 109 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter printStream should be final. | 54 |
Error | coding | HiddenField | 'printStream' hides a field. | 54 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter configuration should be final. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter entry should be final. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter writer should be final. | 38 |
Error | coding | HiddenField | 'writer' hides a field. | 38 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 45 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 45 |
Error | coding | MagicNumber | '100' is a magic number. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter configuration should be final. | 58 |
Error | coding | HiddenField | 'configuration' hides a field. | 58 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter entry should be final. | 68 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter configuration should be final. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter configuration should be final. | 91 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | misc | FinalParameters | Parameter document should be final. | 103 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 109 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 118 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 120 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 124 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 140 |
Error | design | DesignForExtension | Method 'applyConverter' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter converter should be final. | 140 |
Error | misc | FinalParameters | Parameter typedDoc should be final. | 140 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 144 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 144 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 149 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 157 |
Error | design | DesignForExtension | Method 'convertToActivity' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | misc | FinalParameters | Parameter converter should be final. | 157 |
Error | misc | FinalParameters | Parameter document should be final. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 181 |
Error | design | DesignForExtension | Method 'detectClasses' is not designed for extension - needs to be abstract, final or empty. | 189 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
Error | misc | FinalParameters | Parameter document should be final. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 194 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 196 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 196 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 202 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 210 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
Error | misc | FinalParameters | Parameter datumClasses should be final. | 210 |
Error | misc | FinalParameters | Parameter document should be final. | 210 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 213 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 219 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 222 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 222 |
Error | design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 233 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 241 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter configuration should be final. | 58 |
Error | coding | HiddenField | 'configuration' hides a field. | 58 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter entry should be final. | 68 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 93 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 93 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter configuration should be final. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter configuration should be final. | 89 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | misc | FinalParameters | Parameter document should be final. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 140 |
Error | design | DesignForExtension | Method 'applyConverter' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter converter should be final. | 140 |
Error | misc | FinalParameters | Parameter typedDoc should be final. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 157 |
Error | design | DesignForExtension | Method 'convertToActivityObject' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | misc | FinalParameters | Parameter converter should be final. | 157 |
Error | misc | FinalParameters | Parameter document should be final. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 163 |
Error | design | DesignForExtension | Method 'detectClasses' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | misc | FinalParameters | Parameter document should be final. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 190 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Error | misc | FinalParameters | Parameter datumClasses should be final. | 190 |
Error | misc | FinalParameters | Parameter document should be final. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 199 |
Error | design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 232 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
Error | misc | FinalParameters | Parameter possibleDescendant should be final. | 241 |
Error | misc | FinalParameters | Parameter possibleAncestor should be final. | 241 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 242 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 247 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
Error | misc | FinalParameters | Parameter map should be final. | 248 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 252 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 253 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 253 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'detectClasses' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter document should be final. | 52 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 60 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 64 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 64 |
Error | design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter list should be final. | 73 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 78 |
Error | misc | FinalParameters | Parameter serialized should be final. | 78 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | misc | FinalParameters | Parameter list should be final. | 89 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 91 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'fromActivityObject' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 55 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 55 |
Error | design | DesignForExtension | Method 'toActivityObject' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
Error | misc | FinalParameters | Parameter serialized should be final. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | naming | ConstantName | Name 'requiredClass' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 63 |
Error | design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter list should be final. | 72 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 77 |
Error | misc | FinalParameters | Parameter serialized should be final. | 77 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | misc | FinalParameters | Parameter list should be final. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | design | DesignForExtension | Method 'fromActivityObject' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 54 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 54 |
Error | design | DesignForExtension | Method 'toActivityObject' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 63 |
Error | misc | FinalParameters | Parameter serialized should be final. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'outClass' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'hocon' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'inPath' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'outPath' must be private and have accessor methods. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
Error | misc | FinalParameters | Parameter outClass should be final. | 58 |
Error | coding | HiddenField | 'outClass' hides a field. | 58 |
Error | misc | FinalParameters | Parameter hocon should be final. | 58 |
Error | coding | HiddenField | 'hocon' hides a field. | 58 |
Error | misc | FinalParameters | Parameter inPath should be final. | 58 |
Error | coding | HiddenField | 'inPath' hides a field. | 58 |
Error | misc | FinalParameters | Parameter outPath should be final. | 58 |
Error | coding | HiddenField | 'outPath' hides a field. | 58 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter entry should be final. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 76 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter object should be final. | 52 |
Error | misc | FinalParameters | Parameter outClass should be final. | 52 |
Error | misc | FinalParameters | Parameter hoconResource should be final. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 57 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter object should be final. | 57 |
Error | misc | FinalParameters | Parameter outClass should be final. | 57 |
Error | misc | FinalParameters | Parameter hoconResource should be final. | 57 |
Error | misc | FinalParameters | Parameter outPath should be final. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 62 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter object should be final. | 62 |
Error | misc | FinalParameters | Parameter outClass should be final. | 62 |
Error | misc | FinalParameters | Parameter hoconResource should be final. | 62 |
Error | misc | FinalParameters | Parameter inPath should be final. | 62 |
Error | misc | FinalParameters | Parameter outPath should be final. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 67 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter object should be final. | 67 |
Error | misc | FinalParameters | Parameter outClass should be final. | 67 |
Error | misc | FinalParameters | Parameter hocon should be final. | 67 |
Error | misc | FinalParameters | Parameter outPath should be final. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 80 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | misc | FinalParameters | Parameter object should be final. | 80 |
Error | misc | FinalParameters | Parameter outClass should be final. | 80 |
Error | misc | FinalParameters | Parameter hocon should be final. | 80 |
Error | misc | FinalParameters | Parameter inPath should be final. | 80 |
Error | misc | FinalParameters | Parameter outPath should be final. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 95 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 95 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 115 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 115 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 116 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 131 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 41 |
Error | design | FinalClass | Class LineReadWriteUtil should be declared as final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter configuration should be final. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 75 |
Error | misc | FinalParameters | Parameter configuration should be final. | 75 |
Error | javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | misc | FinalParameters | Parameter line should be final. | 89 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 89 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 107 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 107 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 107 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 112 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 112 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 112 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 116 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 116 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 119 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 120 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 130 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 142 |
Error | misc | FinalParameters | Parameter entry should be final. | 147 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entry'. | 147 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 157 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 157 |
Error | coding | HiddenField | 'fields' hides a field. | 170 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 173 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 173 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 173 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 177 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 177 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 179 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 179 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 185 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 185 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 191 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 191 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 193 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 204 |
Error | misc | FinalParameters | Parameter field should be final. | 209 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 215 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 215 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 218 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 218 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 221 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 221 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 230 |
Error | misc | FinalParameters | Parameter field should be final. | 235 |
Error | javadoc | JavadocMethod | Expected @param tag for 'field'. | 235 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
Error | misc | FinalParameters | Parameter str should be final. | 248 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | design | VisibilityModifier | Variable 'outClass' must be private and have accessor methods. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter outClass should be final. | 58 |
Error | coding | HiddenField | 'outClass' hides a field. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter outClass should be final. | 62 |
Error | coding | HiddenField | 'outClass' hides a field. | 62 |
Error | misc | FinalParameters | Parameter formats should be final. | 62 |
Error | coding | HiddenField | 'formats' hides a field. | 62 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter entry should be final. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 89 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 90 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter object should be final. | 44 |
Error | misc | FinalParameters | Parameter outClass should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 55 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter object should be final. | 55 |
Error | javadoc | JavadocMethod | Expected @param tag for 'object'. | 55 |
Error | misc | FinalParameters | Parameter outClass should be final. | 55 |
Error | javadoc | JavadocMethod | Expected @param tag for 'outClass'. | 55 |
Error | misc | FinalParameters | Parameter mapper should be final. | 55 |
Error | javadoc | JavadocMethod | Expected @param tag for 'mapper'. | 55 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 58 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | design | DesignForExtension | Method 'getAttempted' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | design | DesignForExtension | Method 'getSuccess' is not designed for extension - needs to be abstract, final or empty. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | design | DesignForExtension | Method 'getFail' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'getPartial' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | design | DesignForExtension | Method 'getEmitted' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | misc | FinalParameters | Parameter datumStatusCounter should be final. | 60 |
Error | design | DesignForExtension | Method 'incrementAttempt' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | design | DesignForExtension | Method 'incrementAttempt' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter counter should be final. | 74 |
Error | design | DesignForExtension | Method 'incrementStatus' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | misc | FinalParameters | Parameter workStatus should be final. | 83 |
Error | design | DesignForExtension | Method 'incrementStatus' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 107 |
Error | misc | FinalParameters | Parameter workStatus should be final. | 107 |
Error | misc | FinalParameters | Parameter counter should be final. | 107 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter document should be final. | 32 |
Error | coding | HiddenField | 'document' hides a field. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter document should be final. | 36 |
Error | coding | HiddenField | 'document' hides a field. | 36 |
Error | misc | FinalParameters | Parameter id should be final. | 36 |
Error | coding | HiddenField | 'id' hides a field. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter document should be final. | 40 |
Error | coding | HiddenField | 'document' hides a field. | 40 |
Error | misc | FinalParameters | Parameter sequenceid should be final. | 40 |
Error | coding | HiddenField | 'sequenceid' hides a field. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter document should be final. | 44 |
Error | coding | HiddenField | 'document' hides a field. | 44 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 44 |
Error | coding | HiddenField | 'timestamp' hides a field. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter document should be final. | 48 |
Error | coding | HiddenField | 'document' hides a field. | 48 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 48 |
Error | coding | HiddenField | 'timestamp' hides a field. | 48 |
Error | misc | FinalParameters | Parameter sequenceid should be final. | 48 |
Error | coding | HiddenField | 'sequenceid' hides a field. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter document should be final. | 52 |
Error | coding | HiddenField | 'document' hides a field. | 52 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 52 |
Error | coding | HiddenField | 'timestamp' hides a field. | 52 |
Error | misc | FinalParameters | Parameter metadata should be final. | 52 |
Error | coding | HiddenField | 'metadata' hides a field. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter document should be final. | 56 |
Error | coding | HiddenField | 'document' hides a field. | 56 |
Error | misc | FinalParameters | Parameter id should be final. | 56 |
Error | coding | HiddenField | 'id' hides a field. | 56 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 56 |
Error | coding | HiddenField | 'timestamp' hides a field. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter document should be final. | 60 |
Error | coding | HiddenField | 'document' hides a field. | 60 |
Error | misc | FinalParameters | Parameter id should be final. | 60 |
Error | coding | HiddenField | 'id' hides a field. | 60 |
Error | misc | FinalParameters | Parameter metadata should be final. | 60 |
Error | coding | HiddenField | 'metadata' hides a field. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter document should be final. | 64 |
Error | coding | HiddenField | 'document' hides a field. | 64 |
Error | misc | FinalParameters | Parameter id should be final. | 64 |
Error | coding | HiddenField | 'id' hides a field. | 64 |
Error | misc | FinalParameters | Parameter sequenceid should be final. | 64 |
Error | coding | HiddenField | 'sequenceid' hides a field. | 64 |
Error | misc | FinalParameters | Parameter metadata should be final. | 64 |
Error | coding | HiddenField | 'metadata' hides a field. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter document should be final. | 68 |
Error | coding | HiddenField | 'document' hides a field. | 68 |
Error | misc | FinalParameters | Parameter id should be final. | 68 |
Error | coding | HiddenField | 'id' hides a field. | 68 |
Error | misc | FinalParameters | Parameter sequenceid should be final. | 68 |
Error | coding | HiddenField | 'sequenceid' hides a field. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter document should be final. | 72 |
Error | coding | HiddenField | 'document' hides a field. | 72 |
Error | misc | FinalParameters | Parameter id should be final. | 72 |
Error | coding | HiddenField | 'id' hides a field. | 72 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 72 |
Error | coding | HiddenField | 'timestamp' hides a field. | 72 |
Error | misc | FinalParameters | Parameter sequenceid should be final. | 72 |
Error | coding | HiddenField | 'sequenceid' hides a field. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter document should be final. | 80 |
Error | coding | HiddenField | 'document' hides a field. | 80 |
Error | misc | FinalParameters | Parameter id should be final. | 80 |
Error | coding | HiddenField | 'id' hides a field. | 80 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 80 |
Error | coding | HiddenField | 'timestamp' hides a field. | 80 |
Error | misc | FinalParameters | Parameter sequenceid should be final. | 80 |
Error | coding | HiddenField | 'sequenceid' hides a field. | 80 |
Error | misc | FinalParameters | Parameter metadata should be final. | 80 |
Error | coding | HiddenField | 'metadata' hides a field. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'sequenceid' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'metadata' must be private and have accessor methods. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | design | VisibilityModifier | Variable 'document' must be private and have accessor methods. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | design | DesignForExtension | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter timestamp should be final. | 102 |
Error | coding | HiddenField | 'timestamp' hides a field. | 102 |
Error | design | DesignForExtension | Method 'getSequenceid' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | design | DesignForExtension | Method 'setSequenceid' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter sequenceid should be final. | 110 |
Error | coding | HiddenField | 'sequenceid' hides a field. | 110 |
Error | design | DesignForExtension | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | design | DesignForExtension | Method 'setMetadata' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | misc | FinalParameters | Parameter metadata should be final. | 118 |
Error | coding | HiddenField | 'metadata' hides a field. | 118 |
Error | design | DesignForExtension | Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | design | DesignForExtension | Method 'setDocument' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter document should be final. | 126 |
Error | coding | HiddenField | 'document' hides a field. | 126 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 |
Error | design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Error | misc | FinalParameters | Parameter id should be final. | 137 |
Error | coding | HiddenField | 'id' hides a field. | 137 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 141 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 141 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 146 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 147 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 147 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected an @return tag. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 30 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 29 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 31 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | design | VisibilityModifier | Variable 'queue' must be private and have accessor methods. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | design | VisibilityModifier | Variable 'counter' must be private and have accessor methods. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter queue should be final. | 33 |
Error | coding | HiddenField | 'queue' hides a field. | 33 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter queue should be final. | 51 |
Error | coding | HiddenField | 'queue' hides a field. | 51 |
Error | design | DesignForExtension | Method 'getCounter' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | DesignForExtension | Method 'setCounter' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter counter should be final. | 59 |
Error | coding | HiddenField | 'counter' hides a field. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 44 |
Error | misc | FinalParameters | Parameter datum should be final. | 44 |
Error | misc | FinalParameters | Parameter throwable should be final. | 44 |
Error | misc | FinalParameters | Parameter operationClass should be final. | 44 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter datum should be final. | 52 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 55 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 57 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 46 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 78 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 85 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 92 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivityConversionException'. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 30 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 38 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 48 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | design | FinalClass | Class ActivityUtil should be declared as final. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
Error | misc | FinalParameters | Parameter activity should be final. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 86 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 |
Error | misc | FinalParameters | Parameter providerName should be final. | 100 |
Error | misc | FinalParameters | Parameter personId should be final. | 100 |
Error | misc | FinalParameters | Parameter providerName should be final. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 120 |
Error | misc | FinalParameters | Parameter provider should be final. | 120 |
Error | misc | FinalParameters | Parameter objectType should be final. | 120 |
Error | misc | FinalParameters | Parameter objectId should be final. | 120 |
Error | misc | FinalParameters | Parameter providerName should be final. | 130 |
Error | misc | FinalParameters | Parameter activityId should be final. | 130 |
Error | misc | FinalParameters | Parameter activity should be final. | 139 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 33 |
Error | design | FinalClass | Class RFC3339Utils should be declared as final. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 124 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | misc | FinalParameters | Parameter toParse should be final. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | misc | FinalParameters | Parameter formatter should be final. | 152 |
Error | misc | FinalParameters | Parameter toParse should be final. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 159 |
Error | misc | FinalParameters | Parameter dateString should be final. | 163 |
Error | misc | FinalParameters | Parameter dateString should be final. | 179 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
Error | misc | FinalParameters | Parameter toFormat should be final. | 183 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
Error | misc | FinalParameters | Parameter toFormat should be final. | 187 |
Error | misc | FinalParameters | Parameter tz should be final. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Error | misc | FinalParameters | Parameter sub should be final. | 191 |
Error | misc | FinalParameters | Parameter suffix should be final. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 193 |
Error | coding | MagicNumber | '3' is a magic number. | 195 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | design | DesignForExtension | Method 'json' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | misc | FinalParameters | Parameter headers should be final. | 92 |
Error | misc | FinalParameters | Parameter body should be final. | 93 |
Error | design | DesignForExtension | Method 'json_new_line' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | naming | MethodName | Name 'json_new_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | misc | FinalParameters | Parameter headers should be final. | 134 |
Error | misc | FinalParameters | Parameter body should be final. | 135 |
Error | design | DesignForExtension | Method 'json_meta' is not designed for extension - needs to be abstract, final or empty. | 188 |
Error | naming | MethodName | Name 'json_meta' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
Error | misc | FinalParameters | Parameter headers should be final. | 190 |
Error | misc | FinalParameters | Parameter body should be final. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 208 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 210 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 241 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 255 |
Error | misc | FinalParameters | Parameter sequence should be final. | 256 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 260 |
Error | misc | FinalParameters | Parameter start should be final. | 261 |
Error | misc | FinalParameters | Parameter end should be final. | 261 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 265 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 271 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfiguration. | 22 |
Error | imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.ObjectMapper. | 29 |
Error | imports | UnusedImports | Unused import - java.util.Map. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
Error | design | DesignForExtension | Method 'newPerpetualStream' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 49 |
Error | misc | FinalParameters | Parameter streamId should be final. | 49 |
Error | misc | FinalParameters | Parameter provider should be final. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | design | VisibilityModifier | Variable 'builder' must be private and have accessor methods. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | design | DesignForExtension | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter bootstrap should be final. | 79 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 95 |
Error | misc | FinalParameters | Parameter streamsDropwizardConfiguration should be final. | 95 |
Error | misc | FinalParameters | Parameter environment should be final. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 99 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 100 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 114 |
Error | coding | MagicNumber | '10000' is a magic number. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 132 |
Error | design | DesignForExtension | Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | misc | FinalParameters | Parameter streamsConfiguration should be final. | 132 |
Error | coding | HiddenField | 'streamsConfiguration' hides a field. | 132 |
Error | misc | FinalParameters | Parameter resourceProviders should be final. | 132 |
Error | coding | HiddenField | 'resourceProviders' hides a field. | 132 |
Error | coding | HiddenField | 'builder' hides a field. | 134 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 146 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | misc | FinalParameters | Parameter builder should be final. | 152 |
Error | coding | HiddenField | 'builder' hides a field. | 152 |
Error | misc | FinalParameters | Parameter streamsConfiguration should be final. | 152 |
Error | coding | HiddenField | 'streamsConfiguration' hides a field. | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 165 |
Error | misc | FinalParameters | Parameter args should be final. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | design | DesignForExtension | Method 'providesStreamsConfiguration' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | design | FinalClass | Class ElasticsearchClientManager should be declared as final. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter config should be final. | 45 |
Error | coding | HiddenField | 'config' hides a field. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter configuration should be final. | 57 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 58 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 77 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 41 |
Error | misc | FinalParameters | Parameter metadata should be final. | 41 |
Error | misc | FinalParameters | Parameter config should be final. | 41 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 49 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 63 |
Error | misc | FinalParameters | Parameter metadata should be final. | 63 |
Error | misc | FinalParameters | Parameter config should be final. | 63 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 85 |
Error | misc | FinalParameters | Parameter metadata should be final. | 85 |
Error | misc | FinalParameters | Parameter config should be final. | 85 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 107 |
Error | misc | FinalParameters | Parameter metadata should be final. | 107 |
Error | misc | FinalParameters | Parameter config should be final. | 107 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
Error | misc | FinalParameters | Parameter datum should be final. | 129 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 135 |
Error | misc | FinalParameters | Parameter metadata should be final. | 148 |
Error | misc | FinalParameters | Parameter datum should be final. | 160 |
Error | misc | FinalParameters | Parameter datum should be final. | 179 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 197 |
Error | misc | FinalParameters | Parameter node should be final. | 198 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 207 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 207 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter config should be final. | 44 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | design | DesignForExtension | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | misc | FinalParameters | Parameter index should be final. | 83 |
Error | misc | FinalParameters | Parameter type should be final. | 83 |
Error | misc | FinalParameters | Parameter id should be final. | 83 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | misc | FinalParameters | Parameter request should be final. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | coding | MagicNumber | '10' is a magic number. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter config should be final. | 69 |
Error | coding | HiddenField | 'config' hides a field. | 69 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 83 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | misc | FinalParameters | Parameter configuration should be final. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 88 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | misc | FinalParameters | Parameter sequence should be final. | 118 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter start should be final. | 124 |
Error | misc | FinalParameters | Parameter end should be final. | 124 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 131 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 138 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 144 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | misc | FinalParameters | Parameter entry should be final. | 146 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
Error | misc | FinalParameters | Parameter pool should be final. | 160 |
Error | coding | MagicNumber | '10' is a magic number. | 164 |
Error | coding | MagicNumber | '10' is a magic number. | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 180 |
Error | coding | MagicNumber | '10000' is a magic number. | 180 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 185 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 185 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Error | misc | FinalParameters | Parameter reader should be final. | 191 |
Error | coding | HiddenField | 'reader' hides a field. | 191 |
Error | misc | FinalParameters | Parameter query should be final. | 191 |
Error | coding | HiddenField | 'query' hides a field. | 191 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 204 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 210 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 218 |
Error | coding | MagicNumber | '100' is a magic number. | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter config should be final. | 45 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 96 |
Error | design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | misc | FinalParameters | Parameter indexName should be final. | 96 |
Error | misc | FinalParameters | Parameter type should be final. | 96 |
Error | misc | FinalParameters | Parameter id should be final. | 96 |
Error | misc | FinalParameters | Parameter parent should be final. | 96 |
Error | misc | FinalParameters | Parameter routing should be final. | 96 |
Error | misc | FinalParameters | Parameter json should be final. | 96 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | misc | FinalParameters | Parameter request should be final. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | design | VisibilityModifier | Variable 'affectedIndexes' must be private and have accessor methods. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | design | VisibilityModifier | Variable 'manager' must be private and have accessor methods. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'bulkRequest' must be private and have accessor methods. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | design | VisibilityModifier | Variable 'currentBatchItems' must be private and have accessor methods. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
Error | design | VisibilityModifier | Variable 'currentBatchBytes' must be private and have accessor methods. | 99 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter config should be final. | 111 |
Error | coding | HiddenField | 'config' hides a field. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 120 |
Error | misc | FinalParameters | Parameter config should be final. | 120 |
Error | coding | HiddenField | 'config' hides a field. | 120 |
Error | misc | FinalParameters | Parameter manager should be final. | 120 |
Error | coding | HiddenField | 'manager' hides a field. | 120 |
Error | design | DesignForExtension | Method 'getBatchesSent' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | design | DesignForExtension | Method 'getBatchesResponded' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | design | DesignForExtension | Method 'getFlushThresholdsRecords' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | design | DesignForExtension | Method 'getFlushThresholdBytes' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | design | DesignForExtension | Method 'getFlushThreasholdMaxTime' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | design | DesignForExtension | Method 'setFlushThresholdRecords' is not designed for extension - needs to be abstract, final or empty. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Error | misc | FinalParameters | Parameter val should be final. | 146 |
Error | design | DesignForExtension | Method 'setFlushThresholdBytes' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | misc | FinalParameters | Parameter val should be final. | 150 |
Error | design | DesignForExtension | Method 'setFlushThreasholdMaxTime' is not designed for extension - needs to be abstract, final or empty. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | misc | FinalParameters | Parameter val should be final. | 154 |
Error | design | DesignForExtension | Method 'setVeryLargeBulk' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Error | misc | FinalParameters | Parameter veryLargeBulk should be final. | 158 |
Error | coding | HiddenField | 'veryLargeBulk' hides a field. | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | design | DesignForExtension | Method 'getTotalOutstanding' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Error | design | DesignForExtension | Method 'getTotalSent' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | design | DesignForExtension | Method 'getTotalOk' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Error | design | DesignForExtension | Method 'getTotalFailed' is not designed for extension - needs to be abstract, final or empty. | 178 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
Error | design | DesignForExtension | Method 'getTotalSizeInBytes' is not designed for extension - needs to be abstract, final or empty. | 182 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
Error | design | DesignForExtension | Method 'getTotalSeconds' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Error | design | DesignForExtension | Method 'getAffectedIndexes' is not designed for extension - needs to be abstract, final or empty. | 190 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Error | design | DesignForExtension | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 194 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 198 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 203 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 228 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 231 |
Error | design | DesignForExtension | Method 'docAsJson' is not designed for extension - needs to be abstract, final or empty. | 235 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
Error | misc | FinalParameters | Parameter streamsDocument should be final. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 236 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 239 |
Error | design | DesignForExtension | Method 'appendMetadata' is not designed for extension - needs to be abstract, final or empty. | 239 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 241 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 243 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 247 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 253 |
Error | coding | MagicNumber | '5' is a magic number. | 265 |
Error | coding | MagicNumber | '60' is a magic number. | 265 |
Error | coding | MagicNumber | '1000' is a magic number. | 265 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 278 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 284 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 299 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
Error | coding | MagicNumber | '5' is a magic number. | 334 |
Error | coding | MagicNumber | '60' is a magic number. | 334 |
Error | coding | MagicNumber | '1000' is a magic number. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 347 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
Error | misc | FinalParameters | Parameter batchThreshold should be final. | 347 |
Error | misc | FinalParameters | Parameter timeOutThresholdInMS should be final. | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 350 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 390 |
Error | coding | MagicNumber | '500' is a magic number. | 390 |
Error | coding | MagicNumber | '10' is a magic number. | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 394 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 410 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 410 |
Error | misc | FinalParameters | Parameter indexName should be final. | 410 |
Error | misc | FinalParameters | Parameter type should be final. | 410 |
Error | misc | FinalParameters | Parameter id should be final. | 410 |
Error | misc | FinalParameters | Parameter ts should be final. | 410 |
Error | misc | FinalParameters | Parameter json should be final. | 410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 423 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 423 |
Error | misc | FinalParameters | Parameter indexName should be final. | 423 |
Error | misc | FinalParameters | Parameter type should be final. | 423 |
Error | misc | FinalParameters | Parameter id should be final. | 423 |
Error | misc | FinalParameters | Parameter parent should be final. | 423 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parent'. | 423 |
Error | misc | FinalParameters | Parameter routing should be final. | 423 |
Error | misc | FinalParameters | Parameter ts should be final. | 423 |
Error | misc | FinalParameters | Parameter json should be final. | 423 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 450 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 450 |
Error | misc | FinalParameters | Parameter request should be final. | 450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 455 |
Error | design | DesignForExtension | Method 'checkForFlush' is not designed for extension - needs to be abstract, final or empty. | 468 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 468 |
Error | design | DesignForExtension | Method 'checkIndexImplications' is not designed for extension - needs to be abstract, final or empty. | 481 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 481 |
Error | misc | FinalParameters | Parameter indexName should be final. | 481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 482 |
Error | design | DesignForExtension | Method 'disableRefresh' is not designed for extension - needs to be abstract, final or empty. | 499 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 503 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 505 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 516 |
Error | design | DesignForExtension | Method 'createIndexIfMissing' is not designed for extension - needs to be abstract, final or empty. | 520 |
Error | misc | FinalParameters | Parameter indexName should be final. | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 530 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 531 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 536 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 543 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 544 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 546 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 550 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 551 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 553 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 554 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 558 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 567 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 572 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 572 |
Error | coding | HiddenField | 'bulkRequest' hides a field. | 572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 573 |
Error | coding | MagicNumber | '1024' is a magic number. | 573 |
Error | coding | MagicNumber | '1024' is a magic number. | 573 |
Error | misc | FinalParameters | Parameter bulkItemResponses should be final. | 587 |
Error | misc | FinalParameters | Parameter throwable should be final. | 592 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 602 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 611 |
Error | coding | MagicNumber | '1000' is a magic number. | 623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 631 |
Error | coding | MagicNumber | '1024' is a magic number. | 631 |
Error | coding | MagicNumber | '1024' is a magic number. | 631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 237). | 632 |
Error | coding | MagicNumber | '1024' is a magic number. | 632 |
Error | coding | MagicNumber | '1024' is a magic number. | 632 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | coding | MagicNumber | '1000' is a magic number. | 53 |
Error | coding | MagicNumber | '1000' is a magic number. | 53 |
Error | coding | MagicNumber | '1000' is a magic number. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | coding | MagicNumber | '100' is a magic number. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
Error | misc | FinalParameters | Parameter config should be final. | 76 |
Error | coding | HiddenField | 'config' hides a field. | 76 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
Error | design | DesignForExtension | Method 'getHitCount' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 |
Error | design | DesignForExtension | Method 'getReadCount' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | design | DesignForExtension | Method 'getReadPercent' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | design | DesignForExtension | Method 'getRemainingCount' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | design | DesignForExtension | Method 'setBatchSize' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter batchSize should be final. | 100 |
Error | coding | HiddenField | 'batchSize' hides a field. | 100 |
Error | design | DesignForExtension | Method 'setScrollTimeout' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter scrollTimeout should be final. | 104 |
Error | coding | HiddenField | 'scrollTimeout' hides a field. | 104 |
Error | design | DesignForExtension | Method 'setQueryBuilder' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | misc | FinalParameters | Parameter queryBuilder should be final. | 108 |
Error | coding | HiddenField | 'queryBuilder' hides a field. | 108 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter obj should be final. | 116 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 134 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 143 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 163 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 181 |
Error | design | DesignForExtension | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | design | DesignForExtension | Method 'calcNext' is not designed for extension - needs to be abstract, final or empty. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 214 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Error | design | DesignForExtension | Method 'isCompleted' is not designed for extension - needs to be abstract, final or empty. | 237 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
Error | design | DesignForExtension | Method 'hasRecords' is not designed for extension - needs to be abstract, final or empty. | 241 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | imports | UnusedImports | Unused import - com.typesafe.config.Config. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter config should be final. | 59 |
Error | coding | HiddenField | 'config' hides a field. | 59 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | misc | FinalParameters | Parameter entry should be final. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 94 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 100 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | imports | UnusedImports | Unused import - com.typesafe.config.Config. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter config should be final. | 53 |
Error | coding | HiddenField | 'config' hides a field. | 53 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | misc | FinalParameters | Parameter entry should be final. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 87 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 98 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | misc | FinalParameters | Parameter entry should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 66 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 87 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | Extra HTML tag found: </p> | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter entry should be final. | 62 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 64 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 64 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 93 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 121 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | design | VisibilityModifier | Variable 'inQueue' must be private and have accessor methods. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | design | VisibilityModifier | Variable 'outQueue' must be private and have accessor methods. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | design | VisibilityModifier | Variable 'usePercolateField' must be private and have accessor methods. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter config should be final. | 88 |
Error | coding | HiddenField | 'config' hides a field. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter config should be final. | 92 |
Error | coding | HiddenField | 'config' hides a field. | 92 |
Error | misc | FinalParameters | Parameter defaultPercolateField should be final. | 92 |
Error | design | DesignForExtension | Method 'getManager' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | design | DesignForExtension | Method 'setManager' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter manager should be final. | 101 |
Error | coding | HiddenField | 'manager' hides a field. | 101 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter config should be final. | 109 |
Error | coding | HiddenField | 'config' hides a field. | 109 |
Error | design | DesignForExtension | Method 'getProcessorOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | misc | FinalParameters | Parameter entry should be final. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 165 |
Error | design | DesignForExtension | Method 'appendMatches' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
Error | misc | FinalParameters | Parameter tagArray should be final. | 191 |
Error | misc | FinalParameters | Parameter activity should be final. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 193 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 197 |
Error | misc | FinalParameters | Parameter configuration should be final. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 206 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 222 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 228 |
Error | design | DesignForExtension | Method 'numOfPercolateRules' is not designed for extension - needs to be abstract, final or empty. | 236 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
Error | design | DesignForExtension | Method 'createIndexIfMissing' is not designed for extension - needs to be abstract, final or empty. | 244 |
Error | misc | FinalParameters | Parameter indexName should be final. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 259 |
Error | design | DesignForExtension | Method 'addPercolateRule' is not designed for extension - needs to be abstract, final or empty. | 266 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
Error | misc | FinalParameters | Parameter builder should be final. | 266 |
Error | misc | FinalParameters | Parameter index should be final. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 273 |
Error | design | DesignForExtension | Method 'writePercolateRules' is not designed for extension - needs to be abstract, final or empty. | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 292 |
Error | design | DesignForExtension | Method 'removeOldTags' is not designed for extension - needs to be abstract, final or empty. | 294 |
Error | misc | FinalParameters | Parameter ids should be final. | 294 |
Error | misc | FinalParameters | Parameter index should be final. | 294 |
Error | design | DesignForExtension | Method 'getActivePercolateTags' is not designed for extension - needs to be abstract, final or empty. | 310 |
Error | misc | FinalParameters | Parameter index should be final. | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 312 |
Error | coding | MagicNumber | '1000' is a magic number. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 313 |
Error | design | DesignForExtension | Method 'deleteOldQueries' is not designed for extension - needs to be abstract, final or empty. | 326 |
Error | misc | FinalParameters | Parameter index should be final. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 335 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 341 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 343 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 352 |
Error | misc | FinalParameters | Parameter id should be final. | 352 |
Error | coding | HiddenField | 'id' hides a field. | 352 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 352 |
Error | misc | FinalParameters | Parameter query should be final. | 352 |
Error | javadoc | JavadocMethod | Expected @param tag for 'query'. | 352 |
Error | misc | FinalParameters | Parameter defaultPercolateField should be final. | 352 |
Error | javadoc | JavadocMethod | Expected @param tag for 'defaultPercolateField'. | 352 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 358 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
Error | design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 362 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 368 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 369 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 26 |
Error | imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter config should be final. | 48 |
Error | coding | HiddenField | 'config' hides a field. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter args should be final. | 52 |
Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 68 |
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 26 |
Error | imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter reindex should be final. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter args should be final. | 52 |
Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 26 |
Error | imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter reindex should be final. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter args should be final. | 52 |
Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 25 |
Error | imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter config should be final. | 48 |
Error | coding | HiddenField | 'config' hides a field. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter args should be final. | 52 |
Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 29 |
Error | imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter config should be final. | 60 |
Error | coding | HiddenField | 'config' hides a field. | 60 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter args should be final. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 26 |
Error | imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter config should be final. | 54 |
Error | coding | HiddenField | 'config' hides a field. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter args should be final. | 58 |
Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 59 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.ComponentConfigurator. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.streams.jackson.StreamsJacksonMapper. | 32 |
Error | imports | UnusedImports | Unused import - org.apache.streams.local.LocalRuntimeConfiguration. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter config should be final. | 72 |
Error | coding | HiddenField | 'config' hides a field. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter args should be final. | 76 |
Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 108 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 114 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | misc | FinalParameters | Parameter entry should be final. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 123 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter message should be final. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter cause should be final. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter message should be final. | 38 |
Error | misc | FinalParameters | Parameter cause should be final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter message should be final. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter cause should be final. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter message should be final. | 41 |
Error | misc | FinalParameters | Parameter cause should be final. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 39 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter page should be final. | 55 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 36 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 43 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 51 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 52 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter post should be final. | 56 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter inClass should be final. | 70 |
Error | coding | HiddenField | 'inClass' hides a field. | 70 |
Error | misc | FinalParameters | Parameter outClass should be final. | 70 |
Error | coding | HiddenField | 'outClass' hides a field. | 70 |
Error | design | DesignForExtension | Method 'getProcessorOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | design | DesignForExtension | Method 'setProcessorInputQueue' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 92 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | misc | FinalParameters | Parameter event should be final. | 92 |
Error | misc | FinalParameters | Parameter inClass should be final. | 92 |
Error | coding | HiddenField | 'inClass' hides a field. | 92 |
Error | misc | FinalParameters | Parameter outClass should be final. | 92 |
Error | coding | HiddenField | 'outClass' hides a field. | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 96 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 96 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 105 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 108 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 117 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 117 |
Error | whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 118 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 127 |
Error | design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | misc | FinalParameters | Parameter document should be final. | 128 |
Error | misc | FinalParameters | Parameter klass should be final. | 128 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 132 |
Error | design | DesignForExtension | Method 'isValidJSON' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | blocks | EmptyBlock | Must have at least one statement. | 138 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | misc | FinalParameters | Parameter entry should be final. | 154 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 167 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 173 |
Error | coding | HiddenField | 'inClass' hides a field. | 175 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 179 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 189 |
Error | coding | HiddenField | 'inClass' hides a field. | 189 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 197 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 199 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 210 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 210 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 217 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 218 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | design | VisibilityModifier | Variable 'backOff' must be private and have accessor methods. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 62 |
Error | misc | FinalParameters | Parameter config should be final. | 62 |
Error | coding | HiddenField | 'config' hides a field. | 62 |
Error | misc | FinalParameters | Parameter queue should be final. | 62 |
Error | coding | HiddenField | 'queue' hides a field. | 62 |
Error | coding | MagicNumber | '5' is a magic number. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 76 |
Error | design | DesignForExtension | Method 'isComplete' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | design | DesignForExtension | Method 'outputData' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | misc | FinalParameters | Parameter data should be final. | 89 |
Error | misc | FinalParameters | Parameter id should be final. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 98 |
Error | design | DesignForExtension | Method 'getNextFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 116 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 140 |
Error | design | DesignForExtension | Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
Error | misc | FinalParameters | Parameter json should be final. | 46 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 59 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 64 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 1,393). | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 78 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter config should be final. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter numThreads should be final. | 100 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 100 |
Error | coding | MagicNumber | '5000L' is a magic number. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 107 |
Error | coding | HiddenField | 'configuration' hides a field. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 120 |
Error | misc | FinalParameters | Parameter config should be final. | 122 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 122 |
Error | misc | FinalParameters | Parameter klass should be final. | 130 |
Error | coding | HiddenField | 'klass' hides a field. | 130 |
Error | coding | HiddenField | 'configuration' hides a field. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Error | misc | FinalParameters | Parameter config should be final. | 142 |
Error | misc | FinalParameters | Parameter klass should be final. | 142 |
Error | coding | HiddenField | 'klass' hides a field. | 142 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 168 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | misc | FinalParameters | Parameter sequence should be final. | 181 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | misc | FinalParameters | Parameter start should be final. | 187 |
Error | coding | HiddenField | 'start' hides a field. | 187 |
Error | misc | FinalParameters | Parameter end should be final. | 187 |
Error | coding | HiddenField | 'end' hides a field. | 187 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 192 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 195 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 200 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Error | misc | FinalParameters | Parameter pool should be final. | 200 |
Error | coding | MagicNumber | '10' is a magic number. | 204 |
Error | coding | MagicNumber | '10' is a magic number. | 207 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 219 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 220 |
Error | coding | MagicNumber | '5' is a magic number. | 222 |
Error | coding | MagicNumber | '20' is a magic number. | 222 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 237 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 237 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 243 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 245 |
Error | design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 252 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 268 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 273 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 275 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 275 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 276 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 276 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 277 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 279 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 279 |
Error | misc | FinalParameters | Parameter provider should be final. | 279 |
Error | coding | HiddenField | 'provider' hides a field. | 279 |
Error | misc | FinalParameters | Parameter id should be final. | 279 |
Error | coding | HiddenField | 'id' hides a field. | 279 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 284 |
Error | naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 |
Error | design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 284 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 285 |
Error | naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 |
Error | design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 285 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 286 |
Error | naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 |
Error | design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 301 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 311 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 321 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
Error | misc | FinalParameters | Parameter postPaging should be final. | 321 |
Error | misc | FinalParameters | Parameter postResponseList should be final. | 321 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 1,351). | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 86 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter config should be final. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 100 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 103 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter numThreads should be final. | 109 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 109 |
Error | coding | MagicNumber | '5000L' is a magic number. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 116 |
Error | coding | HiddenField | 'configuration' hides a field. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 129 |
Error | misc | FinalParameters | Parameter config should be final. | 131 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 131 |
Error | misc | FinalParameters | Parameter klass should be final. | 140 |
Error | coding | HiddenField | 'klass' hides a field. | 140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 140 |
Error | coding | HiddenField | 'configuration' hides a field. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 157 |
Error | misc | FinalParameters | Parameter config should be final. | 157 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 157 |
Error | misc | FinalParameters | Parameter klass should be final. | 157 |
Error | coding | HiddenField | 'klass' hides a field. | 157 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 157 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 171 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 198 |
Error | misc | FinalParameters | Parameter sequence should be final. | 199 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 204 |
Error | misc | FinalParameters | Parameter start should be final. | 205 |
Error | coding | HiddenField | 'start' hides a field. | 205 |
Error | misc | FinalParameters | Parameter end should be final. | 205 |
Error | coding | HiddenField | 'end' hides a field. | 205 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 210 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 218 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
Error | misc | FinalParameters | Parameter pool should be final. | 218 |
Error | coding | MagicNumber | '10' is a magic number. | 222 |
Error | coding | MagicNumber | '10' is a magic number. | 225 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 237 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 238 |
Error | coding | MagicNumber | '5' is a magic number. | 240 |
Error | coding | MagicNumber | '20' is a magic number. | 240 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 257 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 259 |
Error | design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 266 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 282 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 287 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 289 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 289 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 290 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 290 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 294 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 294 |
Error | misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 312 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | imports | UnusedImports | Unused import - com.typesafe.config.ConfigRenderOptions. | 37 |
Error | imports | UnusedImports | Unused import - java.io.IOException. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | design | VisibilityModifier | Variable 'datums' must be private and have accessor methods. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | design | VisibilityModifier | Variable 'futures' must be private and have accessor methods. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 78 |
Error | misc | FinalParameters | Parameter configuration should be final. | 84 |
Error | coding | HiddenField | 'configuration' hides a field. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 84 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 107 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | misc | FinalParameters | Parameter sequence should be final. | 114 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | misc | FinalParameters | Parameter start should be final. | 119 |
Error | misc | FinalParameters | Parameter end should be final. | 119 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 127 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | coding | MagicNumber | '5' is a magic number. | 132 |
Error | coding | MagicNumber | '5' is a magic number. | 132 |
Error | design | DesignForExtension | Method 'overrideIds' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | misc | FinalParameters | Parameter idsToAfterDate should be final. | 140 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 1,393). | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 75 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter config should be final. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | design | VisibilityModifier | Variable 'idsBatches' must be private and have accessor methods. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter numThreads should be final. | 94 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 94 |
Error | coding | MagicNumber | '5000L' is a magic number. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 101 |
Error | coding | HiddenField | 'facebookUserInformationConfiguration' hides a field. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 117 |
Error | misc | FinalParameters | Parameter config should be final. | 117 |
Error | javadoc | JavadocMethod | Expected @param tag for 'config'. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Error | misc | FinalParameters | Parameter klass should be final. | 121 |
Error | coding | HiddenField | 'klass' hides a field. | 121 |
Error | coding | HiddenField | 'facebookUserInformationConfiguration' hides a field. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | misc | FinalParameters | Parameter config should be final. | 133 |
Error | misc | FinalParameters | Parameter klass should be final. | 133 |
Error | coding | HiddenField | 'klass' hides a field. | 133 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 197 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 197 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 212 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 214 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | misc | FinalParameters | Parameter sequence should be final. | 235 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 240 |
Error | misc | FinalParameters | Parameter start should be final. | 241 |
Error | coding | HiddenField | 'start' hides a field. | 241 |
Error | misc | FinalParameters | Parameter end should be final. | 241 |
Error | coding | HiddenField | 'end' hides a field. | 241 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 246 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 249 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
Error | misc | FinalParameters | Parameter pool should be final. | 254 |
Error | coding | MagicNumber | '10' is a magic number. | 258 |
Error | coding | MagicNumber | '10' is a magic number. | 261 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 273 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 276 |
Error | coding | MagicNumber | '5' is a magic number. | 276 |
Error | coding | MagicNumber | '20' is a magic number. | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 282 |
Error | coding | HiddenField | 'idsBatches' hides a field. | 286 |
Error | coding | MagicNumber | '100' is a magic number. | 292 |
Error | design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 309 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 314 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 324 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 80 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter config should be final. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter numThreads should be final. | 102 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 102 |
Error | coding | MagicNumber | '5000L' is a magic number. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 115 |
Error | misc | FinalParameters | Parameter config should be final. | 125 |
Error | misc | FinalParameters | Parameter klass should be final. | 133 |
Error | coding | HiddenField | 'klass' hides a field. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | misc | FinalParameters | Parameter config should be final. | 145 |
Error | misc | FinalParameters | Parameter klass should be final. | 145 |
Error | coding | HiddenField | 'klass' hides a field. | 145 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 154 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 167 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 189 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | misc | FinalParameters | Parameter sequence should be final. | 202 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 207 |
Error | misc | FinalParameters | Parameter start should be final. | 208 |
Error | coding | HiddenField | 'start' hides a field. | 208 |
Error | misc | FinalParameters | Parameter end should be final. | 208 |
Error | coding | HiddenField | 'end' hides a field. | 208 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 216 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 221 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
Error | misc | FinalParameters | Parameter pool should be final. | 221 |
Error | coding | MagicNumber | '10' is a magic number. | 225 |
Error | coding | MagicNumber | '10' is a magic number. | 228 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 240 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 241 |
Error | coding | MagicNumber | '5' is a magic number. | 243 |
Error | coding | MagicNumber | '20' is a magic number. | 243 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 253 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 255 |
Error | coding | MagicNumber | '100' is a magic number. | 264 |
Error | design | DesignForExtension | Method 'getFacebookClient' is not designed for extension - needs to be abstract, final or empty. | 276 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 290 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 295 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 297 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 297 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 298 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 298 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 299 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 299 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 303 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 303 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 303 |
Error | misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 307 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 307 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 307 |
Error | misc | FinalParameters | Parameter facebookUserstreamProvider should be final. | 307 |
Error | misc | FinalParameters | Parameter id should be final. | 307 |
Error | coding | HiddenField | 'id' hides a field. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 329 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter queue should be final. | 46 |
Error | misc | FinalParameters | Parameter configuration should be final. | 46 |
Error | design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter id should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 56 |
Error | design | DesignForExtension | Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter pageId should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 68 |
Error | coding | MagicNumber | '17' is a magic number. | 73 |
Error | coding | MagicNumber | '4' is a magic number. | 73 |
Error | coding | MagicNumber | '341' is a magic number. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Error | design | DesignForExtension | Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.facebook.FacebookConfiguration. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter configuration should be final. | 86 |
Error | coding | HiddenField | 'configuration' hides a field. | 86 |
Error | design | DesignForExtension | Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | misc | FinalParameters | Parameter args should be final. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 126 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter queue should be final. | 49 |
Error | misc | FinalParameters | Parameter configuration should be final. | 49 |
Error | design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter id should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter paging should be final. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | misc | FinalParameters | Parameter pageId should be final. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 109 |
Error | misc | FinalParameters | Parameter pageId should be final. | 109 |
Error | misc | FinalParameters | Parameter paging should be final. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 124 |
Error | coding | MagicNumber | '17' is a magic number. | 129 |
Error | coding | MagicNumber | '4' is a magic number. | 129 |
Error | coding | MagicNumber | '341' is a magic number. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.facebook.FacebookConfiguration. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter facebookConfiguration should be final. | 63 |
Error | design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter args should be final. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 99 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 64 |
Error | misc | FinalParameters | Parameter page should be final. | 64 |
Error | misc | FinalParameters | Parameter activity should be final. | 64 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 76 |
Error | misc | FinalParameters | Parameter post should be final. | 76 |
Error | misc | FinalParameters | Parameter activity should be final. | 76 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ActivitySerializerException'. | 76 |
Error | misc | FinalParameters | Parameter post should be final. | 101 |
Error | javadoc | JavadocMethod | Expected @param tag for 'post'. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 119 |
Error | misc | FinalParameters | Parameter page should be final. | 142 |
Error | misc | FinalParameters | Parameter post should be final. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 187 |
Error | misc | FinalParameters | Parameter actor should be final. | 198 |
Error | misc | FinalParameters | Parameter page should be final. | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 214 |
Error | misc | FinalParameters | Parameter activity should be final. | 220 |
Error | javadoc | JavadocMethod | Expected @param tag for 'activity'. | 220 |
Error | misc | FinalParameters | Parameter post should be final. | 220 |
Error | javadoc | JavadocMethod | Expected @param tag for 'post'. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 222 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 224 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 228 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 235 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 235 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 239 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 251 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 251 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 258 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 265 |
Error | misc | FinalParameters | Parameter idparts should be final. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 272 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 46 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter post should be final. | 51 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 61 |
Error | design | DesignForExtension | Method 'createActor' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter post should be final. | 70 |
Error | design | DesignForExtension | Method 'createProvider' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | misc | FinalParameters | Parameter post should be final. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter config should be final. | 73 |
Error | coding | HiddenField | 'config' hides a field. | 73 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 116 |
Error | misc | FinalParameters | Parameter entry should be final. | 116 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | misc | FinalParameters | Parameter bigInteger should be final. | 121 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | misc | FinalParameters | Parameter dateTime should be final. | 126 |
Error | misc | FinalParameters | Parameter dateTime2 should be final. | 126 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 136 |
Error | coding | MagicNumber | '1000' is a magic number. | 139 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 146 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 146 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 148 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 171 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter config should be final. | 62 |
Error | coding | HiddenField | 'config' hides a field. | 62 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter entry should be final. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 74 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 78 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 89 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 93 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'verbDefinitionSet' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'resolver' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter verbDefinitionSet should be final. | 54 |
Error | coding | HiddenField | 'verbDefinitionSet' hides a field. | 54 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | misc | FinalParameters | Parameter entry should be final. | 65 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | misc | FinalParameters | Parameter configuration should be final. | 85 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'verbDefinitionSet' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'resolver' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter verbDefinitionSet should be final. | 54 |
Error | coding | HiddenField | 'verbDefinitionSet' hides a field. | 54 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | misc | FinalParameters | Parameter entry should be final. | 65 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | misc | FinalParameters | Parameter configuration should be final. | 85 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter provider should be final. | 40 |
Error | coding | HiddenField | 'provider' hides a field. | 40 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 52 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 52 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter provider should be final. | 63 |
Error | coding | HiddenField | 'provider' hides a field. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter event should be final. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter event should be final. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter event should be final. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter event should be final. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter event should be final. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter activity should be final. | 103 |
Error | misc | FinalParameters | Parameter gmailMessage should be final. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | misc | FinalParameters | Parameter idparts should be final. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 110 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | misc | FinalParameters | Parameter activity should be final. | 119 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter gmailMessage should be final. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 127 |
Error | coding | HiddenField | 'provider' hides a field. | 129 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 156 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
Error | misc | FinalParameters | Parameter event should be final. | 160 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 164 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | design | VisibilityModifier | Variable 'inQueue' must be private and have accessor methods. | 61 |
Error | coding | MagicNumber | '10000' is a magic number. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | design | VisibilityModifier | Variable 'task' must be private and have accessor methods. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | design | VisibilityModifier | Variable 'rssClient' must be private and have accessor methods. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | design | VisibilityModifier | Variable 'imapClient' must be private and have accessor methods. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | design | VisibilityModifier | Variable 'countersTotal' must be private and have accessor methods. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | design | VisibilityModifier | Variable 'countersCurrent' must be private and have accessor methods. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter config should be final. | 76 |
Error | coding | HiddenField | 'config' hides a field. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter klass should be final. | 80 |
Error | coding | HiddenField | 'klass' hides a field. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter config should be final. | 85 |
Error | coding | HiddenField | 'config' hides a field. | 85 |
Error | misc | FinalParameters | Parameter klass should be final. | 85 |
Error | coding | HiddenField | 'klass' hides a field. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter nThreads should be final. | 90 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 90 |
Error | coding | MagicNumber | '5000L' is a magic number. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 93 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter config should be final. | 100 |
Error | coding | HiddenField | 'config' hides a field. | 100 |
Error | design | DesignForExtension | Method 'getInQueue' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 125 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 126 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 137 |
Error | misc | FinalParameters | Parameter sequence should be final. | 138 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | misc | FinalParameters | Parameter start should be final. | 143 |
Error | misc | FinalParameters | Parameter end should be final. | 143 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 165 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 173 |
Error | coding | MagicNumber | '5' is a magic number. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter entry should be final. | 51 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter activityId should be final. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 54 |
Error | design | DesignForExtension | Method 'getProcessorOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | design | DesignForExtension | Method 'setProcessorInputQueue' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 60 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter entry should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | misc | FinalParameters | Parameter item should be final. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 114 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'futures' must be private and have accessor methods. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'credential' must be private and have accessor methods. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | design | VisibilityModifier | Variable 'plus' must be private and have accessor methods. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter config should be final. | 99 |
Error | coding | HiddenField | 'config' hides a field. | 99 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 119 |
Error | coding | MagicNumber | '1000' is a magic number. | 120 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 141 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Error | coding | HiddenField | 'plus' hides a field. | 141 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 159 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 165 |
Error | misc | FinalParameters | Parameter sequence should be final. | 166 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | misc | FinalParameters | Parameter start should be final. | 171 |
Error | misc | FinalParameters | Parameter end should be final. | 171 |
Error | design | DesignForExtension | Method 'createPlusClient' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 184 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 187 |
Error | coding | MagicNumber | '10' is a magic number. | 189 |
Error | coding | MagicNumber | '10' is a magic number. | 189 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 197 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
Error | misc | FinalParameters | Parameter config should be final. | 197 |
Error | coding | HiddenField | 'config' hides a field. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 202 |
Error | design | DesignForExtension | Method 'setDefaultBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 205 |
Error | misc | FinalParameters | Parameter defaultBeforeDate should be final. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 210 |
Error | design | DesignForExtension | Method 'setDefaultAfterDate' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | misc | FinalParameters | Parameter defaultAfterDate should be final. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 218 |
Error | design | DesignForExtension | Method 'setUserInfoWithDefaultDates' is not designed for extension - needs to be abstract, final or empty. | 221 |
Error | misc | FinalParameters | Parameter userIds should be final. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 237 |
Error | design | DesignForExtension | Method 'setUserInfoWithAfterDate' is not designed for extension - needs to be abstract, final or empty. | 237 |
Error | misc | FinalParameters | Parameter usersAndAfterDates should be final. | 237 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 250 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter provider should be final. | 40 |
Error | coding | HiddenField | 'provider' hides a field. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 54 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 59 |
Error | misc | FinalParameters | Parameter gplusActivity should be final. | 59 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 67 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 42 |
Error | design | DesignForExtension | Method 'backoffAndIdentifyIfRetry' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | misc | FinalParameters | Parameter gjre should be final. | 42 |
Error | misc | FinalParameters | Parameter backOff should be final. | 42 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'BackOffException'. | 42 |
Error | coding | MagicNumber | '400' is a magic number. | 45 |
Error | coding | MagicNumber | '401' is a magic number. | 48 |
Error | coding | MagicNumber | '403' is a magic number. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 52 |
Error | coding | MagicNumber | '503' is a magic number. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 68 |
Error | misc | FinalParameters | Parameter dateTime should be final. | 71 |
Error | misc | FinalParameters | Parameter jsonGenerator should be final. | 72 |
Error | misc | FinalParameters | Parameter serializerProvider should be final. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 94 |
Error | misc | FinalParameters | Parameter plus should be final. | 94 |
Error | coding | HiddenField | 'plus' hides a field. | 94 |
Error | misc | FinalParameters | Parameter datumQueue should be final. | 94 |
Error | coding | HiddenField | 'datumQueue' hides a field. | 94 |
Error | misc | FinalParameters | Parameter backOff should be final. | 94 |
Error | coding | HiddenField | 'backOff' hides a field. | 94 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 94 |
Error | coding | HiddenField | 'userInfo' hides a field. | 94 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | design | DesignForExtension | Method 'collectActivityData' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter config should be final. | 74 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 84 |
Error | misc | FinalParameters | Parameter strategy should be final. | 84 |
Error | misc | FinalParameters | Parameter queue should be final. | 84 |
Error | misc | FinalParameters | Parameter plus should be final. | 84 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 84 |
Error | misc | FinalParameters | Parameter args should be final. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 116 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 66 |
Error | misc | FinalParameters | Parameter plus should be final. | 66 |
Error | coding | HiddenField | 'plus' hides a field. | 66 |
Error | misc | FinalParameters | Parameter backOffStrategy should be final. | 66 |
Error | coding | HiddenField | 'backOffStrategy' hides a field. | 66 |
Error | misc | FinalParameters | Parameter datumQueue should be final. | 66 |
Error | coding | HiddenField | 'datumQueue' hides a field. | 66 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 66 |
Error | coding | HiddenField | 'userInfo' hides a field. | 66 |
Error | design | DesignForExtension | Method 'queueUserHistory' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 92 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.google.gplus.GPlusConfiguration. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter config should be final. | 76 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 86 |
Error | misc | FinalParameters | Parameter strategy should be final. | 86 |
Error | misc | FinalParameters | Parameter queue should be final. | 86 |
Error | misc | FinalParameters | Parameter plus should be final. | 86 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 86 |
Error | misc | FinalParameters | Parameter args should be final. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 118 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonProcessingException. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 49 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 54 |
Error | misc | FinalParameters | Parameter jsonParser should be final. | 54 |
Error | misc | FinalParameters | Parameter deserializationContext should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 79 |
Error | misc | FinalParameters | Parameter node should be final. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
Error | misc | FinalParameters | Parameter node should be final. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 126 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 144 |
Error | misc | FinalParameters | Parameter objectNode should be final. | 144 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 146 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 151 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 53 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 56 |
Error | misc | FinalParameters | Parameter jsonParser should be final. | 56 |
Error | misc | FinalParameters | Parameter deserializationContext should be final. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 81 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 83 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter json should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonProcessingException. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 56 |
Error | misc | FinalParameters | Parameter jsonParser should be final. | 56 |
Error | misc | FinalParameters | Parameter deserializationContext should be final. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 63 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 65 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 65 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 68 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 73 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 73 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 84 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 90 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 45 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 59 |
Error | misc | FinalParameters | Parameter item should be final. | 59 |
Error | misc | FinalParameters | Parameter activity should be final. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | misc | FinalParameters | Parameter comments should be final. | 75 |
Error | misc | FinalParameters | Parameter activity should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 91 |
Error | misc | FinalParameters | Parameter gPlusActivity should be final. | 91 |
Error | misc | FinalParameters | Parameter activity should be final. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | misc | FinalParameters | Parameter activity should be final. | 118 |
Error | misc | FinalParameters | Parameter comment should be final. | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 149 |
Error | misc | FinalParameters | Parameter activity should be final. | 149 |
Error | misc | FinalParameters | Parameter gPlusActivity should be final. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 165 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 183 |
Error | misc | FinalParameters | Parameter activity should be final. | 183 |
Error | misc | FinalParameters | Parameter plusObject should be final. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 200 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 223 |
Error | misc | FinalParameters | Parameter gPlusActor should be final. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 231 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 242 |
Error | misc | FinalParameters | Parameter person should be final. | 248 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 278 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 289 |
Error | misc | FinalParameters | Parameter idparts should be final. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 296 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | design | VisibilityModifier | Variable 'props' must be private and have accessor methods. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter config should be final. | 68 |
Error | coding | HiddenField | 'config' hides a field. | 68 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter config should be final. | 72 |
Error | coding | HiddenField | 'config' hides a field. | 72 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | misc | FinalParameters | Parameter bigInteger should be final. | 120 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 124 |
Error | misc | FinalParameters | Parameter dateTime should be final. | 125 |
Error | misc | FinalParameters | Parameter dateTime2 should be final. | 125 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 142 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter reader should be final. | 30 |
Error | coding | HiddenField | 'reader' hides a field. | 30 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 37 |
Error | blocks | EmptyBlock | Must have at least one statement. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | design | VisibilityModifier | Variable 'table' must be private and have accessor methods. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | design | VisibilityModifier | Variable 'descriptor' must be private and have accessor methods. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 71 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 79 |
Error | misc | FinalParameters | Parameter hbaseConfiguration should be final. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 94 |
Error | coding | MagicNumber | '1000' is a magic number. | 95 |
Error | coding | MagicNumber | '1000' is a magic number. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 128 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 139 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 149 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 151 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 188 |
Error | design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 197 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 202 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter writer should be final. | 38 |
Error | coding | HiddenField | 'writer' hides a field. | 38 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | design | VisibilityModifier | Variable 'lineReaderUtil' must be private and have accessor methods. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | design | VisibilityModifier | Variable 'hdfsConfiguration' must be private and have accessor methods. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | design | VisibilityModifier | Variable 'streamsConfiguration' must be private and have accessor methods. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | design | VisibilityModifier | Variable 'countersTotal' must be private and have accessor methods. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | design | VisibilityModifier | Variable 'countersCurrent' must be private and have accessor methods. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 95 |
Error | misc | FinalParameters | Parameter hdfsConfiguration should be final. | 102 |
Error | coding | HiddenField | 'hdfsConfiguration' hides a field. | 102 |
Error | design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | design | DesignForExtension | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 146 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 183 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 188 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 193 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 198 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 202 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 220 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 230 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 243 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 249 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 254 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 254 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 266 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 266 |
Error | misc | FinalParameters | Parameter entry should be final. | 266 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 266 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 269 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 269 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 274 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 274 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 277 |
Error | misc | FinalParameters | Parameter sequence should be final. | 278 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 282 |
Error | misc | FinalParameters | Parameter start should be final. | 283 |
Error | misc | FinalParameters | Parameter end should be final. | 283 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 287 |
Error | design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter reader should be final. | 46 |
Error | coding | HiddenField | 'reader' hides a field. | 46 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 55 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 55 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 59 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 63 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 68 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 77 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
Error | coding | MagicNumber | '15' is a magic number. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | design | VisibilityModifier | Variable 'terminate' must be private and have accessor methods. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | design | VisibilityModifier | Variable 'hdfsConfiguration' must be private and have accessor methods. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter hdfsConfiguration should be final. | 89 |
Error | coding | HiddenField | 'hdfsConfiguration' hides a field. | 89 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 99 |
Error | design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 105 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 116 |
Error | design | DesignForExtension | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 171 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 181 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 186 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 204 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
Error | misc | FinalParameters | Parameter line should be final. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 226 |
Error | design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 251 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 272 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 273 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 289 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 299 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 304 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 307 |
Error | design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 321 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter writer should be final. | 38 |
Error | coding | HiddenField | 'writer' hides a field. | 38 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Instagram should be declared as final. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | design | VisibilityModifier | Variable 'restClient' must be private and have accessor methods. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter configuration should be final. | 71 |
Error | coding | HiddenField | 'configuration' hides a field. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 74 |
Error | coding | MagicNumber | '5000' is a magic number. | 77 |
Error | coding | MagicNumber | '5000' is a magic number. | 78 |
Error | coding | MagicNumber | '5000' is a magic number. | 79 |
Error | coding | MagicNumber | '20' is a magic number. | 83 |
Error | coding | MagicNumber | '100' is a magic number. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 115 |
Error | misc | FinalParameters | Parameter configuration should be final. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 116 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 141 |
Error | misc | FinalParameters | Parameter user_id should be final. | 157 |
Error | naming | ParameterName | Name 'user_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 188 |
Error | misc | FinalParameters | Parameter parameters should be final. | 188 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 197 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 200 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 203 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 228 |
Error | misc | FinalParameters | Parameter parameters should be final. | 228 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 237 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 240 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 243 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 252 |
Error | misc | FinalParameters | Parameter parameters should be final. | 268 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 277 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 280 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 289 |
Error | misc | FinalParameters | Parameter parameters should be final. | 305 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 314 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 317 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 326 |
Error | misc | FinalParameters | Parameter media_id should be final. | 342 |
Error | naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 342 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 358 |
Error | misc | FinalParameters | Parameter media_id should be final. | 374 |
Error | naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 374 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 389 |
Error | misc | FinalParameters | Parameter media_id should be final. | 405 |
Error | naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 405 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 413 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 420 |
Error | misc | FinalParameters | Parameter shortcode should be final. | 436 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 444 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 451 |
Error | misc | FinalParameters | Parameter parameters should be final. | 467 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 485 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 24 |
Error | imports | UnusedImports | Unused import - org.apache.http.HttpException. | 25 |
Error | imports | UnusedImports | Unused import - org.apache.http.HttpRequest. | 26 |
Error | imports | UnusedImports | Unused import - org.apache.http.HttpRequestInterceptor. | 27 |
Error | imports | UnusedImports | Unused import - org.apache.http.protocol.HttpContext. | 28 |
Error | imports | UnusedImports | Unused import - java.io.IOException. | 32 |
Error | imports | UnusedImports | Unused import - java.util.List. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | naming | ConstantName | Name 'oauth_signature_encoding' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | naming | ConstantName | Name 'oauth_signature_method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | design | VisibilityModifier | Variable 'oAuthConfiguration' must be private and have accessor methods. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter oauth should be final. | 61 |
Error | design | DesignForExtension | Method 'generateSignature' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter uri should be final. | 70 |
Error | naming | LocalVariableName | Name 'request_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | naming | LocalVariableName | Name 'request_param_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | naming | LocalVariableName | Name 'request_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | naming | LocalVariableName | Name 'request_param' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 90 |
Error | naming | LocalVariableName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | naming | LocalVariableName | Name 'oauth_signature' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 112 |
Error | misc | FinalParameters | Parameter endpoint should be final. | 112 |
Error | misc | FinalParameters | Parameter allParamsMap should be final. | 112 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 118 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 134 |
Error | misc | FinalParameters | Parameter signature_base_string should be final. | 134 |
Error | naming | ParameterName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | misc | FinalParameters | Parameter clientSecret should be final. | 134 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchAlgorithmException'. | 134 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'InvalidKeyException'. | 134 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'UnsupportedEncodingException'. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | naming | StaticVariableName | Name 'backoff_strategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | design | DesignForExtension | Method 'onResponse' is not designed for extension - needs to be abstract, final or empty. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter response should be final. | 37 |
Error | whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 39 |
Error | coding | MagicNumber | '200' is a magic number. | 40 |
Error | coding | MagicNumber | '304' is a magic number. | 41 |
Error | coding | MagicNumber | '400' is a magic number. | 42 |
Error | coding | MagicNumber | '401' is a magic number. | 44 |
Error | coding | MagicNumber | '403' is a magic number. | 46 |
Error | coding | MagicNumber | '404' is a magic number. | 47 |
Error | coding | MagicNumber | '406' is a magic number. | 48 |
Error | coding | MagicNumber | '410' is a magic number. | 49 |
Error | coding | MagicNumber | '500' is a magic number. | 51 |
Error | coding | MagicNumber | '502' is a magic number. | 52 |
Error | coding | MagicNumber | '503' is a magic number. | 53 |
Error | coding | MagicNumber | '504' is a magic number. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 36 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 40 |
Error | naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
Error | naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 248). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 57 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
Error | naming | ParameterName | Name 'media_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 67 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 76 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.instagram.pojo.UserInfo. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 35 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
Error | naming | ParameterName | Name 'user_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 54 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 64 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 73 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | misc | FinalParameters | Parameter entry should be final. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 71 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 73 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 79 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 92 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 92 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 19 |
Error | imports | UnusedImports | Unused import - java.util.Collection. | 38 |
Error | imports | UnusedImports | Unused import - java.util.HashSet. | 39 |
Error | imports | UnusedImports | Unused import - java.util.Map. | 41 |
Error | imports | UnusedImports | Unused import - java.util.Set. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | design | VisibilityModifier | Variable 'dataQueue' must be private and have accessor methods. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter config should be final. | 75 |
Error | coding | HiddenField | 'config' hides a field. | 75 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 87 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 105 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | misc | FinalParameters | Parameter sequence should be final. | 112 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter start should be final. | 117 |
Error | misc | FinalParameters | Parameter end should be final. | 117 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 121 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 122 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | coding | MagicNumber | '5' is a magic number. | 146 |
Error | coding | MagicNumber | '5' is a magic number. | 146 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter instagram should be final. | 43 |
Error | misc | FinalParameters | Parameter queue should be final. | 43 |
Error | misc | FinalParameters | Parameter config should be final. | 43 |
Error | coding | HiddenField | 'config' hides a field. | 43 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
Error | design | DesignForExtension | Method 'collectInstagramCommentsForMedia' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | misc | FinalParameters | Parameter mediaId should be final. | 68 |
Error | naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 84 |
Error | design | DesignForExtension | Method 'convertToStreamsDatum' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | misc | FinalParameters | Parameter item should be final. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter config should be final. | 55 |
Error | coding | HiddenField | 'config' hides a field. | 55 |
Error | design | DesignForExtension | Method 'getInstagramDataCollector' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 81 |
Error | misc | FinalParameters | Parameter args should be final. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 109 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
Error | imports | UnusedImports | Unused import - org.apache.juneau.internal.StringUtils. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 42 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'dataQueue' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | design | VisibilityModifier | Variable 'isCompleted' must be private and have accessor methods. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | design | VisibilityModifier | Variable 'consecutiveErrorCount' must be private and have accessor methods. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | design | VisibilityModifier | Variable 'backOffStrategy' must be private and have accessor methods. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | design | VisibilityModifier | Variable 'instagram' must be private and have accessor methods. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 61 |
Error | misc | FinalParameters | Parameter instagram should be final. | 61 |
Error | coding | HiddenField | 'instagram' hides a field. | 61 |
Error | javadoc | JavadocMethod | Expected @param tag for 'instagram'. | 61 |
Error | misc | FinalParameters | Parameter queue should be final. | 61 |
Error | misc | FinalParameters | Parameter config should be final. | 61 |
Error | coding | HiddenField | 'config' hides a field. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 74 |
Error | design | DesignForExtension | Method 'getNextInstagramClient' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 80 |
Error | design | DesignForExtension | Method 'numAvailableTokens' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | design | DesignForExtension | Method 'queueData' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | misc | FinalParameters | Parameter userData should be final. | 98 |
Error | misc | FinalParameters | Parameter userId should be final. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 109 |
Error | design | DesignForExtension | Method 'isCompleted' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 116 |
Error | design | DesignForExtension | Method 'swapUsernameForId' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | misc | FinalParameters | Parameter username should be final. | 122 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 127 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.instagram.api.UsersInfoResponse. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 31 |
Error | imports | UnusedImports | Unused import - org.apache.juneau.BeanSession. | 36 |
Error | imports | UnusedImports | Unused import - java.util.LinkedList. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter instagram should be final. | 65 |
Error | misc | FinalParameters | Parameter queue should be final. | 65 |
Error | misc | FinalParameters | Parameter config should be final. | 65 |
Error | coding | HiddenField | 'config' hides a field. | 65 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 93 |
Error | whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 93 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 99 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 113 |
Error | whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 115 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 115 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 |
Error | design | DesignForExtension | Method 'convertToStreamsDatum' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | misc | FinalParameters | Parameter item should be final. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter config should be final. | 56 |
Error | coding | HiddenField | 'config' hides a field. | 56 |
Error | design | DesignForExtension | Method 'getInstagramDataCollector' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 82 |
Error | misc | FinalParameters | Parameter args should be final. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter instagram should be final. | 46 |
Error | misc | FinalParameters | Parameter queue should be final. | 46 |
Error | misc | FinalParameters | Parameter config should be final. | 46 |
Error | coding | HiddenField | 'config' hides a field. | 46 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
Error | design | DesignForExtension | Method 'collectInstagramCommentsForMedia' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter mediaId should be final. | 71 |
Error | naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 87 |
Error | design | DesignForExtension | Method 'convertToStreamsDatum' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | misc | FinalParameters | Parameter item should be final. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter config should be final. | 59 |
Error | coding | HiddenField | 'config' hides a field. | 59 |
Error | design | DesignForExtension | Method 'getInstagramDataCollector' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 85 |
Error | misc | FinalParameters | Parameter args should be final. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 113 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | misc | FinalParameters | Parameter config should be final. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter instagram should be final. | 49 |
Error | misc | FinalParameters | Parameter queue should be final. | 49 |
Error | misc | FinalParameters | Parameter config should be final. | 49 |
Error | coding | HiddenField | 'config' hides a field. | 49 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 65 |
Error | design | DesignForExtension | Method 'convertToStreamsDatum' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter item should be final. | 72 |
Error | design | DesignForExtension | Method 'collectInstagramDataForUser' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | misc | FinalParameters | Parameter userId should be final. | 81 |
Error | naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 87 |
Error | coding | MagicNumber | '33L' is a magic number. | 91 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 95 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 103 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | misc | FinalParameters | Parameter response should be final. | 113 |
Error | coding | SimplifyBooleanReturn | Conditional logic can be removed. | 114 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.instagram.config.InstagramConfiguration. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter config should be final. | 62 |
Error | coding | HiddenField | 'config' hides a field. | 62 |
Error | design | DesignForExtension | Method 'getInstagramDataCollector' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 88 |
Error | misc | FinalParameters | Parameter args should be final. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 116 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.instagram.api.SearchUsersRequest. | 20 |
Error | imports | UnusedImports | Unused import - org.apache.streams.instagram.api.SearchUsersResponse. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.streams.instagram.config.InstagramConfiguration. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter instagram should be final. | 49 |
Error | misc | FinalParameters | Parameter dataQueue should be final. | 49 |
Error | misc | FinalParameters | Parameter config should be final. | 49 |
Error | coding | HiddenField | 'config' hides a field. | 49 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 62 |
Error | design | DesignForExtension | Method 'collectInstagramDataForUser' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter userId should be final. | 69 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 79 |
Error | design | DesignForExtension | Method 'convertToStreamsDatum' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | misc | FinalParameters | Parameter item should be final. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.instagram.config.InstagramConfiguration. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter config should be final. | 61 |
Error | coding | HiddenField | 'config' hides a field. | 61 |
Error | design | DesignForExtension | Method 'getInstagramDataCollector' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 87 |
Error | misc | FinalParameters | Parameter args should be final. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 115 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 34 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 53 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 53 |
Error | design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
Error | misc | FinalParameters | Parameter list should be final. | 58 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
Error | misc | FinalParameters | Parameter item should be final. | 63 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
Error | misc | FinalParameters | Parameter list should be final. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | design | DesignForExtension | Method 'fromActivityObject' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 58 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 58 |
Error | design | DesignForExtension | Method 'toActivityObject' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 63 |
Error | misc | FinalParameters | Parameter serialized should be final. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 52 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 64 |
Error | misc | FinalParameters | Parameter item should be final. | 64 |
Error | misc | FinalParameters | Parameter activity should be final. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
Error | coding | MagicNumber | '1000' is a magic number. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 92 |
Error | misc | FinalParameters | Parameter item should be final. | 92 |
Error | misc | FinalParameters | Parameter activity should be final. | 92 |
Error | misc | FinalParameters | Parameter item should be final. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
Error | misc | FinalParameters | Parameter item should be final. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 158 |
Error | misc | FinalParameters | Parameter item should be final. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 199 |
Error | misc | FinalParameters | Parameter item should be final. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 213 |
Error | misc | FinalParameters | Parameter attachments should be final. | 213 |
Error | misc | FinalParameters | Parameter item should be final. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 250 |
Error | misc | FinalParameters | Parameter attachments should be final. | 250 |
Error | misc | FinalParameters | Parameter item should be final. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 260 |
Error | misc | FinalParameters | Parameter item should be final. | 277 |
Error | misc | FinalParameters | Parameter activity should be final. | 286 |
Error | misc | FinalParameters | Parameter item should be final. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 292 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 309 |
Error | misc | FinalParameters | Parameter idparts should be final. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 320 |
Error | misc | FinalParameters | Parameter activity should be final. | 325 |
Error | misc | FinalParameters | Parameter item should be final. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 326 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter datum should be final. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 59 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 67 |
Error | misc | FinalParameters | Parameter node should be final. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 85 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 47 |
Error | misc | FinalParameters | Parameter jsonParser should be final. | 47 |
Error | misc | FinalParameters | Parameter deserializationContext should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class JsonUtil should be declared as final. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter json should be final. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter node should be final. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter json should be final. | 66 |
Error | misc | FinalParameters | Parameter clazz should be final. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter node should be final. | 74 |
Error | misc | FinalParameters | Parameter clazz should be final. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter obj should be final. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | misc | FinalParameters | Parameter node should be final. | 82 |
Error | misc | FinalParameters | Parameter clazz should be final. | 82 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter object should be final. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter filePath should be final. | 94 |
Error | misc | FinalParameters | Parameter clazz should be final. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | misc | FinalParameters | Parameter filePath should be final. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 99 |
Error | coding | HiddenField | 'factory' hides a field. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | misc | FinalParameters | Parameter filePath should be final. | 112 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 114 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | misc | FinalParameters | Parameter node should be final. | 132 |
Error | misc | FinalParameters | Parameter field should be final. | 132 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 136 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 136 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 145 |
Error | misc | FinalParameters | Parameter node should be final. | 151 |
Error | misc | FinalParameters | Parameter field should be final. | 151 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 155 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 155 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 48 |
Error | misc | FinalParameters | Parameter jsonParser should be final. | 48 |
Error | misc | FinalParameters | Parameter deserializationContext should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 68 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 71 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter dateTimeClass should be final. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter dateTimeClass should be final. | 56 |
Error | misc | FinalParameters | Parameter formats should be final. | 56 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 58 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 68 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 71 |
Error | misc | FinalParameters | Parameter jpar should be final. | 71 |
Error | misc | FinalParameters | Parameter context should be final. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | misc | FinalParameters | Parameter dateTimeClass should be final. | 37 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 42 |
Error | misc | FinalParameters | Parameter value should be final. | 42 |
Error | misc | FinalParameters | Parameter jgen should be final. | 42 |
Error | misc | FinalParameters | Parameter provider should be final. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 65 |
Error | misc | FinalParameters | Parameter configuration should be final. | 65 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 66 |
Error | misc | FinalParameters | Parameter format should be final. | 82 |
Error | misc | FinalParameters | Parameter formats should be final. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter format should be final. | 116 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | misc | FinalParameters | Parameter formats should be final. | 126 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Error | misc | FinalParameters | Parameter configuration should be final. | 135 |
Error | coding | HiddenField | 'configuration' hides a field. | 135 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 138 |
Error | design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter formats should be final. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter dateTimeClass should be final. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 38 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter jpar should be final. | 38 |
Error | misc | FinalParameters | Parameter context should be final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter dateTimeClass should be final. | 34 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 39 |
Error | misc | FinalParameters | Parameter value should be final. | 39 |
Error | misc | FinalParameters | Parameter jgen should be final. | 39 |
Error | misc | FinalParameters | Parameter provider should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 50 |
Error | misc | FinalParameters | Parameter jsonParser should be final. | 50 |
Error | misc | FinalParameters | Parameter deserializationContext should be final. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 38 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 47 |
Error | misc | FinalParameters | Parameter jsonParser should be final. | 47 |
Error | misc | FinalParameters | Parameter deserializationContext should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 59 |
Error | misc | FinalParameters | Parameter inClass should be final. | 59 |
Error | coding | HiddenField | 'inClass' hides a field. | 59 |
Error | misc | FinalParameters | Parameter outClass should be final. | 59 |
Error | coding | HiddenField | 'outClass' hides a field. | 59 |
Error | misc | FinalParameters | Parameter mapper should be final. | 59 |
Error | coding | HiddenField | 'mapper' hides a field. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 71 |
Error | misc | FinalParameters | Parameter inClass should be final. | 71 |
Error | coding | HiddenField | 'inClass' hides a field. | 71 |
Error | misc | FinalParameters | Parameter outClass should be final. | 71 |
Error | coding | HiddenField | 'outClass' hides a field. | 71 |
Error | misc | FinalParameters | Parameter formats should be final. | 71 |
Error | coding | HiddenField | 'formats' hides a field. | 71 |
Error | misc | FinalParameters | Parameter inClass should be final. | 82 |
Error | coding | HiddenField | 'inClass' hides a field. | 82 |
Error | misc | FinalParameters | Parameter outClass should be final. | 82 |
Error | coding | HiddenField | 'outClass' hides a field. | 82 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | misc | FinalParameters | Parameter entry should be final. | 93 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 97 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 100 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 116 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 129 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 130 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter pathExpression should be final. | 58 |
Error | coding | HiddenField | 'pathExpression' hides a field. | 58 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | misc | FinalParameters | Parameter entry should be final. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 77 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 84 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 121 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 132 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 132 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 145 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 146 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 146 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 148 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter pathExpression should be final. | 64 |
Error | coding | HiddenField | 'pathExpression' hides a field. | 64 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | misc | FinalParameters | Parameter entry should be final. | 75 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 85 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 92 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 104 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 109 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 109 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 136 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 138 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 143 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 143 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 160 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | whitespace | TypecastParenPad | '(' is followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 165 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | VisibilityModifier | Variable 'dateFormatter' must be private and have accessor methods. | 36 |
Error | design | DesignForExtension | Method 'swap' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | misc | FinalParameters | Parameter session should be final. | 46 |
Error | misc | FinalParameters | Parameter o should be final. | 46 |
Error | coding | HiddenField | 'dateFormatter' hides a field. | 47 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 48 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
Error | design | DesignForExtension | Method 'unswap' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 55 |
Error | misc | FinalParameters | Parameter session should be final. | 55 |
Error | misc | FinalParameters | Parameter f should be final. | 55 |
Error | misc | FinalParameters | Parameter hint should be final. | 55 |
Error | coding | HiddenField | 'dateFormatter' hides a field. | 56 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 28 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | misc | FinalParameters | Parameter type should be final. | 33 |
Error | misc | FinalParameters | Parameter value should be final. | 33 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 35 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 35 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 35 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 36 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 36 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | design | VisibilityModifier | Variable 'inStreams' must be private and have accessor methods. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 74 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 81 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 81 |
Error | javadoc | JavadocMethod | Expected @param tag for 'persistQueue'. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 82 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter config should be final. | 86 |
Error | coding | HiddenField | 'config' hides a field. | 86 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 108 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 121 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | misc | FinalParameters | Parameter bigInteger should be final. | 127 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | misc | FinalParameters | Parameter dateTime should be final. | 132 |
Error | misc | FinalParameters | Parameter dateTime2 should be final. | 132 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 141 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Error | misc | FinalParameters | Parameter zookeeper should be final. | 141 |
Error | misc | FinalParameters | Parameter groupId should be final. | 141 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 152 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 159 |
Error | coding | MagicNumber | '5' is a magic number. | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter reader should be final. | 41 |
Error | coding | HiddenField | 'reader' hides a field. | 41 |
Error | misc | FinalParameters | Parameter stream should be final. | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 |
Error | coding | HiddenField | 'stream' hides a field. | 41 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | coding | MagicNumber | '100' is a magic number. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 61 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 68 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 68 |
Error | javadoc | JavadocMethod | Expected @param tag for 'persistQueue'. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 69 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter config should be final. | 73 |
Error | coding | HiddenField | 'config' hides a field. | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
Error | coding | HiddenField | 'config' hides a field. | 88 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 99 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 99 |
Error | design | DesignForExtension | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | misc | FinalParameters | Parameter entry should be final. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 121 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 136 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter writer should be final. | 38 |
Error | coding | HiddenField | 'writer' hides a field. | 38 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
Error | coding | MagicNumber | '100' is a magic number. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter string should be final. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter string should be final. | 34 |
Error | misc | FinalParameters | Parameter throwable should be final. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter throwable should be final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | misc | FinalParameters | Parameter localRuntimeConfiguration should be final. | 96 |
Error | coding | HiddenField | 'localRuntimeConfiguration' hides a field. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter monitoringConfiguration should be final. | 101 |
Error | coding | HiddenField | 'monitoringConfiguration' hides a field. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter localRuntimeConfiguration should be final. | 106 |
Error | coding | HiddenField | 'localRuntimeConfiguration' hides a field. | 106 |
Error | misc | FinalParameters | Parameter monitoringConfiguration should be final. | 106 |
Error | coding | HiddenField | 'monitoringConfiguration' hides a field. | 106 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 120 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 120 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 121 |
Error | design | DesignForExtension | Method 'setUseDeprecatedMonitors' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | misc | FinalParameters | Parameter useDeprecatedMonitors should be final. | 125 |
Error | coding | HiddenField | 'useDeprecatedMonitors' hides a field. | 125 |
Error | design | DesignForExtension | Method 'newPerpetualStream' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | misc | FinalParameters | Parameter id should be final. | 130 |
Error | misc | FinalParameters | Parameter provider should be final. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 132 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 134 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 134 |
Error | design | DesignForExtension | Method 'newReadCurrentStream' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 140 |
Error | misc | FinalParameters | Parameter id should be final. | 140 |
Error | misc | FinalParameters | Parameter provider should be final. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 142 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 144 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 144 |
Error | design | DesignForExtension | Method 'newReadNewStream' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 150 |
Error | misc | FinalParameters | Parameter id should be final. | 150 |
Error | misc | FinalParameters | Parameter provider should be final. | 150 |
Error | misc | FinalParameters | Parameter sequence should be final. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 152 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 154 |
Error | design | DesignForExtension | Method 'newReadRangeStream' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 160 |
Error | misc | FinalParameters | Parameter id should be final. | 160 |
Error | misc | FinalParameters | Parameter provider should be final. | 160 |
Error | misc | FinalParameters | Parameter start should be final. | 160 |
Error | misc | FinalParameters | Parameter end should be final. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 162 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 164 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
Error | design | DesignForExtension | Method 'setStreamsConfiguration' is not designed for extension - needs to be abstract, final or empty. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 170 |
Error | misc | FinalParameters | Parameter configuration should be final. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 171 |
Error | design | DesignForExtension | Method 'getStreamsConfiguration' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 177 |
Error | design | DesignForExtension | Method 'addStreamsProcessor' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 181 |
Error | misc | FinalParameters | Parameter id should be final. | 181 |
Error | misc | FinalParameters | Parameter processor should be final. | 181 |
Error | misc | FinalParameters | Parameter numTasks should be final. | 181 |
Error | misc | FinalParameters | Parameter inBoundIds should be final. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 232). | 183 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 187 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 187 |
Error | design | DesignForExtension | Method 'addStreamsPersistWriter' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 193 |
Error | misc | FinalParameters | Parameter id should be final. | 193 |
Error | misc | FinalParameters | Parameter writer should be final. | 193 |
Error | misc | FinalParameters | Parameter numTasks should be final. | 193 |
Error | misc | FinalParameters | Parameter inBoundIds should be final. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 229). | 195 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 199 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 199 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 199 |
Error | design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 212 |
Error | coding | MagicNumber | '10' is a magic number. | 220 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 227 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 229 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 232 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 234 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 239 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 242 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 246 |
Error | whitespace | WhitespaceAround | 'finally' is not followed by whitespace. | 249 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 252 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
Error | design | DesignForExtension | Method 'forceShutdown' is not designed for extension - needs to be abstract, final or empty. | 268 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
Error | misc | FinalParameters | Parameter streamsTasks should be final. | 268 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 270 |
Error | coding | HiddenField | 'tasks' hides a field. | 270 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 271 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 281 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 284 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 284 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 284 |
Error | whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 287 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 294 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 294 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
Error | misc | FinalParameters | Parameter streamsTasks should be final. | 294 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 305 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 309 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 315 |
Error | design | DesignForExtension | Method 'setupProviderTasks' is not designed for extension - needs to be abstract, final or empty. | 315 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
Error | misc | FinalParameters | Parameter provTasks should be final. | 315 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 319 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 323 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 324 |
Error | coding | MagicNumber | '10' is a magic number. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 325 |
Error | coding | MagicNumber | '10' is a magic number. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 330 |
Error | design | DesignForExtension | Method 'setupComponentTasks' is not designed for extension - needs to be abstract, final or empty. | 330 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 330 |
Error | misc | FinalParameters | Parameter streamsTasks should be final. | 330 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 331 |
Error | coding | HiddenField | 'tasks' hides a field. | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 334 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 335 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 335 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 335 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 341 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 342 |
Error | coding | MagicNumber | '10' is a magic number. | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 343 |
Error | coding | MagicNumber | '10' is a magic number. | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 358 |
Error | misc | FinalParameters | Parameter comp should be final. | 358 |
Error | misc | FinalParameters | Parameter streamTasks should be final. | 358 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'InterruptedException'. | 358 |
Error | coding | HiddenField | 'tasks' hides a field. | 359 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 360 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 362 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 365 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 366 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 371 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 372 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 375 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 380 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 380 |
Error | coding | MagicNumber | '1000' is a magic number. | 380 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 386 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 392 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 393 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 402 |
Error | design | DesignForExtension | Method 'stopInternal' is not designed for extension - needs to be abstract, final or empty. | 409 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 409 |
Error | misc | FinalParameters | Parameter systemExiting should be final. | 409 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 417 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 420 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 420 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 427 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 427 |
Error | misc | FinalParameters | Parameter conntectToIds should be final. | 427 |
Error | misc | FinalParameters | Parameter toBeConnected should be final. | 427 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 428 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 430 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 432 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 433 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 437 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 437 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 437 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 437 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 437 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 444 |
Error | misc | FinalParameters | Parameter id should be final. | 444 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 446 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 446 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 446 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 446 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 446 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 447 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 448 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 448 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 448 |
Error | design | DesignForExtension | Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 452 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 453 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 77 |
Error | misc | FinalParameters | Parameter id should be final. | 77 |
Error | coding | HiddenField | 'id' hides a field. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 77 |
Error | misc | FinalParameters | Parameter provider should be final. | 77 |
Error | coding | HiddenField | 'provider' hides a field. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 77 |
Error | misc | FinalParameters | Parameter perpetual should be final. | 77 |
Error | coding | HiddenField | 'perpetual' hides a field. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'perpetual'. | 77 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 77 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 92 |
Error | misc | FinalParameters | Parameter id should be final. | 92 |
Error | coding | HiddenField | 'id' hides a field. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 92 |
Error | misc | FinalParameters | Parameter provider should be final. | 92 |
Error | coding | HiddenField | 'provider' hides a field. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 92 |
Error | misc | FinalParameters | Parameter start should be final. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'start'. | 92 |
Error | misc | FinalParameters | Parameter end should be final. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'end'. | 92 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 92 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 109 |
Error | misc | FinalParameters | Parameter id should be final. | 109 |
Error | coding | HiddenField | 'id' hides a field. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 109 |
Error | misc | FinalParameters | Parameter provider should be final. | 109 |
Error | coding | HiddenField | 'provider' hides a field. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 109 |
Error | misc | FinalParameters | Parameter sequence should be final. | 109 |
Error | coding | HiddenField | 'sequence' hides a field. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'sequence'. | 109 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 109 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 123 |
Error | misc | FinalParameters | Parameter id should be final. | 123 |
Error | coding | HiddenField | 'id' hides a field. | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 123 |
Error | misc | FinalParameters | Parameter processor should be final. | 123 |
Error | coding | HiddenField | 'processor' hides a field. | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'processor'. | 123 |
Error | misc | FinalParameters | Parameter inQueue should be final. | 123 |
Error | coding | HiddenField | 'inQueue' hides a field. | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'inQueue'. | 123 |
Error | misc | FinalParameters | Parameter numTasks should be final. | 123 |
Error | coding | HiddenField | 'numTasks' hides a field. | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'numTasks'. | 123 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 123 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 139 |
Error | misc | FinalParameters | Parameter id should be final. | 139 |
Error | coding | HiddenField | 'id' hides a field. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 139 |
Error | misc | FinalParameters | Parameter writer should be final. | 139 |
Error | coding | HiddenField | 'writer' hides a field. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'writer'. | 139 |
Error | misc | FinalParameters | Parameter inQueue should be final. | 139 |
Error | coding | HiddenField | 'inQueue' hides a field. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'inQueue'. | 139 |
Error | misc | FinalParameters | Parameter numTasks should be final. | 139 |
Error | coding | HiddenField | 'numTasks' hides a field. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'numTasks'. | 139 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 139 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 139 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 139 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 159 |
Error | design | DesignForExtension | Method 'addOutBoundQueue' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | misc | FinalParameters | Parameter component should be final. | 159 |
Error | misc | FinalParameters | Parameter queue should be final. | 159 |
Error | design | DesignForExtension | Method 'addInboundQueue' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | misc | FinalParameters | Parameter component should be final. | 167 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 172 |
Error | design | DesignForExtension | Method 'getDownStreamComponents' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
Error | design | DesignForExtension | Method 'getUpStreamComponents' is not designed for extension - needs to be abstract, final or empty. | 183 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 187 |
Error | design | DesignForExtension | Method 'getInBoundQueue' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 195 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 199 |
Error | design | DesignForExtension | Method 'getNumTasks' is not designed for extension - needs to be abstract, final or empty. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 208 |
Error | design | DesignForExtension | Method 'createConnectedTask' is not designed for extension - needs to be abstract, final or empty. | 210 |
Error | misc | FinalParameters | Parameter timeout should be final. | 210 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 214 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 222 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 226 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 227 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 229 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 235 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 238 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 243 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 243 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 245 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 248 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 250 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 251 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 253 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 256 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 261 |
Error | design | DesignForExtension | Method 'getStreamsTasks' is not designed for extension - needs to be abstract, final or empty. | 268 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 272 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 276 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 276 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 280 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 285 |
Error | misc | FinalParameters | Parameter o should be final. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 287 |
Error | design | DesignForExtension | Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. | 290 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 291 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 293 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 294 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 296 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 297 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 299 |
Error | design | DesignForExtension | Method 'isOperationCountable' is not designed for extension - needs to be abstract, final or empty. | 305 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter id should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | misc | FinalParameters | Parameter id should be final. | 45 |
Error | misc | FinalParameters | Parameter streamIdentifier should be final. | 45 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 48 |
Error | design | DesignForExtension | Method 'incrementFailedCount' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'incrementFailedCount' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter delta should be final. | 55 |
Error | design | DesignForExtension | Method 'incrementPassedCount' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | design | DesignForExtension | Method 'incrementPassedCount' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter delta should be final. | 63 |
Error | design | DesignForExtension | Method 'getFailRate' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | coding | HiddenField | 'failed' hides a field. | 70 |
Error | coding | HiddenField | 'passed' hides a field. | 71 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 72 |
Error | design | DesignForExtension | Method 'getNumFailed' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | design | DesignForExtension | Method 'getNumPassed' is not designed for extension - needs to be abstract, final or empty. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 38 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter id should be final. | 50 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 50 |
Error | misc | FinalParameters | Parameter id should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 58 |
Error | misc | FinalParameters | Parameter streamId should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamId'. | 58 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 58 |
Error | javadoc | JavadocMethod | Expected @param tag for 'startedAt'. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | design | DesignForExtension | Method 'incrementEmittedCount' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | design | DesignForExtension | Method 'incrementEmittedCount' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | misc | FinalParameters | Parameter delta should be final. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'delta'. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | design | DesignForExtension | Method 'incrementErrorCount' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | design | DesignForExtension | Method 'incrementErrorCount' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | misc | FinalParameters | Parameter delta should be final. | 93 |
Error | javadoc | JavadocMethod | Expected @param tag for 'delta'. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 97 |
Error | design | DesignForExtension | Method 'incrementReceivedCount' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | design | DesignForExtension | Method 'incrementReceivedCount' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | misc | FinalParameters | Parameter delta should be final. | 108 |
Error | javadoc | JavadocMethod | Expected @param tag for 'delta'. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | design | DesignForExtension | Method 'addTime' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | misc | FinalParameters | Parameter processTime should be final. | 116 |
Error | javadoc | JavadocMethod | Expected @param tag for 'processTime'. | 116 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 118 |
Error | design | DesignForExtension | Method 'getErrorRate' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 127 |
Error | design | DesignForExtension | Method 'getNumEmitted' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | design | DesignForExtension | Method 'getNumReceived' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | design | DesignForExtension | Method 'getNumUnhandledErrors' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | design | DesignForExtension | Method 'getAvgTime' is not designed for extension - needs to be abstract, final or empty. | 148 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 152 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 152 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 157 |
Error | design | DesignForExtension | Method 'getMaxTime' is not designed for extension - needs to be abstract, final or empty. | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 26 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 39 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 52 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 55 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 58 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 61 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 46 |
Error | misc | FinalParameters | Parameter numThreads should be final. | 46 |
Error | misc | FinalParameters | Parameter streamBuilder should be final. | 46 |
Error | coding | HiddenField | 'streamBuilder' hides a field. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 47 |
Error | design | DesignForExtension | Method 'afterExecute' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | misc | FinalParameters | Parameter r should be final. | 53 |
Error | misc | FinalParameters | Parameter t should be final. | 53 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 51 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <E> tag. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | misc | FinalParameters | Parameter streamIdentifier should be final. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamIdentifier'. | 78 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'startedAt'. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | misc | FinalParameters | Parameter maxSize should be final. | 87 |
Error | misc | FinalParameters | Parameter maxSize should be final. | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'maxSize'. | 97 |
Error | misc | FinalParameters | Parameter streamIdentifier should be final. | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamIdentifier'. | 97 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'startedAt'. | 97 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 104 |
Error | misc | FinalParameters | Parameter id should be final. | 106 |
Error | misc | FinalParameters | Parameter id should be final. | 116 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 116 |
Error | misc | FinalParameters | Parameter streamIdentifier should be final. | 116 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamIdentifier'. | 116 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 116 |
Error | javadoc | JavadocMethod | Expected @param tag for 'startedAt'. | 116 |
Error | misc | FinalParameters | Parameter maxSize should be final. | 125 |
Error | javadoc | JavadocMethod | Expected @param tag for 'maxSize'. | 125 |
Error | misc | FinalParameters | Parameter id should be final. | 125 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 125 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 136 |
Error | misc | FinalParameters | Parameter maxSize should be final. | 136 |
Error | misc | FinalParameters | Parameter id should be final. | 136 |
Error | misc | FinalParameters | Parameter streamIdentifier should be final. | 136 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamIdentifier'. | 136 |
Error | misc | FinalParameters | Parameter startedAt should be final. | 136 |
Error | javadoc | JavadocMethod | Expected @param tag for 'startedAt'. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 154 |
Error | design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | misc | FinalParameters | Parameter e should be final. | 162 |
Error | design | DesignForExtension | Method 'offer' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | misc | FinalParameters | Parameter e should be final. | 171 |
Error | design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 179 |
Error | misc | FinalParameters | Parameter e should be final. | 180 |
Error | design | DesignForExtension | Method 'offer' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 186 |
Error | misc | FinalParameters | Parameter e should be final. | 186 |
Error | misc | FinalParameters | Parameter timeout should be final. | 186 |
Error | misc | FinalParameters | Parameter unit should be final. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 187 |
Error | design | DesignForExtension | Method 'take' is not designed for extension - needs to be abstract, final or empty. | 194 |
Error | design | DesignForExtension | Method 'poll' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | misc | FinalParameters | Parameter timeout should be final. | 202 |
Error | misc | FinalParameters | Parameter unit should be final. | 202 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 204 |
Error | design | DesignForExtension | Method 'remainingCapacity' is not designed for extension - needs to be abstract, final or empty. | 211 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 216 |
Error | misc | FinalParameters | Parameter o should be final. | 217 |
Error | design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 225 |
Error | misc | FinalParameters | Parameter o should be final. | 226 |
Error | design | DesignForExtension | Method 'drainTo' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | misc | FinalParameters | Parameter c should be final. | 235 |
Error | design | DesignForExtension | Method 'drainTo' is not designed for extension - needs to be abstract, final or empty. | 239 |
Error | misc | FinalParameters | Parameter c should be final. | 240 |
Error | misc | FinalParameters | Parameter maxElements should be final. | 240 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 244 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 247 |
Error | design | DesignForExtension | Method 'poll' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 |
Error | design | DesignForExtension | Method 'element' is not designed for extension - needs to be abstract, final or empty. | 264 |
Error | design | DesignForExtension | Method 'peek' is not designed for extension - needs to be abstract, final or empty. | 269 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 272 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 272 |
Error | design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 278 |
Error | design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 283 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 288 |
Error | design | DesignForExtension | Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 293 |
Error | design | DesignForExtension | Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 298 |
Error | misc | FinalParameters | Parameter a should be final. | 299 |
Error | design | DesignForExtension | Method 'containsAll' is not designed for extension - needs to be abstract, final or empty. | 303 |
Error | misc | FinalParameters | Parameter c should be final. | 304 |
Error | design | DesignForExtension | Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 308 |
Error | misc | FinalParameters | Parameter c should be final. | 309 |
Error | design | DesignForExtension | Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 313 |
Error | misc | FinalParameters | Parameter c should be final. | 314 |
Error | design | DesignForExtension | Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. | 318 |
Error | misc | FinalParameters | Parameter c should be final. | 319 |
Error | design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 323 |
Error | design | DesignForExtension | Method 'getCurrentSize' is not designed for extension - needs to be abstract, final or empty. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 335 |
Error | design | DesignForExtension | Method 'getAvgWait' is not designed for extension - needs to be abstract, final or empty. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 349 |
Error | design | DesignForExtension | Method 'getMaxWait' is not designed for extension - needs to be abstract, final or empty. | 353 |
Error | design | DesignForExtension | Method 'getRemoved' is not designed for extension - needs to be abstract, final or empty. | 370 |
Error | design | DesignForExtension | Method 'getAdded' is not designed for extension - needs to be abstract, final or empty. | 375 |
Error | design | DesignForExtension | Method 'getThroughput' is not designed for extension - needs to be abstract, final or empty. | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 383 |
Error | coding | MagicNumber | '1000.0' is a magic number. | 383 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 388 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 401 |
Error | misc | FinalParameters | Parameter e should be final. | 405 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 406 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 424 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 431 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 438 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 439 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
Error | misc | FinalParameters | Parameter element should be final. | 441 |
Error | coding | HiddenField | 'element' hides a field. | 441 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 456 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 466 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 471 |
Error | misc | FinalParameters | Parameter obj should be final. | 472 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 473 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 475 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 477 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 38 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | design | VisibilityModifier | Variable 'streamConfig' must be private and have accessor methods. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter config should be final. | 56 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 59 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 59 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 59 |
Error | design | DesignForExtension | Method 'addInputQueue' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 68 |
Error | design | DesignForExtension | Method 'addOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter outputQueue should be final. | 73 |
Error | design | DesignForExtension | Method 'getInputQueues' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | design | DesignForExtension | Method 'getOutputQueues' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 89 |
Error | design | DesignForExtension | Method 'getNextDatum' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 100 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 109 |
Error | design | DesignForExtension | Method 'addToOutgoingQueue' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | misc | FinalParameters | Parameter datum should be final. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'datum'. | 109 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'InterruptedException'. | 109 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 |
Error | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 114 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 115 |
Error | coding | MagicNumber | '500' is a magic number. | 119 |
Error | design | DesignForExtension | Method 'isWaiting' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 130 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 152 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 157 |
Error | design | DesignForExtension | Method 'cloneStreamsDatum' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | misc | FinalParameters | Parameter datum should be final. | 157 |
Error | javadoc | JavadocMethod | Expected @param tag for 'datum'. | 157 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 161 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 162 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 165 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 170 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Error | misc | FinalParameters | Parameter copyFrom should be final. | 193 |
Error | misc | FinalParameters | Parameter copyTo should be final. | 193 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 196 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 198 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 200 |
Error | design | DesignForExtension | Method 'getStartedAt' is not designed for extension - needs to be abstract, final or empty. | 206 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
Error | design | DesignForExtension | Method 'setStartedAt' is not designed for extension - needs to be abstract, final or empty. | 210 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
Error | design | DesignForExtension | Method 'getStreamIdentifier' is not designed for extension - needs to be abstract, final or empty. | 214 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 29 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | misc | FinalParameters | Parameter executor should be final. | 39 |
Error | coding | HiddenField | 'executor' hides a field. | 39 |
Error | misc | FinalParameters | Parameter delayInSeconds should be final. | 39 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 45 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 56 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 67 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 69 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 69 |
Error | blocks | LeftCurly | '{' at column 7 should be on the previous line. | 79 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 80 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 80 |
Error | coding | MagicNumber | '1000' is a magic number. | 80 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 81 |
Error | blocks | LeftCurly | '{' at column 7 should be on the previous line. | 83 |
Error | design | DesignForExtension | Method 'humanReadableByteCount' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter bytes should be final. | 87 |
Error | misc | FinalParameters | Parameter si should be final. | 87 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 |
Error | coding | MagicNumber | '1000' is a magic number. | 88 |
Error | coding | MagicNumber | '1024' is a magic number. | 88 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 91 |
Error | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 91 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 91 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter task should be final. | 36 |
Error | coding | HiddenField | 'task' hides a field. | 36 |
Error | misc | FinalParameters | Parameter delayInSeconds should be final. | 36 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
Error | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 72 |
Error | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 72 |
Error | coding | MagicNumber | '1000' is a magic number. | 72 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 73 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 44 |
Error | design | DesignForExtension | Method 'stopTask' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter config should be final. | 56 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 69 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 75 |
Error | design | DesignForExtension | Method 'setStreamsTaskCounter' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | misc | FinalParameters | Parameter counter should be final. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
Error | misc | FinalParameters | Parameter writer should be final. | 68 |
Error | coding | HiddenField | 'writer' hides a field. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 77 |
Error | misc | FinalParameters | Parameter writer should be final. | 77 |
Error | coding | HiddenField | 'writer' hides a field. | 77 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 77 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 77 |
Error | design | DesignForExtension | Method 'isWaiting' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | design | DesignForExtension | Method 'setStreamConfig' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | misc | FinalParameters | Parameter config should be final. | 92 |
Error | design | DesignForExtension | Method 'addInputQueue' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 97 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 111 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 111 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 113 |
Error | coding | MagicNumber | '5' is a magic number. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 119 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 146 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 150 |
Error | design | DesignForExtension | Method 'stopTask' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | design | DesignForExtension | Method 'addOutputQueue' is not designed for extension - needs to be abstract, final or empty. | 162 |
Error | misc | FinalParameters | Parameter outputQueue should be final. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 164 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 164 |
Error | design | DesignForExtension | Method 'getInputQueues' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | design | DesignForExtension | Method 'setStreamsTaskCounter' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | misc | FinalParameters | Parameter counter should be final. | 175 |
Error | coding | HiddenField | 'counter' hides a field. | 175 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | misc | FinalParameters | Parameter processor should be final. | 68 |
Error | coding | HiddenField | 'processor' hides a field. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 76 |
Error | misc | FinalParameters | Parameter processor should be final. | 76 |
Error | coding | HiddenField | 'processor' hides a field. | 76 |
Error | javadoc | JavadocMethod | Expected @param tag for 'processor'. | 76 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 76 |
Error | coding | HiddenField | 'streamConfig' hides a field. | 76 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 76 |
Error | design | DesignForExtension | Method 'isWaiting' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | design | DesignForExtension | Method 'stopTask' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | design | DesignForExtension | Method 'setStreamConfig' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | misc | FinalParameters | Parameter config should be final. | 96 |
Error | design | DesignForExtension | Method 'addInputQueue' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 101 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 115 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 115 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 123 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 157 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 161 |
Error | design | DesignForExtension | Method 'getInputQueues' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 170 |
Error | design | DesignForExtension | Method 'setStreamsTaskCounter' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | misc | FinalParameters | Parameter counter should be final. | 176 |
Error | coding | HiddenField | 'counter' hides a field. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
Error | design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 54 |
Error | modifier | RedundantModifier | Redundant 'static' modifier. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 83 |
Error | misc | FinalParameters | Parameter provider should be final. | 83 |
Error | coding | HiddenField | 'provider' hides a field. | 83 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 83 |
Error | misc | FinalParameters | Parameter perpetual should be final. | 83 |
Error | javadoc | JavadocMethod | Expected @param tag for 'perpetual'. | 83 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 83 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 83 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 87 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 100 |
Error | misc | FinalParameters | Parameter provider should be final. | 100 |
Error | coding | HiddenField | 'provider' hides a field. | 100 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 100 |
Error | misc | FinalParameters | Parameter sequence should be final. | 100 |
Error | coding | HiddenField | 'sequence' hides a field. | 100 |
Error | javadoc | JavadocMethod | Expected @param tag for 'sequence'. | 100 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 100 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 115 |
Error | misc | FinalParameters | Parameter provider should be final. | 115 |
Error | coding | HiddenField | 'provider' hides a field. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'provider'. | 115 |
Error | misc | FinalParameters | Parameter start should be final. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'start'. | 115 |
Error | misc | FinalParameters | Parameter end should be final. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'end'. | 115 |
Error | misc | FinalParameters | Parameter streamConfig should be final. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'streamConfig'. | 115 |
Error | design | DesignForExtension | Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter timeout should be final. | 126 |
Error | coding | HiddenField | 'timeout' hides a field. | 126 |
Error | design | DesignForExtension | Method 'setSleepTime' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Error | misc | FinalParameters | Parameter sleepTime should be final. | 130 |
Error | coding | HiddenField | 'sleepTime' hides a field. | 130 |
Error | design | DesignForExtension | Method 'isWaiting' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | design | DesignForExtension | Method 'stopTask' is not designed for extension - needs to be abstract, final or empty. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 141 |
Error | design | DesignForExtension | Method 'addInputQueue' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | misc | FinalParameters | Parameter inputQueue should be final. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 147 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 147 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 147 |
Error | design | DesignForExtension | Method 'setStreamConfig' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | misc | FinalParameters | Parameter config should be final. | 151 |
Error | coding | HiddenField | 'config' hides a field. | 151 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 162 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 164 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 |
Error | whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 166 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 167 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 170 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 175 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 182 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 207 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 209 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 209 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 209 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 209 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 218 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 231 |
Error | design | DesignForExtension | Method 'flushResults' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Error | misc | FinalParameters | Parameter resultSet should be final. | 234 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 237 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 239 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 242 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 247 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 247 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 247 |
Error | design | DesignForExtension | Method 'setStreamsTaskCounter' is not designed for extension - needs to be abstract, final or empty. | 257 |
Error | misc | FinalParameters | Parameter counter should be final. | 258 |
Error | coding | HiddenField | 'counter' hides a field. | 258 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 29 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 35 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
Error | javadoc | JavadocMethod | Expected @param tag for 'inputQueue'. | 48 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 54 |
Error | javadoc | JavadocMethod | Expected @param tag for 'outputQueue'. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 57 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | design | VisibilityModifier | Variable 'db' must be private and have accessor methods. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | design | VisibilityModifier | Variable 'collection' must be private and have accessor methods. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 87 |
Error | misc | FinalParameters | Parameter config should be final. | 94 |
Error | coding | HiddenField | 'config' hides a field. | 94 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 102 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
Error | design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 107 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 107 |
Error | design | DesignForExtension | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 124 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 129 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 134 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | design | DesignForExtension | Method 'prepareDatum' is not designed for extension - needs to be abstract, final or empty. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | misc | FinalParameters | Parameter dbObject should be final. | 150 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 174 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 188 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 202 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 210 |
Error | coding | MagicNumber | '1000' is a magic number. | 212 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 240 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 242 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
Error | misc | FinalParameters | Parameter entry should be final. | 242 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 256 |
Error | misc | FinalParameters | Parameter sequence should be final. | 257 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 261 |
Error | misc | FinalParameters | Parameter start should be final. | 262 |
Error | misc | FinalParameters | Parameter end should be final. | 262 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 266 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 272 |
Error | coding | MagicNumber | '10000' is a magic number. | 272 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 275 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 277 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
Error | misc | FinalParameters | Parameter reader should be final. | 279 |
Error | coding | HiddenField | 'reader' hides a field. | 279 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 283 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 57 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | design | VisibilityModifier | Variable 'db' must be private and have accessor methods. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | design | VisibilityModifier | Variable 'collection' must be private and have accessor methods. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | design | VisibilityModifier | Variable 'insertBatch' must be private and have accessor methods. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter config should be final. | 85 |
Error | coding | HiddenField | 'config' hides a field. | 85 |
Error | design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 89 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 89 |
Error | design | DesignForExtension | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 103 |
Error | design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 136 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | coding | MagicNumber | '15' is a magic number. | 157 |
Error | coding | MagicNumber | '15' is a magic number. | 160 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 173 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 194 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 195 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 200 |
Error | design | DesignForExtension | Method 'flushIfNecessary' is not designed for extension - needs to be abstract, final or empty. | 205 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 209 |
Error | coding | MagicNumber | '100' is a magic number. | 209 |
Error | design | DesignForExtension | Method 'addToBatch' is not designed for extension - needs to be abstract, final or empty. | 218 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
Error | misc | FinalParameters | Parameter dbObject should be final. | 218 |
Error | design | DesignForExtension | Method 'prepareObject' is not designed for extension - needs to be abstract, final or empty. | 227 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 236 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter broadcastUri should be final. | 41 |
Error | coding | HiddenField | 'broadcastUri' hides a field. | 41 |
Error | design | DesignForExtension | Method 'persistMessages' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | misc | FinalParameters | Parameter messages should be final. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 72 |
Error | misc | FinalParameters | Parameter messages should be final. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | misc | FinalParameters | Parameter broadcastUri should be final. | 41 |
Error | coding | HiddenField | 'broadcastUri' hides a field. | 41 |
Error | design | DesignForExtension | Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'persistMessages' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | misc | FinalParameters | Parameter messages should be final. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 77 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 82 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 82 |
Error | misc | FinalParameters | Parameter messages should be final. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | design | DesignForExtension | Method 'persistMessages' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | misc | FinalParameters | Parameter messages should be final. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfiguration. | 22 |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
Error | imports | UnusedImports | Unused import - java.util.Map. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 73 |
Error | misc | FinalParameters | Parameter configuration should be final. | 80 |
Error | coding | HiddenField | 'configuration' hides a field. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 112 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 136 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 189 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
Error | design | DesignForExtension | Method 'getBroadcastUri' is not designed for extension - needs to be abstract, final or empty. | 206 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
Error | design | DesignForExtension | Method 'getWaitTime' is not designed for extension - needs to be abstract, final or empty. | 210 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'pullTime' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter id should be final. | 55 |
Error | coding | HiddenField | 'id' hides a field. | 55 |
Error | misc | FinalParameters | Parameter apiKey should be final. | 55 |
Error | coding | HiddenField | 'apiKey' hides a field. | 55 |
Error | misc | FinalParameters | Parameter sequence should be final. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 69 |
Error | design | DesignForExtension | Method 'getArticlesAfter' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter sequenceId should be final. | 69 |
Error | misc | FinalParameters | Parameter limit should be final. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 78 |
Error | design | DesignForExtension | Method 'getNextBatch' is not designed for extension - needs to be abstract, final or empty. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 84 |
Error | coding | MagicNumber | '500' is a magic number. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter url should be final. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | misc | FinalParameters | Parameter url should be final. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 54 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | misc | FinalParameters | Parameter serialized should be final. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 69 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter moreoverConfiguration should be final. | 76 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 79 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 93 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 108 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | misc | FinalParameters | Parameter sequence should be final. | 116 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | misc | FinalParameters | Parameter start should be final. | 121 |
Error | misc | FinalParameters | Parameter end should be final. | 121 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 131 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 151 |
Error | misc | FinalParameters | Parameter args should be final. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 180 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 191 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 191 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 51 |
Error | misc | FinalParameters | Parameter apiId should be final. | 51 |
Error | misc | FinalParameters | Parameter apiKey should be final. | 51 |
Error | coding | HiddenField | 'apiKey' hides a field. | 51 |
Error | misc | FinalParameters | Parameter results should be final. | 51 |
Error | coding | HiddenField | 'results' hides a field. | 51 |
Error | misc | FinalParameters | Parameter lastSequence should be final. | 51 |
Error | coding | HiddenField | 'lastSequence' hides a field. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 52 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | coding | MagicNumber | '500' is a magic number. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter moClient should be final. | 79 |
Error | coding | HiddenField | 'moClient' hides a field. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter moClient should be final. | 90 |
Error | coding | HiddenField | 'moClient' hides a field. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | design | VisibilityModifier | Variable 'response' must be private and have accessor methods. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | design | VisibilityModifier | Variable 'list' must be private and have accessor methods. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter clientId should be final. | 61 |
Error | coding | HiddenField | 'clientId' hides a field. | 61 |
Error | misc | FinalParameters | Parameter xmlString should be final. | 61 |
Error | coding | HiddenField | 'xmlString' hides a field. | 61 |
Error | misc | FinalParameters | Parameter start should be final. | 61 |
Error | coding | HiddenField | 'start' hides a field. | 61 |
Error | misc | FinalParameters | Parameter end should be final. | 61 |
Error | coding | HiddenField | 'end' hides a field. | 61 |
Error | design | DesignForExtension | Method 'getClientId' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | design | DesignForExtension | Method 'getStart' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | design | DesignForExtension | Method 'getEnd' is not designed for extension - needs to be abstract, final or empty. | 121 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 125 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 132 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 154 |
Error | design | DesignForExtension | Method 'getXmlString' is not designed for extension - needs to be abstract, final or empty. | 164 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Error | design | DesignForExtension | Method 'getMaxSequencedId' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
Error | design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 177 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 179 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
Error | misc | FinalParameters | Parameter underlying should be final. | 181 |
Error | coding | HiddenField | 'underlying' hides a field. | 181 |
Error | design | DesignForExtension | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 190 |
Error | design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 41 |
Error | design | FinalClass | Class MoreoverUtils should be declared as final. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter article should be final. | 59 |
Error | misc | FinalParameters | Parameter source should be final. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 86 |
Error | misc | FinalParameters | Parameter author should be final. | 98 |
Error | misc | FinalParameters | Parameter platformName should be final. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | misc | FinalParameters | Parameter activity should be final. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | misc | FinalParameters | Parameter article should be final. | 118 |
Error | misc | FinalParameters | Parameter source should be final. | 134 |
Error | misc | FinalParameters | Parameter article should be final. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 152 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 153 |
Error | misc | FinalParameters | Parameter activity should be final. | 163 |
Error | misc | FinalParameters | Parameter source should be final. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 164 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 166 |
Error | misc | FinalParameters | Parameter activity should be final. | 180 |
Error | misc | FinalParameters | Parameter article should be final. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
Error | misc | FinalParameters | Parameter feed should be final. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 189 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 189 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Error | misc | FinalParameters | Parameter feed should be final. | 192 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 58 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter serialized should be final. | 62 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter serialized should be final. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter serialized should be final. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter articleClass should be final. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - javax.annotation.Nullable. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | naming | ConstantName | Name 'getVertexLongIdStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | naming | ConstantName | Name 'getVertexStringIdStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | naming | ConstantName | Name 'getVerticesLabelIdStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 |
Error | naming | ConstantName | Name 'createVertexStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 61 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 61 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 62 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 62 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 63 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 |
Error | naming | ConstantName | Name 'mergeVertexStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 66 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 66 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 67 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 67 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 68 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 |
Error | naming | ConstantName | Name 'createEdgeStatementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 71 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 72 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 72 |
Error | design | DesignForExtension | Method 'getVertexRequest' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter streamsId should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 80 |
Error | design | DesignForExtension | Method 'getVertexRequest' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | misc | FinalParameters | Parameter vertexId should be final. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 110 |
Error | design | DesignForExtension | Method 'createVertexRequest' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 120 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 130 |
Error | design | DesignForExtension | Method 'getVerticesRequest' is not designed for extension - needs to be abstract, final or empty. | 142 |
Error | misc | FinalParameters | Parameter labelId should be final. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 158 |
Error | design | DesignForExtension | Method 'mergeVertexRequest' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 158 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 169 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 191 |
Error | design | DesignForExtension | Method 'createActorObjectEdge' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | misc | FinalParameters | Parameter activity should be final. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 222 |
Error | design | DesignForExtension | Method 'createActorTargetEdge' is not designed for extension - needs to be abstract, final or empty. | 222 |
Error | misc | FinalParameters | Parameter activity should be final. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 253 |
Error | misc | FinalParameters | Parameter map should be final. | 253 |
Error | misc | FinalParameters | Parameter symbol should be final. | 253 |
Error | javadoc | JavadocMethod | Expected @param tag for 'symbol'. | 253 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 255 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 255 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 256 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 256 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 256 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 269 |
Error | misc | FinalParameters | Parameter map should be final. | 269 |
Error | misc | FinalParameters | Parameter symbol should be final. | 269 |
Error | javadoc | JavadocMethod | Expected @param tag for 'symbol'. | 269 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 271 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 271 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 272 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 272 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 274 |
Error | misc | FinalParameters | Parameter map should be final. | 285 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 289 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 289 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 290 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 290 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 292 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 292 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 292 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
Error | misc | FinalParameters | Parameter map should be final. | 300 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 304 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 304 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 305 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 305 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 305 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 307 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 308 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 308 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 308 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
Error | misc | FinalParameters | Parameter map should be final. | 317 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 321 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 321 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 322 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 322 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 322 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 324 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 325 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 325 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 326 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 326 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 327 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 327 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 327 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 341 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 343 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 344 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 344 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 345 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 345 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter entry should be final. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 98 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 98 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | misc | FinalParameters | Parameter activity should be final. | 113 |
Error | coding | EmptyStatement | Empty statement. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Error | misc | FinalParameters | Parameter activity should be final. | 137 |
Error | coding | EmptyStatement | Empty statement. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 162 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - com.google.common.base.Preconditions. | 23 |
Error | design | FinalClass | Class Neo4jBoltClient should be declared as final. | 39 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter neo4jConfiguration should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter neo4jConfiguration should be final. | 60 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 61 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 62 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 67 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 84 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 85 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | design | VisibilityModifier | Variable 'statementResult' must be private and have accessor methods. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 103 |
Error | misc | FinalParameters | Parameter config should be final. | 106 |
Error | coding | HiddenField | 'config' hides a field. | 106 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 114 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 114 |
Error | design | DesignForExtension | Method 'setPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | misc | FinalParameters | Parameter persistQueue should be final. | 119 |
Error | coding | HiddenField | 'persistQueue' hides a field. | 119 |
Error | design | DesignForExtension | Method 'getPersistQueue' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 130 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 136 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 137 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 137 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | design | DesignForExtension | Method 'buildDatum' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | misc | FinalParameters | Parameter record should be final. | 152 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 155 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 155 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 157 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 161 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 180 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 182 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 182 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 185 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 185 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 190 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 193 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 193 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 193 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 204 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 219 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 236 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
Error | misc | FinalParameters | Parameter entry should be final. | 236 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 250 |
Error | misc | FinalParameters | Parameter sequence should be final. | 251 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 255 |
Error | misc | FinalParameters | Parameter start should be final. | 256 |
Error | misc | FinalParameters | Parameter end should be final. | 256 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 260 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 266 |
Error | coding | MagicNumber | '10000' is a magic number. | 266 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 273 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 275 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
Error | misc | FinalParameters | Parameter reader should be final. | 277 |
Error | coding | HiddenField | 'reader' hides a field. | 277 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 281 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 287 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 287 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 297 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 297 |
Error | design | VisibilityModifier | Variable 'neo4jObjectNodeFunction' must be private and have accessor methods. | 297 |
Error | misc | FinalParameters | Parameter value should be final. | 301 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 320 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter config should be final. | 51 |
Error | coding | HiddenField | 'config' hides a field. | 51 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 62 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter entry should be final. | 72 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 85 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 85 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | design | FinalClass | Class Neo4jHttpClient should be declared as final. | 33 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter neo4jConfiguration should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter neo4jConfiguration should be final. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 55 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 55 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 56 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 61 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | naming | ConstantName | Name 'statementKey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | naming | ConstantName | Name 'queryKey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | naming | ConstantName | Name 'paramsKey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | naming | ConstantName | Name 'propsKey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
Error | design | DesignForExtension | Method 'readData' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter queryPlusParameters should be final. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 64 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 64 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 80 |
Error | design | DesignForExtension | Method 'writeData' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | misc | FinalParameters | Parameter queryPlusParameters should be final. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 91 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 91 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 79 |
Error | misc | FinalParameters | Parameter configuration should be final. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 87 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | design | DesignForExtension | Method 'prepareHttpRequest' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | misc | FinalParameters | Parameter uri should be final. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 120 |
Error | design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | misc | FinalParameters | Parameter jsonNode should be final. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 132 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 142 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 157 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 76 |
Error | misc | FinalParameters | Parameter configuration should be final. | 83 |
Error | coding | HiddenField | 'configuration' hides a field. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 84 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 |
Error | design | DesignForExtension | Method 'preparePayload' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | misc | FinalParameters | Parameter entry should be final. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 92 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 97 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 97 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 97 |
Error | design | DesignForExtension | Method 'executePost' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | misc | FinalParameters | Parameter httpPost should be final. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 119 |
Error | coding | MagicNumber | '200' is a magic number. | 119 |
Error | coding | MagicNumber | '201' is a magic number. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 123 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 138 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 141 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 151 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 152 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
Error | misc | FinalParameters | Parameter peoplePatternConfiguration should be final. | 56 |
Error | design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter entry should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 56 |
Error | misc | FinalParameters | Parameter peoplePatternConfiguration should be final. | 56 |
Error | design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter entry should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | design | DesignForExtension | Method 'propertyField' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | misc | FinalParameters | Parameter field should be final. | 43 |
Error | misc | FinalParameters | Parameter clazz should be final. | 43 |
Error | javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 43 |
Error | misc | FinalParameters | Parameter propertyName should be final. | 44 |
Error | misc | FinalParameters | Parameter propertyNode should be final. | 44 |
Error | javadoc | JavadocMethod | Expected @param tag for 'propertyNode'. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | design | DesignForExtension | Method 'propertyGetter' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | misc | FinalParameters | Parameter getter should be final. | 59 |
Error | misc | FinalParameters | Parameter propertyName should be final. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | design | DesignForExtension | Method 'propertySetter' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | misc | FinalParameters | Parameter setter should be final. | 73 |
Error | misc | FinalParameters | Parameter propertyName should be final. | 73 |
Error | design | DesignForExtension | Method 'anyGetter' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | misc | FinalParameters | Parameter getter should be final. | 86 |
Error | design | DesignForExtension | Method 'anySetter' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | misc | FinalParameters | Parameter setter should be final. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.jsonschema2pojo.NoopAnnotator. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'setSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter sourceDirectory should be final. | 44 |
Error | coding | HiddenField | 'sourceDirectory' hides a field. | 44 |
Error | design | DesignForExtension | Method 'setSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter sourcePaths should be final. | 48 |
Error | coding | HiddenField | 'sourcePaths' hides a field. | 48 |
Error | design | DesignForExtension | Method 'setTargetPackage' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter targetPackage should be final. | 52 |
Error | coding | HiddenField | 'targetPackage' hides a field. | 52 |
Error | design | DesignForExtension | Method 'setTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter targetDirectory should be final. | 56 |
Error | coding | HiddenField | 'targetDirectory' hides a field. | 56 |
Error | design | DesignForExtension | Method 'getTargetPackage' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | design | DesignForExtension | Method 'getTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 73 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 76 |
Error | design | DesignForExtension | Method 'isGenerateBuilders' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | design | DesignForExtension | Method 'isUseLongIntegers' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | design | DesignForExtension | Method 'isRemoveOldOutput' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | design | DesignForExtension | Method 'isUseJodaDates' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | design | DesignForExtension | Method 'isIncludeJsr303Annotations' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | design | DesignForExtension | Method 'isUseCommonsLang3' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | design | DesignForExtension | Method 'getCustomAnnotator' is not designed for extension - needs to be abstract, final or empty. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 55 |
Error | misc | FinalParameters | Parameter args should be final. | 59 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 66 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 66 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 72 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter config should be final. | 84 |
Error | coding | HiddenField | 'config' hides a field. | 84 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter pojoFile should be final. | 100 |
Error | misc | FinalParameters | Parameter pojoHive should be final. | 100 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 104 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 56 |
Error | design | VisibilityModifier | Variable 'basedir' must be private and have accessor methods. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 59 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 59 |
Error | design | VisibilityModifier | Variable 'sourceDirectory' must be private and have accessor methods. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 62 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 62 |
Error | design | VisibilityModifier | Variable 'sourcePaths' must be private and have accessor methods. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | design | VisibilityModifier | Variable 'targetDirectory' must be private and have accessor methods. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | design | VisibilityModifier | Variable 'targetPackage' must be private and have accessor methods. | 69 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | design | DesignForExtension | Method 'setSourcePackages' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter sourcePackages should be final. | 34 |
Error | coding | HiddenField | 'sourcePackages' hides a field. | 34 |
Error | design | DesignForExtension | Method 'getSourcePackages' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | design | DesignForExtension | Method 'setTargetPackage' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter targetPackage should be final. | 42 |
Error | coding | HiddenField | 'targetPackage' hides a field. | 42 |
Error | design | DesignForExtension | Method 'setTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter targetDirectory should be final. | 46 |
Error | coding | HiddenField | 'targetDirectory' hides a field. | 46 |
Error | design | DesignForExtension | Method 'getTargetPackage' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'getTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 72 |
Error | misc | FinalParameters | Parameter args should be final. | 76 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 86 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 89 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 97 |
Error | misc | FinalParameters | Parameter config should be final. | 105 |
Error | coding | HiddenField | 'config' hides a field. | 105 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 121 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 134 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 134 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 141 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 141 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 148 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 152 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 159 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 166 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Error | misc | FinalParameters | Parameter pojoFile should be final. | 175 |
Error | misc | FinalParameters | Parameter pojoScala should be final. | 175 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 179 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 182 |
Error | design | DesignForExtension | Method 'detectSerializableClasses' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 199 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 199 |
Error | design | DesignForExtension | Method 'detectPojoClasses' is not designed for extension - needs to be abstract, final or empty. | 211 |
Error | misc | FinalParameters | Parameter classes should be final. | 211 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 215 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 215 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 218 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 222 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 222 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
Error | misc | FinalParameters | Parameter classes should be final. | 230 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 234 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 234 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
Error | misc | FinalParameters | Parameter classes should be final. | 243 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 247 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 247 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
Error | misc | FinalParameters | Parameter pojoClass should be final. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 259 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
Error | misc | FinalParameters | Parameter pojoClass should be final. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 302 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
Error | misc | FinalParameters | Parameter pojoClass should be final. | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 319 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 327 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
Error | misc | FinalParameters | Parameter stringBuffer should be final. | 327 |
Error | misc | FinalParameters | Parameter fields should be final. | 327 |
Error | misc | FinalParameters | Parameter varDef should be final. | 327 |
Error | misc | FinalParameters | Parameter fieldDelimiter should be final. | 327 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 328 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 331 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 331 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 331 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 333 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 333 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 333 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 333 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 340 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 340 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 347 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 349 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 349 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 357 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 367 |
Error | misc | FinalParameters | Parameter field should be final. | 367 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 368 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 369 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 373 |
Error | misc | FinalParameters | Parameter field should be final. | 373 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 384 |
Error | misc | FinalParameters | Parameter field should be final. | 384 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 385 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 387 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 389 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 395 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 395 |
Error | misc | FinalParameters | Parameter fieldset should be final. | 395 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 398 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 398 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 398 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 399 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 399 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 407 |
Error | misc | FinalParameters | Parameter field should be final. | 407 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 408 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 415 |
Error | misc | FinalParameters | Parameter field should be final. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 417 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 418 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 418 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - org.apache.maven.plugin.MojoFailureException. | 25 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocMethod | Unable to get class information for @throws tag 'MojoFailureException'. | 73 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Unable to get class information for @throws tag 'MojoExecutionException'. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 80 |
Error | design | DesignForExtension | Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | design | DesignForExtension | Method 'getPackages' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 39 |
Error | design | DesignForExtension | Method 'getSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'getSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Method 'getExclusions' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | design | DesignForExtension | Method 'setExclusions' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter exclusions should be final. | 58 |
Error | coding | HiddenField | 'exclusions' hides a field. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | design | DesignForExtension | Method 'getMaxDepth' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | design | DesignForExtension | Method 'setSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter sourceDirectory should be final. | 68 |
Error | coding | HiddenField | 'sourceDirectory' hides a field. | 68 |
Error | design | DesignForExtension | Method 'setSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter sourcePaths should be final. | 72 |
Error | coding | HiddenField | 'sourcePaths' hides a field. | 72 |
Error | design | DesignForExtension | Method 'setTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter targetDirectory should be final. | 76 |
Error | coding | HiddenField | 'targetDirectory' hides a field. | 76 |
Error | design | DesignForExtension | Method 'getTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 90 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 93 |
Error | design | DesignForExtension | Method 'setMaxDepth' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter maxDepth should be final. | 101 |
Error | coding | HiddenField | 'maxDepth' hides a field. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 70 |
Error | misc | FinalParameters | Parameter args should be final. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 75 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | misc | FinalParameters | Parameter config should be final. | 94 |
Error | coding | HiddenField | 'config' hides a field. | 94 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | design | DesignForExtension | Method 'generate' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | misc | FinalParameters | Parameter config should be final. | 111 |
Error | coding | HiddenField | 'config' hides a field. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 135 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 135 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 140 |
Error | design | DesignForExtension | Method 'generateResource' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | misc | FinalParameters | Parameter schema should be final. | 167 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 179 |
Error | design | DesignForExtension | Method 'appendRootObject' is not designed for extension - needs to be abstract, final or empty. | 179 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Error | misc | FinalParameters | Parameter builder should be final. | 179 |
Error | misc | FinalParameters | Parameter schema should be final. | 179 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 179 |
Error | misc | FinalParameters | Parameter seperator should be final. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 180 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 181 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 186 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 192 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Error | misc | FinalParameters | Parameter builder should be final. | 192 |
Error | misc | FinalParameters | Parameter schema should be final. | 192 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 192 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 192 |
Error | misc | FinalParameters | Parameter seperator should be final. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 201 |
Error | design | DesignForExtension | Method 'appendArrayItems' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
Error | misc | FinalParameters | Parameter builder should be final. | 201 |
Error | misc | FinalParameters | Parameter schema should be final. | 201 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 201 |
Error | misc | FinalParameters | Parameter itemsNode should be final. | 201 |
Error | misc | FinalParameters | Parameter seperator should be final. | 201 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 204 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 204 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 207 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 210 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 210 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 214 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 227 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 257 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
Error | misc | FinalParameters | Parameter builder should be final. | 257 |
Error | misc | FinalParameters | Parameter schema should be final. | 257 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 257 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 257 |
Error | misc | FinalParameters | Parameter seperator should be final. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 268 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
Error | misc | FinalParameters | Parameter builder should be final. | 268 |
Error | misc | FinalParameters | Parameter schema should be final. | 268 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 268 |
Error | misc | FinalParameters | Parameter seperator should be final. | 268 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 282 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
Error | misc | FinalParameters | Parameter builder should be final. | 282 |
Error | misc | FinalParameters | Parameter schema should be final. | 282 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 282 |
Error | misc | FinalParameters | Parameter seperator should be final. | 282 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 301 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 301 |
Error | misc | FinalParameters | Parameter builder should be final. | 301 |
Error | misc | FinalParameters | Parameter schema should be final. | 301 |
Error | misc | FinalParameters | Parameter propertiesNode should be final. | 301 |
Error | misc | FinalParameters | Parameter seperator should be final. | 301 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 309 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 309 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 312 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 317 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 326 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 339 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 350 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 359 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 372 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 372 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 372 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 372 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 376 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 376 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 376 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 376 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 377 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 377 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 393 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 393 |
Error | misc | FinalParameters | Parameter schema should be final. | 393 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 400 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 64 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 64 |
Error | design | VisibilityModifier | Variable 'sourceDirectory' must be private and have accessor methods. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 67 |
Error | design | VisibilityModifier | Variable 'sourcePaths' must be private and have accessor methods. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | design | VisibilityModifier | Variable 'targetDirectory' must be private and have accessor methods. | 71 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 39 |
Error | design | DesignForExtension | Method 'getSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'getSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Method 'getExclusions' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | design | DesignForExtension | Method 'setExclusions' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter exclusions should be final. | 58 |
Error | coding | HiddenField | 'exclusions' hides a field. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | design | DesignForExtension | Method 'getMaxDepth' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | design | DesignForExtension | Method 'setSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter sourceDirectory should be final. | 68 |
Error | coding | HiddenField | 'sourceDirectory' hides a field. | 68 |
Error | design | DesignForExtension | Method 'setSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter sourcePaths should be final. | 72 |
Error | coding | HiddenField | 'sourcePaths' hides a field. | 72 |
Error | design | DesignForExtension | Method 'setTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter targetDirectory should be final. | 76 |
Error | coding | HiddenField | 'targetDirectory' hides a field. | 76 |
Error | design | DesignForExtension | Method 'getTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 90 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 93 |
Error | design | DesignForExtension | Method 'setMaxDepth' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter maxDepth should be final. | 101 |
Error | coding | HiddenField | 'maxDepth' hides a field. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 72 |
Error | misc | FinalParameters | Parameter args should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 82 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 82 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 85 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter config should be final. | 97 |
Error | coding | HiddenField | 'config' hides a field. | 97 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | design | DesignForExtension | Method 'generate' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | misc | FinalParameters | Parameter config should be final. | 114 |
Error | coding | HiddenField | 'config' hides a field. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 135 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 135 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 140 |
Error | design | DesignForExtension | Method 'generateResource' is not designed for extension - needs to be abstract, final or empty. | 168 |
Error | misc | FinalParameters | Parameter schema should be final. | 168 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 189 |
Error | design | DesignForExtension | Method 'appendRootObject' is not designed for extension - needs to be abstract, final or empty. | 189 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
Error | misc | FinalParameters | Parameter builder should be final. | 189 |
Error | misc | FinalParameters | Parameter schema should be final. | 189 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 189 |
Error | misc | FinalParameters | Parameter seperator should be final. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 190 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 191 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 191 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 202 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
Error | misc | FinalParameters | Parameter builder should be final. | 202 |
Error | misc | FinalParameters | Parameter schema should be final. | 202 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 202 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 202 |
Error | misc | FinalParameters | Parameter seperator should be final. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 211 |
Error | design | DesignForExtension | Method 'appendArrayItems' is not designed for extension - needs to be abstract, final or empty. | 211 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
Error | misc | FinalParameters | Parameter builder should be final. | 211 |
Error | misc | FinalParameters | Parameter schema should be final. | 211 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 211 |
Error | misc | FinalParameters | Parameter itemsNode should be final. | 211 |
Error | misc | FinalParameters | Parameter seperator should be final. | 211 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 214 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 214 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 217 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 220 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 220 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 224 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 237 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 267 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
Error | misc | FinalParameters | Parameter builder should be final. | 267 |
Error | misc | FinalParameters | Parameter schema should be final. | 267 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 267 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 267 |
Error | misc | FinalParameters | Parameter seperator should be final. | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 278 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
Error | misc | FinalParameters | Parameter builder should be final. | 278 |
Error | misc | FinalParameters | Parameter schema should be final. | 278 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 278 |
Error | misc | FinalParameters | Parameter seperator should be final. | 278 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 292 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
Error | misc | FinalParameters | Parameter builder should be final. | 292 |
Error | misc | FinalParameters | Parameter schema should be final. | 292 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 292 |
Error | misc | FinalParameters | Parameter seperator should be final. | 292 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 311 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
Error | misc | FinalParameters | Parameter builder should be final. | 311 |
Error | misc | FinalParameters | Parameter schema should be final. | 311 |
Error | misc | FinalParameters | Parameter propertiesNode should be final. | 311 |
Error | misc | FinalParameters | Parameter seperator should be final. | 311 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 319 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 319 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 322 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 327 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 336 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 349 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 360 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 369 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 382 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 382 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 382 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 382 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 386 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 386 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 386 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 386 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 387 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 387 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 403 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 403 |
Error | misc | FinalParameters | Parameter schema should be final. | 403 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 410 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 37 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 64 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 64 |
Error | design | VisibilityModifier | Variable 'sourceDirectory' must be private and have accessor methods. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 67 |
Error | design | VisibilityModifier | Variable 'sourcePaths' must be private and have accessor methods. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | design | VisibilityModifier | Variable 'targetDirectory' must be private and have accessor methods. | 71 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 77 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 39 |
Error | design | DesignForExtension | Method 'getSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'getSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | design | DesignForExtension | Method 'getExclusions' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | DesignForExtension | Method 'setExclusions' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter exclusions should be final. | 59 |
Error | coding | HiddenField | 'exclusions' hides a field. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | design | DesignForExtension | Method 'getMaxDepth' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | design | DesignForExtension | Method 'setSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter sourceDirectory should be final. | 69 |
Error | coding | HiddenField | 'sourceDirectory' hides a field. | 69 |
Error | design | DesignForExtension | Method 'setSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter sourcePaths should be final. | 73 |
Error | coding | HiddenField | 'sourcePaths' hides a field. | 73 |
Error | design | DesignForExtension | Method 'setTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter targetDirectory should be final. | 77 |
Error | coding | HiddenField | 'targetDirectory' hides a field. | 77 |
Error | design | DesignForExtension | Method 'getTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 91 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 94 |
Error | design | DesignForExtension | Method 'setMaxDepth' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter maxDepth should be final. | 102 |
Error | coding | HiddenField | 'maxDepth' hides a field. | 102 |
Error | design | DesignForExtension | Method 'getColumnFamily' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | design | DesignForExtension | Method 'setColumnFamily' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter columnFamily should be final. | 110 |
Error | coding | HiddenField | 'columnFamily' hides a field. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 65 |
Error | misc | FinalParameters | Parameter args should be final. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 78 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter config should be final. | 90 |
Error | coding | HiddenField | 'config' hides a field. | 90 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | design | DesignForExtension | Method 'generate' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | misc | FinalParameters | Parameter config should be final. | 107 |
Error | coding | HiddenField | 'config' hides a field. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 128 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 128 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 137 |
Error | design | DesignForExtension | Method 'generateResource' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | misc | FinalParameters | Parameter schema should be final. | 159 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 166 |
Error | design | DesignForExtension | Method 'appendRootObject' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Error | misc | FinalParameters | Parameter builder should be final. | 166 |
Error | misc | FinalParameters | Parameter schema should be final. | 166 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 169 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 169 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 180 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 185 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 185 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 185 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 191 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 191 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 194 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 213 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 213 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 213 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 217 |
Error | misc | FinalParameters | Parameter schema should be final. | 217 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 63 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 66 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 66 |
Error | design | VisibilityModifier | Variable 'sourceDirectory' must be private and have accessor methods. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 69 |
Error | design | VisibilityModifier | Variable 'sourcePaths' must be private and have accessor methods. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | design | VisibilityModifier | Variable 'targetDirectory' must be private and have accessor methods. | 73 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 39 |
Error | design | DesignForExtension | Method 'getSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'getSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Method 'getExclusions' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | design | DesignForExtension | Method 'setExclusions' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter exclusions should be final. | 58 |
Error | coding | HiddenField | 'exclusions' hides a field. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | design | DesignForExtension | Method 'getMaxDepth' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | design | DesignForExtension | Method 'setSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter sourceDirectory should be final. | 68 |
Error | coding | HiddenField | 'sourceDirectory' hides a field. | 68 |
Error | design | DesignForExtension | Method 'setSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter sourcePaths should be final. | 72 |
Error | coding | HiddenField | 'sourcePaths' hides a field. | 72 |
Error | design | DesignForExtension | Method 'setTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter targetDirectory should be final. | 76 |
Error | coding | HiddenField | 'targetDirectory' hides a field. | 76 |
Error | design | DesignForExtension | Method 'getTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 91 |
Error | design | DesignForExtension | Method 'setMaxDepth' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter maxDepth should be final. | 99 |
Error | coding | HiddenField | 'maxDepth' hides a field. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 71 |
Error | misc | FinalParameters | Parameter args should be final. | 75 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 84 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter config should be final. | 95 |
Error | coding | HiddenField | 'config' hides a field. | 95 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | design | DesignForExtension | Method 'generate' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | misc | FinalParameters | Parameter config should be final. | 112 |
Error | coding | HiddenField | 'config' hides a field. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 133 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 133 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 142 |
Error | design | DesignForExtension | Method 'generateResource' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | misc | FinalParameters | Parameter schema should be final. | 163 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 184 |
Error | design | DesignForExtension | Method 'appendRootObject' is not designed for extension - needs to be abstract, final or empty. | 184 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
Error | misc | FinalParameters | Parameter builder should be final. | 184 |
Error | misc | FinalParameters | Parameter schema should be final. | 184 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 184 |
Error | misc | FinalParameters | Parameter seperator should be final. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 186 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 192 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Error | misc | FinalParameters | Parameter builder should be final. | 192 |
Error | misc | FinalParameters | Parameter schema should be final. | 192 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 192 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 192 |
Error | misc | FinalParameters | Parameter seperator should be final. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 201 |
Error | design | DesignForExtension | Method 'appendArrayItems' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
Error | misc | FinalParameters | Parameter builder should be final. | 201 |
Error | misc | FinalParameters | Parameter schema should be final. | 201 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 201 |
Error | misc | FinalParameters | Parameter itemsNode should be final. | 201 |
Error | misc | FinalParameters | Parameter seperator should be final. | 201 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 204 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 204 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 207 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 210 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 229 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
Error | misc | FinalParameters | Parameter builder should be final. | 229 |
Error | misc | FinalParameters | Parameter schema should be final. | 229 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 229 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 229 |
Error | misc | FinalParameters | Parameter seperator should be final. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 240 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
Error | misc | FinalParameters | Parameter builder should be final. | 240 |
Error | misc | FinalParameters | Parameter schema should be final. | 240 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 240 |
Error | misc | FinalParameters | Parameter fieldNode should be final. | 240 |
Error | misc | FinalParameters | Parameter seperator should be final. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 259 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
Error | misc | FinalParameters | Parameter builder should be final. | 259 |
Error | misc | FinalParameters | Parameter schema should be final. | 259 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 259 |
Error | misc | FinalParameters | Parameter propertiesNode should be final. | 259 |
Error | misc | FinalParameters | Parameter seperator should be final. | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 264 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 264 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 289 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 289 |
Error | misc | FinalParameters | Parameter builder should be final. | 289 |
Error | misc | FinalParameters | Parameter schema should be final. | 289 |
Error | misc | FinalParameters | Parameter propertiesNode should be final. | 289 |
Error | misc | FinalParameters | Parameter seperator should be final. | 289 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 297 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 297 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 300 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 312 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 321 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 334 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 334 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 334 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 334 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 338 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 338 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 338 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 339 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 339 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 54 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 57 |
Error | design | VisibilityModifier | Variable 'sourceDirectory' must be private and have accessor methods. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 60 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 60 |
Error | design | VisibilityModifier | Variable 'sourcePaths' must be private and have accessor methods. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | design | VisibilityModifier | Variable 'targetDirectory' must be private and have accessor methods. | 64 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 39 |
Error | design | DesignForExtension | Method 'getSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'getSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Method 'getExclusions' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | design | DesignForExtension | Method 'setExclusions' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter exclusions should be final. | 58 |
Error | coding | HiddenField | 'exclusions' hides a field. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | design | DesignForExtension | Method 'getMaxDepth' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | design | DesignForExtension | Method 'setSourceDirectory' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter sourceDirectory should be final. | 68 |
Error | coding | HiddenField | 'sourceDirectory' hides a field. | 68 |
Error | design | DesignForExtension | Method 'setSourcePaths' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter sourcePaths should be final. | 72 |
Error | coding | HiddenField | 'sourcePaths' hides a field. | 72 |
Error | design | DesignForExtension | Method 'setTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter targetDirectory should be final. | 76 |
Error | coding | HiddenField | 'targetDirectory' hides a field. | 76 |
Error | design | DesignForExtension | Method 'getTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 95 |
Error | design | DesignForExtension | Method 'setMaxDepth' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter maxDepth should be final. | 103 |
Error | coding | HiddenField | 'maxDepth' hides a field. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 77 |
Error | misc | FinalParameters | Parameter args should be final. | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 87 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | misc | FinalParameters | Parameter config should be final. | 102 |
Error | coding | HiddenField | 'config' hides a field. | 102 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | design | DesignForExtension | Method 'generate' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | misc | FinalParameters | Parameter config should be final. | 119 |
Error | coding | HiddenField | 'config' hides a field. | 119 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 140 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 149 |
Error | design | DesignForExtension | Method 'generateResource' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | misc | FinalParameters | Parameter schema should be final. | 170 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 180 |
Error | design | DesignForExtension | Method 'appendRootObject' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | misc | FinalParameters | Parameter builder should be final. | 180 |
Error | misc | FinalParameters | Parameter schema should be final. | 180 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 180 |
Error | misc | FinalParameters | Parameter separator should be final. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 188 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
Error | misc | FinalParameters | Parameter builder should be final. | 188 |
Error | misc | FinalParameters | Parameter schema should be final. | 188 |
Error | misc | FinalParameters | Parameter propertiesNode should be final. | 188 |
Error | misc | FinalParameters | Parameter seperator should be final. | 188 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 196 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 196 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 203 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 211 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 233 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
Error | misc | FinalParameters | Parameter builder should be final. | 233 |
Error | misc | FinalParameters | Parameter schema should be final. | 233 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 233 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 233 |
Error | misc | FinalParameters | Parameter seperator should be final. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 242 |
Error | design | DesignForExtension | Method 'appendArrayItems' is not designed for extension - needs to be abstract, final or empty. | 242 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
Error | misc | FinalParameters | Parameter builder should be final. | 242 |
Error | misc | FinalParameters | Parameter schema should be final. | 242 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 242 |
Error | misc | FinalParameters | Parameter itemsNode should be final. | 242 |
Error | misc | FinalParameters | Parameter seperator should be final. | 242 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 245 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 245 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 250 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 269 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
Error | misc | FinalParameters | Parameter builder should be final. | 269 |
Error | misc | FinalParameters | Parameter schema should be final. | 269 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 269 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 269 |
Error | misc | FinalParameters | Parameter seperator should be final. | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 282 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
Error | misc | FinalParameters | Parameter builder should be final. | 282 |
Error | misc | FinalParameters | Parameter schema should be final. | 282 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 282 |
Error | misc | FinalParameters | Parameter fieldNode should be final. | 282 |
Error | misc | FinalParameters | Parameter seperator should be final. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 287 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 288 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 297 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 297 |
Error | misc | FinalParameters | Parameter builder should be final. | 297 |
Error | misc | FinalParameters | Parameter schema should be final. | 297 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 297 |
Error | misc | FinalParameters | Parameter propertiesNode should be final. | 297 |
Error | misc | FinalParameters | Parameter seperator should be final. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 302 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 302 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 302 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 321 |
Error | misc | FinalParameters | Parameter fieldId should be final. | 321 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 321 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 325 |
Error | misc | FinalParameters | Parameter fieldType should be final. | 325 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 325 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 326 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 326 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 340 |
Error | misc | FinalParameters | Parameter schema should be final. | 340 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 347 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 54 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 57 |
Error | design | VisibilityModifier | Variable 'sourceDirectory' must be private and have accessor methods. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 60 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 60 |
Error | design | VisibilityModifier | Variable 'sourcePaths' must be private and have accessor methods. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | design | VisibilityModifier | Variable 'targetDirectory' must be private and have accessor methods. | 64 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 32 |
Error | design | FinalClass | Class ExtensionUtil should be declared as final. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | misc | FinalParameters | Parameter property should be final. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter extensionProperty should be final. | 50 |
Error | coding | HiddenField | 'extensionProperty' hides a field. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter activity should be final. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter object should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter activity should be final. | 65 |
Error | misc | FinalParameters | Parameter key should be final. | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | misc | FinalParameters | Parameter object should be final. | 70 |
Error | misc | FinalParameters | Parameter key should be final. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter activity should be final. | 75 |
Error | misc | FinalParameters | Parameter key should be final. | 75 |
Error | misc | FinalParameters | Parameter extension should be final. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | misc | FinalParameters | Parameter object should be final. | 80 |
Error | misc | FinalParameters | Parameter key should be final. | 80 |
Error | misc | FinalParameters | Parameter extension should be final. | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter activity should be final. | 85 |
Error | misc | FinalParameters | Parameter key should be final. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter object should be final. | 90 |
Error | misc | FinalParameters | Parameter key should be final. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter activity should be final. | 95 |
Error | misc | FinalParameters | Parameter extensions should be final. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter object should be final. | 99 |
Error | misc | FinalParameters | Parameter extensions should be final. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter activity should be final. | 103 |
Error | misc | FinalParameters | Parameter extensions should be final. | 103 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter object should be final. | 109 |
Error | misc | FinalParameters | Parameter extensions should be final. | 109 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Error | misc | FinalParameters | Parameter activity should be final. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 128 |
Error | misc | FinalParameters | Parameter object should be final. | 145 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 147 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 47 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter patternConfigKey should be final. | 59 |
Error | coding | HiddenField | 'patternConfigKey' hides a field. | 59 |
Error | misc | FinalParameters | Parameter extensionKey should be final. | 59 |
Error | coding | HiddenField | 'extensionKey' hides a field. | 59 |
Error | misc | FinalParameters | Parameter defaultPattern should be final. | 59 |
Error | coding | HiddenField | 'defaultPattern' hides a field. | 59 |
Error | design | DesignForExtension | Method 'getPattern' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter entry should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 82 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 98 |
Error | design | DesignForExtension | Method 'ensureTargetObject' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | misc | FinalParameters | Parameter activity should be final. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'prepareObject' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter extracted should be final. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | design | DesignForExtension | Method 'prepareObject' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | misc | FinalParameters | Parameter extracted should be final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | design | DesignForExtension | Method 'prepareObject' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | misc | FinalParameters | Parameter extracted should be final. | 67 |
Error | design | DesignForExtension | Method 'ensureTargetObject' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter activity should be final. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | design | FinalClass | Class RegexUtils should be declared as final. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | naming | ConstantName | Name 'patternCache' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 49 |
Error | misc | FinalParameters | Parameter pattern should be final. | 49 |
Error | misc | FinalParameters | Parameter content should be final. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
Error | misc | FinalParameters | Parameter pattern should be final. | 59 |
Error | misc | FinalParameters | Parameter content should be final. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter pattern should be final. | 64 |
Error | misc | FinalParameters | Parameter content should be final. | 64 |
Error | misc | FinalParameters | Parameter capture should be final. | 64 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter patternString should be final. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class RiakBinaryClient should be declared as final. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | misc | FinalParameters | Parameter config should be final. | 42 |
Error | coding | HiddenField | 'config' hides a field. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter riakConfiguration should be final. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 55 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 61 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 76 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 82 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 82 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter configuration should be final. | 50 |
Error | coding | HiddenField | 'configuration' hides a field. | 50 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 60 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 101 |
Error | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 102 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter sequence should be final. | 124 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | misc | FinalParameters | Parameter start should be final. | 129 |
Error | misc | FinalParameters | Parameter end should be final. | 129 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 139 |
Error | coding | MagicNumber | '10000' is a magic number. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter configuration should be final. | 51 |
Error | coding | HiddenField | 'configuration' hides a field. | 51 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 61 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter entry should be final. | 71 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 89 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 89 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 94 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 97 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 102 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 105 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 113 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 113 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 118 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 121 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 121 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 137 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class RiakHttpClient should be declared as final. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'baseURI' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter config should be final. | 48 |
Error | coding | HiddenField | 'config' hides a field. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter riakConfiguration should be final. | 60 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 61 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 67 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 90 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 91 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.http.client.ClientProtocolException. | 33 |
Error | imports | UnusedImports | Unused import - java.net.URI. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter configuration should be final. | 61 |
Error | coding | HiddenField | 'configuration' hides a field. | 61 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 71 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 90 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 90 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 90 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 129 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 138 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 138 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 138 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 138 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 138 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 171 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 181 |
Error | misc | FinalParameters | Parameter sequence should be final. | 182 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 186 |
Error | misc | FinalParameters | Parameter start should be final. | 187 |
Error | misc | FinalParameters | Parameter end should be final. | 187 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 191 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 197 |
Error | coding | MagicNumber | '10000' is a magic number. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter configuration should be final. | 54 |
Error | coding | HiddenField | 'configuration' hides a field. | 54 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 64 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 73 |
Error | misc | FinalParameters | Parameter entry should be final. | 74 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 84 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 92 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 92 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 97 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 108 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 113 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 121 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 124 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 131 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 131 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 132 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 134 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 134 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 135 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 135 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 135 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter datum should be final. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 59 |
Error | whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 60 |
Error | whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 66 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 62 |
Error | misc | FinalParameters | Parameter inQueue should be final. | 62 |
Error | coding | HiddenField | 'inQueue' hides a field. | 62 |
Error | misc | FinalParameters | Parameter outQueue should be final. | 62 |
Error | coding | HiddenField | 'outQueue' hides a field. | 62 |
Error | misc | FinalParameters | Parameter inClass should be final. | 62 |
Error | coding | HiddenField | 'inClass' hides a field. | 62 |
Error | misc | FinalParameters | Parameter outClass should be final. | 62 |
Error | coding | HiddenField | 'outClass' hides a field. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 75 |
Error | misc | FinalParameters | Parameter inQueue should be final. | 75 |
Error | coding | HiddenField | 'inQueue' hides a field. | 75 |
Error | misc | FinalParameters | Parameter outQueue should be final. | 75 |
Error | coding | HiddenField | 'outQueue' hides a field. | 75 |
Error | misc | FinalParameters | Parameter outClass should be final. | 75 |
Error | coding | HiddenField | 'outClass' hides a field. | 75 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | coding | MagicNumber | '100' is a magic number. | 93 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 96 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 98 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 100 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 103 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 104 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 106 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter perpetual should be final. | 83 |
Error | coding | HiddenField | 'perpetual' hides a field. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter config should be final. | 88 |
Error | coding | HiddenField | 'config' hides a field. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter config should be final. | 92 |
Error | coding | HiddenField | 'config' hides a field. | 92 |
Error | misc | FinalParameters | Parameter perpetual should be final. | 92 |
Error | coding | HiddenField | 'perpetual' hides a field. | 92 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 119 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | misc | FinalParameters | Parameter sequence should be final. | 124 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | misc | FinalParameters | Parameter start should be final. | 129 |
Error | misc | FinalParameters | Parameter end should be final. | 129 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 138 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 140 |
Error | coding | MagicNumber | '4' is a magic number. | 140 |
Error | coding | MagicNumber | '15L' is a magic number. | 140 |
Error | design | DesignForExtension | Method 'getScheduler' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | misc | FinalParameters | Parameter queue should be final. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 152 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 156 |
Error | coding | MagicNumber | '10' is a magic number. | 159 |
Error | coding | MagicNumber | '10' is a magic number. | 159 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 172 |
Error | misc | FinalParameters | Parameter args should be final. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 200 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
Error | naming | MemberName | Name 'PREVIOUSLY_SEEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 99 |
Error | misc | FinalParameters | Parameter queue should be final. | 99 |
Error | misc | FinalParameters | Parameter rssFeed should be final. | 99 |
Error | coding | HiddenField | 'rssFeed' hides a field. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
Error | coding | MagicNumber | '30' is a magic number. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 111 |
Error | misc | FinalParameters | Parameter queue should be final. | 111 |
Error | misc | FinalParameters | Parameter rssFeed should be final. | 111 |
Error | coding | HiddenField | 'rssFeed' hides a field. | 111 |
Error | misc | FinalParameters | Parameter timeOut should be final. | 111 |
Error | coding | HiddenField | 'timeOut' hides a field. | 111 |
Error | coding | MagicNumber | '30' is a magic number. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 123 |
Error | misc | FinalParameters | Parameter queue should be final. | 123 |
Error | misc | FinalParameters | Parameter rssFeed should be final. | 123 |
Error | coding | HiddenField | 'rssFeed' hides a field. | 123 |
Error | misc | FinalParameters | Parameter publishedSince should be final. | 123 |
Error | coding | HiddenField | 'publishedSince' hides a field. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 136 |
Error | misc | FinalParameters | Parameter queue should be final. | 136 |
Error | misc | FinalParameters | Parameter rssFeed should be final. | 136 |
Error | coding | HiddenField | 'rssFeed' hides a field. | 136 |
Error | misc | FinalParameters | Parameter publishedSince should be final. | 136 |
Error | coding | HiddenField | 'publishedSince' hides a field. | 136 |
Error | misc | FinalParameters | Parameter timeOut should be final. | 136 |
Error | coding | HiddenField | 'timeOut' hides a field. | 136 |
Error | misc | FinalParameters | Parameter perpetual should be final. | 136 |
Error | coding | HiddenField | 'perpetual' hides a field. | 136 |
Error | design | DesignForExtension | Method 'getRssFeed' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 161 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 169 |
Error | design | DesignForExtension | Method 'queueFeedEntries' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 173 |
Error | misc | FinalParameters | Parameter feedUrl should be final. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 209 |
Error | misc | FinalParameters | Parameter node should be final. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 239 |
Error | misc | FinalParameters | Parameter id should be final. | 244 |
Error | misc | FinalParameters | Parameter rssFeed should be final. | 244 |
Error | coding | HiddenField | 'rssFeed' hides a field. | 244 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter service should be final. | 51 |
Error | coding | HiddenField | 'service' hides a field. | 51 |
Error | misc | FinalParameters | Parameter feedDetailsList should be final. | 51 |
Error | coding | HiddenField | 'feedDetailsList' hides a field. | 51 |
Error | misc | FinalParameters | Parameter dataQueue should be final. | 51 |
Error | coding | HiddenField | 'dataQueue' hides a field. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 62 |
Error | misc | FinalParameters | Parameter service should be final. | 62 |
Error | coding | HiddenField | 'service' hides a field. | 62 |
Error | misc | FinalParameters | Parameter feedDetailsList should be final. | 62 |
Error | coding | HiddenField | 'feedDetailsList' hides a field. | 62 |
Error | misc | FinalParameters | Parameter dataQueue should be final. | 62 |
Error | coding | HiddenField | 'dataQueue' hides a field. | 62 |
Error | misc | FinalParameters | Parameter peroid should be final. | 62 |
Error | coding | HiddenField | 'peroid' hides a field. | 62 |
Error | design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | design | DesignForExtension | Method 'isComplete' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | coding | MagicNumber | '60000' is a magic number. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 96 |
Error | design | DesignForExtension | Method 'scheduleFeeds' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 42 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter includeRomeExtension should be final. | 52 |
Error | coding | HiddenField | 'includeRomeExtension' hides a field. | 52 |
Error | design | DesignForExtension | Method 'deserializeAll' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | misc | FinalParameters | Parameter objectNodes should be final. | 57 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 72 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | misc | FinalParameters | Parameter syndEntry should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 86 |
Error | design | DesignForExtension | Method 'deserializeWithRomeExtension' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | misc | FinalParameters | Parameter entry should be final. | 86 |
Error | misc | FinalParameters | Parameter withExtension should be final. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 126 |
Error | misc | FinalParameters | Parameter entry should be final. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 141 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 141 |
Error | misc | FinalParameters | Parameter entry should be final. | 156 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 162 |
Error | misc | FinalParameters | Parameter entry should be final. | 175 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 201 |
Error | misc | FinalParameters | Parameter resource should be final. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 217 |
Error | misc | FinalParameters | Parameter activity should be final. | 228 |
Error | misc | FinalParameters | Parameter entry should be final. | 228 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter entry should be final. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter entry should be final. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter root should be final. | 78 |
Error | misc | FinalParameters | Parameter factory should be final. | 78 |
Error | misc | FinalParameters | Parameter categories should be final. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 95 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter root should be final. | 115 |
Error | misc | FinalParameters | Parameter factory should be final. | 115 |
Error | misc | FinalParameters | Parameter contents should be final. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 128 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Error | misc | FinalParameters | Parameter root should be final. | 139 |
Error | misc | FinalParameters | Parameter date should be final. | 139 |
Error | misc | FinalParameters | Parameter key should be final. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 147 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Error | misc | FinalParameters | Parameter root should be final. | 147 |
Error | misc | FinalParameters | Parameter factory should be final. | 147 |
Error | misc | FinalParameters | Parameter synd should be final. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 164 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Error | misc | FinalParameters | Parameter root should be final. | 164 |
Error | misc | FinalParameters | Parameter factory should be final. | 164 |
Error | misc | FinalParameters | Parameter enclosures should be final. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 199 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
Error | misc | FinalParameters | Parameter root should be final. | 199 |
Error | misc | FinalParameters | Parameter factory should be final. | 199 |
Error | misc | FinalParameters | Parameter foreignMarkUp should be final. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 213 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 222 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
Error | misc | FinalParameters | Parameter root should be final. | 222 |
Error | misc | FinalParameters | Parameter factory should be final. | 222 |
Error | misc | FinalParameters | Parameter image should be final. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 234 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Error | misc | FinalParameters | Parameter toSerialize should be final. | 234 |
Error | misc | FinalParameters | Parameter key should be final. | 234 |
Error | misc | FinalParameters | Parameter node should be final. | 234 |
Error | misc | FinalParameters | Parameter factory should be final. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 249 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
Error | misc | FinalParameters | Parameter root should be final. | 249 |
Error | misc | FinalParameters | Parameter factory should be final. | 249 |
Error | misc | FinalParameters | Parameter links should be final. | 249 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 250 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 250 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 275 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
Error | misc | FinalParameters | Parameter root should be final. | 275 |
Error | misc | FinalParameters | Parameter factory should be final. | 275 |
Error | misc | FinalParameters | Parameter modules should be final. | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 294 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
Error | misc | FinalParameters | Parameter root should be final. | 294 |
Error | misc | FinalParameters | Parameter factory should be final. | 294 |
Error | misc | FinalParameters | Parameter source should be final. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 303 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
Error | misc | FinalParameters | Parameter string should be final. | 321 |
Error | misc | FinalParameters | Parameter key should be final. | 321 |
Error | misc | FinalParameters | Parameter node should be final. | 321 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter s3Object should be final. | 57 |
Error | coding | HiddenField | 's3Object' hides a field. | 57 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter obj should be final. | 66 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 78 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter byt should be final. | 78 |
Error | design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | misc | FinalParameters | Parameter byt should be final. | 82 |
Error | misc | FinalParameters | Parameter off should be final. | 82 |
Error | misc | FinalParameters | Parameter len should be final. | 82 |
Error | design | DesignForExtension | Method 'skip' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter skip should be final. | 86 |
Error | design | DesignForExtension | Method 'available' is not designed for extension - needs to be abstract, final or empty. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Error | design | DesignForExtension | Method 'markSupported' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Error | design | DesignForExtension | Method 'mark' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | misc | FinalParameters | Parameter readlimit should be final. | 98 |
Error | design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | design | DesignForExtension | Method 'ensureEverythingIsReleased' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Error | misc | FinalParameters | Parameter is should be final. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 148 |
Error | design | DesignForExtension | Method 'finalize' is not designed for extension - needs to be abstract, final or empty. | 152 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 68 |
Error | misc | FinalParameters | Parameter amazonS3Client should be final. | 68 |
Error | coding | HiddenField | 'amazonS3Client' hides a field. | 68 |
Error | misc | FinalParameters | Parameter bucketName should be final. | 68 |
Error | coding | HiddenField | 'bucketName' hides a field. | 68 |
Error | misc | FinalParameters | Parameter path should be final. | 68 |
Error | coding | HiddenField | 'path' hides a field. | 68 |
Error | misc | FinalParameters | Parameter fileName should be final. | 68 |
Error | coding | HiddenField | 'fileName' hides a field. | 68 |
Error | misc | FinalParameters | Parameter metaData should be final. | 68 |
Error | coding | HiddenField | 'metaData' hides a field. | 68 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter byt should be final. | 77 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter byt should be final. | 81 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter byt should be final. | 85 |
Error | misc | FinalParameters | Parameter off should be final. | 85 |
Error | misc | FinalParameters | Parameter len should be final. | 85 |
Error | design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 94 |
Error | design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | coding | MagicNumber | '365' is a magic number. | 121 |
Error | coding | MagicNumber | '3' is a magic number. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 137 |
Error | coding | MagicNumber | '1024' is a magic number. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | design | VisibilityModifier | Variable 'lineReaderUtil' must be private and have accessor methods. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | design | VisibilityModifier | Variable 'countersTotal' must be private and have accessor methods. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | design | VisibilityModifier | Variable 'countersCurrent' must be private and have accessor methods. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | design | DesignForExtension | Method 'getAmazonS3Client' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | design | DesignForExtension | Method 'getS3ReaderConfiguration' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | design | DesignForExtension | Method 'getBucketName' is not designed for extension - needs to be abstract, final or empty. | 85 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter sequence should be final. | 89 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter start should be final. | 93 |
Error | misc | FinalParameters | Parameter end should be final. | 93 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 97 |
Error | design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | design | DesignForExtension | Method 'getFiles' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter s3ReaderConfiguration should be final. | 110 |
Error | coding | HiddenField | 's3ReaderConfiguration' hides a field. | 110 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 186 |
Error | coding | MagicNumber | '10000' is a magic number. | 186 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Error | design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 194 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 199 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 204 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 209 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 209 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter reader should be final. | 43 |
Error | coding | HiddenField | 'reader' hides a field. | 43 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | misc | FinalParameters | Parameter file should be final. | 83 |
Error | misc | FinalParameters | Parameter closeable should be final. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | design | VisibilityModifier | Variable 'lineWriterUtil' must be private and have accessor methods. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | DesignForExtension | Method 'getAmazonS3Client' is not designed for extension - needs to be abstract, final or empty. | 92 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | design | DesignForExtension | Method 'getS3WriterConfiguration' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | design | DesignForExtension | Method 'getWrittenFiles' is not designed for extension - needs to be abstract, final or empty. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | design | DesignForExtension | Method 'getObjectMetaData' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | design | DesignForExtension | Method 'getObjectMapper' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | design | DesignForExtension | Method 'setObjectMapper' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Error | misc | FinalParameters | Parameter mapper should be final. | 112 |
Error | design | DesignForExtension | Method 'setObjectMetaData' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | misc | FinalParameters | Parameter val should be final. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | misc | FinalParameters | Parameter s3WriterConfiguration should be final. | 124 |
Error | coding | HiddenField | 's3WriterConfiguration' hides a field. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 135 |
Error | misc | FinalParameters | Parameter amazonS3Client should be final. | 135 |
Error | coding | HiddenField | 'amazonS3Client' hides a field. | 135 |
Error | misc | FinalParameters | Parameter s3WriterConfiguration should be final. | 135 |
Error | coding | HiddenField | 's3WriterConfiguration' hides a field. | 135 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 150 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 150 |
Error | coding | MagicNumber | '1024' is a magic number. | 150 |
Error | coding | MagicNumber | '1024' is a magic number. | 150 |
Error | design | DesignForExtension | Method 'resetFile' is not designed for extension - needs to be abstract, final or empty. | 184 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 215 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 233 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
Error | misc | FinalParameters | Parameter writer should be final. | 237 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
Error | misc | FinalParameters | Parameter flushable should be final. | 249 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 260 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 287 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 299 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 299 |
Error | design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 307 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 43 |
Error | misc | FinalParameters | Parameter arg1 should be final. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 48 |
Error | misc | FinalParameters | Parameter errorCode should be final. | 48 |
Error | coding | HiddenField | 'errorCode' hides a field. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter arg0 should be final. | 53 |
Error | misc | FinalParameters | Parameter arg1 should be final. | 53 |
Error | misc | FinalParameters | Parameter errorCode should be final. | 53 |
Error | coding | HiddenField | 'errorCode' hides a field. | 53 |
Error | design | DesignForExtension | Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | misc | FinalParameters | Parameter beat should be final. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 62 |
Error | design | DesignForExtension | Method 'setChannelSpecificValues' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter beat should be final. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
Error | misc | FinalParameters | Parameter converted should be final. | 78 |
Error | misc | FinalParameters | Parameter mappedTags should be final. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 90 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 105 |
Error | design | DesignForExtension | Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | misc | FinalParameters | Parameter mappedTags should be final. | 105 |
Error | misc | FinalParameters | Parameter extensions should be final. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
Error | design | DesignForExtension | Method 'setObject' is not designed for extension - needs to be abstract, final or empty. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | misc | FinalParameters | Parameter beat should be final. | 111 |
Error | misc | FinalParameters | Parameter converted should be final. | 111 |
Error | design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 119 |
Error | misc | FinalParameters | Parameter beat should be final. | 119 |
Error | misc | FinalParameters | Parameter extensions should be final. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 133 |
Error | design | DesignForExtension | Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. | 133 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Error | misc | FinalParameters | Parameter beat should be final. | 133 |
Error | misc | FinalParameters | Parameter converted should be final. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 141 |
Error | design | DesignForExtension | Method 'mapTags' is not designed for extension - needs to be abstract, final or empty. | 141 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Error | misc | FinalParameters | Parameter beat should be final. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter xmlString should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | misc | FinalParameters | Parameter tag should be final. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 90 |
Error | design | DesignForExtension | Method 'hasTagName' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | misc | FinalParameters | Parameter tagName should be final. | 108 |
Error | design | DesignForExtension | Method 'getTagWithTagName' is not designed for extension - needs to be abstract, final or empty. | 122 |
Error | misc | FinalParameters | Parameter tagName should be final. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter tagName should be final. | 39 |
Error | coding | HiddenField | 'tagName' hides a field. | 39 |
Error | misc | FinalParameters | Parameter displayName should be final. | 39 |
Error | coding | HiddenField | 'displayName' hides a field. | 39 |
Error | design | DesignForExtension | Method 'getTagName' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | design | DesignForExtension | Method 'getQueries' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | design | DesignForExtension | Method 'addQuery' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter query should be final. | 63 |
Error | design | DesignForExtension | Method 'hasTagName' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter tagName should be final. | 67 |
Error | coding | HiddenField | 'tagName' hides a field. | 67 |
Error | design | DesignForExtension | Method 'hasQuery' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter query should be final. | 71 |
Error | design | DesignForExtension | Method 'hasDisplayName' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter displayName should be final. | 75 |
Error | coding | HiddenField | 'displayName' hides a field. | 75 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 79 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | misc | FinalParameters | Parameter object should be final. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | misc | FinalParameters | Parameter entry should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 50 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 45 |
Error | design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
Error | misc | FinalParameters | Parameter baseUrl should be final. | 59 |
Error | coding | HiddenField | 'baseUrl' hides a field. | 59 |
Error | misc | FinalParameters | Parameter apiKey should be final. | 59 |
Error | coding | HiddenField | 'apiKey' hides a field. | 59 |
Error | design | DesignForExtension | Method 'getRequestUrl' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 98 |
Error | design | DesignForExtension | Method 'setHeartBeatId' is not designed for extension - needs to be abstract, final or empty. | 102 |
Error | misc | FinalParameters | Parameter hid should be final. | 103 |
Error | coding | HiddenField | 'hid' hides a field. | 103 |
Error | design | DesignForExtension | Method 'setHeartBeatId' is not designed for extension - needs to be abstract, final or empty. | 107 |
Error | misc | FinalParameters | Parameter hid should be final. | 108 |
Error | coding | HiddenField | 'hid' hides a field. | 108 |
Error | design | DesignForExtension | Method 'setAddedAfterDate' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | misc | FinalParameters | Parameter afterDate should be final. | 114 |
Error | design | DesignForExtension | Method 'setAddedBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | misc | FinalParameters | Parameter beforeDate should be final. | 120 |
Error | design | DesignForExtension | Method 'setReturnSetSize' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | misc | FinalParameters | Parameter size should be final. | 126 |
Error | coding | HiddenField | 'size' hides a field. | 126 |
Error | design | DesignForExtension | Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | misc | FinalParameters | Parameter offset should be final. | 132 |
Error | coding | HiddenField | 'offset' hides a field. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 94 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter apiKey should be final. | 36 |
Error | coding | HiddenField | 'apiKey' hides a field. | 36 |
Error | design | DesignForExtension | Method 'createRequestBuilder' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter provider should be final. | 52 |
Error | coding | HiddenField | 'provider' hides a field. | 52 |
Error | misc | FinalParameters | Parameter heartbeatId should be final. | 52 |
Error | coding | HiddenField | 'heartbeatId' hides a field. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 63 |
Error | misc | FinalParameters | Parameter provider should be final. | 63 |
Error | coding | HiddenField | 'provider' hides a field. | 63 |
Error | misc | FinalParameters | Parameter heartbeatId should be final. | 63 |
Error | coding | HiddenField | 'heartbeatId' hides a field. | 63 |
Error | misc | FinalParameters | Parameter beforeTime should be final. | 63 |
Error | coding | HiddenField | 'beforeTime' hides a field. | 63 |
Error | misc | FinalParameters | Parameter afterTime should be final. | 63 |
Error | coding | HiddenField | 'afterTime' hides a field. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 75 |
Error | misc | FinalParameters | Parameter provider should be final. | 75 |
Error | coding | HiddenField | 'provider' hides a field. | 75 |
Error | misc | FinalParameters | Parameter heartbeatId should be final. | 75 |
Error | coding | HiddenField | 'heartbeatId' hides a field. | 75 |
Error | misc | FinalParameters | Parameter documentId should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
Error | misc | FinalParameters | Parameter provider should be final. | 86 |
Error | coding | HiddenField | 'provider' hides a field. | 86 |
Error | misc | FinalParameters | Parameter heartbeatId should be final. | 86 |
Error | coding | HiddenField | 'heartbeatId' hides a field. | 86 |
Error | misc | FinalParameters | Parameter mode should be final. | 86 |
Error | coding | HiddenField | 'mode' hides a field. | 86 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | design | DesignForExtension | Method 'executeRun' is not designed for extension - needs to be abstract, final or empty. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 129 |
Error | design | DesignForExtension | Method 'updateState' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | misc | FinalParameters | Parameter result should be final. | 129 |
Error | misc | FinalParameters | Parameter mostCurrentId should be final. | 129 |
Error | misc | FinalParameters | Parameter totalDocCount should be final. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 131 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 135 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 141 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 141 |
Error | design | DesignForExtension | Method 'updateOffset' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Error | misc | FinalParameters | Parameter result should be final. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 148 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 148 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 150 |
Error | design | DesignForExtension | Method 'sleep' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | design | DesignForExtension | Method 'queryApi' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 175 |
Error | design | DesignForExtension | Method 'executeApiRequest' is not designed for extension - needs to be abstract, final or empty. | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Error | design | DesignForExtension | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 217 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 222 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 223 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 224 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 228 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
Error | misc | FinalParameters | Parameter matchedLastId should be final. | 228 |
Error | coding | HiddenField | 'matchedLastId' hides a field. | 228 |
Error | misc | FinalParameters | Parameter currentId should be final. | 228 |
Error | coding | HiddenField | 'currentId' hides a field. | 228 |
Error | misc | FinalParameters | Parameter responseSize should be final. | 228 |
Error | coding | HiddenField | 'responseSize' hides a field. | 228 |
Error | design | DesignForExtension | Method 'isMatchedLastId' is not designed for extension - needs to be abstract, final or empty. | 234 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Error | design | DesignForExtension | Method 'setMatchedLastId' is not designed for extension - needs to be abstract, final or empty. | 238 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
Error | misc | FinalParameters | Parameter matchedLastId should be final. | 238 |
Error | coding | HiddenField | 'matchedLastId' hides a field. | 238 |
Error | design | DesignForExtension | Method 'getCurrentId' is not designed for extension - needs to be abstract, final or empty. | 242 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
Error | design | DesignForExtension | Method 'setCurrentId' is not designed for extension - needs to be abstract, final or empty. | 246 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
Error | misc | FinalParameters | Parameter currentId should be final. | 246 |
Error | coding | HiddenField | 'currentId' hides a field. | 246 |
Error | design | DesignForExtension | Method 'getResponseSize' is not designed for extension - needs to be abstract, final or empty. | 250 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
Error | design | DesignForExtension | Method 'setResponseSize' is not designed for extension - needs to be abstract, final or empty. | 254 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
Error | misc | FinalParameters | Parameter responseSize should be final. | 254 |
Error | coding | HiddenField | 'responseSize' hides a field. | 254 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | misc | FinalParameters | Parameter sysomosConfiguration should be final. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 106 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 107 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 107 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 |
Error | coding | MagicNumber | '15' is a magic number. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 110 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 121 |
Error | misc | FinalParameters | Parameter args should be final. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 149 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 165 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 169 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Error | misc | FinalParameters | Parameter config should be final. | 169 |
Error | coding | HiddenField | 'config' hides a field. | 169 |
Error | design | DesignForExtension | Method 'getMode' is not designed for extension - needs to be abstract, final or empty. | 173 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Error | design | DesignForExtension | Method 'getMinLatency' is not designed for extension - needs to be abstract, final or empty. | 177 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
Error | design | DesignForExtension | Method 'getMaxApiBatch' is not designed for extension - needs to be abstract, final or empty. | 181 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
Error | design | DesignForExtension | Method 'getClient' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 189 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 202 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 214 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 225 |
Error | misc | FinalParameters | Parameter bigInteger should be final. | 226 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 230 |
Error | misc | FinalParameters | Parameter dateTime should be final. | 231 |
Error | misc | FinalParameters | Parameter dateTime2 should be final. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 235 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 240 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 245 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 246 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 251 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 251 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 255 |
Error | coding | MagicNumber | '60' is a magic number. | 260 |
Error | coding | MagicNumber | '60' is a magic number. | 263 |
Error | design | DesignForExtension | Method 'signalComplete' is not designed for extension - needs to be abstract, final or empty. | 279 |
Error | misc | FinalParameters | Parameter heartbeatId should be final. | 279 |
Error | design | DesignForExtension | Method 'enqueueItem' is not designed for extension - needs to be abstract, final or empty. | 292 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
Error | misc | FinalParameters | Parameter datum should be final. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 296 |
Error | design | DesignForExtension | Method 'createStream' is not designed for extension - needs to be abstract, final or empty. | 307 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 307 |
Error | misc | FinalParameters | Parameter heartbeatId should be final. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 308 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 309 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 325 |
Error | design | DesignForExtension | Method 'pauseForSpace' is not designed for extension - needs to be abstract, final or empty. | 327 |
Error | coding | MagicNumber | '100' is a magic number. | 331 |
Error | design | DesignForExtension | Method 'extractConfigFromMap' is not designed for extension - needs to be abstract, final or empty. | 339 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 339 |
Error | misc | FinalParameters | Parameter configMap should be final. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 344 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 351 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 359 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 367 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 370 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 374 |
Error | design | DesignForExtension | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 378 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 378 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 382 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 382 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 382 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 382 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 382 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | design | FinalClass | Class SysomosUtils should be declared as final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 49 |
Error | misc | FinalParameters | Parameter url should be final. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.List. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 254). | 39 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 274). | 49 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 268). | 59 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 63 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 256). | 69 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 73 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 207). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 256). | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 215). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 256). | 58 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'url'. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 262). | 68 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
Error | javadoc | JavadocMethod | Expected @param tag for 'webhookId'. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 266). | 79 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 354). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 252). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 93 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 94 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'InvocationTargetException'. | 95 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RestCallException'. | 95 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 252). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 107 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'InvocationTargetException'. | 108 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RestCallException'. | 108 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 258). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 119 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 120 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'InvocationTargetException'. | 121 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'RestCallException'. | 121 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 23 |
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.WelcomeMessage. | 24 |
Error | imports | UnusedImports | Unused import - org.apache.juneau.remoteable.RequestBean. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 48 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 58 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 69 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 80 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 91 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 271). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 229). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 106 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 271). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 237). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 117 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 124 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Body. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 44 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
Error | imports | UnusedImports | Unused import - java.util.List. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 211). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 249). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 251). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 57 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
Error | imports | UnusedImports | Unused import - java.util.List. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 211). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 245). | 42 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 247). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 261). | 43 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 263). | 54 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 263). | 65 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 259). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 81 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 263). | 89 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 255). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 104 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 261). | 111 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
Error | imports | UnusedImports | Unused import - java.util.List. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 211). | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
Error | naming | ParameterName | Name 'place_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 243). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 207). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 71 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
Error | imports | UnusedImports | Unused import - java.util.List. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 213). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Body. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Body. | 23 |
Error | imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Query. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 215). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 51 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 51 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 51 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 213). | 58 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 77 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 77 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 215). | 84 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 215). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 99 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 99 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 106 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 229). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 121 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 121 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 121 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 130 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 257). | 43 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 267). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 59 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 59 |
Error | javadoc | JavadocMethod | Expected @param tag for 'slug'. | 59 |
Error | javadoc | JavadocMethod | Expected @param tag for 'lang'. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 267). | 65 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 69 |
Error | javadoc | JavadocMethod | Expected @param tag for 'slug'. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.juneau.remoteable.QueryIfNE. | 23 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 31 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | naming | ConstantName | Name 'path' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 43 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.lang.reflect.InvocationTargetException. | 53 |
Error | design | FinalClass | Class Twitter should be declared as final. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | design | VisibilityModifier | Variable 'restClientBuilder' must be private and have accessor methods. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | design | VisibilityModifier | Variable 'restClient' must be private and have accessor methods. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | misc | FinalParameters | Parameter configuration should be final. | 105 |
Error | coding | HiddenField | 'configuration' hides a field. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 108 |
Error | coding | MagicNumber | '5000' is a magic number. | 112 |
Error | coding | MagicNumber | '5000' is a magic number. | 113 |
Error | coding | MagicNumber | '5000' is a magic number. | 114 |
Error | coding | MagicNumber | '20' is a magic number. | 118 |
Error | coding | MagicNumber | '100' is a magic number. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 122 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 142 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 142 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 142 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | misc | FinalParameters | Parameter configuration should be final. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 155 |
Error | misc | FinalParameters | Parameter parameters should be final. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 166 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 166 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 166 |
Error | misc | FinalParameters | Parameter parameters should be final. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 173 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 173 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 173 |
Error | misc | FinalParameters | Parameter parameters should be final. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 180 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 180 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 180 |
Error | misc | FinalParameters | Parameter parameters should be final. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 187 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 187 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 187 |
Error | misc | FinalParameters | Parameter parameters should be final. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 194 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 194 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 200 |
Error | misc | FinalParameters | Parameter parameters should be final. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 201 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 201 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 201 |
Error | misc | FinalParameters | Parameter parameters should be final. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 208 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 208 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 208 |
Error | misc | FinalParameters | Parameter parameters should be final. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 215 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 215 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 215 |
Error | misc | FinalParameters | Parameter parameters should be final. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 222 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 222 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 222 |
Error | misc | FinalParameters | Parameter parameters should be final. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 229 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 229 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 229 |
Error | misc | FinalParameters | Parameter parameters should be final. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 236 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 236 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 236 |
Error | misc | FinalParameters | Parameter parameters should be final. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 243 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 243 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 243 |
Error | misc | FinalParameters | Parameter parameters should be final. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 250 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 250 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 250 |
Error | misc | FinalParameters | Parameter parameters should be final. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 257 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 257 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 257 |
Error | misc | FinalParameters | Parameter parameters should be final. | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 264 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 264 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 271 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 271 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 278 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 278 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 278 |
Error | misc | FinalParameters | Parameter parameters should be final. | 284 |
Error | misc | FinalParameters | Parameter parameters should be final. | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 294 |
Error | misc | FinalParameters | Parameter parameters should be final. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 295 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 295 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 295 |
Error | misc | FinalParameters | Parameter id should be final. | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 301 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 301 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 306 |
Error | misc | FinalParameters | Parameter parameters should be final. | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 307 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 307 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 307 |
Error | misc | FinalParameters | Parameter id should be final. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 313 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 313 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 318 |
Error | misc | FinalParameters | Parameter parameters should be final. | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 319 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 319 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 319 |
Error | misc | FinalParameters | Parameter id should be final. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 325 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 325 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 330 |
Error | misc | FinalParameters | Parameter body should be final. | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 331 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 |
Error | misc | FinalParameters | Parameter id should be final. | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 337 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 337 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 343 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 343 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 343 |
Error | misc | FinalParameters | Parameter url should be final. | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 349 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 349 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 349 |
Error | misc | FinalParameters | Parameter webhookId should be final. | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 356 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 356 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 356 |
Error | misc | FinalParameters | Parameter webhookId should be final. | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 362 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 362 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 362 |
Error | misc | FinalParameters | Parameter webhookId should be final. | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 368 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 373 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 |
Error | coding | MagicNumber | '204' is a magic number. | 378 |
Error | misc | FinalParameters | Parameter webhookId should be final. | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 397 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 397 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 397 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 397 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 397 |
Error | coding | MagicNumber | '204' is a magic number. | 401 |
Error | misc | FinalParameters | Parameter webhookId should be final. | 414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 420 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 420 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 420 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 420 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 420 |
Error | coding | MagicNumber | '204' is a magic number. | 424 |
Error | misc | FinalParameters | Parameter parameters should be final. | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 438 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 438 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 438 |
Error | misc | FinalParameters | Parameter id should be final. | 443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 444 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 444 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 444 |
Error | misc | FinalParameters | Parameter event should be final. | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 450 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 450 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 450 |
Error | misc | FinalParameters | Parameter event should be final. | 455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 456 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 456 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 461 |
Error | misc | FinalParameters | Parameter environment should be final. | 461 |
Error | misc | FinalParameters | Parameter searchRequest should be final. | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 462 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 462 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 462 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 462 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 468 |
Error | misc | FinalParameters | Parameter environment should be final. | 468 |
Error | misc | FinalParameters | Parameter searchCountsRequest should be final. | 468 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 469 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 469 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 469 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 469 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 470 |
Error | misc | FinalParameters | Parameter id should be final. | 475 |
Error | misc | FinalParameters | Parameter id should be final. | 480 |
Error | misc | FinalParameters | Parameter parameters should be final. | 485 |
Error | misc | FinalParameters | Parameter parameters should be final. | 490 |
Error | misc | FinalParameters | Parameter parameters should be final. | 495 |
Error | misc | FinalParameters | Parameter lang should be final. | 500 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 501 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 501 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 501 |
Error | misc | FinalParameters | Parameter slug should be final. | 506 |
Error | misc | FinalParameters | Parameter lang should be final. | 506 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 507 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 507 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 507 |
Error | misc | FinalParameters | Parameter slug should be final. | 512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 513 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 513 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 513 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | naming | ConstantName | Name 'base64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | design | VisibilityModifier | Variable 'oAuthConfiguration' must be private and have accessor methods. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | design | VisibilityModifier | Variable 'security' must be private and have accessor methods. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter oAuthConfiguration should be final. | 57 |
Error | coding | HiddenField | 'oAuthConfiguration' hides a field. | 57 |
Error | design | DesignForExtension | Method 'generateTimestamp' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 63 |
Error | naming | LocalVariableName | Name 'oauth_timestamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 64 |
Error | whitespace | WhitespaceAround | '/' is not followed by whitespace. | 64 |
Error | coding | MagicNumber | '1000' is a magic number. | 64 |
Error | design | DesignForExtension | Method 'generateNonce' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | naming | LocalVariableName | Name 'uuid_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | naming | LocalVariableName | Name 'oauth_nonce' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
Error | misc | FinalParameters | Parameter httpRequest should be final. | 76 |
Error | misc | FinalParameters | Parameter httpContext should be final. | 76 |
Error | naming | LocalVariableName | Name 'oauth_nonce' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | naming | LocalVariableName | Name 'oauth_timestamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
Error | whitespace | WhitespaceAround | 'assert' is not followed by whitespace. | 89 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 91 |
Error | naming | LocalVariableName | Name 'request_host' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | naming | LocalVariableName | Name 'request_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 96 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 98 |
Error | naming | LocalVariableName | Name 'request_param_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 98 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
Error | naming | LocalVariableName | Name 'request_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 101 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 101 |
Error | naming | LocalVariableName | Name 'request_param' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 103 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 103 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 109 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 110 |
Error | naming | LocalVariableName | Name 'body_params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | naming | LocalVariableName | Name 'body_param' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 131 |
Error | naming | LocalVariableName | Name 'signature_parameter_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 133 |
Error | naming | LocalVariableName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 133 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 135 |
Error | naming | LocalVariableName | Name 'signing_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | naming | LocalVariableName | Name 'oauth_signature' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 139 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 147 |
Error | naming | LocalVariableName | Name 'authorization_header_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.util.api.requests.backoff.AbstractBackOffStrategy. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.streams.util.api.requests.backoff.BackOffException. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
Error | imports | UnusedImports | Unused import - org.apache.streams.util.api.requests.backoff.impl.LinearTimeBackOffStrategy. | 23 |
Error | imports | UnusedImports | Unused import - org.apache.http.client.HttpRequestRetryHandler. | 26 |
Error | imports | UnusedImports | Unused import - org.apache.http.protocol.HttpContext. | 27 |
Error | imports | UnusedImports | Unused import - java.util.Map. | 36 |
Error | imports | UnusedImports | Unused import - java.util.concurrent.ConcurrentHashMap. | 37 |
Error | imports | UnusedImports | Unused import - javax.ws.rs.core.Response. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'onResponse' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | misc | FinalParameters | Parameter response should be final. | 47 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 48 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 50 |
Error | coding | MagicNumber | '200' is a magic number. | 51 |
Error | coding | MagicNumber | '304' is a magic number. | 52 |
Error | coding | MagicNumber | '400' is a magic number. | 53 |
Error | coding | MagicNumber | '401' is a magic number. | 55 |
Error | coding | MagicNumber | '403' is a magic number. | 57 |
Error | coding | MagicNumber | '404' is a magic number. | 58 |
Error | coding | MagicNumber | '406' is a magic number. | 59 |
Error | coding | MagicNumber | '410' is a magic number. | 60 |
Error | coding | MagicNumber | '420' is a magic number. | 62 |
Error | coding | MagicNumber | '429' is a magic number. | 63 |
Error | coding | MagicNumber | '500' is a magic number. | 65 |
Error | coding | MagicNumber | '502' is a magic number. | 66 |
Error | coding | MagicNumber | '503' is a magic number. | 67 |
Error | coding | MagicNumber | '504' is a magic number. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter response should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.Calendar. | 28 |
Error | imports | UnusedImports | Unused import - java.util.UUID. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | naming | ConstantName | Name 'oauth_signature_encoding' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | naming | ConstantName | Name 'oauth_version' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | naming | ConstantName | Name 'oauth_signature_method_param' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | naming | ConstantName | Name 'oauth_signature_method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | naming | ConstantName | Name 'webhook_signature_method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | naming | ConstantName | Name 'base64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
Error | design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | misc | FinalParameters | Parameter value should be final. | 55 |
Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 81 |
Error | design | DesignForExtension | Method 'generateSignatureParameterString' is not designed for extension - needs to be abstract, final or empty. | 81 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter allParamsMap should be final. | 81 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 86 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 86 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 93 |
Error | design | DesignForExtension | Method 'generateSignatureBaseString' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter method should be final. | 93 |
Error | misc | FinalParameters | Parameter request_url should be final. | 93 |
Error | naming | ParameterName | Name 'request_url' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | misc | FinalParameters | Parameter signature_parameter_string should be final. | 93 |
Error | naming | ParameterName | Name 'signature_parameter_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | naming | LocalVariableName | Name 'signature_base_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 104 |
Error | design | DesignForExtension | Method 'generateAuthorizationHeaderString' is not designed for extension - needs to be abstract, final or empty. | 104 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Error | misc | FinalParameters | Parameter oauthParamMap should be final. | 104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 108 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 108 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 109 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 |
Error | naming | LocalVariableName | Name 'authorization_header_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | design | DesignForExtension | Method 'encodeMap' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Error | misc | FinalParameters | Parameter map should be final. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 121 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 121 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 128 |
Error | design | DesignForExtension | Method 'computeSignatureBytes' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Error | misc | FinalParameters | Parameter baseString should be final. | 128 |
Error | misc | FinalParameters | Parameter keyString should be final. | 128 |
Error | misc | FinalParameters | Parameter signature_method should be final. | 128 |
Error | naming | ParameterName | Name 'signature_method' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | blocks | LeftCurly | '{' at column 3 should be on the previous line. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 143 |
Error | design | DesignForExtension | Method 'computeAndEncodeSignature' is not designed for extension - needs to be abstract, final or empty. | 143 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Error | misc | FinalParameters | Parameter baseString should be final. | 143 |
Error | misc | FinalParameters | Parameter keyString should be final. | 143 |
Error | misc | FinalParameters | Parameter signature_method should be final. | 143 |
Error | naming | ParameterName | Name 'signature_method' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.Tweet. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.juneau.remoteable.Path. | 24 |
Error | imports | UnusedImports | Unused import - org.apache.juneau.remoteable.RequestBean. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 247). | 45 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 247). | 58 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 62 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 243). | 68 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 72 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.WelcomeMessage. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 247). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 243). | 52 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 214). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 243). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 70 |
Error | javadoc | JavadocMethod | Expected @param tag for 'body'. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 249). | 75 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 79 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.juneau.remoteable.RequestBean. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 237). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 46 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 233). | 52 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 303). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 233). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'messageNewRequest'. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 239). | 71 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter dateTime should be final. | 58 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 63 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 84 |
Error | misc | FinalParameters | Parameter jpar should be final. | 84 |
Error | misc | FinalParameters | Parameter context should be final. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 93 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | design | DesignForExtension | Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 40 |
Error | design | DesignForExtension | Method 'detectClasses' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | misc | FinalParameters | Parameter document should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 52 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 56 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 58 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 72 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 72 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 74 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 77 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 79 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 35 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 46 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 59 |
Error | design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter list should be final. | 64 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 69 |
Error | misc | FinalParameters | Parameter event should be final. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 75 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | misc | FinalParameters | Parameter list should be final. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 21 |
Error | imports | UnusedImports | Unused import - org.joda.time.format.ISODateTimeFormat. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | VisibilityModifier | Variable 'dateFormatter' must be private and have accessor methods. | 37 |
Error | design | DesignForExtension | Method 'swap' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | misc | FinalParameters | Parameter session should be final. | 40 |
Error | misc | FinalParameters | Parameter o should be final. | 40 |
Error | design | DesignForExtension | Method 'unswap' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
Error | misc | FinalParameters | Parameter session should be final. | 45 |
Error | misc | FinalParameters | Parameter f should be final. | 45 |
Error | misc | FinalParameters | Parameter hint should be final. | 45 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 46 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 35 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 43 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 62 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 62 |
Error | design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | misc | FinalParameters | Parameter list should be final. | 67 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 72 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 77 |
Error | misc | FinalParameters | Parameter delete should be final. | 77 |
Error | design | DesignForExtension | Method 'buildTarget' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | misc | FinalParameters | Parameter tweet should be final. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 36 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 38 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'getInstance' is not designed for extension - needs to be abstract, final or empty. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 57 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 57 |
Error | design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter list should be final. | 62 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 67 |
Error | misc | FinalParameters | Parameter retweet should be final. | 67 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 75 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 76 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 78 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 36 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 38 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 57 |
Error | design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 61 |
Error | misc | FinalParameters | Parameter list should be final. | 62 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 67 |
Error | misc | FinalParameters | Parameter tweet should be final. | 67 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 77 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 79 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 55 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 55 |
Error | design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | misc | FinalParameters | Parameter list should be final. | 60 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
Error | misc | FinalParameters | Parameter user should be final. | 66 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 74 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 75 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 77 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 32 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | design | DesignForExtension | Method 'fromActivityObject' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 51 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 51 |
Error | design | DesignForExtension | Method 'toActivityObject' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 56 |
Error | misc | FinalParameters | Parameter serialized should be final. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 35 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 44 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 63 |
Error | design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter list should be final. | 68 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 73 |
Error | misc | FinalParameters | Parameter userstreamEvent should be final. | 73 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | misc | FinalParameters | Parameter serializedList should be final. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 91 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | misc | FinalParameters | Parameter event should be final. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | design | DesignForExtension | Method 'buildActor' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | misc | FinalParameters | Parameter event should be final. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | design | DesignForExtension | Method 'buildActivityObject' is not designed for extension - needs to be abstract, final or empty. | 119 |
Error | misc | FinalParameters | Parameter event should be final. | 119 |
Error | design | DesignForExtension | Method 'detectVerb' is not designed for extension - needs to be abstract, final or empty. | 123 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Error | misc | FinalParameters | Parameter event should be final. | 123 |
Error | design | DesignForExtension | Method 'buildTarget' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | misc | FinalParameters | Parameter event should be final. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.TargetObject. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 58 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 72 |
Error | misc | FinalParameters | Parameter tweet should be final. | 72 |
Error | misc | FinalParameters | Parameter activity should be final. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 89 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
Error | misc | FinalParameters | Parameter user should be final. | 104 |
Error | misc | FinalParameters | Parameter activity should be final. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 116 |
Error | misc | FinalParameters | Parameter delete should be final. | 116 |
Error | misc | FinalParameters | Parameter activity should be final. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 125 |
Error | misc | FinalParameters | Parameter tweet should be final. | 133 |
Error | misc | FinalParameters | Parameter user should be final. | 145 |
Error | misc | FinalParameters | Parameter delete should be final. | 181 |
Error | misc | FinalParameters | Parameter tweet should be final. | 193 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 197 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 197 |
Error | misc | FinalParameters | Parameter delete should be final. | 210 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 223 |
Error | misc | FinalParameters | Parameter activity should be final. | 223 |
Error | misc | FinalParameters | Parameter tweet should be final. | 223 |
Error | misc | FinalParameters | Parameter verb should be final. | 223 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 226 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 226 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 235 |
Error | misc | FinalParameters | Parameter tweet should be final. | 240 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 242 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 242 |
Error | misc | FinalParameters | Parameter tweet should be final. | 257 |
Error | misc | FinalParameters | Parameter activity should be final. | 266 |
Error | misc | FinalParameters | Parameter tweet should be final. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 267 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 277 |
Error | misc | FinalParameters | Parameter activity should be final. | 294 |
Error | misc | FinalParameters | Parameter event should be final. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 295 |
Error | misc | FinalParameters | Parameter idparts should be final. | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 309 |
Error | misc | FinalParameters | Parameter activity should be final. | 314 |
Error | misc | FinalParameters | Parameter tweet should be final. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 315 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 357 |
Error | misc | FinalParameters | Parameter place should be final. | 357 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 358 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 358 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 361 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 361 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 364 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 364 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 367 |
Error | coding | MagicNumber | '4' is a magic number. | 367 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 367 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 372 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter config should be final. | 73 |
Error | coding | HiddenField | 'config' hides a field. | 73 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | misc | FinalParameters | Parameter entry should be final. | 83 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 120 |
Error | design | DesignForExtension | Method 'fetchAndReplace' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Error | misc | FinalParameters | Parameter doc should be final. | 120 |
Error | misc | FinalParameters | Parameter originalId should be final. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 126 |
Error | design | DesignForExtension | Method 'replace' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter doc should be final. | 126 |
Error | misc | FinalParameters | Parameter tweet should be final. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 131 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 136 |
Error | design | DesignForExtension | Method 'fetch' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter doc should be final. | 140 |
Error | design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 149 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 168 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 56 |
Error | misc | FinalParameters | Parameter processorConfiguration should be final. | 56 |
Error | javadoc | JavadocMethod | Expected @param tag for 'processorConfiguration'. | 56 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 69 |
Error | misc | FinalParameters | Parameter entry should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 72 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 73 |
Error | design | DesignForExtension | Method 'prepareParams' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | misc | FinalParameters | Parameter entry should be final. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 82 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 117 |
Error | misc | FinalParameters | Parameter args should be final. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 145 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 156 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 156 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 162 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
Error | misc | FinalParameters | Parameter config should be final. | 165 |
Error | coding | HiddenField | 'config' hides a field. | 165 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 169 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 173 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 178 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 179 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 181 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 181 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 203 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 224 |
Error | design | DesignForExtension | Method 'submitSearchThread' is not designed for extension - needs to be abstract, final or empty. | 235 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 264 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 264 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 264 |
Error | design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 276 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 280 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
Error | misc | FinalParameters | Parameter sequence should be final. | 280 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 285 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 285 |
Error | misc | FinalParameters | Parameter start should be final. | 285 |
Error | misc | FinalParameters | Parameter end should be final. | 285 |
Error | design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 294 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 294 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 300 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 305 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
Error | misc | FinalParameters | Parameter pool should be final. | 305 |
Error | coding | MagicNumber | '10' is a magic number. | 309 |
Error | coding | MagicNumber | '10' is a magic number. | 312 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 326 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.api.StatusesUserTimelineRequest. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 58 |
Error | misc | FinalParameters | Parameter provider should be final. | 58 |
Error | coding | HiddenField | 'provider' hides a field. | 58 |
Error | misc | FinalParameters | Parameter twitter should be final. | 58 |
Error | misc | FinalParameters | Parameter request should be final. | 58 |
Error | coding | HiddenField | 'request' hides a field. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 66 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 105 |
Error | design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Error | misc | FinalParameters | Parameter count should be final. | 105 |
Error | misc | FinalParameters | Parameter page_count should be final. | 105 |
Error | coding | HiddenField | 'page_count' hides a field. | 105 |
Error | naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | misc | FinalParameters | Parameter item_count should be final. | 105 |
Error | coding | HiddenField | 'item_count' hides a field. | 105 |
Error | naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 82 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 117 |
Error | misc | FinalParameters | Parameter args should be final. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 146 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 157 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Error | misc | FinalParameters | Parameter config should be final. | 162 |
Error | coding | HiddenField | 'config' hides a field. | 162 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 178 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 178 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 200 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 221 |
Error | design | DesignForExtension | Method 'submitSearchThread' is not designed for extension - needs to be abstract, final or empty. | 232 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 232 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 261 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 261 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 261 |
Error | design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 273 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 277 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
Error | misc | FinalParameters | Parameter sequence should be final. | 277 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 282 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
Error | misc | FinalParameters | Parameter start should be final. | 282 |
Error | misc | FinalParameters | Parameter end should be final. | 282 |
Error | design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 291 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 291 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 297 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 302 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
Error | misc | FinalParameters | Parameter pool should be final. | 302 |
Error | coding | MagicNumber | '10' is a magic number. | 306 |
Error | coding | MagicNumber | '10' is a magic number. | 309 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 323 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 57 |
Error | misc | FinalParameters | Parameter provider should be final. | 57 |
Error | coding | HiddenField | 'provider' hides a field. | 57 |
Error | misc | FinalParameters | Parameter twitter should be final. | 57 |
Error | misc | FinalParameters | Parameter request should be final. | 57 |
Error | coding | HiddenField | 'request' hides a field. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 65 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 74 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 79 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 79 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 103 |
Error | design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | misc | FinalParameters | Parameter count should be final. | 103 |
Error | misc | FinalParameters | Parameter page_count should be final. | 103 |
Error | coding | HiddenField | 'page_count' hides a field. | 103 |
Error | naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Error | misc | FinalParameters | Parameter item_count should be final. | 103 |
Error | coding | HiddenField | 'item_count' hides a field. | 103 |
Error | naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 84 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | design | VisibilityModifier | Variable 'streamsConfiguration' must be private and have accessor methods. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | design | VisibilityModifier | Variable 'baseRetweetsRequest' must be private and have accessor methods. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 119 |
Error | misc | FinalParameters | Parameter args should be final. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 147 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 158 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 158 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Error | misc | FinalParameters | Parameter config should be final. | 163 |
Error | coding | HiddenField | 'config' hides a field. | 163 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 171 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 177 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 179 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 179 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 179 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 182 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 182 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 182 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 205 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 217 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 225 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 225 |
Error | design | DesignForExtension | Method 'submitRetweeterIdsTaskThread' is not designed for extension - needs to be abstract, final or empty. | 231 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 231 |
Error | misc | FinalParameters | Parameter postId should be final. | 231 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 233 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 274 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 274 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 274 |
Error | design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 286 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 290 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
Error | misc | FinalParameters | Parameter sequence should be final. | 290 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 295 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 295 |
Error | misc | FinalParameters | Parameter start should be final. | 295 |
Error | misc | FinalParameters | Parameter end should be final. | 295 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 300 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 306 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
Error | misc | FinalParameters | Parameter pool should be final. | 306 |
Error | coding | MagicNumber | '10' is a magic number. | 310 |
Error | coding | MagicNumber | '10' is a magic number. | 313 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 327 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 54 |
Error | misc | FinalParameters | Parameter provider should be final. | 54 |
Error | coding | HiddenField | 'provider' hides a field. | 54 |
Error | misc | FinalParameters | Parameter twitter should be final. | 54 |
Error | misc | FinalParameters | Parameter request should be final. | 54 |
Error | coding | HiddenField | 'request' hides a field. | 54 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter request should be final. | 78 |
Error | coding | HiddenField | 'request' hides a field. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 117 |
Error | design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Error | misc | FinalParameters | Parameter cursor should be final. | 117 |
Error | coding | HiddenField | 'cursor' hides a field. | 117 |
Error | misc | FinalParameters | Parameter count should be final. | 117 |
Error | misc | FinalParameters | Parameter page_count should be final. | 117 |
Error | coding | HiddenField | 'page_count' hides a field. | 117 |
Error | naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | misc | FinalParameters | Parameter item_count should be final. | 117 |
Error | coding | HiddenField | 'item_count' hides a field. | 117 |
Error | naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 53 |
Error | misc | FinalParameters | Parameter provider should be final. | 53 |
Error | coding | HiddenField | 'provider' hides a field. | 53 |
Error | misc | FinalParameters | Parameter twitter should be final. | 53 |
Error | misc | FinalParameters | Parameter request should be final. | 53 |
Error | coding | HiddenField | 'request' hides a field. | 53 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 73 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter request should be final. | 75 |
Error | coding | HiddenField | 'request' hides a field. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 113 |
Error | design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | misc | FinalParameters | Parameter cursor should be final. | 113 |
Error | coding | HiddenField | 'cursor' hides a field. | 113 |
Error | misc | FinalParameters | Parameter count should be final. | 113 |
Error | misc | FinalParameters | Parameter page_count should be final. | 113 |
Error | coding | HiddenField | 'page_count' hides a field. | 113 |
Error | naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | misc | FinalParameters | Parameter item_count should be final. | 113 |
Error | coding | HiddenField | 'item_count' hides a field. | 113 |
Error | naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'names' must be private and have accessor methods. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | design | VisibilityModifier | Variable 'ids' must be private and have accessor methods. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 95 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 114 |
Error | misc | FinalParameters | Parameter args should be final. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 140 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 155 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 160 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 170 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 174 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 179 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 179 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 181 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 237 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 251 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
Error | design | DesignForExtension | Method 'createTask' is not designed for extension - needs to be abstract, final or empty. | 265 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
Error | misc | FinalParameters | Parameter id should be final. | 265 |
Error | misc | FinalParameters | Parameter name should be final. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 266 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 266 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 266 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 266 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 267 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 272 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 272 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 272 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 272 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 273 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 278 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 278 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 278 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 278 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 279 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 284 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 284 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 284 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 284 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 285 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 285 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 290 |
Error | design | DesignForExtension | Method 'submitTask' is not designed for extension - needs to be abstract, final or empty. | 293 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 293 |
Error | misc | FinalParameters | Parameter providerTask should be final. | 293 |
Error | design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 298 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 302 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 320 |
Error | misc | FinalParameters | Parameter sequence should be final. | 321 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 325 |
Error | misc | FinalParameters | Parameter start should be final. | 326 |
Error | misc | FinalParameters | Parameter end should be final. | 326 |
Error | design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 330 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 330 |
Error | misc | FinalParameters | Parameter users should be final. | 330 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 334 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 335 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 335 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 335 |
Error | design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 344 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 344 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 349 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
Error | misc | FinalParameters | Parameter pool should be final. | 349 |
Error | coding | MagicNumber | '10' is a magic number. | 353 |
Error | coding | MagicNumber | '10' is a magic number. | 356 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 368 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 368 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 54 |
Error | misc | FinalParameters | Parameter provider should be final. | 54 |
Error | coding | HiddenField | 'provider' hides a field. | 54 |
Error | misc | FinalParameters | Parameter twitter should be final. | 54 |
Error | misc | FinalParameters | Parameter request should be final. | 54 |
Error | coding | HiddenField | 'request' hides a field. | 54 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | misc | FinalParameters | Parameter request should be final. | 78 |
Error | coding | HiddenField | 'request' hides a field. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
Error | design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 118 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | misc | FinalParameters | Parameter cursor should be final. | 118 |
Error | coding | HiddenField | 'cursor' hides a field. | 118 |
Error | misc | FinalParameters | Parameter count should be final. | 118 |
Error | misc | FinalParameters | Parameter page_count should be final. | 118 |
Error | coding | HiddenField | 'page_count' hides a field. | 118 |
Error | naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | misc | FinalParameters | Parameter item_count should be final. | 118 |
Error | coding | HiddenField | 'item_count' hides a field. | 118 |
Error | naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 54 |
Error | misc | FinalParameters | Parameter provider should be final. | 54 |
Error | coding | HiddenField | 'provider' hides a field. | 54 |
Error | misc | FinalParameters | Parameter twitter should be final. | 54 |
Error | misc | FinalParameters | Parameter request should be final. | 54 |
Error | coding | HiddenField | 'request' hides a field. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 63 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 72 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter request should be final. | 76 |
Error | coding | HiddenField | 'request' hides a field. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 116 |
Error | design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 116 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Error | misc | FinalParameters | Parameter cursor should be final. | 116 |
Error | coding | HiddenField | 'cursor' hides a field. | 116 |
Error | misc | FinalParameters | Parameter count should be final. | 116 |
Error | misc | FinalParameters | Parameter page_count should be final. | 116 |
Error | coding | HiddenField | 'page_count' hides a field. | 116 |
Error | naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Error | misc | FinalParameters | Parameter item_count should be final. | 116 |
Error | coding | HiddenField | 'item_count' hides a field. | 116 |
Error | naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | misc | FinalParameters | Parameter config should be final. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.api.RetweetsRequest. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 58 |
Error | misc | FinalParameters | Parameter provider should be final. | 58 |
Error | coding | HiddenField | 'provider' hides a field. | 58 |
Error | misc | FinalParameters | Parameter twitter should be final. | 58 |
Error | misc | FinalParameters | Parameter request should be final. | 58 |
Error | coding | HiddenField | 'request' hides a field. | 58 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.api.UsersLookupRequest. | 25 |
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.pojo.User. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 58 |
Error | misc | FinalParameters | Parameter provider should be final. | 58 |
Error | coding | HiddenField | 'provider' hides a field. | 58 |
Error | misc | FinalParameters | Parameter twitter should be final. | 58 |
Error | misc | FinalParameters | Parameter request should be final. | 58 |
Error | coding | HiddenField | 'request' hides a field. | 58 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter provider should be final. | 51 |
Error | coding | HiddenField | 'provider' hides a field. | 51 |
Error | misc | FinalParameters | Parameter provider should be final. | 60 |
Error | coding | HiddenField | 'provider' hides a field. | 60 |
Error | misc | FinalParameters | Parameter poolSize should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 61 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | coding | MagicNumber | '10' is a magic number. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Error | coding | MagicNumber | '30' is a magic number. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'item' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | misc | FinalParameters | Parameter item should be final. | 92 |
Error | coding | HiddenField | 'item' hides a field. | 92 |
Error | design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 105 |
Error | misc | FinalParameters | Parameter args should be final. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'args'. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 139 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 150 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Error | misc | FinalParameters | Parameter config should be final. | 163 |
Error | coding | HiddenField | 'config' hides a field. | 163 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
Error | design | VisibilityModifier | Variable 'endpoint' must be private and have accessor methods. | 170 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 171 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 172 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
Error | design | VisibilityModifier | Variable 'processor' must be private and have accessor methods. | 173 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 175 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 178 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
Error | misc | FinalParameters | Parameter config should be final. | 181 |
Error | coding | HiddenField | 'config' hides a field. | 181 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 190 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 196 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | misc | FinalParameters | Parameter sequence should be final. | 214 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 218 |
Error | misc | FinalParameters | Parameter start should be final. | 219 |
Error | misc | FinalParameters | Parameter end should be final. | 219 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 223 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 228 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 229 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 234 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 249 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 251 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 253 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 254 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 254 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 257 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 257 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 265 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 273 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 273 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 283 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 283 |
Error | coding | MagicNumber | '1200000' is a magic number. | 309 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 315 |
Error | design | DesignForExtension | Method 'getDatumStatusCounter' is not designed for extension - needs to be abstract, final or empty. | 322 |
Error | design | DesignForExtension | Method 'addDatum' is not designed for extension - needs to be abstract, final or empty. | 327 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
Error | misc | FinalParameters | Parameter future should be final. | 327 |
Error | design | DesignForExtension | Method 'drainTo' is not designed for extension - needs to be abstract, final or empty. | 339 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 339 |
Error | misc | FinalParameters | Parameter drain should be final. | 339 |
Error | design | DesignForExtension | Method 'pollForDatum' is not designed for extension - needs to be abstract, final or empty. | 349 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.concurrent.Executors.newSingleThreadExecutor. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 84 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | design | VisibilityModifier | Variable 'names' must be private and have accessor methods. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | design | VisibilityModifier | Variable 'ids' must be private and have accessor methods. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | design | VisibilityModifier | Variable 'idsCount' must be private and have accessor methods. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 100 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 103 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Error | design | VisibilityModifier | Variable 'futures' must be private and have accessor methods. | 105 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 124 |
Error | misc | FinalParameters | Parameter args should be final. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 152 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 163 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 173 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
Error | misc | FinalParameters | Parameter config should be final. | 176 |
Error | coding | HiddenField | 'config' hides a field. | 176 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 184 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 189 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 190 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 192 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 192 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 192 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 225 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 246 |
Error | design | DesignForExtension | Method 'submitTimelineThreads' is not designed for extension - needs to be abstract, final or empty. | 257 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
Error | misc | FinalParameters | Parameter ids should be final. | 257 |
Error | coding | HiddenField | 'ids' hides a field. | 257 |
Error | misc | FinalParameters | Parameter names should be final. | 257 |
Error | coding | HiddenField | 'names' hides a field. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 276 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 303 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 303 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 303 |
Error | design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 315 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 319 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
Error | misc | FinalParameters | Parameter sequence should be final. | 319 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 324 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 324 |
Error | misc | FinalParameters | Parameter start should be final. | 324 |
Error | coding | HiddenField | 'start' hides a field. | 324 |
Error | misc | FinalParameters | Parameter end should be final. | 324 |
Error | coding | HiddenField | 'end' hides a field. | 324 |
Error | design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 333 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 333 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 339 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 344 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 344 |
Error | misc | FinalParameters | Parameter pool should be final. | 344 |
Error | coding | MagicNumber | '10' is a magic number. | 348 |
Error | coding | MagicNumber | '10' is a magic number. | 351 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 365 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 56 |
Error | misc | FinalParameters | Parameter provider should be final. | 56 |
Error | coding | HiddenField | 'provider' hides a field. | 56 |
Error | misc | FinalParameters | Parameter twitter should be final. | 56 |
Error | misc | FinalParameters | Parameter request should be final. | 56 |
Error | coding | HiddenField | 'request' hides a field. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | naming | MemberName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | design | VisibilityModifier | Variable 'item_count' must be private and have accessor methods. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | naming | MemberName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | design | VisibilityModifier | Variable 'last_count' must be private and have accessor methods. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | naming | MemberName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | design | VisibilityModifier | Variable 'page_count' must be private and have accessor methods. | 64 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 76 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 76 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 101 |
Error | design | DesignForExtension | Method 'shouldContinuePulling' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Error | misc | FinalParameters | Parameter count should be final. | 101 |
Error | misc | FinalParameters | Parameter page_count should be final. | 101 |
Error | coding | HiddenField | 'page_count' hides a field. | 101 |
Error | naming | ParameterName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | misc | FinalParameters | Parameter item_count should be final. | 101 |
Error | coding | HiddenField | 'item_count' hides a field. | 101 |
Error | naming | ParameterName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.concurrent.Executors.newSingleThreadExecutor. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | design | VisibilityModifier | Variable 'MAPPER' must be private and have accessor methods. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | design | VisibilityModifier | Variable 'names' must be private and have accessor methods. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | design | VisibilityModifier | Variable 'ids' must be private and have accessor methods. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | design | VisibilityModifier | Variable 'providerQueue' must be private and have accessor methods. | 93 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 95 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter config should be final. | 99 |
Error | coding | HiddenField | 'config' hides a field. | 99 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 103 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 105 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
Error | design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 107 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
Error | design | VisibilityModifier | Variable 'end' must be private and have accessor methods. | 108 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 110 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 131 |
Error | misc | FinalParameters | Parameter args should be final. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 157 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 168 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 174 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Error | misc | FinalParameters | Parameter numThreads should be final. | 174 |
Error | misc | FinalParameters | Parameter queueSize should be final. | 174 |
Error | coding | MagicNumber | '5000L' is a magic number. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 188 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
Error | misc | FinalParameters | Parameter config should be final. | 188 |
Error | coding | HiddenField | 'config' hides a field. | 188 |
Error | design | DesignForExtension | Method 'getProviderQueue' is not designed for extension - needs to be abstract, final or empty. | 192 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 196 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 202 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 204 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 265 |
Error | design | DesignForExtension | Method 'submitUserInformationThreads' is not designed for extension - needs to be abstract, final or empty. | 265 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
Error | misc | FinalParameters | Parameter ids should be final. | 265 |
Error | coding | HiddenField | 'ids' hides a field. | 265 |
Error | misc | FinalParameters | Parameter names should be final. | 265 |
Error | coding | HiddenField | 'names' hides a field. | 265 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 268 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 268 |
Error | coding | MagicNumber | '100' is a magic number. | 268 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 268 |
Error | coding | MagicNumber | '100' is a magic number. | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 270 |
Error | coding | MagicNumber | '100' is a magic number. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 281 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 291 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 291 |
Error | coding | MagicNumber | '100' is a magic number. | 291 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 291 |
Error | coding | MagicNumber | '100' is a magic number. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 293 |
Error | coding | MagicNumber | '100' is a magic number. | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 304 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 315 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 327 |
Error | design | DesignForExtension | Method 'constructQueue' is not designed for extension - needs to be abstract, final or empty. | 346 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 346 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 350 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 350 |
Error | misc | FinalParameters | Parameter sequence should be final. | 350 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 355 |
Error | misc | FinalParameters | Parameter start should be final. | 356 |
Error | coding | HiddenField | 'start' hides a field. | 356 |
Error | misc | FinalParameters | Parameter end should be final. | 356 |
Error | coding | HiddenField | 'end' hides a field. | 356 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 361 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 367 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 367 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 367 |
Error | design | DesignForExtension | Method 'shutdownAndAwaitTermination' is not designed for extension - needs to be abstract, final or empty. | 375 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 375 |
Error | misc | FinalParameters | Parameter pool should be final. | 375 |
Error | coding | MagicNumber | '10' is a magic number. | 379 |
Error | coding | MagicNumber | '10' is a magic number. | 382 |
Error | design | DesignForExtension | Method 'getTwitterClient' is not designed for extension - needs to be abstract, final or empty. | 394 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 394 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 398 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 56 |
Error | misc | FinalParameters | Parameter provider should be final. | 56 |
Error | coding | HiddenField | 'provider' hides a field. | 56 |
Error | misc | FinalParameters | Parameter twitter should be final. | 56 |
Error | misc | FinalParameters | Parameter request should be final. | 56 |
Error | coding | HiddenField | 'request' hides a field. | 56 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.twitter.api.ThirtyDaySearch. | 21 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter operator should be final. | 32 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | misc | FinalParameters | Parameter operator should be final. | 36 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 42 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 42 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 45 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 45 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 48 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Error | naming | LocalVariableName | Name 'exact_phrase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 51 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 51 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 54 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 60 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 60 |
Error | naming | LocalVariableName | Name 'retweets_of' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 63 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 63 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 66 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 72 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 72 |
Error | naming | LocalVariableName | Name 'bio_location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 75 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Error | naming | LocalVariableName | Name 'bio_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 78 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 78 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | naming | LocalVariableName | Name 'place_country' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 84 |
Error | naming | LocalVariableName | Name 'point_radius' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 87 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 87 |
Error | naming | LocalVariableName | Name 'bounding_box' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 90 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | naming | LocalVariableName | Name 'time_zone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 93 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 93 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 96 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 96 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 102 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 102 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 102 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 105 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 109 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 109 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 114 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 115 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Error | misc | FinalParameters | Parameter in should be final. | 124 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 125 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 68 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 73 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 73 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 100 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 105 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 113 |
Error | design | DesignForExtension | Method 'getLinkDetails' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 120 |
Error | misc | FinalParameters | Parameter originalURL should be final. | 124 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 129 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 137 |
Error | coding | MagicNumber | '3' is a magic number. | 137 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 141 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 142 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 142 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 147 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 149 |
Error | design | DesignForExtension | Method 'updateTookInMillis' is not designed for extension - needs to be abstract, final or empty. | 154 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 156 |
Error | design | DesignForExtension | Method 'unwindLink' is not designed for extension - needs to be abstract, final or empty. | 159 |
Error | sizes | MethodLength | Method length is 183 lines (max allowed is 150). | 159 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Error | misc | FinalParameters | Parameter url should be final. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 172 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 174 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 196 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 202 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 220 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 230 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 243 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 250 |
Error | coding | MagicNumber | '200' is a magic number. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 259 |
Error | coding | MagicNumber | '300' is a magic number. | 262 |
Error | coding | MagicNumber | '301' is a magic number. | 263 |
Error | coding | MagicNumber | '302' is a magic number. | 264 |
Error | coding | MagicNumber | '303' is a magic number. | 265 |
Error | coding | MagicNumber | '304' is a magic number. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 267 |
Error | coding | MagicNumber | '306' is a magic number. | 267 |
Error | coding | MagicNumber | '307' is a magic number. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 284 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 296 |
Error | coding | MagicNumber | '305' is a magic number. | 296 |
Error | coding | MagicNumber | '401' is a magic number. | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 299 |
Error | coding | MagicNumber | '403' is a magic number. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 304 |
Error | coding | MagicNumber | '404' is a magic number. | 304 |
Error | coding | MagicNumber | '500' is a magic number. | 307 |
Error | coding | MagicNumber | '501' is a magic number. | 308 |
Error | coding | MagicNumber | '502' is a magic number. | 309 |
Error | coding | MagicNumber | '503' is a magic number. | 310 |
Error | coding | MagicNumber | '504' is a magic number. | 311 |
Error | coding | MagicNumber | '505' is a magic number. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 330 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 336 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 343 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 343 |
Error | misc | FinalParameters | Parameter input should be final. | 343 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 345 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 351 |
Error | misc | FinalParameters | Parameter url should be final. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 352 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 353 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 363 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 364 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 371 |
Error | misc | FinalParameters | Parameter url should be final. | 379 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 413 |
Error | misc | FinalParameters | Parameter url should be final. | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 426 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 436 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 41 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 44 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 48 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 52 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | misc | FinalParameters | Parameter possibleURL should be final. | 75 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Error | misc | FinalParameters | Parameter possiblyHasURLs should be final. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter domain should be final. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 97 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 105 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 |
Error | coding | MagicNumber | '5' is a magic number. | 105 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 138 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 147 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 154 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 154 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 155 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 158 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 |
Error | blocks | NeedBraces | 'for' construct must use '{}'s. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 159 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | misc | FinalParameters | Parameter entry should be final. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 71 |
Error | misc | FinalParameters | Parameter o should be final. | 98 |
Error | design | DesignForExtension | Method 'unwind' is not designed for extension - needs to be abstract, final or empty. | 108 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Error | misc | FinalParameters | Parameter inputLinks should be final. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 44 |
Error | misc | FinalParameters | Parameter entry should be final. | 50 |
Error | misc | FinalParameters | Parameter queue should be final. | 50 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 61 |
Error | misc | FinalParameters | Parameter queue should be final. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 84 |
Error | misc | FinalParameters | Parameter stream should be final. | 84 |
Error | misc | FinalParameters | Parameter initialWait should be final. | 84 |
Error | misc | FinalParameters | Parameter secondaryWait should be final. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 100 |
Error | misc | FinalParameters | Parameter domain should be final. | 103 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 103 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 114 |
Error | javadoc | JavadocMethod | Expected @param tag for '<V>'. | 118 |
Error | misc | FinalParameters | Parameter name should be final. | 118 |
Error | misc | FinalParameters | Parameter mbean should be final. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | misc | FinalParameters | Parameter parts should be final. | 40 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 44 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 44 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 51 |
Error | coding | MagicNumber | '24' is a magic number. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.node.ValueNode. | 26 |
Error | imports | UnusedImports | Unused import - org.codehaus.jackson.JsonFactory. | 30 |
Error | imports | UnusedImports | Unused import - java.util.ArrayList. | 32 |
Error | imports | UnusedImports | Unused import - java.util.Arrays. | 33 |
Error | imports | UnusedImports | Unused import - java.util.HashMap. | 34 |
Error | imports | UnusedImports | Unused import - java.util.List. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Error | misc | FinalParameters | Parameter mapper should be final. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | misc | FinalParameters | Parameter mapper should be final. | 56 |
Error | coding | HiddenField | 'mapper' hides a field. | 56 |
Error | design | DesignForExtension | Method 'flattenToMap' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | misc | FinalParameters | Parameter object should be final. | 60 |
Error | design | DesignForExtension | Method 'flattenToObjectNode' is not designed for extension - needs to be abstract, final or empty. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | misc | FinalParameters | Parameter object should be final. | 64 |
Error | design | DesignForExtension | Method 'unflattenMap' is not designed for extension - needs to be abstract, final or empty. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | misc | FinalParameters | Parameter object should be final. | 68 |
Error | design | DesignForExtension | Method 'unflattenObjectNode' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter object should be final. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | misc | FinalParameters | Parameter mapper should be final. | 76 |
Error | misc | FinalParameters | Parameter object should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 79 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 86 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter mapper should be final. | 86 |
Error | misc | FinalParameters | Parameter object should be final. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 89 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 90 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 96 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | misc | FinalParameters | Parameter mapper should be final. | 96 |
Error | misc | FinalParameters | Parameter object should be final. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 99 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 100 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 100 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | misc | FinalParameters | Parameter mapper should be final. | 106 |
Error | misc | FinalParameters | Parameter object should be final. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 109 |
Error | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 122 |
Error | misc | FinalParameters | Parameter content should be final. | 122 |
Error | misc | FinalParameters | Parameter parent should be final. | 122 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 126 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 129 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 129 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 130 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 131 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 132 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 133 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 |
Error | design | DesignForExtension | Method 'cleanProperties' is not designed for extension - needs to be abstract, final or empty. | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | misc | FinalParameters | Parameter content should be final. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 148 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Error | misc | FinalParameters | Parameter mapper should be final. | 148 |
Error | misc | FinalParameters | Parameter content should be final. | 148 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 156 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 156 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 156 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 157 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 158 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 159 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 159 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 159 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 163 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 164 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 167 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 167 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 169 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 169 |
Error | misc | FinalParameters | Parameter content should be final. | 186 |
Error | misc | FinalParameters | Parameter parent should be final. | 186 |
Error | misc | FinalParameters | Parameter content should be final. | 195 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 196 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 196 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 198 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 200 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 200 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 200 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 201 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 201 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 202 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 202 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 202 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 204 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 204 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 205 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 205 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 205 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 208 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 208 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 209 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
Error | misc | FinalParameters | Parameter obj should be final. | 44 |
Error | misc | FinalParameters | Parameter serialized should be final. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 69 |
Error | misc | FinalParameters | Parameter obj should be final. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 85 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | misc | FinalParameters | Parameter baseBackOffTime should be final. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 45 |
Error | misc | FinalParameters | Parameter baseBackOffTime should be final. | 45 |
Error | misc | FinalParameters | Parameter maximumNumberOfBackOffAttempts should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 50 |
Error | design | DesignForExtension | Method 'backOff' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 64 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 64 |
Error | design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 83 |
Error | coding | HiddenField | 'baseSleepTime' hides a field. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter message should be final. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter attemptCount should be final. | 35 |
Error | coding | HiddenField | 'attemptCount' hides a field. | 35 |
Error | misc | FinalParameters | Parameter maxSleepTime should be final. | 35 |
Error | misc | FinalParameters | Parameter message should be final. | 46 |
Error | misc | FinalParameters | Parameter attemptCount should be final. | 46 |
Error | coding | HiddenField | 'attemptCount' hides a field. | 46 |
Error | misc | FinalParameters | Parameter maxSleepTime should be final. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 54 |
Error | design | DesignForExtension | Method 'getNumberOfBackOffsAttempted' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 63 |
Error | design | DesignForExtension | Method 'getLongestBackOff' is not designed for extension - needs to be abstract, final or empty. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 42 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 49 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 21 |
Error | misc | FinalParameters | Parameter baseBackOffTimeInMiliseconds should be final. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 42 |
Error | misc | FinalParameters | Parameter baseBackOffTimeInMiliseconds should be final. | 42 |
Error | misc | FinalParameters | Parameter maximumNumberOfBackOffAttempts should be final. | 42 |
Error | design | DesignForExtension | Method 'calculateBackOffTime' is not designed for extension - needs to be abstract, final or empty. | 46 |
Error | misc | FinalParameters | Parameter attemptCount should be final. | 47 |
Error | misc | FinalParameters | Parameter baseSleepTime should be final. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 21 |
Error | misc | FinalParameters | Parameter baseBackOffTimeInSeconds should be final. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 38 |
Error | misc | FinalParameters | Parameter baseBackOffTimeInSeconds should be final. | 38 |
Error | misc | FinalParameters | Parameter maxNumAttempts should be final. | 38 |
Error | design | DesignForExtension | Method 'calculateBackOffTime' is not designed for extension - needs to be abstract, final or empty. | 42 |
Error | misc | FinalParameters | Parameter attemptCount should be final. | 43 |
Error | misc | FinalParameters | Parameter baseSleepTime should be final. | 43 |
Error | coding | MagicNumber | '1000' is a magic number. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 21 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Error | misc | FinalParameters | Parameter baseBackOffTimeInSeconds should be final. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter baseBackOffTimeInSeconds should be final. | 31 |
Error | misc | FinalParameters | Parameter maxAttempts should be final. | 31 |
Error | design | DesignForExtension | Method 'calculateBackOffTime' is not designed for extension - needs to be abstract, final or empty. | 35 |
Error | misc | FinalParameters | Parameter attemptCount should be final. | 36 |
Error | misc | FinalParameters | Parameter baseSleepTime should be final. | 36 |
Error | coding | MagicNumber | '1000L' is a magic number. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 30 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 |
Error | misc | FinalParameters | Parameter object should be final. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 21 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 35 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 37 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 43 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 27 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </p> | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 30 |
Error | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter tokens should be final. | 48 |
Error | design | DesignForExtension | Method 'addTokenToPool' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | misc | FinalParameters | Parameter token should be final. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 60 |
Error | design | DesignForExtension | Method 'addAllTokensToPool' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | misc | FinalParameters | Parameter tokens should be final. | 64 |
Error | design | DesignForExtension | Method 'getNextAvailableToken' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | design | DesignForExtension | Method 'numAvailableTokens' is not designed for extension - needs to be abstract, final or empty. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | misc | FinalParameters | Parameter fieldNode should be final. | 33 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 47 |
Error | misc | FinalParameters | Parameter inputFile should be final. | 47 |
Error | misc | FinalParameters | Parameter sourceDirectory should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 52 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 53 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 55 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 69 |
Error | misc | FinalParameters | Parameter inputFile should be final. | 69 |
Error | misc | FinalParameters | Parameter originalExtension should be final. | 69 |
Error | misc | FinalParameters | Parameter newExtension should be final. | 69 |
Error | misc | FinalParameters | Parameter inputFile should be final. | 82 |
Error | misc | FinalParameters | Parameter resourceFile should be final. | 95 |
Error | misc | FinalParameters | Parameter resourceContent should be final. | 95 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 113 |
Error | misc | FinalParameters | Parameter config should be final. | 113 |
Error | misc | FinalParameters | Parameter schemaFiles should be final. | 113 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | misc | FinalParameters | Parameter uri should be final. | 43 |
Error | coding | HiddenField | 'uri' hides a field. | 43 |
Error | misc | FinalParameters | Parameter content should be final. | 43 |
Error | coding | HiddenField | 'content' hides a field. | 43 |
Error | misc | FinalParameters | Parameter parent should be final. | 43 |
Error | coding | HiddenField | 'parent' hides a field. | 43 |
Error | misc | FinalParameters | Parameter generate should be final. | 43 |
Error | coding | HiddenField | 'generate' hides a field. | 43 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 48 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'getUri' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | design | DesignForExtension | Method 'getParentContent' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 68 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 68 |
Error | design | DesignForExtension | Method 'getParentUri' is not designed for extension - needs to be abstract, final or empty. | 79 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
Error | design | DesignForExtension | Method 'isGenerated' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | design | VisibilityModifier | Variable 'schemas' must be private and have accessor methods. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | design | VisibilityModifier | Variable 'fragmentResolver' must be private and have accessor methods. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | design | VisibilityModifier | Variable 'contentResolver' must be private and have accessor methods. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | misc | FinalParameters | Parameter uri should be final. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 66 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 72 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 79 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 79 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 90 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 91 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 96 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
Error | design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 113 |
Error | misc | FinalParameters | Parameter parent should be final. | 114 |
Error | misc | FinalParameters | Parameter path should be final. | 114 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 123 |
Error | design | DesignForExtension | Method 'selfReferenceWithoutParentFile' is not designed for extension - needs to be abstract, final or empty. | 131 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Error | misc | FinalParameters | Parameter parent should be final. | 131 |
Error | misc | FinalParameters | Parameter path should be final. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 132 |
Error | design | DesignForExtension | Method 'clearCache' is not designed for extension - needs to be abstract, final or empty. | 135 |
Error | design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | design | DesignForExtension | Method 'getById' is not designed for extension - needs to be abstract, final or empty. | 145 |
Error | misc | FinalParameters | Parameter id should be final. | 146 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 147 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 147 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 148 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
Error | design | DesignForExtension | Method 'getByUri' is not designed for extension - needs to be abstract, final or empty. | 155 |
Error | misc | FinalParameters | Parameter uri should be final. | 156 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 157 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 157 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 158 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 158 |
Error | design | DesignForExtension | Method 'getFileUriCount' is not designed for extension - needs to be abstract, final or empty. | 165 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 168 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 168 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 169 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 169 |
Error | design | DesignForExtension | Method 'getHttpUriCount' is not designed for extension - needs to be abstract, final or empty. | 176 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 179 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 179 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 180 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 180 |
Error | design | DesignForExtension | Method 'getSchemaIterator' is not designed for extension - needs to be abstract, final or empty. | 187 |
Error | design | DesignForExtension | Method 'resolveProperties' is not designed for extension - needs to be abstract, final or empty. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 195 |
Error | misc | FinalParameters | Parameter schema should be final. | 195 |
Error | misc | FinalParameters | Parameter fieldNode should be final. | 195 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 212 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 216 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 230 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 267 |
Error | design | DesignForExtension | Method 'resolveItems' is not designed for extension - needs to be abstract, final or empty. | 267 |
Error | misc | FinalParameters | Parameter schema should be final. | 267 |
Error | misc | FinalParameters | Parameter fieldNode should be final. | 267 |
Error | misc | FinalParameters | Parameter resourceId should be final. | 267 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 272 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 282 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 286 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 300 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 312 |
Error | design | DesignForExtension | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 328 |
Error | misc | FinalParameters | Parameter left should be final. | 329 |
Error | misc | FinalParameters | Parameter right should be final. | 329 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 331 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 336 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 336 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 338 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 343 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 343 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 345 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 350 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 353 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 353 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 357 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 357 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 364 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 365 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 365 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 368 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 371 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 374 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 381 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 381 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 390 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 400 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 400 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.JsonNode. | 21 |
Error | imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.node.JsonNodeType. | 23 |
Error | imports | UnusedImports | Unused import - java.util.Iterator. | 29 |
Error | imports | UnusedImports | Unused import - java.util.Map. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 35 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter parentQualifiedName should be final. | 43 |
Error | misc | FinalParameters | Parameter childSimpleName should be final. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 45 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 45 |
Error | misc | FinalParameters | Parameter schemaUrl should be final. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Error | misc | FinalParameters | Parameter id should be final. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter id should be final. | 35 |
Error | misc | FinalParameters | Parameter absolute should be final. | 45 |
Error | misc | FinalParameters | Parameter relativePart should be final. | 45 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 51 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 |
Error | design | DesignForExtension | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 32 |
Error | misc | FinalParameters | Parameter left should be final. | 33 |
Error | misc | FinalParameters | Parameter right should be final. | 33 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 34 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 36 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 38 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 40 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 42 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 44 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 50 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 52 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 52 |
Error | misc | FinalParameters | Parameter objectCombination should be final. | 64 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 66 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 72 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Error | misc | FinalParameters | Parameter pattern should be final. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter activity should be final. | 35 |
Error | coding | HiddenField | 'activity' hides a field. | 35 |
Error | design | DesignForExtension | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 39 |
Error | misc | FinalParameters | Parameter left should be final. | 40 |
Error | misc | FinalParameters | Parameter right should be final. | 40 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 45 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 47 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 49 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 51 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 53 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 55 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 59 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 59 |
Error | misc | FinalParameters | Parameter objectCombination should be final. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 73 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 76 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 79 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
Error | design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 94 |
Error | misc | FinalParameters | Parameter pattern should be final. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | misc | FinalParameters | Parameter activity should be final. | 37 |
Error | misc | FinalParameters | Parameter verbDefinitionSet should be final. | 37 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 39 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 40 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 40 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
Error | misc | FinalParameters | Parameter activity should be final. | 54 |
Error | misc | FinalParameters | Parameter verbDefinition should be final. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | design | VisibilityModifier | Variable 'verbDefinitionSet' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter verbDefinitionSet should be final. | 44 |
Error | coding | HiddenField | 'verbDefinitionSet' hides a field. | 44 |
Error | design | DesignForExtension | Method 'matchingVerbDefinitions' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | misc | FinalParameters | Parameter activity should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 62 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 63 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 64 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
Error | design | DesignForExtension | Method 'matchingObjectCombinations' is not designed for extension - needs to be abstract, final or empty. | 84 |
Error | misc | FinalParameters | Parameter activity should be final. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 89 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | misc | FinalParameters | Parameter activity should be final. | 109 |
Error | misc | FinalParameters | Parameter criteria should be final. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 117 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 122 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 122 |
Error | misc | FinalParameters | Parameter required should be final. | 122 |
Error | misc | FinalParameters | Parameter pattern should be final. | 122 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 123 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 124 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 125 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
Error | misc | FinalParameters | Parameter activity should be final. | 39 |
Error | misc | FinalParameters | Parameter objectCombination should be final. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 52 |
Error | misc | FinalParameters | Parameter language should be final. | 52 |
Error | misc | FinalParameters | Parameter activity should be final. | 52 |
Error | misc | FinalParameters | Parameter objectCombination should be final. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 54 |
Error | misc | FinalParameters | Parameter activityObject should be final. | 71 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 72 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 52 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 59 |
Error | misc | FinalParameters | Parameter streamsDatum should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 75 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 80 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | misc | FinalParameters | Parameter item should be final. | 100 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 123 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 128 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | misc | FinalParameters | Parameter youTube should be final. | 65 |
Error | coding | HiddenField | 'youTube' hides a field. | 65 |
Error | misc | FinalParameters | Parameter queue should be final. | 66 |
Error | coding | HiddenField | 'queue' hides a field. | 66 |
Error | misc | FinalParameters | Parameter strategy should be final. | 67 |
Error | coding | HiddenField | 'strategy' hides a field. | 67 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 68 |
Error | coding | HiddenField | 'userInfo' hides a field. | 68 |
Error | misc | FinalParameters | Parameter youtubeConfig should be final. | 69 |
Error | coding | HiddenField | 'youtubeConfig' hides a field. | 69 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter config should be final. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 73 |
Error | misc | FinalParameters | Parameter args should be final. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 100 |
Error | design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 121 |
Error | misc | FinalParameters | Parameter strategy should be final. | 121 |
Error | misc | FinalParameters | Parameter queue should be final. | 121 |
Error | misc | FinalParameters | Parameter youtube should be final. | 121 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 43 |
Error | design | DesignForExtension | Method 'backoffAndIdentifyIfRetry' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | misc | FinalParameters | Parameter gjre should be final. | 43 |
Error | javadoc | JavadocMethod | Expected @param tag for 'gjre'. | 43 |
Error | misc | FinalParameters | Parameter backOff should be final. | 43 |
Error | javadoc | JavadocMethod | Expected @param tag for 'backOff'. | 43 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'BackOffException'. | 43 |
Error | coding | MagicNumber | '400' is a magic number. | 47 |
Error | coding | MagicNumber | '401' is a magic number. | 50 |
Error | coding | MagicNumber | '403' is a magic number. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 54 |
Error | coding | MagicNumber | '503' is a magic number. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - org.apache.streams.config.StreamsConfigurator. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | design | VisibilityModifier | Variable 'youtube' must be private and have accessor methods. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | misc | FinalParameters | Parameter config should be final. | 106 |
Error | coding | HiddenField | 'config' hides a field. | 106 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 112 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 117 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 126 |
Error | coding | MagicNumber | '1000' is a magic number. | 127 |
Error | design | DesignForExtension | Method 'startStream' is not designed for extension - needs to be abstract, final or empty. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 151 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | coding | HiddenField | 'youtube' hides a field. | 151 |
Error | design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 167 |
Error | misc | FinalParameters | Parameter sequence should be final. | 168 |
Error | design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 172 |
Error | misc | FinalParameters | Parameter start should be final. | 173 |
Error | misc | FinalParameters | Parameter end should be final. | 173 |
Error | design | DesignForExtension | Method 'createYouTubeClient' is not designed for extension - needs to be abstract, final or empty. | 177 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 192 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 195 |
Error | coding | MagicNumber | '10' is a magic number. | 197 |
Error | coding | MagicNumber | '10' is a magic number. | 197 |
Error | design | DesignForExtension | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 201 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
Error | design | DesignForExtension | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 205 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
Error | misc | FinalParameters | Parameter config should be final. | 205 |
Error | coding | HiddenField | 'config' hides a field. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 210 |
Error | design | DesignForExtension | Method 'setDefaultBeforeDate' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | misc | FinalParameters | Parameter defaultBeforeDate should be final. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 218 |
Error | design | DesignForExtension | Method 'setDefaultAfterDate' is not designed for extension - needs to be abstract, final or empty. | 221 |
Error | misc | FinalParameters | Parameter defaultAfterDate should be final. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 226 |
Error | design | DesignForExtension | Method 'setUserInfoWithDefaultDates' is not designed for extension - needs to be abstract, final or empty. | 229 |
Error | misc | FinalParameters | Parameter userIds should be final. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 247 |
Error | design | DesignForExtension | Method 'setUserInfoWithAfterDate' is not designed for extension - needs to be abstract, final or empty. | 247 |
Error | misc | FinalParameters | Parameter usersAndAfterDates should be final. | 247 |
Error | design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 262 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | misc | FinalParameters | Parameter youtube should be final. | 82 |
Error | coding | HiddenField | 'youtube' hides a field. | 82 |
Error | misc | FinalParameters | Parameter datumQueue should be final. | 83 |
Error | coding | HiddenField | 'datumQueue' hides a field. | 83 |
Error | misc | FinalParameters | Parameter backOff should be final. | 84 |
Error | coding | HiddenField | 'backOff' hides a field. | 84 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 85 |
Error | coding | HiddenField | 'userInfo' hides a field. | 85 |
Error | misc | FinalParameters | Parameter config should be final. | 86 |
Error | coding | HiddenField | 'config' hides a field. | 86 |
Error | design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
Error | design | DesignForExtension | Method 'collectActivityData' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | naming | LocalVariableName | Name 'item_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | naming | LocalVariableName | Name 'last_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | naming | LocalVariableName | Name 'page_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 166 |
Error | design | DesignForExtension | Method 'processActivityFeed' is not designed for extension - needs to be abstract, final or empty. | 166 |
Error | misc | FinalParameters | Parameter feed should be final. | 166 |
Error | misc | FinalParameters | Parameter afterDate should be final. | 166 |
Error | misc | FinalParameters | Parameter beforeDate should be final. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 193 |
Error | design | DesignForExtension | Method 'processVideos' is not designed for extension - needs to be abstract, final or empty. | 193 |
Error | misc | FinalParameters | Parameter videos should be final. | 193 |
Error | misc | FinalParameters | Parameter afterDate should be final. | 193 |
Error | misc | FinalParameters | Parameter beforeDate should be final. | 193 |
Error | misc | FinalParameters | Parameter activity should be final. | 193 |
Error | misc | FinalParameters | Parameter feed should be final. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 211 |
Error | design | DesignForExtension | Method 'getVideoList' is not designed for extension - needs to be abstract, final or empty. | 221 |
Error | misc | FinalParameters | Parameter videoId should be final. | 221 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 222 |
Error | design | DesignForExtension | Method 'getDatumQueue' is not designed for extension - needs to be abstract, final or empty. | 235 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter config should be final. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 78 |
Error | misc | FinalParameters | Parameter args should be final. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 106 |
Error | design | DesignForExtension | Method 'getDataCollector' is not designed for extension - needs to be abstract, final or empty. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 129 |
Error | misc | FinalParameters | Parameter strategy should be final. | 129 |
Error | misc | FinalParameters | Parameter queue should be final. | 129 |
Error | misc | FinalParameters | Parameter youtube should be final. | 129 |
Error | misc | FinalParameters | Parameter userInfo should be final. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | imports | UnusedImports | Unused import - com.google.api.services.youtube.YouTube. | 29 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 45 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 57 |
Error | misc | FinalParameters | Parameter video should be final. | 57 |
Error | misc | FinalParameters | Parameter activity should be final. | 57 |
Error | misc | FinalParameters | Parameter channelId should be final. | 57 |
Error | javadoc | JavadocMethod | Expected @param tag for 'channelId'. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 84 |
Error | misc | FinalParameters | Parameter channel should be final. | 84 |
Error | misc | FinalParameters | Parameter activity should be final. | 84 |
Error | misc | FinalParameters | Parameter channelId should be final. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'channelId'. | 84 |
Error | misc | FinalParameters | Parameter channel should be final. | 102 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 120 |
Error | misc | FinalParameters | Parameter video should be final. | 125 |
Error | misc | FinalParameters | Parameter activity should be final. | 151 |
Error | misc | FinalParameters | Parameter video should be final. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 163 |
Error | misc | FinalParameters | Parameter video should be final. | 169 |
Error | misc | FinalParameters | Parameter id should be final. | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 180 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 191 |
Error | misc | FinalParameters | Parameter idparts should be final. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 198 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 46 |
Error | misc | FinalParameters | Parameter jp should be final. | 46 |
Error | misc | FinalParameters | Parameter ctxt should be final. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 59 |
Error | design | DesignForExtension | Method 'setChannelSnippet' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter node should be final. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 71 |
Error | design | DesignForExtension | Method 'setThumbnails' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter node should be final. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 84 |
Error | design | DesignForExtension | Method 'setLocalized' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Error | misc | FinalParameters | Parameter node should be final. | 88 |
Error | design | DesignForExtension | Method 'setContentDetails' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Error | misc | FinalParameters | Parameter node should be final. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 110 |
Error | design | DesignForExtension | Method 'setRelatedPlaylists' is not designed for extension - needs to be abstract, final or empty. | 110 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Error | misc | FinalParameters | Parameter node should be final. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 111 |
Error | design | DesignForExtension | Method 'setChannelStatistics' is not designed for extension - needs to be abstract, final or empty. | 127 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | misc | FinalParameters | Parameter node should be final. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 133 |
Error | design | DesignForExtension | Method 'setTopicDetails' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter node should be final. | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | misc | FinalParameters | Parameter json should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 48 |
Error | design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 51 |
Error | misc | FinalParameters | Parameter jsonParser should be final. | 51 |
Error | misc | FinalParameters | Parameter deserializationContext should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
Error | misc | FinalParameters | Parameter node should be final. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 82 |
Error | misc | FinalParameters | Parameter node should be final. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 111 |