-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175421 | openjdk7u | Sean Mullan | P4 | Resolved | Fixed | master |
The examples in the class summary for java.security.KeyStore, java.security.cert.X509CRL, and java.security.cert.X509Certificate contain misleading advice concerning closing file descriptors. See the discussion at http://mail.openjdk.java.net/pipermail/security-dev/2011-June/003344.html for more information. The examples should be changed to use the JDK 7 try-with-resources feature.
- backported by
-
JDK-8175421 Null-check-in-finally pattern in java/security documentation
- Resolved