[jboss-jira] [JBoss JIRA] (JASSIST-157) Add ExprEditor.edit(ParameterAccess)
Ben Romberg (JIRA)
jira-events at lists.jboss.org
Tue Mar 6 17:18:36 EST 2012
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
More information about the jboss-jira
mailing list