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 0 5

Rules

Category Rule Violations Severity
naming MethodName 5  Error

Details

org/apache/maven/doxia/module/xhtml/XhtmlSink.java

Severity Category Rule Message Line
 Error naming MethodName Name 'head_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 129
 Error naming MethodName Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 168
 Error naming MethodName Name 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 182
 Error naming MethodName Name 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 204
 Error naming MethodName Name 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 232