Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 7 | 15 | 29 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
11 | |
| javadoc | JavadocMethod
|
18 | |
JavadocVariable
|
15 |
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. | 58 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 64 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 150 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'installationDirectory'. | 171 | |
| coding | HiddenField | 'command' hides a field. | 230 | |
| coding | HiddenField | 'arguments' hides a field. | 236 | |
| coding | HiddenField | 'cwd' hides a field. | 251 | |
| coding | HiddenField | 'installationDirectory' hides a field. | 257 | |
| coding | HiddenField | 'userHomeDirectory' hides a field. | 264 | |
| coding | HiddenField | 'jvmSystemProperties' hides a field. | 270 | |
| coding | HiddenField | 'environmentVariables' hides a field. | 287 | |
| coding | HiddenField | 'jvmArguments' hides a field. | 304 | |
| coding | HiddenField | 'stdIn' hides a field. | 319 | |
| coding | HiddenField | 'stdOut' hides a field. | 325 | |
| coding | HiddenField | 'stdErr' hides a field. | 331 |
org/apache/maven/cling/executor/ExecutorHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 53 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 60 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'executorRequest'. | 66 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'mode'. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'executorRequest'. | 73 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 81 |
org/apache/maven/cling/executor/ExecutorTool.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. | 44 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 53 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 74 |
org/apache/maven/cling/executor/MavenExecutorTestSupport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 305 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 392 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 393 |
org/apache/maven/cling/executor/embedded/EmbeddedMavenExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 167 |
org/apache/maven/cling/executor/forked/ForkedMavenExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |


