PMD Results
The following document contains the results of PMD 4.3.
Files
org/deegree/protocol/i18n/Messages.java
| Violation | Line | 
|---|
| Avoid unused private methods such as 'get(Properties,String,Object...)'. | 137 | 
org/deegree/protocol/ows/capabilities/AbstractOWSCommonCapabilitiesAdapter.java
| Violation | Line | 
|---|
| Too many static imports may lead to messy code | 36 - 495 | 
org/deegree/protocol/ows/http/OwsHttpResponseImpl.java
| Violation | Line | 
|---|
| Avoid empty if statements | 98 - 100 | 
org/deegree/protocol/wps/client/WPSClient.java
| Violation | Line | 
|---|
| Avoid unused imports such as 'org.deegree.commons.ows.exception.OWSException' | 48 | 
org/deegree/protocol/wps/client/input/InputReference.java
| Violation | Line | 
|---|
| Avoid unused private fields such as 'headers'. | 52 | 
| Avoid unused private fields such as 'body'. | 54 | 
| Avoid unused private fields such as 'bodyXlink'. | 56 | 
| Avoid unused private fields such as 'method'. | 60 | 
org/deegree/protocol/wps/client/input/type/LiteralInputType.java
| Violation | Line | 
|---|
| Avoid unused private fields such as 'reference'. | 72 | 
org/deegree/protocol/wps/client/output/ComplexOutput.java
| Violation | Line | 
|---|
| Avoid unused constructor parameters such as 'encoding'. | 82 - 87 | 
org/deegree/protocol/wps/client/process/ProcessDetails.java
| Violation | Line | 
|---|
| This for loop could be simplified to a while loop | 351 - 353 | 
| This for loop could be simplified to a while loop | 361 - 365 | 
org/deegree/protocol/wps/client/process/ProcessExecution.java
| Violation | Line | 
|---|
| Avoid unused imports such as 'org.deegree.commons.ows.exception.OWSException' | 56 | 
org/deegree/protocol/wps/client/wps100/ExecuteRequest100Writer.java
| Violation | Line | 
|---|
| Avoid unused imports such as 'java.io.OutputStream' | 44 | 
| Avoid unused imports such as 'org.apache.commons.codec.binary.Base64' | 52 | 
org/deegree/protocol/wps/client/wps100/ExecuteResponse100Reader.java
| Violation | Line | 
|---|
| Avoid unused imports such as 'org.deegree.commons.ows.exception.OWSException' | 55 |