Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 2 | 1 | 12 | 0 |
Files
| File | |||
|---|---|---|---|
| org/apache/maven/api/cli/Executor.java | 1 | 0 | 0 |
| org/apache/maven/api/cli/ExecutorRequest.java | 0 | 12 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
6 | |
| javadoc | JavadocMethod
|
6 | |
JavadocVariable
|
1 |
Details
org/apache/maven/api/cli/Executor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
org/apache/maven/api/cli/ExecutorRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 49 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 55 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 98 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 112 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'installationDirectory'. | 121 | |
| coding | HiddenField | 'command' hides a field. | 157 | |
| coding | HiddenField | 'arguments' hides a field. | 163 | |
| coding | HiddenField | 'cwd' hides a field. | 178 | |
| coding | HiddenField | 'installationDirectory' hides a field. | 184 | |
| coding | HiddenField | 'userHomeDirectory' hides a field. | 190 | |
| coding | HiddenField | 'jvmArguments' hides a field. | 196 |


