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
15 0 20 26

Rules

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

Details

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected an @return tag. 280

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]*$'. 119
 Warning javadoc JavadocMethod Missing a Javadoc comment. 124
 Error naming MethodName Name 'sectionTitle1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 124
 Error naming MethodName Name 'section1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 130
 Warning javadoc JavadocMethod Missing a Javadoc comment. 147
 Error naming MethodName Name 'sectionTitle2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 147
 Error naming MethodName Name 'section2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 153
 Warning javadoc JavadocMethod Missing a Javadoc comment. 170
 Error naming MethodName Name 'sectionTitle3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 170
 Error naming MethodName Name 'section3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 176
 Warning javadoc JavadocMethod Missing a Javadoc comment. 193
 Error naming MethodName Name 'sectionTitle4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 193
 Error naming MethodName Name 'section4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 199
 Warning javadoc JavadocMethod Missing a Javadoc comment. 216
 Error naming MethodName Name 'sectionTitle5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 216
 Error naming MethodName Name 'section5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 222
 Warning coding HiddenField 'title' hides a field. 262

org/apache/maven/doxia/macro/MacroRequest.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 111
 Warning javadoc JavadocMethod Missing a Javadoc comment. 116
 Warning javadoc JavadocMethod Missing a Javadoc comment. 121

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 108
 Warning javadoc JavadocMethod Missing a Javadoc comment. 113

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
 Warning javadoc JavadocMethod Expected @param tag for 'attribs'. 848
 Error naming MethodName Name 'verbatim_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 951

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

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

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 70
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89

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

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

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

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

org/apache/maven/doxia/util/ByLineReaderSource.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74