Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 2 | 1 | 5 | 0 |
Files
| File | |||
|---|---|---|---|
| org/apache/maven/tools/plugin/extractor/javadoc/JavaJavadocMojoDescriptorExtractor.java | 1 | 0 | 0 |
| org/apache/maven/tools/plugin/extractor/javadoc/JavaMojoDescriptorExtractorTest.java | 0 | 5 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | JavadocMethod
|
5 | |
JavadocVariable
|
1 |
Details
org/apache/maven/tools/plugin/extractor/javadoc/JavaJavadocMojoDescriptorExtractor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
org/apache/maven/tools/plugin/extractor/javadoc/JavaMojoDescriptorExtractorTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'directory'. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'directory'. | 121 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'directory'. | 141 |


