Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 0 1 5

Files

File  I  W  E
org/apache/maven/doxia/module/xhtml5/Xhtml5Parser.java 0 1 0
org/apache/maven/doxia/module/xhtml5/Xhtml5Sink.java 0 0 5

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1  Warning
naming MethodName 5  Error

Details

org/apache/maven/doxia/module/xhtml5/Xhtml5Parser.java

Severity Category Rule Message Line
 Warning coding HiddenField 'source' hides a field. 271

org/apache/maven/doxia/module/xhtml5/Xhtml5Sink.java

Severity Category Rule Message Line
 Error naming MethodName Name 'head_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 116
 Error naming MethodName Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 153
 Error naming MethodName Name 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 166
 Error naming MethodName Name 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 187
 Error naming MethodName Name 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 215