-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.2.2
-
Component/s: client-libs
-
beta
-
generic
-
generic
Name: skT88420 Date: 07/20/99
The constructor for java.awt.image.SampleModel(int dataType,
int w, int h, int numBands) uses height were it should use h
in the error message that is thrown when h <= 0 or w <= 0. As
a result, an incorrect error message is generated.
TEST CASE:
Obvious from code reading
(Review ID: 88144)
======================================================================