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
3 0 8 52

Files

File
 I
 W
 E
org/apache/maven/doxia/module/apt/AptParser.java 0 7 16
org/apache/maven/doxia/module/apt/AptSink.java 0 1 36

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
8
 Warning
naming MethodName 48
 Error
sizes FileLength 1
 Error
MethodLength 3
 Error

Details

org/apache/maven/doxia/module/apt/AptParser.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 2,914 lines (max allowed is 2,000). 1
 Warning
coding HiddenField 'source' hides a field. 188
 Warning
coding HiddenField 'sink' hides a field. 188
 Warning
coding HiddenField 'source' hides a field. 196
 Warning
coding HiddenField 'sink' hides a field. 196
 Error
sizes MethodLength Method length is 331 lines (max allowed is 150). 297
 Warning
coding HiddenField 'sink' hides a field. 297
 Error
sizes MethodLength Method length is 184 lines (max allowed is 150). 1197
 Warning
coding HiddenField 'line' hides a field. 1848
 Error
naming MethodName Name 'Title' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1965
 Error
naming MethodName Name 'Title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1968
 Error
naming MethodName Name 'Title' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1989
 Error
naming MethodName Name 'Title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1995
 Error
naming MethodName Name 'Title' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2019
 Error
naming MethodName Name 'Title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2025
 Error
naming MethodName Name 'Title' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2049
 Error
naming MethodName Name 'Title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2055
 Error
naming MethodName Name 'Title' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2079
 Error
naming MethodName Name 'Title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2085
 Error
naming MethodName Name 'Title' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2109
 Error
naming MethodName Name 'Title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2115
 Error
sizes MethodLength Method length is 152 lines (max allowed is 150). 2322
 Warning
coding HiddenField 'line' hides a field. 2346

org/apache/maven/doxia/module/apt/AptSink.java

Severity Category Rule Message Line
 Warning
coding HiddenField 'startFlag' hides a field. 209
 Error
naming MethodName Name 'head_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 220
 Error
naming MethodName Name 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 249
 Error
naming MethodName Name 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 261
 Error
naming MethodName Name 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 273
 Error
naming MethodName Name 'section1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 285
 Error
naming MethodName Name 'section2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 293
 Error
naming MethodName Name 'section3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 301
 Error
naming MethodName Name 'section4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 309
 Error
naming MethodName Name 'section5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 317
 Error
naming MethodName Name 'sectionTitle1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 333
 Error
naming MethodName Name 'sectionTitle2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 349
 Error
naming MethodName Name 'sectionTitle3_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 365
 Error
naming MethodName Name 'sectionTitle4_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 381
 Error
naming MethodName Name 'sectionTitle5_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 397
 Error
naming MethodName Name 'list_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 415
 Error
naming MethodName Name 'listItem_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 445
 Error
naming MethodName Name 'numberedList_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 483
 Error
naming MethodName Name 'numberedListItem_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 520
 Error
naming MethodName Name 'definitionList_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 539
 Error
naming MethodName Name 'definedTerm_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 565
 Error
naming MethodName Name 'definition_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 581
 Error
naming MethodName Name 'paragraph_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 617
 Error
naming MethodName Name 'verbatim_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 657
 Error
naming MethodName Name 'table_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 690
 Error
naming MethodName Name 'tableRows_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 716
 Error
naming MethodName Name 'tableRow_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 734
 Error
naming MethodName Name 'tableCell_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 824
 Error
naming MethodName Name 'tableHeaderCell_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 832
 Error
naming MethodName Name 'tableCaption_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 858
 Error
naming MethodName Name 'figureCaption_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 866
 Error
naming MethodName Name 'anchor_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 886
 Error
naming MethodName Name 'link_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 905
 Error
naming MethodName Name 'inline_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 975
 Error
naming MethodName Name 'italic_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 997
 Error
naming MethodName Name 'bold_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1013
 Error
naming MethodName Name 'monospaced_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1029