Spotbugs v3.1.0-RC4 Release Notes

Release Date: 2017-07-21 // almost 7 years ago
  • ➕ Added

    • ⚡️ The Eclipse SpotBugs plugin is eligible as an update for FindBugs 3.0.2 and earlier (#209)
    • <EarlierSubtypes> and <LaterSubtypes> can now refer to supertypes from custom plug-ins (#215)

    ✂ Removed

    • ✅ The AbstractIntegrationTest.containsExactly and SpotBugsRule.containsExactly methods have been replaced by CountMatcher.containsExactly (#269)

    🔄 Changed

    • jdepend:jdepend:2.9.1 is no longer a compile-scoped dependency but only test-scoped. (#242)
    • ICodeBase, IClassPath, and URLClassPath now implement AutoCloseable (#258)

    🗄 Deprecated

    • 🗄 In future versions of SpotBugs, classes currently implementing the deprecated org.apache.bcel.Constants interface may no longer do so. Subclasses should either implement this interface themselves or, preferably, use the constants defined in the (non-deprecated) org.apache.bcel.Const class instead. (#262)