Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 5 | 5 | 19 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
9 | |
| javadoc | JavadocMethod
|
10 | |
JavadocVariable
|
5 |
Details
org/apache/maven/api/di/testing/MavenDIExtension.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| coding | HiddenField | 'context' hides a field. | 67 | |
| coding | HiddenField | 'context' hides a field. | 109 | |
| coding | HiddenField | 'basedir' hides a field. | 196 | |
| coding | HiddenField | 'basedir' hides a field. | 223 |
org/apache/maven/api/plugin/testing/MojoExtension.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 692 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 692 | |
| javadoc | JavadocMethod | Expected @param tag for 'variable'. | 692 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 703 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 703 | |
| javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 714 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 714 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 732 | |
| javadoc | JavadocMethod | Expected @param tag for 'variable'. | 732 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 732 |
org/apache/maven/api/plugin/testing/stubs/LookupStub.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
org/apache/maven/api/plugin/testing/stubs/ProjectStub.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'model' hides a field. | 246 |
org/apache/maven/api/plugin/testing/stubs/RepositorySystemSupplier.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'localPathComposer' hides a field. | 505 | |
| coding | HiddenField | 'remoteRepositoryManager' hides a field. | 822 | |
| coding | HiddenField | 'artifactDescriptorReader' hides a field. | 823 | |
| coding | HiddenField | 'versionRangeResolver' hides a field. | 824 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 966 |


