-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.4.0
-
sparc
-
solaris_2.5
Name: apR10100 Date: 03/12/2002
ColorSpace spec does not define behaviour for invalid input for
following methods:
ColorSpace(int type, int numcomponents) - can number of components be negative ?
getInstance(int colorspace) - will null be returned or IllegalArgumentException
thrown in case of invalid "colorspace" ?
public String getName(int idx) - will null be returned or IllegalArgumentException
thrown in case of invalid "idx" ?
======================================================================