Re: [Sablevm-developer] Re: Reflection and interfaces
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2004-05-21 17:46:58
|
I wonder... David B=E9langer wrote: >>- if (isPrimitive() || isArray() || isInterface()) >>+ if (isPrimitive() || isArray()) >=20 > This is the correct fix and will make it in SableVM/staging version. Wouldn't the following be the correct fix? - if (isPrimitive() || isArray() || isInterface()) + if (isPrimitive()) Arrays inherit from java.lang.Object, so they have methods, isn't it? Etienne --=20 Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |