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'. | 492 |
Warning | coding | HiddenField | 'project' hides a field. | 619 |
Warning | coding | HiddenField | 'project' hides a field. | 737 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 751 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 55 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 56 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 157 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 218 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ignoreMissingSiteUrl'. | 218 |