Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.1.0, 4.15.1
-
None
Description
There are places where we catch IOException in finally block while closing a closable resource or have to do redundant null check. If we could use try-with-resources to deal with closure of resources, that would not let us worry about catching IOException or NPE while closing the resources and would be a better replacement.
Attachments
Attachments
Issue Links
- links to