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


