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
9 0 1 26

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1  Warning
naming MethodName 19  Error
sizes FileLength 2  Error
MethodLength 5  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]*$'. 126
 Error naming MethodName Name 'sectionTitle1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 134
 Error naming MethodName Name 'section1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
 Error naming MethodName Name 'sectionTitle2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 166
 Error naming MethodName Name 'section2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 174
 Error naming MethodName Name 'sectionTitle3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 198
 Error naming MethodName Name 'section3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 206
 Error naming MethodName Name 'sectionTitle4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 230
 Error naming MethodName Name 'section4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 238
 Error naming MethodName Name 'sectionTitle5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 262
 Error naming MethodName Name 'section5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 270
 Warning coding HiddenField 'title' hides a field. 310

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

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

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

Severity Category Rule Message Line
 Error sizes MethodLength Method length is 269 lines (max allowed is 150). 103
 Error sizes MethodLength Method length is 160 lines (max allowed is 150). 397
 Error sizes MethodLength Method length is 153 lines (max allowed is 150). 571
 Error naming MethodName Name 'verbatim_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 946

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

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

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

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