Re: issue with automatic iterable detection?

2011-03-25 Thread Andi Vajda
On Mon, 7 Mar 2011, Bill Janssen wrote: Andi Vajda wrote: Probably an array being used as a type parameter ? Like this? public ArrayList state; Or public class foo2 implements Iterator{ Or public int[] next() { Although rigging up your original test.java class to

Re: issue with automatic iterable detection?

2011-03-03 Thread Bill Janssen
Andi Vajda wrote: > Bill, > > Did that solve your problem ? Haven't had a chance to try it yet. Will report back when I do. Bill > > Andi.. > > On Feb 28, 2011, at 20:05, Andi Vajda wrote: > > > > > On Sun, 27 Feb 2011, Bill Janssen wrote: > > > >> Andi Vajda wrote: > >> > >>> It m

Re: issue with automatic iterable detection?

2011-03-03 Thread Andi Vajda
On Thu, 3 Mar 2011, Andi Vajda wrote: Indeed, this is why I put that assertion there :-) It's a bit of guesswork what all the possibilities are there. I'll add support for arrays there. Fix is checked into rev 1076883. Back to you, Bill. Thanks ! Andi.. Andi.. On Thu, 3 Mar 2011, Bill J

Re: issue with automatic iterable detection?

2011-03-07 Thread Andi Vajda
On Mon, 7 Mar 2011, Bill Janssen wrote: Andi Vajda wrote: Where does t_JArray get defined? I can't find it. I'm not sure there is one. If you can provide me with a piece of Java to reproduce this, I can fix it faster. I've narrowed this down to three iterator classes which cause this is