PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/jclouds/vcloud/VCloudAsyncClient.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 624 |
org/jclouds/vcloud/VCloudPropertiesBuilder.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 81 |
org/jclouds/vcloud/binders/BindCPUCountToXmlPayload.java
| Violation | Line |
|---|
| Avoid unused constructor parameters such as 'stringBinder'. | 50 - 54 |
org/jclouds/vcloud/binders/BindCaptureVAppParamsToXmlPayload.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 128 |
org/jclouds/vcloud/binders/BindCatalogItemToXmlPayload.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 130 |
org/jclouds/vcloud/binders/BindCloneParamsToXmlPayload.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 139 |
org/jclouds/vcloud/binders/BindCloneVAppTemplateParamsToXmlPayload.java
| Violation | Line |
|---|
| Avoid unused constructor parameters such as 'ns'. | 42 - 45 |
org/jclouds/vcloud/binders/BindGuestCustomizationSectionToXmlPayload.java
| Violation | Line |
|---|
| Avoid unused constructor parameters such as 'stringBinder'. | 55 - 59 |
org/jclouds/vcloud/binders/BindInstantiateVAppTemplateParamsToXmlPayload.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 269 |
| Avoid empty if statements | 222 - 227 |
org/jclouds/vcloud/binders/BindMemoryToXmlPayload.java
| Violation | Line |
|---|
| Avoid unused constructor parameters such as 'stringBinder'. | 50 - 54 |
org/jclouds/vcloud/binders/BindNetworkConnectionSectionToXmlPayload.java
| Violation | Line |
|---|
| Avoid unused constructor parameters such as 'stringBinder'. | 56 - 60 |
org/jclouds/vcloud/compute/functions/VAppToNodeMetadata.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 90 |
org/jclouds/vcloud/config/VCloudRestClientModule.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 500 |
| Avoid duplicate imports such as 'com.google.common.collect.Iterables.concat' | 24 |
| Avoid duplicate imports such as 'com.google.common.collect.Iterables.getLast' | 25 |
| Avoid duplicate imports such as 'com.google.common.collect.Iterables.transform' | 26 |
org/jclouds/vcloud/features/CatalogClient.java
| Violation | Line |
|---|
| Avoid unused imports such as 'java.util.NoSuchElementException' | 22 |
org/jclouds/vcloud/features/OrgClient.java
| Violation | Line |
|---|
| Avoid unused imports such as 'java.util.NoSuchElementException' | 23 |
org/jclouds/vcloud/features/VAppTemplateClient.java
| Violation | Line |
|---|
| Avoid unused imports such as 'java.util.NoSuchElementException' | 22 |
org/jclouds/vcloud/features/VDCClient.java
| Violation | Line |
|---|
| Avoid unused imports such as 'java.util.NoSuchElementException' | 22 |
org/jclouds/vcloud/features/VmAsyncClient.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 19 - 232 |
org/jclouds/vcloud/handlers/ParseVCloudErrorFromHttpResponse.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 82 - 83 |
org/jclouds/vcloud/xml/OrgListHandler.java
| Violation | Line |
|---|
| These nested if statements could be combined | 50 - 52 |
org/jclouds/vcloud/xml/OrgNetworkHandler.java
| Violation | Line |
|---|
| These nested if statements could be combined | 161 - 163 |