PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/jclouds/ec2/compute/domain/EC2HardwareBuilder.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 334 |
org/jclouds/ec2/compute/functions/CreateUniqueKeyPair.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 71 - 73 |
org/jclouds/ec2/compute/functions/RunningInstanceToNodeMetadata.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 109 - 117 |
org/jclouds/ec2/compute/strategy/EC2ListNodesStrategy.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 107 |
org/jclouds/ec2/compute/suppliers/EC2HardwareSupplier.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 48 |
org/jclouds/ec2/compute/suppliers/RegionAndNameToImageSupplier.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 140 |
org/jclouds/ec2/config/EC2RestClientModule.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 126 - 129 |
org/jclouds/ec2/options/RunInstancesOptions.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.jclouds.ec2.domain.InstanceType' | 27 |
org/jclouds/ec2/services/ElasticIPAddressClient.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.jclouds.aws.AWSResponseException' | 26 |
org/jclouds/ec2/xml/BaseReservationHandler.java
| Violation | Line |
|---|
| Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! | 119 |
| Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! | 146 |
org/jclouds/ec2/xml/CreateVolumeResponseHandler.java
| Violation | Line |
|---|
| These nested if statements could be combined | 128 - 135 |