The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/apache/streams/console/ConsolePersistReader.java | 0 | 0 | 25 |
| org/apache/streams/console/ConsolePersistWriter.java | 0 | 0 | 18 |
| org/apache/streams/console/ConsolePersistWriterTask.java | 0 | 0 | 12 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField | 3 | |
| MagicNumber | 1 | ||
| design | DesignForExtension | 10 | |
| VisibilityModifier | 3 | ||
| javadoc | JavadocMethod | 9 | |
| JavadocPackage | 1 | ||
| JavadocStyle | 1 | ||
| JavadocVariable | 11 | ||
| misc | FinalParameters | 9 | |
| sizes | LineLength | 3 | |
| whitespace | ParenPad | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'inputStream' must be private and have accessor methods. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter inputStream should be final. | 52 | |
| coding | HiddenField | 'inputStream' hides a field. | 52 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter configuration should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'readAll' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| design | DesignForExtension | Method 'readCurrent' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 | |
| design | DesignForExtension | Method 'readNew' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| misc | FinalParameters | Parameter sequence should be final. | 104 | |
| design | DesignForExtension | Method 'readRange' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter start should be final. | 109 | |
| misc | FinalParameters | Parameter end should be final. | 109 | |
| design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'persistQueue' must be private and have accessor methods. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter printStream should be final. | 54 | |
| coding | HiddenField | 'printStream' hides a field. | 54 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter configuration should be final. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| misc | FinalParameters | Parameter entry should be final. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter writer should be final. | 38 | |
| coding | HiddenField | 'writer' hides a field. | 38 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| coding | MagicNumber | '100' is a magic number. | 54 |