False positive of MustBeClosedChecker - super() call
Open
- Dominant language
- Java
- Stars
- 7.2k
- Forks
- 820
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 50
Description
`MustBeClosedChecker` generates many false-positives due to it's limitations, but it should definitely not produce a warning/error on `super()` call in a constructor annotated with `@MustBeClosed`, when the constructor of the superclass is annotated with `@MustBeClosed`.
Contributor guide
Assessment
This issue has not been assessed yet.