Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
10 18 30 0

Files

File  I  W  E
org/apache/maven/executor/Environment.java 3 0 0
org/apache/maven/executor/Executor.java 1 0 0
org/apache/maven/executor/ExecutorHelper.java 0 6 0
org/apache/maven/executor/ExecutorRequest.java 0 17 0
org/apache/maven/executor/ExecutorTool.java 0 4 0
org/apache/maven/executor/MavenExecutorTestSupport.java 2 1 0
org/apache/maven/executor/embedded/EmbeddedMavenExecutor.java 9 1 0
org/apache/maven/executor/forked/ForkedMavenExecutor.java 2 0 0
org/apache/maven/executor/support/ProcessBuilderExecutorSupport.java 1 0 0
org/apache/maven/executor/support/ToolboxExecutorTool.java 0 1 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
13  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
17  Warning
JavadocVariable
  • scope: "protected"
18  Info

Details

org/apache/maven/executor/Environment.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 24
 Info javadoc JavadocVariable Missing a Javadoc comment. 26
 Info javadoc JavadocVariable Missing a Javadoc comment. 28

org/apache/maven/executor/Executor.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 28

org/apache/maven/executor/ExecutorHelper.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 82
 Warning javadoc JavadocMethod @return tag should be present and have description. 87
 Warning javadoc JavadocMethod Expected @param tag for 'executorRequest'. 87
 Warning javadoc JavadocMethod @return tag should be present and have description. 94
 Warning javadoc JavadocMethod Expected @param tag for 'mode'. 94
 Warning javadoc JavadocMethod Expected @param tag for 'executorRequest'. 94

org/apache/maven/executor/ExecutorRequest.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 49
 Warning javadoc JavadocMethod @return tag should be present and have description. 54
 Warning javadoc JavadocMethod @return tag should be present and have description. 127
 Warning javadoc JavadocMethod @return tag should be present and have description. 132
 Warning javadoc JavadocMethod @return tag should be present and have description. 151
 Warning coding HiddenField 'command' hides a field. 207
 Warning coding HiddenField 'arguments' hides a field. 212
 Warning coding HiddenField 'arguments' hides a field. 216
 Warning coding HiddenField 'cwd' hides a field. 229
 Warning coding HiddenField 'userHomeDirectory' hides a field. 234
 Warning coding HiddenField 'jvmSystemProperties' hides a field. 239
 Warning coding HiddenField 'environmentVariables' hides a field. 254
 Warning coding HiddenField 'jvmArguments' hides a field. 269
 Warning coding HiddenField 'stdIn' hides a field. 282
 Warning coding HiddenField 'stdOut' hides a field. 287
 Warning coding HiddenField 'stdErr' hides a field. 292
 Warning coding HiddenField 'skipMavenRc' hides a field. 297

org/apache/maven/executor/ExecutorTool.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 32
 Warning javadoc JavadocMethod @return tag should be present and have description. 40
 Warning javadoc JavadocMethod @return tag should be present and have description. 49
 Warning javadoc JavadocMethod @return tag should be present and have description. 69

org/apache/maven/executor/MavenExecutorTestSupport.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 292
 Info javadoc JavadocVariable Missing a Javadoc comment. 326
 Warning coding HiddenField 'cwd' hides a field. 364

org/apache/maven/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'. 180

org/apache/maven/executor/forked/ForkedMavenExecutor.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 44
 Info javadoc JavadocVariable Missing a Javadoc comment. 45

org/apache/maven/executor/support/ProcessBuilderExecutorSupport.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 36

org/apache/maven/executor/support/ToolboxExecutorTool.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'executor'. 52