PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/jclouds/savvis/vpdc/compute/functions/VMToNodeMetadata.java

ViolationLine
Avoid empty catch blocks79 - 81

org/jclouds/savvis/vpdc/compute/strategy/VPDCComputeServiceAdapter.java

ViolationLine
Avoid empty finally blocks109 - 112

org/jclouds/savvis/vpdc/config/VPDCRestClientModule.java

ViolationLine
Too many static imports may lead to messy code19 - 167

org/jclouds/savvis/vpdc/domain/FirewallRule.java

ViolationLine
Ensure you override both equals() and hashCode()156

org/jclouds/savvis/vpdc/xml/FirewallServiceHandler.java

ViolationLine
These nested if statements could be combined71 - 76

org/jclouds/savvis/vpdc/xml/NetworkConfigSectionHandler.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.60