bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22793] incorrect parameter type in constructor java.awt.i


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22793] incorrect parameter type in constructor java.awt.image.IndexColorModel
Date: 16 Oct 2005 01:27:14 -0000

Constructor java.awt.image.IndexColorModel(int bits, int size, int[] cmap, int
start, boolean hasalpha, int trans, int transferType) has type int[] for cmap
in spec but type byte[] for cmap in Classpath.

This is can also be seen in the japitools results.

Attached patch describes more clearly.


------- Comment #1 from from-classpath at savannah dot gnu dot org  2004-11-17 
20:16 -------
Patch applied to gcj GUI branch and merged with Classpath.

Can someone please close this bug?


------- Comment #2 from from-classpath at savannah dot gnu dot org  2004-11-17 
20:34 -------
Fixed in CVS. Thanks for your contribution.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22793





reply via email to

[Prev in Thread] Current Thread [Next in Thread]