Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 2 | 0 | 4 | 1 |
Files
| File | |||
|---|---|---|---|
| org/apache/maven/tools/plugin/generator/PluginDescriptorFilesGenerator.java | 0 | 0 | 1 |
| org/apache/maven/tools/plugin/generator/PluginHelpGenerator.java | 0 | 4 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
4 | |
| sizes | MethodLength | 1 |
Details
org/apache/maven/tools/plugin/generator/PluginDescriptorFilesGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method processMojoDescriptor length is 383 lines (max allowed is 150). | 229 |
org/apache/maven/tools/plugin/generator/PluginHelpGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'helpPackageName' hides a field. | 93 | |
| coding | HiddenField | 'velocityComponent' hides a field. | 98 | |
| coding | HiddenField | 'goalPrefix' hides a field. | 103 | |
| coding | HiddenField | 'mavenProject' hides a field. | 108 |


