Spotbugs v4.0.0-beta2 Release Notes

Release Date: 2019-05-21 // about 6 years ago
  • 🛠 Fixed

    • HTML report cannot be generated with fancy-hist.xsl (#944)

    ➕ Added

    • Depend on XSLT 2 engine explicitly (#944)

    🔄 Changed

    • Replace to try-with-resources
    • Reset DataAnalysis.DEBUG back when analysis reaches MAX_ITER
    • ✂ Remove unused methods in BCELUtil
    • ✂ Remove unused methods and deperecated methods in edu.umd.cs.findbugs.util.Util
    • 🔄 Change to removeIf from Iterator and Iterator.remove
    • 👉 Use Map.computeIfAbsent instead of Map.get and Map.put
    • 👉 Use for-each instead of for-loop and while-loop
    • ⬆️ Bump up SLF4J API to 1.8.0-beta4