-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b132
-
generic
-
generic
-
Verified
The files:
src/share/classes/javax/sql/rowset/serial/SerialClob.java
src/share/classes/javax/sql/rowset/spi/SyncFactory.java
have several opportunities to use the new Java 7 try-with-resources feature. Using this feature will help ensure that resources are closed properly, especially in case exceptions are thrown. A couple related cleanups in these files are also necessary.
src/share/classes/javax/sql/rowset/serial/SerialClob.java
src/share/classes/javax/sql/rowset/spi/SyncFactory.java
have several opportunities to use the new Java 7 try-with-resources feature. Using this feature will help ensure that resources are closed properly, especially in case exceptions are thrown. A couple related cleanups in these files are also necessary.
- relates to
-
JDK-7021209 Project Coin: convert JDK core library code to use try-with-resources
-
- Closed
-