We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EqualsVerifier fails when equals asserts on a class invariant on the length of its array field.
See the discussion at https://groups.google.com/forum/#!topic/equalsverifier/lUJQZFQdU0w
The text was updated successfully, but these errors were encountered:
#143 Does a proper array copy
780d1c5
I've just released version 2.1, which fixes this.
Sorry, something went wrong.
I verified EV 2.1 works as expected with the example I used as the basis for my post to the mailing list. Thanks for the fix, Jan!
No branches or pull requests
EqualsVerifier fails when equals asserts on a class invariant on the length of its array field.
See the discussion at https://groups.google.com/forum/#!topic/equalsverifier/lUJQZFQdU0w
The text was updated successfully, but these errors were encountered: