PMD Results
The following document contains the results of PMD 4.2.5.
Files
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 - 89 |
| Avoid unused constructor parameters such as 'providerName'. | 63 - 67 |
org/jclouds/aws/ec2/compute/suppliers/AWSRegionAndNameToImageSupplier.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 92 |
org/jclouds/aws/ec2/domain/AWSRunningInstance.java
| Violation | Line |
|---|
| Avoid unused constructor parameters such as 'productCodes'. | 234 - 250 |
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. | 115 |