PMD Results

The following document contains the results of PMD .

Summary

Files Errors
3 3

Files

Files Violations
org/jmock/constraint/IsEqual.java 1
org/jmock/expectation/MapEntry.java 1
org/jmock/matcher/ArgumentsMatcher.java 1

org/jmock/constraint/IsEqual.java

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

org/jmock/expectation/MapEntry.java

Violation Line
Avoid empty catch blocks 87

org/jmock/matcher/ArgumentsMatcher.java

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