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
@SuppressWarnings("NullAway")
Ad a follow-up of #32475, we should remove unneeded @SuppressWarnings("NullAway") annotations when those NullAway issues will be fixed:
if (Foo.this.bar != null)
if
forEach
Stream
The text was updated successfully, but these errors were encountered:
@sdeleuze FYI we just released NullAway 0.10.25 with fixes for some (but not yet all) of the issues you reported.
Sorry, something went wrong.
12272d6
sdeleuze
No branches or pull requests
Ad a follow-up of #32475, we should remove unneeded
@SuppressWarnings("NullAway")
annotations when those NullAway issues will be fixed:if (Foo.this.bar != null)
in nested class not properly analyzed uber/NullAway#936if
check and failing function to taken in account uber/NullAway#943forEach
orStream
lambda triggers an error uber/NullAway#941The text was updated successfully, but these errors were encountered: