Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with codestyle/checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
1 0 2 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • allowUndeclaredRTE: "true"
  • scope: "public"
  • tokens: "METHOD_DEF"
2  Warning

Details

se/jguru/nazgul/tools/validation/aspect/ValidationAspect.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected an @return tag. 63
 Warning javadoc JavadocMethod Expected @param tag for 'aValidatable'. 99