JCC handling templated types yet?

2010-04-03 Thread Bill Janssen
Does JCC support templated types yet? In particular, I'd like to be able to say, --sequence List 'size:()I' 'get:(I)Lcom/parc.goodstuff.Stuff;' Bill

Re: JCC handling templated types yet?

2010-04-03 Thread Andi Vajda
On Apr 3, 2010, at 11:38, Bill Janssen wrote: Does JCC support templated types yet? Yes, Lucene Java moved to Java 5 and makes extensive use of generics in the 3.x release series. I added support for that in JCC 2.5. In particular, I'd like to be able to say, --sequence List

Re: JCC handling templated types yet?

2010-04-03 Thread Andi Vajda
On Sat, 3 Apr 2010, Andi Vajda wrote: On Apr 3, 2010, at 11:38, Bill Janssen wrote: Does JCC support templated types yet? Yes, Lucene Java moved to Java 5 and makes extensive use of generics in the 3.x release series. I added support for that in JCC 2.5. In particular, I'd like to be a

Re: JCC handling templated types yet?

2010-04-03 Thread Bill Janssen
Andi Vajda wrote: > On Apr 3, 2010, at 11:38, Bill Janssen wrote: > > > Does JCC support templated types yet? > > Yes, Lucene Java moved to Java 5 and makes extensive use of generics > in the 3.x release series. > I added support for that in JCC 2.5. > > > In particular, I'd like to be able t

Re: JCC handling templated types yet?

2010-04-03 Thread Andi Vajda
On Sat, 3 Apr 2010, Bill Janssen wrote: Andi Vajda wrote: On Apr 3, 2010, at 11:38, Bill Janssen wrote: Does JCC support templated types yet? Yes, Lucene Java moved to Java 5 and makes extensive use of generics in the 3.x release series. I added support for that in JCC 2.5. In particu

Re: JCC handling templated types yet?

2010-04-03 Thread Andi Vajda
On Sat, 3 Apr 2010, Andi Vajda wrote: Yes, you could, were it not for the bug that, currently, --sequence code does not heed parameterization. I'm fixing this next. So, assuming this bug were fixed, using: --sequence java.util.AbstractList 'size:()I' 'get:(I)Ljava/lang/Object;' Note: you