Checkstyle Results

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

Summary

Files
 Info
 Warnings
 Errors
3 0 3 1

Files

File
 I
 W
 E
org/apache/maven/plugins/war/AbstractWarMojo.java 0 0 1
org/apache/maven/plugins/war/packaging/ArtifactsPackagingTask.java 0 1 0
org/apache/maven/plugins/war/packaging/OverlayPackagingTask.java 0 2 0

Rules

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

Details

org/apache/maven/plugins/war/AbstractWarMojo.java

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

org/apache/maven/plugins/war/packaging/ArtifactsPackagingTask.java

Severity Category Rule Message Line
 Warning
coding HiddenField 'artifacts' hides a field. 140

org/apache/maven/plugins/war/packaging/OverlayPackagingTask.java

Severity Category Rule Message Line
 Warning
coding HiddenField 'overlay' hides a field. 95
 Warning
coding HiddenField 'overlay' hides a field. 115