-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transient field is not ignored #196
Comments
Indeed, I was able to reproduce this issue (both with and without Lombok). I'll fix this in the next version, which I hope to release in the next few days. |
That would be nice Jan, our team will be happy 😉 |
I just released a fix! |
For the record: I faced this bug in latest version ( |
Hi! |
What steps will reproduce the problem?
Attempting to verify a class with a transient field using lombok's @EqualsAndHashCode does not seem to run the transient fields with "withIgnoredFields"
What is the code that triggers this problem?
Model.java
EqualsVerifierTest.java
What error message or stack trace does EqualsVerifier give?
What did you expect?
As noted in http://jqno.nl/equalsverifier/manual/jpa-entities/ under "Transient Fields" I would expect the transient field "condition" to be called with "withIgnoredFields".
Which version of EqualsVerifier are you using?
2.4.6
The text was updated successfully, but these errors were encountered: