[jboss-jira] [JBoss JIRA] Closed: (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 11:51:58 EST 2007
[ http://jira.jboss.com/jira/browse/JBAOP-342?page=all ]
Kabir Khan closed JBAOP-342.
----------------------------
Resolution: Done
> 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