[jboss-jira] [JBoss JIRA] Created: (JBAOP-684) Unify Pointcut matchers using ClasInfo

Kabir Khan (JIRA) jira-events at lists.jboss.org
Fri Dec 5 12:42:36 EST 2008


Unify Pointcut matchers using ClasInfo
--------------------------------------

                 Key: JBAOP-684
                 URL: https://jira.jboss.org/jira/browse/JBAOP-684
             Project: JBoss AOP
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
            Reporter: Kabir Khan
             Fix For: 2.0.1.GA


Currently the pointcut matchers duplicate all their code. There are identical methods in each class, one for CtClass (used during weaving) and for java.lang.reflect.Class (used at runtime). This can be unified by using ClassInfo instead and switching between the javassist and java.lang.reflect implementations

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