Paweł

Results 19 comments of Paweł

@scordio Do you need someone to make a change for this?

@scordio The simplest solution here would be to replace `==` comparison with `equals()` comparison. This will have a side effect causing any test that compares `0.0` to `-0.0` to fail...

@Caceresenzo @scordio Sure, I can do it either way. All I need is a decision

@scordio @joel-costigliola I created a PR for this issue.

@scordio I can add this if you think it is worth it.

@joel-costigliola Yes, I'd like to contribute.

@joel-costigliola @scordio What would be the expected behavior when: - a field is transient in actual but not in expected - a field is transient in expected but not in...

@scordio I need this commit in my branch https://github.com/assertj/assertj/commit/887f97b65da068e03308a6373a0c8a76912377aa Which approach is recommended in the project? - rebase over main - merge main to my branch - cherry pick the...

Hi @joel-costigliola Do you have any comments regarding the wording of javadoc / error message?

@joel-costigliola @scordio Is there a plan to add this to any of the milestones?