Fork me on GitHub

Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
4 3 5 0

Files

File
 I
 W
 E
org/codehaus/mojo/tidy/TidyMojo.java 0 3 0
org/codehaus/mojo/tidy/task/EnsureOrderAndIndent.java 0 2 0
org/codehaus/mojo/tidy/task/PomTidyFixesTest.java 2 0 0
org/codehaus/mojo/tidy/task/PomTidyTest.java 1 0 0

Rules

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

Details

org/codehaus/mojo/tidy/TidyMojo.java

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

org/codehaus/mojo/tidy/task/EnsureOrderAndIndent.java

Severity Category Rule Message Line
 Warning
coding HiddenField 'groups' hides a field. 92
 Warning
coding HiddenField 'sequence' hides a field. 94

org/codehaus/mojo/tidy/task/PomTidyFixesTest.java

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

org/codehaus/mojo/tidy/task/PomTidyTest.java

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