Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files |  Info |  Warnings |  Errors | 
|---|---|---|---|
| 7 | 7 | 15 | 0 | 
Files
Rules
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | HiddenField 
 | 10 |  Warning | 
| javadoc | JavadocMethod 
 | 5 |  Warning | 
| JavadocVariable 
 | 7 |  Info | 
Details
org/apache/maven/tools/plugin/DefaultPluginToolsRequest.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'pluginDescriptor' hides a field. | 86 | 
|  Warning | coding | HiddenField | 'project' hides a field. | 103 | 
|  Warning | coding | HiddenField | 'encoding' hides a field. | 120 | 
|  Warning | coding | HiddenField | 'skipErrorNoDescriptorsFound' hides a field. | 142 | 
|  Warning | coding | HiddenField | 'dependencies' hides a field. | 156 | 
|  Warning | coding | HiddenField | 'settings' hides a field. | 204 | 
|  Warning | coding | HiddenField | 'requiredJavaVersion' hides a field. | 215 | 
|  Warning | coding | HiddenField | 'mavenApiVersion' hides a field. | 226 | 
org/apache/maven/tools/plugin/extractor/GroupKey.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 50 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 57 | 
org/apache/maven/tools/plugin/extractor/MojoDescriptorExtractor.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 36 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 43 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 51 | 
org/apache/maven/tools/plugin/extractor/MojoDescriptorExtractorComparator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | 
org/apache/maven/tools/plugin/javadoc/FullyQualifiedJavadocReference.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | 
org/apache/maven/tools/plugin/javadoc/JavadocLinkGenerator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | 
org/apache/maven/tools/plugin/javadoc/JavadocSite.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'containedPackageNamesAndModules' hides a field. | 124 | 
|  Warning | coding | HiddenField | 'requireModuleNameInPath' hides a field. | 125 | 


