Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.4.0 #1645

Merged
merged 2 commits into from
Aug 13, 2021
Merged

Release 4.4.0 #1645

merged 2 commits into from
Aug 13, 2021

Conversation

KengoTODA
Copy link
Member

@KengoTODA KengoTODA commented Aug 12, 2021

This is a minor update because it adds one new feature #1581

4.4.0 - 2021-08-12

Fixed

  • Fixed False positives for RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (#600 and #1338)
  • Inconsistent bug description on EQ_COMPARING_CLASS_NAMES (#1523)
  • Add a declaration of charset encoding in generated reports (#1623)
  • Fixed regression in Bug Info view for Eclipse 2021-03+ (#1477)

Added

  • New detector FindBadEndOfStreamCheck for new bug type EOS_BAD_END_OF_STREAM_CHECK. This bug is reported whenever the return value of java.io.FileInputStream.read() or java.io.FileReader.read() is first converted to byte/int and only thereafter checked against -1. (See SEI CERT rule FIO08-J)

URL of RTD documents:
en: https://spotbugs.readthedocs.io/en/release-4.4.0/
ja: https://spotbugs.readthedocs.io/ja/release-4.4.0/

@KengoTODA KengoTODA self-assigned this Aug 12, 2021
@sonarcloud
Copy link

sonarcloud bot commented Aug 12, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@KengoTODA KengoTODA merged commit 5c3bb27 into master Aug 13, 2021
@KengoTODA KengoTODA deleted the release-4.4.0 branch August 13, 2021 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants