You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. I used == instead of .equals when comparing two fields.
2.
3.
What is the code (equals method, hashCode method, relevant fields) that
triggers the problem?
I've attached a full example.
What error message does EqualsVerifier give?
None.
What stacktrace does EqualsVerifier print, when called with the debug()
method?
What did you expect?
Unit test failure, as shown in the "by hand" test.
What version of EqualsVerifier are you using?
1.6
Please provide any additional information below.
Original issue reported on code.google.com by dcorbi...@gmail.com on 8 Feb 2015 at 3:57
Original issue reported on code.google.com by
dcorbi...@gmail.com
on 8 Feb 2015 at 3:57Attachments:
The text was updated successfully, but these errors were encountered: