The following document contains the results of Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
org/apache/maven/doxia/site/decoration/DecorationUtils.java | 0 | 2 | 0 |
org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java | 0 | 1 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
1 | Warning |
javadoc | JavadocMethod
|
2 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'oldPath' hides a field. | 460 |