The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | AvoidInlineConditionals | 6 | ![]() |
EqualsHashCode | 1 | ![]() | |
HiddenField | 43 | ![]() | |
design | DesignForExtension | 26 | ![]() |
HideUtilityClassConstructor | 1 | ![]() | |
VisibilityModifier | 6 | ![]() | |
javadoc | JavadocMethod | 44 | ![]() |
JavadocPackage | 2 | ![]() | |
JavadocType | 3 | ![]() | |
JavadocVariable | 15 | ![]() | |
misc | FinalParameters | 53 | ![]() |
modifier | RedundantModifier | 1 | ![]() |
sizes | LineLength | 48 | ![]() |
whitespace | ParenPad | 4 | ![]() |
WhitespaceAfter | 2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
design | DesignForExtension | Class 'DatumStatusCounter' looks like designed for extension (can be subclassed), but the method 'getAttempted' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounter' final or making the method 'getAttempted' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Class 'DatumStatusCounter' looks like designed for extension (can be subclassed), but the method 'getSuccess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounter' final or making the method 'getSuccess' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Class 'DatumStatusCounter' looks like designed for extension (can be subclassed), but the method 'getFail' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounter' final or making the method 'getFail' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Class 'DatumStatusCounter' looks like designed for extension (can be subclassed), but the method 'getPartial' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounter' final or making the method 'getPartial' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Class 'DatumStatusCounter' looks like designed for extension (can be subclassed), but the method 'getEmitted' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounter' final or making the method 'getEmitted' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter datumStatusCounter should be final. | 60 |
![]() |
design | DesignForExtension | Class 'DatumStatusCounter' looks like designed for extension (can be subclassed), but the method 'incrementAttempt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounter' final or making the method 'incrementAttempt' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Class 'DatumStatusCounter' looks like designed for extension (can be subclassed), but the method 'incrementAttempt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounter' final or making the method 'incrementAttempt' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter counter should be final. | 74 |
![]() |
misc | FinalParameters | Parameter workStatus should be final. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 107 |
![]() |
misc | FinalParameters | Parameter workStatus should be final. | 107 |
![]() |
misc | FinalParameters | Parameter counter should be final. | 107 |
![]() |
design | DesignForExtension | Class 'DatumStatusCounter' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounter' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter document should be final. | 32 |
![]() |
coding | HiddenField | 'document' hides a field. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter document should be final. | 36 |
![]() |
coding | HiddenField | 'document' hides a field. | 36 |
![]() |
misc | FinalParameters | Parameter id should be final. | 36 |
![]() |
coding | HiddenField | 'id' hides a field. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter document should be final. | 40 |
![]() |
coding | HiddenField | 'document' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 40 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter document should be final. | 44 |
![]() |
coding | HiddenField | 'document' hides a field. | 44 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 44 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter document should be final. | 48 |
![]() |
coding | HiddenField | 'document' hides a field. | 48 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 48 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 48 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 48 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter document should be final. | 52 |
![]() |
coding | HiddenField | 'document' hides a field. | 52 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 52 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 52 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 52 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter document should be final. | 56 |
![]() |
coding | HiddenField | 'document' hides a field. | 56 |
![]() |
misc | FinalParameters | Parameter id should be final. | 56 |
![]() |
coding | HiddenField | 'id' hides a field. | 56 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 56 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter document should be final. | 60 |
![]() |
coding | HiddenField | 'document' hides a field. | 60 |
![]() |
misc | FinalParameters | Parameter id should be final. | 60 |
![]() |
coding | HiddenField | 'id' hides a field. | 60 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 60 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter document should be final. | 64 |
![]() |
coding | HiddenField | 'document' hides a field. | 64 |
![]() |
misc | FinalParameters | Parameter id should be final. | 64 |
![]() |
coding | HiddenField | 'id' hides a field. | 64 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 64 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 64 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 64 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter document should be final. | 68 |
![]() |
coding | HiddenField | 'document' hides a field. | 68 |
![]() |
misc | FinalParameters | Parameter id should be final. | 68 |
![]() |
coding | HiddenField | 'id' hides a field. | 68 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 68 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter document should be final. | 72 |
![]() |
coding | HiddenField | 'document' hides a field. | 72 |
![]() |
misc | FinalParameters | Parameter id should be final. | 72 |
![]() |
coding | HiddenField | 'id' hides a field. | 72 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 72 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 72 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 72 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter document should be final. | 80 |
![]() |
coding | HiddenField | 'document' hides a field. | 80 |
![]() |
misc | FinalParameters | Parameter id should be final. | 80 |
![]() |
coding | HiddenField | 'id' hides a field. | 80 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 80 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 80 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 80 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 80 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 80 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
design | VisibilityModifier | Variable 'sequenceid' must be private and have accessor methods. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'metadata' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | VisibilityModifier | Variable 'document' must be private and have accessor methods. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' looks like designed for extension (can be subclassed), but the method 'getTimestamp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsDatum' final or making the method 'getTimestamp' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' looks like designed for extension (can be subclassed), but the method 'setTimestamp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsDatum' final or making the method 'setTimestamp' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 102 |
![]() |
coding | HiddenField | 'timestamp' hides a field. | 102 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' looks like designed for extension (can be subclassed), but the method 'getSequenceid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsDatum' final or making the method 'getSequenceid' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' looks like designed for extension (can be subclassed), but the method 'setSequenceid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsDatum' final or making the method 'setSequenceid' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter sequenceid should be final. | 110 |
![]() |
coding | HiddenField | 'sequenceid' hides a field. | 110 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' looks like designed for extension (can be subclassed), but the method 'getMetadata' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsDatum' final or making the method 'getMetadata' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' looks like designed for extension (can be subclassed), but the method 'setMetadata' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsDatum' final or making the method 'setMetadata' static/final/abstract/empty, or adding allowed annotation for the method. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 118 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 118 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' looks like designed for extension (can be subclassed), but the method 'getDocument' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsDatum' final or making the method 'getDocument' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' looks like designed for extension (can be subclassed), but the method 'setDocument' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsDatum' final or making the method 'setDocument' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter document should be final. | 126 |
![]() |
coding | HiddenField | 'document' hides a field. | 126 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' 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 'StreamsDatum' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' looks like designed for extension (can be subclassed), but the method 'setId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsDatum' final or making the method 'setId' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter id should be final. | 137 |
![]() |
coding | HiddenField | 'id' hides a field. | 137 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsDatum' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 141 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 141 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 146 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 147 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 147 |
![]() |
design | DesignForExtension | Class 'StreamsDatum' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsDatum' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 30 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 29 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 31 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'queue' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'counter' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 33 |
![]() |
coding | HiddenField | 'queue' hides a field. | 33 |
![]() |
design | DesignForExtension | Class 'StreamsResultSet' looks like designed for extension (can be subclassed), but the method 'iterator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsResultSet' final or making the method 'iterator' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
design | DesignForExtension | Class 'StreamsResultSet' looks like designed for extension (can be subclassed), but the method 'size' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsResultSet' final or making the method 'size' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Class 'StreamsResultSet' looks like designed for extension (can be subclassed), but the method 'getQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsResultSet' final or making the method 'getQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Class 'StreamsResultSet' looks like designed for extension (can be subclassed), but the method 'setQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsResultSet' final or making the method 'setQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 51 |
![]() |
coding | HiddenField | 'queue' hides a field. | 51 |
![]() |
design | DesignForExtension | Class 'StreamsResultSet' looks like designed for extension (can be subclassed), but the method 'getCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsResultSet' final or making the method 'getCounter' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Class 'StreamsResultSet' looks like designed for extension (can be subclassed), but the method 'setCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsResultSet' final or making the method 'setCounter' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter counter should be final. | 59 |
![]() |
coding | HiddenField | 'counter' hides a field. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 44 |
![]() |
misc | FinalParameters | Parameter datum should be final. | 44 |
![]() |
misc | FinalParameters | Parameter throwable should be final. | 44 |
![]() |
misc | FinalParameters | Parameter operationClass should be final. | 44 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter datum should be final. | 52 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 55 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 57 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 57 |