Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
3 1 3 0

Files

File  I  W  E
org/apache/maven/shared/scriptinterpreter/FileLogger.java 0 2 0
org/apache/maven/shared/scriptinterpreter/FileLoggerTest.java 1 0 0
org/apache/maven/shared/scriptinterpreter/ScriptRunner.java 0 1 0

Rules

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

Details

org/apache/maven/shared/scriptinterpreter/FileLogger.java

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

org/apache/maven/shared/scriptinterpreter/FileLoggerTest.java

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

org/apache/maven/shared/scriptinterpreter/ScriptRunner.java

Severity Category Rule Message Line
 Warning coding HiddenField 'encoding' hides a field. 113