Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 4 | 3 | 11 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | JavadocMethod
|
11 | |
JavadocVariable
|
3 |
Details
org/apache/maven/plugin/AbstractMojoExecutionException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
org/apache/maven/plugin/descriptor/MojoDescriptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'requiresDependencyCollection'. | 285 |
org/apache/maven/plugin/descriptor/PluginDescriptor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifactId'. | 232 |
org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'reader'. | 65 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'reader'. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 73 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'input'. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 100 |


