Checkstyle Results

The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
8 0 3 18

Files

File
 I
 W
 E
org/apache/maven/doxia/index/IndexingSink.java 0 1 11
org/apache/maven/doxia/parser/AbstractXmlParser.java 0 2 0
org/apache/maven/doxia/parser/Xhtml5BaseParser.java 0 0 3
org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java 0 0 4

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1
 Warning
javadoc JavadocMethod
  • scope: "protected"
2
 Warning
naming MethodName 15
 Error
sizes FileLength 1
 Error
MethodLength 2
 Error

Details

org/apache/maven/doxia/index/IndexingSink.java

Severity Category Rule Message Line
 Error
naming MethodName Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
 Error
naming MethodName Name 'sectionTitle1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 144
 Error
naming MethodName Name 'section1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 152
 Error
naming MethodName Name 'sectionTitle2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 176
 Error
naming MethodName Name 'section2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 184
 Error
naming MethodName Name 'sectionTitle3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 208
 Error
naming MethodName Name 'section3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 216
 Error
naming MethodName Name 'sectionTitle4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 240
 Error
naming MethodName Name 'section4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 248
 Error
naming MethodName Name 'sectionTitle5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 272
 Error
naming MethodName Name 'section5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 280
 Warning
coding HiddenField 'title' hides a field. 320

org/apache/maven/doxia/parser/AbstractXmlParser.java

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod Expected an @return tag. 590
 Warning
javadoc JavadocMethod Expected @param tag for 'addDefaultEntities'. 598

org/apache/maven/doxia/parser/Xhtml5BaseParser.java

Severity Category Rule Message Line
 Error
sizes MethodLength Method length is 302 lines (max allowed is 150). 141
 Error
sizes MethodLength Method length is 262 lines (max allowed is 150). 457
 Error
naming MethodName Name 'verbatim_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 945

org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 2,347 lines (max allowed is 2,000). 1
 Error
naming MethodName Name 'onSection_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 534
 Error
naming MethodName Name 'onSectionTitle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 590
 Error
naming MethodName Name 'tableCell_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1648