Joe Darcy wrote:
Hi Karl.
Karl Helgason wrote:
Hi Joe,
Gervill CVS has the newest code and Gervill overlays in IcedTea 6 are
then copied from Gervill CVS.
Any fixes that have been done in Gervill overlays in IcedTea 6 has
also been done Gervill CVS.
Gervill in OpenJDK 6 b10 was based on version 0.9 of Gervill as can
be seen in the CHANGES file.
I have fixed the "suabject" typo in the SoftCubicResampler.java in
the Gervill CVS master.
Where did you find raw types in the code, there aren't supposed to be
any.
If you compile the source with "javac Xlint:unchecked" it will list
the 52 or so places with unchecked conversions, mostly from raw uses
of Vector, ArrayList, Map, and doPrivileged.
Correction; the Gervill sources are clean regarding unchecked warnings.
The warnings I see are from other files in the com.sun.media.sound package.
Sorry for the mistake,
-Joe