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 8 13 0

Files

File  I  W  E
org/apache/maven/api/cli/InvokerRequest.java 0 4 0
org/apache/maven/api/cli/Logger.java 4 0 0
org/apache/maven/api/cli/Options.java 0 2 0
org/apache/maven/api/cli/ParserRequest.java 0 7 0
org/apache/maven/api/cli/Tools.java 4 0 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
7  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
6  Warning
JavadocVariable
  • scope: "protected"
8  Info

Details

org/apache/maven/api/cli/InvokerRequest.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 47
 Warning javadoc JavadocMethod @return tag should be present and have description. 90
 Warning javadoc JavadocMethod @return tag should be present and have description. 97
 Warning javadoc JavadocMethod @return tag should be present and have description. 104

org/apache/maven/api/cli/Logger.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 39
 Info javadoc JavadocVariable Missing a Javadoc comment. 40
 Info javadoc JavadocVariable Missing a Javadoc comment. 41
 Info javadoc JavadocVariable Missing a Javadoc comment. 42

org/apache/maven/api/cli/Options.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'request'. 207
 Warning javadoc JavadocMethod Expected @param tag for 'request'. 214

org/apache/maven/api/cli/ParserRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'lookup' hides a field. 255
 Warning coding HiddenField 'cwd' hides a field. 260
 Warning coding HiddenField 'mavenHome' hides a field. 265
 Warning coding HiddenField 'userHome' hides a field. 270
 Warning coding HiddenField 'in' hides a field. 275
 Warning coding HiddenField 'out' hides a field. 280
 Warning coding HiddenField 'err' hides a field. 285

org/apache/maven/api/cli/Tools.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 34
 Info javadoc JavadocVariable Missing a Javadoc comment. 35
 Info javadoc JavadocVariable Missing a Javadoc comment. 37
 Info javadoc JavadocVariable Missing a Javadoc comment. 38