PMD Results
The following document contains the results of PMD 4.3.
Files
org/deegree/console/ConfigManager.java
Violation |
Line |
Too many static imports may lead to messy code |
36 - 282 |
These nested if statements could be combined |
241 - 244 |
org/deegree/console/WorkspaceBean.java
Violation |
Line |
Too many static imports may lead to messy code |
36 - 424 |
org/deegree/console/featurestore/FeatureStoreLoader.java
Violation |
Line |
Too many static imports may lead to messy code |
36 - 157 |
org/deegree/console/featurestore/MappingWizardSQL.java
Violation |
Line |
Avoid unused private fields such as 'connectionType'. |
124 |
org/deegree/console/jdbc/JdbcBean.java
Violation |
Line |
Avoid empty catch blocks |
178 - 180 |
org/deegree/console/security/LogBean.java
Violation |
Line |
Avoid unused private fields such as 'LOG'. |
68 |
org/deegree/console/security/PasswordFile.java
Violation |
Line |
These nested if statements could be combined |
117 - 119 |
org/deegree/console/security/SaltedPassword.java
Violation |
Line |
Ensure you override both equals() and hashCode() |
97 |
org/deegree/console/util/RequestBean.java
Violation |
Line |
Too many static imports may lead to messy code |
36 - 671 |
org/deegree/console/wps/ProcessExecution.java
Violation |
Line |
Avoid using java.lang.ThreadGroup; it is not thread safe |
97 |