The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/apache/maven/doxia/module/xhtml/XhtmlSink.java | 0 | 0 | 5 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| naming | MethodName | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MethodName | Name 'head_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| naming | MethodName | Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| naming | MethodName | Name 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| naming | MethodName | Name 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
| naming | MethodName | Name 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 |