[jboss-jira] [JBoss JIRA] Closed: (JBAOP-445) InfoField not found on static method calls made by subclasses

Flavia Rainone (JIRA) jira-events at lists.jboss.org
Mon Jul 23 15:42:47 EDT 2007


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

Flavia Rainone closed JBAOP-445.
--------------------------------

    Resolution: Done

A last fix added to JBAOP-441, solved this bug.

> InfoField not found on static method calls made by subclasses
> -------------------------------------------------------------
>
>                 Key: JBAOP-445
>                 URL: http://jira.jboss.com/jira/browse/JBAOP-445
>             Project: JBoss AOP
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.0.0.alpha5
>            Reporter: Flavia Rainone
>         Assigned To: Flavia Rainone
>             Fix For: 2.0.0.beta
>
>
> Scenario:
> SuperPOJO
> {
>    public static void method() {}
> }
> SubPOJO  extends SuperPOJO {}
> --------------------
> The problem happens when the following call is made:
> SubPOJO.method();
> _________
> When this scenario happens, the advised field is searched at SubPOJO class advisor, instead of the SuperPOJO one. Hence, an error occurs.

-- 
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