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
The type unsafe SimpleLookupTable may hide an error: char[] are added as keys, but it is tried to removed keys of type SearchPattern.
i will investigate.
The text was updated successfully, but these errors were encountered:
fix search.matching.MatchLocator.bindings eclipse-jdt#3418
98e9dd3
A map with keys char[] did only find keys by identity (but not by equal characters as needed). eclipse-jdt#3418 tested by RunJavaSearchTests
fix search.matching.MatchLocator.bindings #3418
bb91fc9
A map with keys char[] did only find keys by identity (but not by equal characters as needed). #3418 tested by RunJavaSearchTests
jukzi
No branches or pull requests
The type unsafe SimpleLookupTable may hide an error: char[] are added as keys, but it is tried to removed keys of type SearchPattern.
i will investigate.
The text was updated successfully, but these errors were encountered: