Skip to content

Interactive Bin Packing, v3.1.5

Latest
Compare
Choose a tag to compare
@cicirello cicirello released this 07 Aug 14:30
· 92 commits to master since this release
77693e9

[3.1.5] - 2023-08-07

Fixed

  • Improvements based on SpotBugs and FindSecBugs scans:
    • LogRecord.toString() changed to use platform-specific line separators.
    • LogRecord.equals(Object): correctly handle null and other types.
    • RecordList.equals(Object): correctly handle null and other types.
    • Bin.contentsToString(): StringBuilder instead of iterated concat.
    • SessionLog.moveCountToString(): StringBuilder instead of iterated concat.
    • SessionLogFormatter: fixed potential resource leak.
    • SessionLog: implemented readObject to properly initialize transient fields during deserialization.
    • Set most classes to package access.

CI/CD

  • Integrated SpotBugs into build process.
  • Integrated FindSecBugs into build process.