Spotbugs v4.7.2 Release Notes
Release Date: 2022-09-02 // 7 months ago-
🛠 Fixed
- ⬆️ Bumped gson from 2.9.0 to 2.9.1 (#2136)
- ⬆️ Bump up SLF4J API to
2.0.0
- ⬆️ Bump up logback to
1.4.0
- ⬆️ Bump up log4j2 binding to
2.18.0
- ⬆️ Bump up Saxon-HE to
11.4
(#2160) - 🛠 Fixed InvalidInputException in Eclipse while bug reporting (#2134)
- Bug
SA_FIELD_SELF_ASSIGNMENT
is now reported from nested classes as well (#2142) - 🔒 Avoid warning on use of security manager on Java 17 and newer. (#1579)
- 🔦 Fixed false positives
EI_EXPOSE_REP
thrown in case of fields initialized by theof
orcopyOf
method of aList
,Map
orSet
(#1771) - 🛠 Fixed CFGBuilderException thrown when
dup_x2
is used to swap the reference and wide-value (double, long) in the stack (#2146)