-
Notifications
You must be signed in to change notification settings - Fork 160
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
.equals() and .hashcode() missing for Pattern class #55
Comments
The equivalence relation should incorporate the compilation flags too. |
sjamesr
added a commit
to sjamesr/re2j
that referenced
this issue
Apr 15, 2018
sjamesr
added a commit
to sjamesr/re2j
that referenced
this issue
Apr 15, 2018
sjamesr
added a commit
to sjamesr/re2j
that referenced
this issue
Apr 27, 2018
sjamesr
added a commit
that referenced
this issue
Apr 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
Pattern
class should implement some (simple).equals(Object)
and.hashCode()
methods to be able to be identified equal when being put into aSet
.Equality in this context can be as simple as the equality of the pattern string.
The text was updated successfully, but these errors were encountered: