Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
5 | 9 | 27 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
10 | Warning |
javadoc | JavadocMethod
|
17 | Warning |
JavadocVariable
|
9 | 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. | 57 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 63 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 141 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 160 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'installationDirectory'. | 161 |
Warning | coding | HiddenField | 'command' hides a field. | 214 |
Warning | coding | HiddenField | 'arguments' hides a field. | 220 |
Warning | coding | HiddenField | 'cwd' hides a field. | 235 |
Warning | coding | HiddenField | 'installationDirectory' hides a field. | 241 |
Warning | coding | HiddenField | 'userHomeDirectory' hides a field. | 248 |
Warning | coding | HiddenField | 'jvmSystemProperties' hides a field. | 254 |
Warning | coding | HiddenField | 'environmentVariables' hides a field. | 271 |
Warning | coding | HiddenField | 'jvmArguments' hides a field. | 288 |
Warning | coding | HiddenField | 'stdoutConsumer' hides a field. | 303 |
Warning | coding | HiddenField | 'stderrConsumer' hides a field. | 309 |
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/embedded/EmbeddedMavenExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |