Closed jscancella closed 4 years ago
Workaround: use an exclude filter for findbugs:
<!-- False positive with Java 11 https://github.com/spotbugs/spotbugs/issues/878 -->
<Match>
<Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE" />
</Match>
With the release of 4.1.3 this is no longer blocked. https://github.com/spotbugs/spotbugs/issues/878#event-3806431259
completed with PR #22
java 1.8 is EOL. Move to openJDK 14 and continually upgrade to latest version.