-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b59
-
generic
-
solaris_8
The generification of java.util.Properties and java.awt.image.ImageConsumer
no longer support passing a Properties as the parameter to
ImageConsumer.setProperties because they have incompatible generic types.
Similarly for any implementation of this interface, such as
java.awt.image.ImageFilter, image.PixelGrabber, image.ImageRepresentation.
Similarly for java.awt.image.MemoryImageSource's constructor.
no longer support passing a Properties as the parameter to
ImageConsumer.setProperties because they have incompatible generic types.
Similarly for any implementation of this interface, such as
java.awt.image.ImageFilter, image.PixelGrabber, image.ImageRepresentation.
Similarly for java.awt.image.MemoryImageSource's constructor.
- relates to
-
JDK-5064052 unnecessary bridge methods interfere with some generics retrofitting
- Resolved