You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1113
We weren't calling the right API to check the nullability of a varargs
argument when checking valid overriding. Most of this PR is tests to
check handling of most of the cases.
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Jan 7, 2025
In
org.springframework.cache.interceptor
null-marked package:KeyGenerator
defines a method with a@Nullable Object... params
parameterSimpleKeyGenerator
overrides this method with the same@Nullable Object... params
This error is reported by NullAway, looks like a bug to me:
The text was updated successfully, but these errors were encountered: