PMD Results
The following document contains the results of PMD 4.3.
Files
org/deegree/feature/persistence/FeatureInspector.java
Violation | Line |
---|
Avoid unused imports such as 'org.deegree.geometry.GeometryInspectionException' | 40 |
org/deegree/feature/persistence/FeatureStoreGmlIdentifierResolver.java
Violation | Line |
---|
Avoid empty catch blocks | 114 - 116 |
Avoid empty catch blocks | 119 - 121 |
org/deegree/feature/persistence/FeatureStores.java
Violation | Line |
---|
Avoid empty catch blocks | 65 - 67 |
Avoid empty catch blocks | 74 - 76 |
org/deegree/feature/persistence/lock/DefaultLockManager.java
Violation | Line |
---|
Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet. | 349 |
Avoid empty catch blocks | 378 - 380 |
Avoid empty catch blocks | 457 - 459 |
org/deegree/feature/persistence/lock/LockManager.java
Violation | Line |
---|
Avoid unused imports such as 'org.deegree.commons.utils.kvp.InvalidParameterValueException' | 42 |
org/deegree/feature/persistence/query/Query.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'srsName'. | 146 - 155 |
Avoid unused constructor parameters such as 'featureVersion'. | 146 - 155 |