Skip to content

Commit 2c93a45

Browse files
author
Ádám Balogh
committed
Extend detector FindReturnRef to detect exposition of references and buffers in nested and inner classes
Tihs patch fixes issue spotbugs#2042
1 parent 720af6c commit 2c93a45

File tree

4 files changed

+647
-126
lines changed

4 files changed

+647
-126
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.
77
## Unreleased - 2022-??-??
88
### Fixed
99
- 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))
10+
- Fixed detector `FindReturnRef` not finding references exposed from nested and inner classes ([#2042](https://github.com/spotbugs/spotbugs/issues/2042))
1011

1112
## 4.7.0 - 2022-04-14
1213
### Changed

0 commit comments

Comments
 (0)