PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/jclouds/ec2/EC2PropertiesBuilder.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 55 |
org/jclouds/ec2/compute/functions/CreateUniqueKeyPair.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 71 - 73 |
org/jclouds/ec2/compute/strategy/CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 195 |
| These nested if statements could be combined | 125 - 131 |
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 - 125 |
org/jclouds/ec2/config/EC2RestClientModule.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 129 - 132 |
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 ! | 117 |
| Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! | 144 |
org/jclouds/ec2/xml/CreateVolumeResponseHandler.java
| Violation | Line |
|---|
| These nested if statements could be combined | 128 - 135 |