Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
1 0 0 8

Files

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

Rules

Category Rule Violations Severity
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]*$'. 147
 Error naming MethodName Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 168
 Error naming MethodName Name 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 181
 Error naming MethodName Name 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 199
 Error naming MethodName Name 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 222
 Error naming MethodName Name 'onSection_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 272
 Error naming MethodName Name 'onSectionTitle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 312
 Error naming MethodName Name 'verbatim_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 367