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 9

Files

File
 I
 W
 E
org/apache/maven/doxia/module/xdoc/XdocSink.java 0 0 9

Rules

Category Rule Violations Severity
coding InnerAssignment 1
 Error
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]*$'. 175
 Error
naming MethodName Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 197
 Error
naming MethodName Name 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 211
 Error
naming MethodName Name 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 231
 Error
naming MethodName Name 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 267
 Error
naming MethodName Name 'onSection_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 314
 Error
naming MethodName Name 'onSectionTitle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 361
 Error
coding InnerAssignment Inner assignments should be avoided. 408
 Error
naming MethodName Name 'verbatim_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 430