Description
A class defines equals() but not hashcode(), which possibly breaks a java invariant that if a.equals(b) == true then a.hashCode() == b.hashCode()
Flaws
Test Suites
Documentation
Have any comments on this test case? Please, send us an email.