PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/jclouds/aws/ec2/AWSEC2PropertiesBuilder.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 110 |
org/jclouds/aws/ec2/compute/strategy/AWSEC2DestroyNodeStrategy.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 64 - 65 |
org/jclouds/aws/ec2/compute/strategy/AWSEC2ListNodesStrategy.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 84 |
org/jclouds/aws/ec2/compute/suppliers/AWSEC2HardwareSupplier.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 67 |
org/jclouds/aws/ec2/compute/suppliers/AWSRegionAndNameToImageSupplier.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 155 |
org/jclouds/aws/ec2/options/AWSRunInstancesOptions.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.jclouds.ec2.domain.InstanceType' | 27 |
org/jclouds/aws/ec2/options/DescribeSpotPriceHistoryOptions.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.jclouds.ec2.domain.InstanceType' | 27 |
org/jclouds/aws/ec2/reference/AWSEC2Constants.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.jclouds.ec2.domain.InstanceType' | 40 |
org/jclouds/aws/ec2/xml/LaunchSpecificationHandler.java
| Violation | Line |
|---|
| Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 120 |