[jboss-jira] [JBoss JIRA] Commented: (JBAOP-782) _setInstanceAdvisor() method is not marked as synthetic
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Fri Mar 26 08:12:38 EDT 2010
[ https://jira.jboss.org/jira/browse/JBAOP-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12522250#action_12522250 ]
Kabir Khan commented on JBAOP-782:
----------------------------------
This is due to a bug in GeneratedAdvisorInstrumentor when checking if the method exists.
CtClass.getMethods() returns all methods whether they come from an interface or not, so an extra check is needed to see if it is being fetched in from the interface
> _setInstanceAdvisor() method is not marked as synthetic
> -------------------------------------------------------
>
> Key: JBAOP-782
> URL: https://jira.jboss.org/jira/browse/JBAOP-782
> Project: JBoss AOP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.1.9.Alpha1
> Reporter: Kabir Khan
> Assignee: Kabir Khan
> Fix For: 2.2.0.GA
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list