spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Remove unneeded `@SuppressWarnings("NullAway")`

Open sdeleuze opened this issue 5 months ago • 1 comments

Ad a follow-up of #32475, we should remove unneeded @SuppressWarnings("NullAway") annotations when those NullAway issues will be fixed:

  • uber/NullAway#936
  • uber/NullAway#943
  • uber/NullAway#941

sdeleuze avatar Mar 27 '24 15:03 sdeleuze

@sdeleuze FYI we just released NullAway 0.10.25 with fixes for some (but not yet all) of the issues you reported.

msridhar avatar Mar 29 '24 15:03 msridhar