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

Flavia Rainone (JIRA) jira-events at lists.jboss.org
Sat Jul 21 21:19:47 EDT 2007


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