4.10.3
SpotBugs 4.10.3 CHANGELOG Fixed Fix LI_LAZY_INIT_STATIC false negative when the null guard is written in yoda-style (null == field) (#4144) Fix DC_DOUBLECHECK, NP_SYNC_AND_NULL_CHECK_FIELD and SP_SPIN_ON_FIELD false negatives when the null guard is written in yoda-style (null == field) (#4144) Fix message for UNS_UNSAFE_CALL bug pattern Restore CLI plugin loading by fixing DetectorFactoryCollectio…