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


