Has any one had issues with executing: method.invo...
# reflect
j
Has any one had issues with executing: method.invoke(this, args) where method is a Method from ::class.java (toString)? I'm getting an illegal argument exception with the wron gnumber of arguments. It explicitly says that if args is null it won't be taken into account and since toString has no methods I think it's counting the null as 1 and giving me the wrong number of arguments