-
Bug
-
Resolution: Unresolved
-
P4
-
21, 24
ImageReader.dispose() and ImageWriter.dispose() both have a doc comment as follows
/**
* Allows any resources held by this object to be released. The
* result of calling any other method (other than
* {@code finalize}) subsequent to a call to this method
* is undefined.
Neither of these classes has ever had a finalize() method, so this comment seems unnecessary and confusing.
Remove it.
/**
* Allows any resources held by this object to be released. The
* result of calling any other method (other than
* {@code finalize}) subsequent to a call to this method
* is undefined.
Neither of these classes has ever had a finalize() method, so this comment seems unnecessary and confusing.
Remove it.
- csr for
-
JDK-8365410 Remove unnecessary mention of finalize in ImageIO reader/writer docs
-
- Draft
-
- links to
-
Review(master) openjdk/jdk/26753