PMD Results

The following document contains the results of PMD 4.3.

Files

org/deegree/console/ConfigManager.java

ViolationLine
Too many static imports may lead to messy code36 - 281
These nested if statements could be combined240 - 243

org/deegree/console/WorkspaceBean.java

ViolationLine
Too many static imports may lead to messy code36 - 424

org/deegree/console/featurestore/FeatureStoreLoader.java

ViolationLine
Too many static imports may lead to messy code36 - 157

org/deegree/console/featurestore/MappingWizardSQL.java

ViolationLine
Avoid unused private fields such as 'connectionType'.124

org/deegree/console/jdbc/JdbcBean.java

ViolationLine
Avoid empty catch blocks178 - 180

org/deegree/console/security/LogBean.java

ViolationLine
Avoid unused private fields such as 'LOG'.68

org/deegree/console/security/PasswordFile.java

ViolationLine
These nested if statements could be combined117 - 119

org/deegree/console/security/SaltedPassword.java

ViolationLine
Ensure you override both equals() and hashCode()97

org/deegree/console/util/RequestBean.java

ViolationLine
Too many static imports may lead to messy code36 - 665

org/deegree/console/wps/ProcessExecution.java

ViolationLine
Avoid using java.lang.ThreadGroup; it is not thread safe97