Primitive parameters must follow references

2010-07-30 Thread Chanwit Kaewkasi
Hi John, Hi all, My implementation has encountered this line: sun.dyn.ToGeneric.init(ToGeneric.java:102) which is: if (true) throw new UnsupportedOperationException(NYI: primitive parameters must follow references; entryType = +entryType); I have a simple constructor like this: public

Re: Primitive parameters must follow references

2010-07-30 Thread Rémi Forax
Le 30/07/2010 15:43, Chanwit Kaewkasi a écrit : Hi John, Hi all, My implementation has encountered this line: sun.dyn.ToGeneric.init(ToGeneric.java:102) which is: if (true) throw new UnsupportedOperationException(NYI: primitive parameters must follow references; entryType = +entryType

Re: Primitive parameters must follow references

2010-07-30 Thread John Rose
On Jul 30, 2010, at 8:37 AM, Rémi Forax wrote: This is a known Not Yet Implemented feature, And as far as I know there is no workaround :( BTW, there is another NIY hole, you can't have more than 10 parameters. I am working on removing these limitations. The present code for FilterGeneric