-
Bug
-
Resolution: Fixed
-
P4
-
1.0.2
-
1.1
-
sparc
-
solaris_2.5.1
-
Not verified
According to the spec,
getColor(String nm, int v) takes and int v in the range [0..0xffffff].
However, if given a value out of range, no exception is thrown.
Note: This bug most likely occurs as a result of bug 1264513 and once it is fixed,
this will not happen.
- relates to
-
JDK-1264513 awt.Color constructors don't throw exceptions on out of range parameters
- Closed