[jboss-jira] [JBoss JIRA] Resolved: (JASSIST-48) Create a common interface to MethodCall & NewExpr

Shigeru Chiba (JIRA) jira-events at lists.jboss.org
Sun Sep 12 09:46:20 EDT 2010


     [ https://jira.jboss.org/browse/JASSIST-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list