Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
4 0 3 17

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 2
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
  • accessModifiers: "public, protected"
2  Warning
naming MethodName 15  Error
sizes FileLength 1  Error
MethodLength 1  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]*$'. 128
 Error naming MethodName Name 'sectionTitle1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 135
 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]*$'. 163
 Error naming MethodName Name 'section2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 170
 Error naming MethodName Name 'sectionTitle3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 191
 Error naming MethodName Name 'section3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 198
 Error naming MethodName Name 'sectionTitle4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 219
 Error naming MethodName Name 'section4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 226
 Error naming MethodName Name 'sectionTitle5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 247
 Error naming MethodName Name 'section5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 254
 Warning coding HiddenField 'title' hides a field. 291

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 510
 Warning javadoc JavadocMethod Expected @param tag for 'addDefaultEntities'. 517

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

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

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

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