Skip to content

Commit

Permalink
Extend detector FindReturnRef to detect exposition of references an…
Browse files Browse the repository at this point in the history
…d buffers in nested and inner classes

Tihs patch fixes issue spotbugs#2042
  • Loading branch information
Ádám Balogh committed May 18, 2022
1 parent 720af6c commit 48e105e
Show file tree
Hide file tree
Showing 4 changed files with 647 additions and 126 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.
## Unreleased - 2022-??-??
### Fixed
- Fixed False positives for `RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE` on try-with-resources with interface references ([#1931](https://github.com/spotbugs/spotbugs/issues/1931))
- Fixed detector `FindReturnRef` not finding references exposed from nested and inner classes ([#2042](https://github.com/spotbugs/spotbugs/issues/2042))

## 4.7.0 - 2022-04-14
### Changed
Expand Down
Loading

0 comments on commit 48e105e

Please sign in to comment.