Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6-rc-1, 1.6-rc-2
-
None
-
None
Description
"".metaClass.hasMetaMethod("trim")
causes:
java.lang.IllegalArgumentException: wrong number of arguments
Apparently MetaMethod#invoke is used where it should be MetaMethod#doMethodInvoke.
http://www.nabble.com/Change-to-varargs-in-1.6.-tt21698048.html