The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/apache/maven/doxia/module/xhtml5/Xhtml5Sink.java | 0 | 0 | 7 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| naming | MethodName | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MethodName | Name 'head_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| naming | MethodName | Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| naming | MethodName | Name 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 | |
| naming | MethodName | Name 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| naming | MethodName | Name 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 235 | |
| naming | MethodName | Name 'onSection_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
| naming | MethodName | Name 'onSectionTitle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 325 |