Ben Romberg created JASSIST-157:
-----------------------------------
Summary: Add ExprEditor.edit(ParameterAccess)
Key: JASSIST-157
URL:
https://issues.jboss.org/browse/JASSIST-157
Project: Javassist
Issue Type: Feature Request
Affects Versions: 3.16.0-GA
Reporter: Ben Romberg
Assignee: Shigeru Chiba
Provide the ability to detect read-/write-access on method parameters. Should be easy to
do, as those are all a/i/...load/store <n> instructions, where n <= number of
parameters.
Alternatively, allow extension of ExprEditor without copying the whole class (as loopBody
is final).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira