PMD Results
The following document contains the results of PMD 4.3.
Files
org/deegree/feature/persistence/geocouch/FeatureTranscoder.java
Violation | Line |
---|
Avoid empty catch blocks | 123 - 125 |
org/deegree/feature/persistence/geocouch/GeoCouchFeatureStore.java
Violation | Line |
---|
Avoid unused method parameters such as 'filter'. | 223 - 241 |
Avoid unused local variables such as 'codec'. | 227 |
Avoid unused method parameters such as 'ftName'. | 243 - 320 |
Avoid empty if statements | 301 - 303 |
Avoid empty if statements | 340 - 342 |
Avoid unused private methods such as 'getFeatureById(String)'. | 393 |
Avoid unused private fields such as 'ids'. | 424 |
org/deegree/feature/persistence/geocouch/GeoCouchFeatureStoreTransaction.java
Violation | Line |
---|
Avoid unused private fields such as 'LOG'. | 33 |
Avoid unused private fields such as 'couchUrl'. | 39 |