-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta2
-
generic
-
generic
-
Not verified
Name: vpR10011 Date: 06/01/2001
Description of the javax.imageio.stream.ImageInputStreamImpl.finalize()
was copied from class java.lang.Object.
But there is no "throws" part in the signature of
ImageInputStreamImpl.finalize().
Moreover, the description of the ImageInputStreamImpl.finalize()
contains additional section:
"Overrides:
finalize in class Object
Following copied from class: java.lang.Object"
It isn't clear if the javax.imageio.stream.ImageInputStreamImpl
overrides Object.finalize() method as the description says.
Or it inherits the finalize() method from the class Object because
descriptions of these methods are the same.
In my opinion if ImageInputStreamImpl.finalize() overrides
Object.finalize() then specification should describe
the behavior of the overriding method explicitly.
======================================================================
- relates to
-
JDK-4465681 Specification of ServiceRegistry.finalize() method is not clear
-
- Resolved
-