-
Notifications
You must be signed in to change notification settings - Fork 299
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
Another varargs @Nullable
issue
#1090
Comments
@Nullable
issue
@N1k145 I tried out your test case. The first thing I see is that the edited
This is due to changes made in NullAway 0.12.0 to better support JSpecify annotations. By default, if you want to be able to pass a Does the above answer your question? |
@msridhar Thank you for the explanation, we did directly the bump to 0.12.1 so we did not use 0.12.0 directly and did not notice the change there. So you are saying for this usecase there is now (or actually in the future) a hard dependency on JSpecify? |
No, any annotation named |
No we have nothing against JSpecify but we have not yet looked into it. I read up on it today and we are probably migration over to it in the next weeks, so this can be closed. |
Ok! Note that temporarily you can use the JSpecify |
Even when both methods are part of the same class (but there is an interface involved, no idea it this creates the same scenario ans in @lukasgraef example)
Originally posted by @N1k145 in #1088 (comment)
And:
The text was updated successfully, but these errors were encountered: