-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b134
-
generic
-
generic
-
Verified
Some of the tests for java.io (including serialization) would benefit from using try-with-resources. This will ensure that files are closed, which will make test runs more reliable. This will also expose TWR to more use cases, which will help prove it during development of Java 7.
- relates to
-
JDK-7021582 Project Coin: convert jar and zip util classes and tests to use try-with-resources
-
- Closed
-