On Wednesday 24 April 2002 03:13 pm, Vinay Chandran wrote: > Moreover this class array is being populated by > applending ".class" at the end of the Class name > of the argument. > > This would NOT work for ARRAY parameters. > mClassSource.println( " argClasses[" + i + "] = " + > clazz.getName() + ".class;" );
I fixed that earlier today (just committed patch after testing a bit) as I hit it. I know nothing of the design plans behind the change though. -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
