-
Enhancement
-
Resolution: Fixed
-
P4
-
1.4.0
-
None
-
beta
-
generic
-
solaris_7
The javax.imageio.metadata.IIOMetadataFormatImpl class is currently
concrete, and implements its canNodeAppear method to always return true.
This is misleading for implementors, since this method will almost always
require a non-trivial implementation.
By making the method (and thus its class) abstract, the need for subclasses
to implement it correctly will be better enforced.
concrete, and implements its canNodeAppear method to always return true.
This is misleading for implementors, since this method will almost always
require a non-trivial implementation.
By making the method (and thus its class) abstract, the need for subclasses
to implement it correctly will be better enforced.