Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.12
-
None
-
None
Description
Bullet-proof code using try-with-resources statements. Some code fragments already use try-finally blocks, so for these, the code looks cleaners. For other code fragments that do not use try-finally blocks, this is an improvement.