PMD Results
The following document contains the results of PMD 3.7.
Files
org/apache/geronimo/deployment/plugin/jmx/JMXDeploymentManager.java
| Violation | Line |
|---|
| Avoid empty if statements | 285 |
| Avoid empty if statements | 287 |
org/apache/geronimo/deployment/plugin/TargetImpl.java
| Violation | Line |
|---|
| Avoid unused imports such as 'javax.management.ObjectName' | 21 |
org/apache/geronimo/deployment/plugin/DisconnectedDeploymentManager.java
| Violation | Line |
|---|
| Avoid empty if statements | 52 |
| Avoid empty if statements | 54 |
org/apache/geronimo/deployment/plugin/local/RedeployCommand.java
| Violation | Line |
|---|
| Avoid empty if statements | 182 |
| Avoid empty catch blocks | 185 - 187 |
| Avoid empty if statements | 195 |
| Avoid empty catch blocks | 198 - 200 |
org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.apache.geronimo.deployment.Deployer' | 33 |
org/apache/geronimo/deployment/plugin/local/StartCommand.java
| Violation | Line |
|---|
| 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
| Violation | Line |
|---|
| Avoid unused private fields such as 'UNINSTALL_SIG' | 36 |
| Avoid empty catch blocks | 67 - 69 |
| Avoid empty catch blocks | 69 - 71 |
| Avoid empty catch blocks | 77 - 79 |