Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 0 0 7

Rules

Category Rule Violations Severity
naming MethodName 7  Error

Details

org/apache/maven/doxia/module/xhtml5/Xhtml5Sink.java

Severity Category Rule Message Line
 Error naming MethodName Name 'head_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 122
 Error naming MethodName Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 161
 Error naming MethodName Name 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 175
 Error naming MethodName Name 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 197
 Error naming MethodName Name 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 225
 Error naming MethodName Name 'onSection_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 261
 Error naming MethodName Name 'onSectionTitle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 317