-
-
Notifications
You must be signed in to change notification settings - Fork 766
Show error differences if values were compared with equals in recursive comparison
#3209
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
Show error differences if values were compared with equals in recursive comparison
#3209
Conversation
|
#1815 (comment) explains why java package types are not compared field by field. |
|
Thanks @FlorianCousin, I will review your PR shortly ! |
|
The error I found in The URL Do you have any idea ? |
|
javadoc.io should be back now so there shouldn't be failures anymore |
|
@joel-costigliola @scordio |
|
2 tests have been fixed. |
|
An error occured during 'Upload reports" :
I guess it is independant of my code changes because it looks linked to the workflows itself. |
|
it is @FlorianCousin |
301ca01 to
c730d18
Compare
|
Integrated thanks @FlorianCousin ! |
…ompared values were compared with equals (which is the case for java types) Fix #3209
This is a great news, thank you. |
equals in recursive comparison
…ompared values were compared with equals (which is the case for java types) Fix assertj#3209
Check List:
Types from java package are not comparable with recursive comparison.
To prevent developers from wasting time looking for the problem, this PR adds an explicit log.
To do so, an element is added in additionalInformation in differences when needed.
This PR does not change the behavior.
Logs before :
Logs after :