Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
6 11 29 0

Files

File  I  W  E
org/apache/maven/api/cli/Executor.java 1 0 0
org/apache/maven/api/cli/ExecutorRequest.java 0 16 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 9 1 0
org/apache/maven/cling/executor/forked/ForkedMavenExecutor.java 1 0 0

Rules

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