This pull request was created automatically as part of our ongoing efforts
at https://diffblue.com to implement refactorings. Feel free to leave feedback
here or contact us directly for any enquiries.
The developer in charge is @krobelus.
Changes:
Replace try statements that close a resource in the finally block with a
try-with-resources statement [1].
This pull request was created automatically as part of our ongoing efforts at https://diffblue.com to implement refactorings. Feel free to leave feedback here or contact us directly for any enquiries.
The developer in charge is @krobelus.
Changes:
[1] https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html