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

NullPointerException in NestedInstanceOfConditions #4167

Open
anthonyvdotbe opened this issue Oct 28, 2023 · 0 comments
Open

NullPointerException in NestedInstanceOfConditions #4167

anthonyvdotbe opened this issue Oct 28, 2023 · 0 comments

Comments

@anthonyvdotbe
Copy link
Contributor

error-prone doesn't give the full stack trace (at least when run as part of a Maven build), so hopefully this is sufficient:

error-prone version: 2.23.0
BugPattern: NestedInstanceOfConditions
Stack Trace:
java.lang.NullPointerException: Cannot invoke "com.sun.tools.javac.code.Type.isPrimitive()" because "t" is null

The line on which it failed looks like:

if(baz instanceof Foo.Bar.Baz(String text, Locale locale, Charset charset)) {

where Foo is an enum, Bar a sealed interface and Baz a record that implements Bar.

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

No branches or pull requests

1 participant