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 5

Files

File
 I
 W
 E
org/apache/maven/doxia/module/xhtml5/Xhtml5Sink.java 0 0 5

Rules

Category Rule Violations Severity
naming MethodName 5
 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]*$'. 123
 Error
naming MethodName Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 164
 Error
naming MethodName Name 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 179
 Error
naming MethodName Name 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 202
 Error
naming MethodName Name 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 232