Spotbugs v4.4.1 Release Notes

Release Date: 2021-09-07 // over 2 years ago
  • ๐Ÿ”„ Changed

    • โฌ†๏ธ Bump gson from 2.8.7 to 2.8.8 (#1658)
    • Lower ExitCodes logger to debug level (#1661)
    • ๐Ÿ›  Fixed SARIF format to be compatible with Github code scanning API requirements (#1630)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed immutable classes in java.net.* as being flagged as EI (#1653
    • Classes containing only static methods with setter-like names are no longer considered as mutable (#1601)
    • ๐Ÿ– Handle all immutable collections in the Guava library as immutable (#1601)
    • Classes annotated with @Immutable or @jdk.internal.ValueBased are considered as immutable (#1601)
    • ๐Ÿ“ฆ All classes in packages java.time and java.math are now correctly handled as immutable (#1601)