Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
6 0 1 8

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "protected"
1  Warning
naming MethodName 8  Error

Details

org/apache/maven/doxia/module/xdoc/XdocSink.java

Severity Category Rule Message Line
 Error naming MethodName Name 'head_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 172
 Error naming MethodName Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 192
 Error naming MethodName Name 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 205
 Error naming MethodName Name 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 224
 Error naming MethodName Name 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 258
 Error naming MethodName Name 'onSection_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 305
 Error naming MethodName Name 'onSectionTitle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 352
 Error naming MethodName Name 'verbatim_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 421
 Warning javadoc JavadocMethod Missing a Javadoc comment. 486