PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/jclouds/savvis/vpdc/compute/functions/VMToNodeMetadata.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 79 - 81 |
org/jclouds/savvis/vpdc/compute/strategy/VPDCComputeServiceAdapter.java
| Violation | Line |
|---|
| Avoid empty finally blocks | 108 - 111 |
org/jclouds/savvis/vpdc/config/VPDCRestClientModule.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 167 |
org/jclouds/savvis/vpdc/domain/FirewallRule.java
| Violation | Line |
|---|
| Ensure you override both equals() and hashCode() | 156 |
org/jclouds/savvis/vpdc/xml/FirewallServiceHandler.java
| Violation | Line |
|---|
| These nested if statements could be combined | 71 - 76 |
org/jclouds/savvis/vpdc/xml/NetworkConfigSectionHandler.java
| Violation | Line |
|---|
| Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 60 |