| 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 |
Class 'ConsolePersistReader' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConsolePersistReader' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. |
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 |
Class 'ConsolePersistReader' looks like designed for extension (can be subclassed), but the method 'readAll' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConsolePersistReader' final or making the method 'readAll' static/final/abstract/empty, or adding allowed annotation for the method. |
75 |
Error |
design |
DesignForExtension |
Class 'ConsolePersistReader' looks like designed for extension (can be subclassed), but the method 'readCurrent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConsolePersistReader' final or making the method 'readCurrent' static/final/abstract/empty, or adding allowed annotation for the method. |
80 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
87 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
87 |
Error |
design |
DesignForExtension |
Class 'ConsolePersistReader' looks like designed for extension (can be subclassed), but the method 'readNew' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConsolePersistReader' final or making the method 'readNew' static/final/abstract/empty, or adding allowed annotation for the method. |
103 |
Error |
misc |
FinalParameters |
Parameter sequence should be final. |
104 |
Error |
design |
DesignForExtension |
Class 'ConsolePersistReader' looks like designed for extension (can be subclassed), but the method 'readRange' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConsolePersistReader' final or making the method 'readRange' static/final/abstract/empty, or adding allowed annotation for the method. |
108 |
Error |
misc |
FinalParameters |
Parameter start should be final. |
109 |
Error |
misc |
FinalParameters |
Parameter end should be final. |
109 |
Error |
design |
DesignForExtension |
Class 'ConsolePersistReader' looks like designed for extension (can be subclassed), but the method 'isRunning' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConsolePersistReader' final or making the method 'isRunning' static/final/abstract/empty, or adding allowed annotation for the method. |
113 |