[jboss-jira] [JBoss JIRA] Updated: (JBAOP-342) JavassistMethodHashing.getMethodMap() for an interface does not pick up methods from super interface

Kabir Khan (JIRA) jira-events at jboss.com
Tue Jan 16 10:58:53 EST 2007


     [ http://jira.jboss.com/jira/browse/JBAOP-342?page=all ]

Kabir Khan updated JBAOP-342:
-----------------------------

        Summary: JavassistMethodHashing.getMethodMap() for an interface does not pick up methods from super interface  (was: JavassistMethodHashing.getMethodMap() for an interface extending another interface is empty)
    Description: 
interface Super{
   void method()
}

interface Sub extends Super{

}

if done for Sub, it does not pick up the methods from the super interface

  was:interface Super{


> JavassistMethodHashing.getMethodMap() for an interface does not pick up methods from super interface
> ----------------------------------------------------------------------------------------------------
>
>                 Key: JBAOP-342
>                 URL: http://jira.jboss.com/jira/browse/JBAOP-342
>             Project: JBoss AOP
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.0.0.alpha2, 1.5.2.GA
>            Reporter: Kabir Khan
>         Assigned To: Kabir Khan
>             Fix For: 1.5.3.GA, 2.0.0.alpha3
>
>
> interface Super{
>    void method()
> }
> interface Sub extends Super{
> }
> if done for Sub, it does not pick up the methods from the super interface

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list