PMD Results
The following document contains the results of PMD 4.3.
Files
org/deegree/layer/Utils.java
Violation | Line |
---|
Too many static imports may lead to messy code | 36 - 348 |
org/deegree/layer/config/ConfigUtils.java
Violation | Line |
---|
Avoid empty catch blocks | 214 - 216 |
Avoid empty catch blocks | 219 - 221 |
Avoid empty catch blocks | 224 - 226 |
org/deegree/layer/config/DimensionConfigBuilder.java
Violation | Line |
---|
Avoid unused method parameters such as 'layerName'. | 139 - 152 |
Avoid empty catch blocks | 149 - 151 |
Avoid unused method parameters such as 'layerName'. | 154 - 167 |
Avoid unused method parameters such as 'defaultList'. | 154 - 167 |
Avoid empty catch blocks | 164 - 166 |
org/deegree/layer/dims/Dimension.java
Violation | Line |
---|
Too many static imports may lead to messy code | 37 - 482 |
These nested if statements could be combined | 408 - 410 |
These nested if statements could be combined | 429 - 431 |
org/deegree/layer/dims/DimensionsLexer.java
Violation | Line |
---|
Avoid unused imports such as 'java.util.Stack' | 7 |
Avoid unused imports such as 'java.util.List' | 8 |
Avoid unused imports such as 'java.util.ArrayList' | 9 |
org/deegree/layer/dims/DimensionsParser.java
Violation | Line |
---|
Avoid unused imports such as 'java.util.Stack' | 7 |
org/deegree/layer/persistence/base/jaxb/LayerOptionsType.java
Violation | Line |
---|
Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) | 290 |