Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
40 0 0 47

Rules

Category Rule Violations Severity
coding InnerAssignment 5  Error
naming MethodName 42  Error

Details

org/apache/maven/doxia/module/twiki/TWikiSink.java

Severity Category Rule Message Line
 Error naming MethodName Name 'anchor_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 102
 Error naming MethodName Name 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 126
 Error naming MethodName Name 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 150
 Error naming MethodName Name 'bold_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 163
 Error naming MethodName Name 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 210
 Error naming MethodName Name 'definedTerm_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 234
 Error naming MethodName Name 'definition_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 252
 Error naming MethodName Name 'definitionList_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 276
 Error naming MethodName Name 'definitionListItem_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 297
 Error naming MethodName Name 'figure_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 318
 Error naming MethodName Name 'figureCaption_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 342
 Error naming MethodName Name 'head_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 381
 Error naming MethodName Name 'italic_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 419
 Error naming MethodName Name 'link_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 459
 Error naming MethodName Name 'list_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 482
 Error naming MethodName Name 'listItem_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 501
 Error naming MethodName Name 'monospaced_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 525
 Error naming MethodName Name 'numberedList_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 581
 Error naming MethodName Name 'numberedListItem_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 603
 Error naming MethodName Name 'paragraph_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 633
 Error naming MethodName Name 'section1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 670
 Error naming MethodName Name 'section2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 688
 Error naming MethodName Name 'section3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 706
 Error naming MethodName Name 'section4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 724
 Error naming MethodName Name 'section5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 742
 Error naming MethodName Name 'section_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 751
 Error naming MethodName Name 'sectionTitle1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 781
 Error naming MethodName Name 'sectionTitle2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 793
 Error naming MethodName Name 'sectionTitle3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 805
 Error naming MethodName Name 'sectionTitle4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 817
 Error naming MethodName Name 'sectionTitle5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 829
 Error naming MethodName Name 'sectionTitle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 838
 Error naming MethodName Name 'sectionTitle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 844
 Error naming MethodName Name 'table_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 869
 Error naming MethodName Name 'tableCaption_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 893
 Error naming MethodName Name 'tableCell_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 917
 Error naming MethodName Name 'tableHeaderCell_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 941
 Error naming MethodName Name 'tableRow_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 959
 Error naming MethodName Name 'tableRows_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 977
 Error naming MethodName Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1059
 Error naming MethodName Name 'verbatim_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1128

org/apache/maven/doxia/module/twiki/parser/FormatedTextParser.java

Severity Category Rule Message Line
 Error coding InnerAssignment Inner assignments should be avoided. 176

org/apache/maven/doxia/module/twiki/parser/GenericListBlockParser.java

Severity Category Rule Message Line
 Error coding InnerAssignment Inner assignments should be avoided. 106

org/apache/maven/doxia/module/twiki/parser/SectionBlock.java

Severity Category Rule Message Line
 Error naming MethodName Name 'sectionTitle_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 173

org/apache/maven/doxia/module/twiki/parser/SectionBlockParser.java

Severity Category Rule Message Line
 Error coding InnerAssignment Inner assignments should be avoided. 80

org/apache/maven/doxia/module/twiki/parser/TableBlockParser.java

Severity Category Rule Message Line
 Error coding InnerAssignment Inner assignments should be avoided. 77
 Error coding InnerAssignment Inner assignments should be avoided. 94