TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
18 stars 10 forks source link

Adding EqualsVerifier to test for validity of equals contract #243

Open Inventitech opened 8 years ago

Inventitech commented 8 years ago

Adds an EqualsVerifier test to detect possible problems in our equals implementation. Purposefully breaks the build, as the contract is violated (test fails).

Refs #230

TimvdLippe commented 6 years ago

I was able to fix the build in #268, so I think this PR is no longer necessary.