]
Ross Allan commented on JASSIST-197:
------------------------------------
Is there any progress on this yet?
Method parameters can not be accessed when using MethodCall.replace
-------------------------------------------------------------------
Key: JASSIST-197
URL:
https://issues.jboss.org/browse/JASSIST-197
Project: Javassist
Issue Type: Feature Request
Affects Versions: 3.17.1-GA
Reporter: Ross Allan
Assignee: Shigeru Chiba
When instrumenting and using MethodCall.replace there does not seem to be any way to
access the parameters of the method which the method call is in, it is only possible to
access the parameters of the method call.