[Nice-commit] Nice/stdlib/nice/lang/inline ArraySetOp.java,1.5,1.6
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2004-06-27 20:33:14
|
Update of /cvsroot/nice/Nice/stdlib/nice/lang/inline In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv934/F:/nice/stdlib/nice/lang/inline Modified Files: ArraySetOp.java Log Message: Changed compilation of generic arrays sets fixes bug #921206. Index: ArraySetOp.java =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/inline/ArraySetOp.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ArraySetOp.java 8 Oct 2003 16:19:04 -0000 1.5 --- ArraySetOp.java 27 Jun 2004 20:33:06 -0000 1.6 *************** *** 70,74 **** private static Method reflectSet = ! ClassType.make("java.lang.reflect.Array").getDeclaredMethod("set", 3); public Type getReturnType (Expression[] args) --- 70,74 ---- private static Method reflectSet = ! ClassType.make("nice.lang.rawArray").getDeclaredMethod("Array_set", 3); public Type getReturnType (Expression[] args) |