PMD Results

The following document contains the results of PMD 3.7.

Files

org/apache/geronimo/deployment/plugin/jmx/JMXDeploymentManager.java

ViolationLine
Avoid empty if statements285
Avoid empty if statements287

org/apache/geronimo/deployment/plugin/TargetImpl.java

ViolationLine
Avoid unused imports such as 'javax.management.ObjectName'21

org/apache/geronimo/deployment/plugin/DisconnectedDeploymentManager.java

ViolationLine
Avoid empty if statements52
Avoid empty if statements54

org/apache/geronimo/deployment/plugin/local/RedeployCommand.java

ViolationLine
Avoid empty if statements182
Avoid empty catch blocks185 - 187
Avoid empty if statements195
Avoid empty catch blocks198 - 200

org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java

ViolationLine
Avoid unused imports such as 'org.apache.geronimo.deployment.Deployer'33

org/apache/geronimo/deployment/plugin/local/StartCommand.java

ViolationLine
Avoid unused imports such as 'org.apache.geronimo.kernel.config.Configuration'27
Avoid unused imports such as 'org.apache.geronimo.gbean.AbstractName'31

org/apache/geronimo/deployment/plugin/local/UndeployCommand.java

ViolationLine
Avoid unused private fields such as 'UNINSTALL_SIG'36
Avoid empty catch blocks67 - 69
Avoid empty catch blocks69 - 71
Avoid empty catch blocks77 - 79