Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
43 0 3 2

Rules

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

Details

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

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

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

Severity Category Rule Message Line
 Warning coding HiddenField 'defaultLibBundleDir' hides a field. 94
 Warning coding HiddenField 'jbossConfiguration' hides a field. 95

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

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