Spotbugs v3.1.10 Release Notes

Release Date: 2018-12-18 // over 5 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix bug that enhanced xml options not recognized as textui mode
    • ๐ŸŒฒ Dataflow generates too much log (#601)
    • โœ‚ Delete redundant put plugin (#720)

    โž• Added

    • Add new detector IRA_INEFFICIENT_REPLACEALL for detecting usage of String.replaceAll where no regex is being used (#705)

    ๐Ÿ”„ Changed

    • ๐Ÿ”Œ Eclipse plugin is now signed to establish validity (#779)
    • edu.umd.cs.findbugs.util.ClassName#assertIsDotted return type is changed to void
    • edu.umd.cs.findbugs.util.ClassName#assertIsSlashed return type is changed to void

    ๐Ÿ—„ Deprecated

    • edu.umd.cs.findbugs.classfile.ClassDescriptor#toDottedClassName() is depricated and getDottedClassName() can be used instead.