The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
org/apache/maven/plugin/jxr/AbstractJxrReport.java | 0 | 4 | 0 |
org/apache/maven/plugin/jxr/JxrReportUtil.java | 0 | 6 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
2 | Warning |
javadoc | JavadocMethod
|
8 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'sourceDirs'. | 486 |
Warning | coding | HiddenField | 'project' hides a field. | 618 |
Warning | coding | HiddenField | 'project' hides a field. | 736 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 750 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected an @return tag. | 67 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 67 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 68 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 202 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 269 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ignoreMissingSiteUrl'. | 269 |