[jboss-jira] [JBoss JIRA] Created: (JBMDR-72) AnnotatedElementMetaDataLoader doesn't work on bridge methods from parent classes

James Livingston (JIRA) jira-events at lists.jboss.org
Wed Dec 15 08:58:18 EST 2010


AnnotatedElementMetaDataLoader doesn't work on bridge methods from parent classes
---------------------------------------------------------------------------------

                 Key: JBMDR-72
                 URL: https://issues.jboss.org/browse/JBMDR-72
             Project: JBoss MetaData Repository
          Issue Type: Bug
          Components: Annotations
    Affects Versions: JBossMDR-2.2.0.Alpha3, JBossMDR-2.0.2.GA
            Reporter: James Livingston
         Attachments: jbmdr-testcase-72.diff

JBMDR-69 fixed a bug where it wouldn't detect annotations where there was a bridge method created by implementing a type parameterised interface. The fix for that bug does not work if the method is defined in a parent class rather than the class itself, due to getDeclaredMethods() only returning those declared in the class.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list