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
snicoll
changed the title
Revisit nullability BindingReflectionHintsRegistrar#registerReflectionHints
Revisit nullability of BindingReflectionHintsRegistrar#registerReflectionHints
May 2, 2024
It turns out that there are various places where we'd actually call the method with null, rather than not calling the registration if no type is available. This probably deserves to be fixed independently of the NullAway change.
snicoll
changed the title
Revisit nullability of BindingReflectionHintsRegistrar#registerReflectionHints
Revisit invocation of BindingReflectionHintsRegistrar#registerReflectionHints for null safety
May 2, 2024
snicoll
changed the title
Revisit invocation of BindingReflectionHintsRegistrar#registerReflectionHints for null safety
BindingReflectionHintsRegistrar#registerReflectionHints can be invoked with a null type
May 2, 2024
It currently states that the var arg types can be null, which should not happen. The signature should be revisited as well as its callers.
The text was updated successfully, but these errors were encountered: