Checkstyle Results
The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
2 |
0 |
9 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
javadoc |
JavadocMethod
|
9 |
Warning |
Details
org/apache/maven/plugin/jxr/AbstractJxrReport.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
422 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'sourceDirs'. |
442 |
Warning |
javadoc |
JavadocMethod |
Expected an @return tag. |
674 |
org/apache/maven/plugin/jxr/JxrReportUtil.java
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 |