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

Files

File  I  W  E
org/apache/maven/jline/DefaultPrompter.java 0 4 0
org/apache/maven/jline/MessageUtils.java 0 3 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
3  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
4  Warning

Details

org/apache/maven/jline/DefaultPrompter.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 66
 Warning javadoc JavadocMethod Expected @param tag for 'message'. 66
 Warning javadoc JavadocMethod Expected @param tag for 'password'. 66
 Warning javadoc JavadocMethod Expected @param tag for 'message'. 91

org/apache/maven/jline/MessageUtils.java

Severity Category Rule Message Line
 Warning coding HiddenField 'terminal' hides a field. 40
 Warning coding HiddenField 'terminal' hides a field. 59
 Warning coding HiddenField 'terminal' hides a field. 69