]
Shigeru Chiba resolved JASSIST-48.
----------------------------------
Resolution: Rejected
Create a common interface to MethodCall & NewExpr
-------------------------------------------------
Key: JASSIST-48
URL:
https://jira.jboss.org/browse/JASSIST-48
Project: Javassist
Issue Type: Feature Request
Reporter: Guy Korland
Assignee: Shigeru Chiba
MethodCall & NewExpr both have common methods that are not part of the
javassist.expr.Expr interface.
public String getClassName()
public String getSignature()
suggested API:
abstract public class Invoke extends Expr{
abstract public String getClassName();
abstract public String getSignature();
}
public class MethodCall extends Invoke
public class NewExpr extends Invoke
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: