The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/apache/streams/filters/VerbDefinitionDropFilter.java | 0 | 0 | 18 |
org/apache/streams/filters/VerbDefinitionKeepFilter.java | 0 | 0 | 20 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField | 2 | ![]() |
design | DesignForExtension | 6 | ![]() |
VisibilityModifier | 4 | ![]() | |
javadoc | JavadocMethod | 4 | ![]() |
JavadocPackage | 1 | ![]() | |
JavadocVariable | 8 | ![]() | |
misc | FinalParameters | 6 | ![]() |
sizes | LineLength | 4 | ![]() |
whitespace | ParenPad | 3 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'verbDefinitionSet' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'resolver' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter verbDefinitionSet should be final. | 54 |
![]() |
coding | HiddenField | 'verbDefinitionSet' hides a field. | 54 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 65 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 85 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'verbDefinitionSet' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'resolver' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter verbDefinitionSet should be final. | 54 |
![]() |
coding | HiddenField | 'verbDefinitionSet' hides a field. | 54 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 65 |
![]() |
design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 85 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 86 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 86 |