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


