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
[null analysis] animal instanceof Dog dog fails to assume dog as @NonNull
#350
Comments
|
@stephan-herrmann : do you have some time/interest? |
|
Interest? Sure. Time? Let's see. BTW, we already have two bugs for this: |
mickaelistria
added a commit
to mickaelistria/eclipse.jdt.core
that referenced
this issue
Aug 29, 2022
3 tasks
mickaelistria
added a commit
to mickaelistria/eclipse.jdt.core
that referenced
this issue
Aug 29, 2022
mickaelistria
added a commit
to mickaelistria/eclipse.jdt.core
that referenced
this issue
Aug 29, 2022
mickaelistria
added a commit
to mickaelistria/eclipse.jdt.core
that referenced
this issue
Aug 30, 2022
mickaelistria
added a commit
to mickaelistria/eclipse.jdt.core
that referenced
this issue
Aug 30, 2022
mickaelistria
added a commit
to mickaelistria/eclipse.jdt.core
that referenced
this issue
Aug 31, 2022
mickaelistria
added a commit
to mickaelistria/eclipse.jdt.core
that referenced
this issue
Aug 31, 2022
mickaelistria
added a commit
to mickaelistria/eclipse.jdt.core
that referenced
this issue
Sep 7, 2022
mickaelistria
added a commit
to mickaelistria/eclipse.jdt.core
that referenced
this issue
Sep 8, 2022
github-actions bot
pushed a commit
to mickaelistria/eclipse.jdt.core
that referenced
this issue
Sep 13, 2022
stephan-herrmann
pushed a commit
that referenced
this issue
Sep 13, 2022
jarthana
pushed a commit
to jarthana/eclipse.jdt.core
that referenced
this issue
Sep 21, 2022
|
GitHub forgot to close this issue, when #351 got merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
named instance of (eg
animal instanceof Dog dog) do not assume the new variable (doghere) is@NonNull. It leads to false warning reports with null analysis.The text was updated successfully, but these errors were encountered: