Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 10 | 18 | 30 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
13 | |
| javadoc | JavadocMethod
|
17 | |
JavadocVariable
|
18 |
Details
org/apache/maven/executor/Environment.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
org/apache/maven/executor/Executor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
org/apache/maven/executor/ExecutorHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 82 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'executorRequest'. | 87 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'mode'. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'executorRequest'. | 94 |
org/apache/maven/executor/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. | 54 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 127 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 132 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 151 | |
| coding | HiddenField | 'command' hides a field. | 207 | |
| coding | HiddenField | 'arguments' hides a field. | 212 | |
| coding | HiddenField | 'arguments' hides a field. | 216 | |
| coding | HiddenField | 'cwd' hides a field. | 229 | |
| coding | HiddenField | 'userHomeDirectory' hides a field. | 234 | |
| coding | HiddenField | 'jvmSystemProperties' hides a field. | 239 | |
| coding | HiddenField | 'environmentVariables' hides a field. | 254 | |
| coding | HiddenField | 'jvmArguments' hides a field. | 269 | |
| coding | HiddenField | 'stdIn' hides a field. | 282 | |
| coding | HiddenField | 'stdOut' hides a field. | 287 | |
| coding | HiddenField | 'stdErr' hides a field. | 292 | |
| coding | HiddenField | 'skipMavenRc' hides a field. | 297 |
org/apache/maven/executor/ExecutorTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 32 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 40 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 49 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 69 |
org/apache/maven/executor/MavenExecutorTestSupport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 292 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 326 | |
| coding | HiddenField | 'cwd' hides a field. | 364 |
org/apache/maven/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'. | 180 |
org/apache/maven/executor/forked/ForkedMavenExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
org/apache/maven/executor/support/ProcessBuilderExecutorSupport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
org/apache/maven/executor/support/ToolboxExecutorTool.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'executor'. | 52 |


