Checkstyle Results
The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset. 
Summary
Files |
Info |
Warnings |
Errors |
2 |
0 |
0 |
38 |
Details
org/apache/streams/filters/VerbDefinitionDropFilter.java
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 |
Class 'VerbDefinitionDropFilter' 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 'VerbDefinitionDropFilter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. |
59 |
Error |
design |
DesignForExtension |
Class 'VerbDefinitionDropFilter' looks like designed for extension (can be subclassed), but the method 'process' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VerbDefinitionDropFilter' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. |
64 |
Error |
misc |
FinalParameters |
Parameter entry should be final. |
65 |
Error |
design |
DesignForExtension |
Class 'VerbDefinitionDropFilter' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VerbDefinitionDropFilter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. |
84 |
Error |
misc |
FinalParameters |
Parameter configuration should be final. |
85 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
86 |
org/apache/streams/filters/VerbDefinitionKeepFilter.java
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 |
Class 'VerbDefinitionKeepFilter' 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 'VerbDefinitionKeepFilter' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. |
59 |
Error |
design |
DesignForExtension |
Class 'VerbDefinitionKeepFilter' looks like designed for extension (can be subclassed), but the method 'process' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VerbDefinitionKeepFilter' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. |
64 |
Error |
misc |
FinalParameters |
Parameter entry should be final. |
65 |
Error |
design |
DesignForExtension |
Class 'VerbDefinitionKeepFilter' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VerbDefinitionKeepFilter' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. |
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 |