PMD Results

The following document contains the results of PMD.

Summary

Files Errors
5 5

Files

Files Violations
org/apache/torque/manager/AbstractBaseManager.java 1
org/apache/torque/om/DateKey.java 1
org/apache/torque/om/ObjectKey.java 1
org/apache/torque/om/StringKey.java 1
org/apache/torque/util/functions/Aggregate.java 1

org/apache/torque/manager/AbstractBaseManager.java

Violation Line
Avoid empty 'if' statements 543

org/apache/torque/om/DateKey.java

Violation Line
Ensure you override both equals() and hashCode() 130

org/apache/torque/om/ObjectKey.java

Violation Line
Ensure you override both equals() and hashCode() 55

org/apache/torque/om/StringKey.java

Violation Line
Ensure you override both equals() and hashCode() 117

org/apache/torque/util/functions/Aggregate.java

Violation Line
Avoid unused imports such as 'DB' 22