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

HV-1019 PathImpl copy constructor fix #444

Merged
merged 1 commit into from Nov 2, 2015

Conversation

JiriBilek
Copy link
Contributor

The org.hibernate.validator.internal.engine.path.PathImpl copy constructor sets the hashCode to -1, in order the hashCode to be computed on first attempt to use it.

The copy constructor sets the hashCode to -1, in order to be computed on
first attempt to use it.
@gunnarmorling
Copy link
Member

Looks good. I'll merge it once the CLA has been signed.

@JiriBilek
Copy link
Contributor Author

CLA signed.

@gunnarmorling gunnarmorling merged commit 1f85aa2 into hibernate:master Nov 2, 2015
@gunnarmorling
Copy link
Member

Merged. Thanks, @JiriBilek.

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