Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
According to the spec [1], method ImageIO.ServiceRegistry.registerServiceProvider(object, class) should return TRUE if if no provider of the same class was previously registered in the same category category.
The current implementation return FALSE.
[1] - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#registerServiceProvider(java.lang.Object, java.lang.Class)