Skip to content

Releases: spotbugs/sonar-findbugs

sonar-findbugs v4.0.4

25 Aug 23:30
Compare
Choose a tag to compare

This release uses SpotBugs 4.4.0, sb-contrib 7.4.7, and findsecbugs 1.11.0.

Fixed

  • Replaced references to API removed in Sonar 9 (#369)
  • Removed duplicated repository keys (#352)
  • Missing FSB rules (#382)

Changed

  • Bump up SpotBugs to 4.4.0 (#379)

Security

  • Bump xstream from 1.4.15 to 1.4.17 (#364)
  • Bump xstream from 1.4.17 to 1.4.18 (#383)

sonar-findbugs v4.0.3

01 Jan 23:30
Compare
Choose a tag to compare

Use SpotBugs 4.2.0, sb-contrib 7.4.7, and findsecbugs 1.11.0.

Security Fix:

  • Bump xstream from 1.4.14 to 1.4.15 (#343)

sonar-findbugs v4.0.2

30 Nov 10:11
Compare
Choose a tag to compare

Bug Fix:

  • Fix html descriptions (#332)

Implemented enhancements:

  • Bump up SpotBugs to 4.2.0
  • Bump up findsecbugs to 1.11.0
  • Bump up xstream to 1.4.14

4.0.1

22 Sep 07:31
Compare
Choose a tag to compare

Full Changelog

Release Note

Bug Fix:

Implemented enhancements:

  • Bump up SpotBugs to 4.1.2

4.0.0

28 Feb 14:27
Compare
Choose a tag to compare

Full Changelog

Release Note

Implemented enhancements:

  • Bump up SpotBugs to 4.0.0
  • Bump up sb-contrib to 7.4.7
  • Bump up findsecbugs to 1.10.1

3.11.1

23 Sep 06:59
Compare
Choose a tag to compare

Full Changelog

Release Note

Security:

Fixes:

  • Solve the warning from SonarQube 7.9 #279

3.9.4

19 May 14:18
Compare
Choose a tag to compare

Full Changelog

Release Note

Implemented enhancements:

  • Bump up find-sec-bugs to 1.9.0
  • Bump up spotbugs to 3.1.12

Fixes:

  • Incompatibility with sonar-java 5.12 #268

3.11.0

01 May 01:03
Compare
Choose a tag to compare

Full Changelog

Release Note

Implemented enhancements:

  • Bump up find-sec-bugs to 1.9.0
  • Bump up spotbugs to 3.1.12

Fixes:

  • Incompatibility with sonar-java 5.12 #263
  • Fails when analyzing Java 11 source code with nested class #248

3.9.3

20 Mar 08:59
Compare
Choose a tag to compare

3.9.3 (2019-03-20)

Full Changelog

This version works with SonarQube from version 6.7.1 (LTS) to 7.5.
This version does NOT work with SonarQube 7.6 and later. See #241 for detail.

Fixed

  • Findbugs plugin 3.9.2 fails when analysing Java 11 source code with nested class (#248)

3.9.2

05 Feb 13:23
Compare
Choose a tag to compare

3.9.2 (2019-02-05)

Full Changelog

This version works with SonarQube from version 6.7.1 (LTS) to 7.5.
This version does NOT work with SonarQube 7.6 and later. See #241 for detail.

Changed

  • Use SpotBugs 3.1.11

Fixed

  • Support SonarQube 7.4 (#227)