On Mon, 7 Mar 2011, Bill Janssen wrote:

Andi Vajda <[email protected]> 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.

 Hi Bill,

Has this issue been resolved or is it just falling behind other things ?

Andi..

Reply via email to