-
Notifications
You must be signed in to change notification settings - Fork 746
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
"An unhandled exception was thrown by the Error Prone static analysis plugin" #4736
Comments
Thanks for the report, can you share a repro, or any context about the specific code that the check crashed on? Looking at the implementation, perhaps it was a custom |
Yes. here's the code snippet. calling lru.computeIfAbsent() results in above exception. private static final class LRU extends LinkedHashMap<Key, V>
} |
Amusing bug. Fixes external #4736. PiperOrigin-RevId: 711440699
Amusing bug. Fixes external #4736. PiperOrigin-RevId: 711698771
Following up on the exception message below:
The text was updated successfully, but these errors were encountered: