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

File  I  W  E
org/apache/maven/api/cli/Executor.java 1 0 0
org/apache/maven/api/cli/ExecutorRequest.java 0 15 0
org/apache/maven/cling/executor/ExecutorHelper.java 0 8 0
org/apache/maven/cling/executor/ExecutorTool.java 0 4 0
org/apache/maven/cling/executor/embedded/EmbeddedMavenExecutor.java 8 0 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
10  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
17  Warning
JavadocVariable
  • scope: "protected"
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