Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 5 0

Files

File  I  W  E
org/apache/maven/plugins/resources/filters/ItFilter.java 0 5 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • accessModifiers: "public, protected"
5  Warning

Details

org/apache/maven/plugins/resources/filters/ItFilter.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 48
 Warning javadoc JavadocMethod @return tag should be present and have description. 56
 Warning javadoc JavadocMethod Expected @param tag for 'fileName'. 56
 Warning javadoc JavadocMethod Expected @param tag for 'userNonFilteredFileExtensions'. 56
 Warning javadoc JavadocMethod Expected @param tag for 'mavenResourcesExecution'. 63