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