Java: Investigate impact of removing SafeAutoCloseable class
Open
- Dominant language
- C#
- Stars
- 83
- Forks
- 50
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 7
Description
The `SafeAutoCloseable` class was in place as a work-around for avoiding some checked exception handling. If this is still desired, we can potentially just move up the removal of the throws class in the `close` method in the impacted classes that are using `SafeAutoCloseable`.
Contributor guide
Assessment
This issue has not been assessed yet.