> Oh you compare wrong. groovyObj.foo() would still work. That's great! `groovyObj.invokeMethod("foo", EMPTY_OBJECT_ARRAY) ` is not better than `InvokerHelper.invokeMethod(groovyObj, "foo", EMPTY_OBJECT_ARRAY) `, so I think it is OK to change :)
Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html