Andi Vajda <va...@apache.org> wrote:

> >> Probably an array being used as a type parameter ?
> >
> > Like this?
> >
> >     public ArrayList<int[]> state;
> >
> > Or
> >
> >     public class foo2 implements Iterator<int[]>{
> >
> > Or
> >
> >     public int[] next() {
> 
> Although rigging up your original test.java class to use this doesn't
> seem to trigger the bug for me.

These were uses of arrays by the three iterator classes that were giving
me problems.  I'll see what I can gen up.

Bill

Reply via email to