Skip to content

Releases: JetBrains/spotbugs-intellij-plugin

v1.2.7

24 Dec 08:57
Compare
Choose a tag to compare
  • Fix compatibility with IntelliJ IDEA 2023.3
  • SpotBugs dependency updated from 4.4.2 to 4.7.3
  • Updated Find Security Bugs plugin to 1.12.0
  • Updated FB-Contrib plugin to 7.6.0
  • Removed built-in error reporting to GitHub
  • Maintenance changes to modernize IntelliJ API usage
  • Minimal supported IntelliJ IDEA version is set to 2022.2

v1.2.5

26 Oct 10:30
Compare
Choose a tag to compare
  • SpotBugs dependency updated from 4.1.3 to 4.4.2
  • Updated Find Security Bugs plugin to 1.11.0
  • Added basic support for Kotlin
  • Fixes issue #54: Possible java.lang.Throwable
  • Improved exception handling when exporting bug collection or settings

v1.2.4

30 Sep 05:03
Compare
Choose a tag to compare
  • SpotBugs dependency updated from 4.0.6 to 4.1.3 (fixed critical issues #50 and #51)
  • Migrated all components to services and resolved some memory leaks, so the plugin can be installed without
    restarting the IDE (since the IntelliJ IDEA 2020.2 version) and the plugin can be unloaded or updated,
    unless the analysis has been started
  • Improved error highlighting
  • Set up continuous integration to build the code in the repository, run the tests and create code coverage reports
  • Written a few integration tests

v1.2.3

09 Jul 10:43
Compare
Choose a tag to compare
  • Fixes issue #35: Possible ArrayIndexOutOfBoundsException
  • Removed the "Bug Details" tab
  • Improved bug reporting

v1.2.2

25 Jun 11:15
Compare
Choose a tag to compare

Updated SpotBugs dependency to 4.0.6 (fixes issue #33).

v1.2.1

24 Jun 08:15
Compare
Choose a tag to compare
  • Fixed HTML report export
  • Improved error highlighting
  • Cosmetic changes

v1.2.0

04 Jun 06:26
Compare
Choose a tag to compare
  • Fixes issue #13: SpotBugs plugin cannot start on Java 8 boot JDK
  • Cosmetic changes

v1.1.1

16 May 08:33
Compare
Choose a tag to compare
  • Updated SpotBugs to version 4.0.3 to avoid installing SecurityManager during analysis.
    Fixes issue #10: After running the plugin I can't compile or run anything in IDEA.
  • Cosmetic changes

v1.1.0

07 Apr 08:04
Compare
Choose a tag to compare
  • Updated bundled third-party SpotBugs plugins: FB-Contrib (7.4.7) and Find Security Bugs (1.10.1)
  • Fixed Help action
  • Cosmetic changes

v1.0.0

06 Apr 05:51
Compare
Choose a tag to compare
  • Initial release; based on scanban@1bab9a9
  • Plugin compatibility: IDEA 2019.3