Skip to content
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

INT-3503 equals & hashCode for ToStringFriendlyJN #1271

Closed
wants to merge 2 commits into from

Conversation

artembilan
Copy link
Member

JIRA: https://jira.spring.io/browse/INT-3503

Cherry-pick to 4.0.x


ToStringFriendlyJsonNode that = (ToStringFriendlyJsonNode) o;

return !(node != null ? !node.equals(that.node) : that.node != null);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think node can't be null

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! OK, I see JsonPropertyAccessor#canRead does a protection.

@artembilan
Copy link
Member Author

Pushed

@garyrussell
Copy link
Contributor

Merged with minor polish and cherry-picked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants