PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/jclouds/aws/ec2/AWSEC2PropertiesBuilder.java

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

org/jclouds/aws/ec2/compute/strategy/AWSEC2DestroyNodeStrategy.java

ViolationLine
Avoid empty catch blocks64 - 65

org/jclouds/aws/ec2/compute/strategy/AWSEC2ListNodesStrategy.java

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

org/jclouds/aws/ec2/compute/suppliers/AWSEC2HardwareSupplier.java

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

org/jclouds/aws/ec2/compute/suppliers/AWSRegionAndNameToImageSupplier.java

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

org/jclouds/aws/ec2/options/AWSRunInstancesOptions.java

ViolationLine
Avoid unused imports such as 'org.jclouds.ec2.domain.InstanceType'27

org/jclouds/aws/ec2/options/DescribeSpotPriceHistoryOptions.java

ViolationLine
Avoid unused imports such as 'org.jclouds.ec2.domain.InstanceType'27

org/jclouds/aws/ec2/reference/AWSEC2Constants.java

ViolationLine
Avoid unused imports such as 'org.jclouds.ec2.domain.InstanceType'40

org/jclouds/aws/ec2/xml/LaunchSpecificationHandler.java

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