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
56 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). 141
 Error sizes MethodLength Method length is 263 lines (max allowed is 150). 457
 Error naming MethodName Name 'verbatim_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 952

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

Severity Category Rule Message Line
 Error sizes MethodLength Method length is 269 lines (max allowed is 150). 109
 Error sizes MethodLength Method length is 159 lines (max allowed is 150). 403
 Error sizes MethodLength Method length is 153 lines (max allowed is 150). 576
 Error naming MethodName Name 'verbatim_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 957

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

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

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

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