Spotbugs v3.1.10 Release Notes
Release Date: 2018-12-18 // over 6 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.