Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 1 12 0

Files

File  I  W  E
org/apache/maven/api/cli/Executor.java 1 0 0
org/apache/maven/api/cli/ExecutorRequest.java 0 12 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
6  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
6  Warning
JavadocVariable
  • scope: "protected"
1  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. 49
 Warning javadoc JavadocMethod @return tag should be present and have description. 55
 Warning javadoc JavadocMethod @return tag should be present and have description. 98
 Warning javadoc JavadocMethod @return tag should be present and have description. 112
 Warning javadoc JavadocMethod @return tag should be present and have description. 120
 Warning javadoc JavadocMethod Expected @param tag for 'installationDirectory'. 121
 Warning coding HiddenField 'command' hides a field. 157
 Warning coding HiddenField 'arguments' hides a field. 163
 Warning coding HiddenField 'cwd' hides a field. 178
 Warning coding HiddenField 'installationDirectory' hides a field. 184
 Warning coding HiddenField 'userHomeDirectory' hides a field. 190
 Warning coding HiddenField 'jvmArguments' hides a field. 196