PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
814

Files

FilesViolations
org/apache/torque/dsfactory/JndiDataSourceFactory.java 2
org/apache/torque/manager/AbstractBaseManager.java 1
org/apache/torque/oid/IDBroker.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/BasePeer.java 6
org/apache/torque/util/Criteria.java 1

org/apache/torque/dsfactory/JndiDataSourceFactory.java

ViolationLine
Avoid empty catch blocks 244
Avoid empty catch blocks 257

org/apache/torque/manager/AbstractBaseManager.java

ViolationLine
Avoid empty 'if' statements 506

org/apache/torque/oid/IDBroker.java

ViolationLine
Avoid empty catch blocks 228

org/apache/torque/om/DateKey.java

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

org/apache/torque/om/ObjectKey.java

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

org/apache/torque/om/StringKey.java

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

org/apache/torque/util/BasePeer.java

ViolationLine
Avoid empty catch blocks 154
Avoid empty catch blocks 165
Avoid empty catch blocks 176
Avoid empty catch blocks 352
Avoid empty catch blocks 554
Avoid empty catch blocks 1572

org/apache/torque/util/Criteria.java

ViolationLine
Avoid empty catch blocks 1746