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
9 0 4 3

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
4  Warning
sizes MethodLength 1  Error
ParameterNumber 2  Error

Details

org/apache/maven/plugins/ear/ApplicationXmlWriterContext.java

Severity Category Rule Message Line
 Error sizes ParameterNumber More than 7 parameters (found 11). 57
 Warning coding HiddenField 'applicationId' hides a field. 76

org/apache/maven/plugins/ear/EarExecutionContext.java

Severity Category Rule Message Line
 Warning coding HiddenField 'defaultLibBundleDir' hides a field. 90
 Warning coding HiddenField 'jbossConfiguration' hides a field. 91
 Warning coding HiddenField 'outputFileNameMapping' hides a field. 91

org/apache/maven/plugins/ear/EarMojo.java

Severity Category Rule Message Line
 Error sizes MethodLength Method length is 165 lines (max allowed is 150). 670

org/apache/maven/plugins/ear/JbossConfiguration.java

Severity Category Rule Message Line
 Error sizes ParameterNumber More than 7 parameters (found 11). 93