-
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
Equals check with StringBuilder requires PrefabValues #234
Comments
Thanks for the elaborate bug report, it's really helpful! Unfortunately though, I'm unable to reproduce the issue. I have cloned your repository, and when I run Can you post the complete stacktrace of the failing test? Maybe that can give me some additional insight. Also, which JDK are you running on? |
Hi! Thank you for your prompt reply. I executed the tests in my IDE therefore I did not check the maven build. My bad! I fixed the build and it reflects the issue now. Please update your clone to get the changes. In addition:
BR, |
Hi Sven, Thanks for the update. I can now reproduce the issue, both on the command-line and in the IDE. I probably could/should have noticed that it didn't run any tests, before :). Anyway, I'll look into it and will let you know when I have something. Indeed it looks like a bug. Jan |
Awesome, thanks a lot! Sven |
I've released a fix: version 3.1.6! |
Hi!
I'm not really sure whether this is an issue at all, but I found #51 and thought this might be a regression.
What is the code that triggers this problem?
Please notice: Before you start to copy paste, I've created a sample project that can be found under https://github.com/svettwer/EqualsVerifier-StringBuilder.git.
I'll delete it as soon as this issue is closed. Therefore I copied the code as well.
Productive code:
Test code:
What error message or stack trace does EqualsVerifier give?
For
testEqualsContractFails
it is:What did you expect?
I expected that the modifications of
testEqualsContractWorks
are not necessary to verify the equal contract.Which version of EqualsVerifier are you using?
3.1.4
Please provide any additional information below.
The workaround in #51 worked for this issue as well (see
testEqualsContractWorks
).Thx a lot for your effort and this awesome library.
BR,
Sven
The text was updated successfully, but these errors were encountered: