Checkstyle Results

The following document contains the results of Checkstyle 11.1.0 with checkstyle-4space.xml ruleset.

Summary

Files  Info  Warnings  Errors
7 0 4 0

Files

File  I  W  E
org/commonjava/maven/plugins/execroot/AbstractDirectoryGoal.java 0 1 0
org/commonjava/maven/plugins/execroot/DirectoryOfGoal.java 0 1 0
org/commonjava/maven/plugins/execroot/ExecutionRootGoal.java 0 1 0
org/commonjava/maven/plugins/execroot/HighestBasedirGoal.java 0 1 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
4  Warning

Details

org/commonjava/maven/plugins/execroot/AbstractDirectoryGoal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.execution.MavenSession' 23

org/commonjava/maven/plugins/execroot/DirectoryOfGoal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.MojoExecutionException' 23

org/commonjava/maven/plugins/execroot/ExecutionRootGoal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugins.annotations.LifecyclePhase' 21

org/commonjava/maven/plugins/execroot/HighestBasedirGoal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.MojoExecutionException' 28