Bugs in GNU Classpath

np087@mdx.ac.uk np087@mdx.ac.uk
Fri Oct 20 12:49:00 GMT 2000


Hi,

I've found some bugs in the GNU Classpath version of java.util.ArrayList.
Specifically, clone's copy is *too* shallow (i.e. it uses the same
array), and clear doesn't drop the references as it seems to want to
(because it checks how far to clear *after* resetting the length).

Where should this be reported to? (www.gnu.org is down)
Are the Classpath sources in the Gcj CVS kept up to date?

I can submit a prog to demonstrate this, and maybe a fix too if desired.

--
Nigel.



More information about the Java mailing list