PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/appfuse/mojo/exporter/AppFuseGeneratorMojo.java

Violation Line
Avoid unused imports such as 'org.apache.maven.artifact.Artifact' 5
These nested if statements could be combined 467 - 469

org/appfuse/mojo/installer/CopyTemplatesMojo.java

Violation Line
Avoid unused imports such as 'java.util.List' 14
These nested if statements could be combined 105 - 107
These nested if statements could be combined 146 - 148

org/appfuse/tool/AppFuseExporter.java

Violation Line
Avoid unused imports such as 'org.apache.maven.plugin.MojoExecutionException' 3

org/appfuse/tool/ArtifactInstaller.java

Violation Line
Avoid empty if statements 66 - 69
Avoid unused private methods such as 'projectContainsArtifact(String)'. 124
Avoid unused private methods such as 'installSpringControllerBeanDefinitions()'. 245
Avoid unused method parameters such as 'webFramework'. 337 - 359

org/appfuse/tool/ArtifactUninstaller.java

Violation Line
Avoid empty if statements 52 - 55

org/appfuse/tool/RenamePackages.java

Violation Line
These nested if statements could be combined 452 - 456
These nested if statements could be combined 453 - 455
These nested if statements could be combined 1147 - 1149

org/appfuse/tool/SubversionUtils.java

Violation Line
Avoid empty if statements 247 - 251
These nested if statements could be combined 247 - 251
Avoid empty if statements 291 - 295