[jboss-jira] [JBoss JIRA] Created: (JBMDR-56) AnnotatedElementMetadataLoader can be improved to handle DeclaredMethodSignature better

jaikiran pai (JIRA) jira-events at lists.jboss.org
Wed Jun 10 07:50:56 EDT 2009


AnnotatedElementMetadataLoader can be improved to handle DeclaredMethodSignature better
---------------------------------------------------------------------------------------

                 Key: JBMDR-56
                 URL: https://jira.jboss.org/jira/browse/JBMDR-56
             Project: JBoss MetaData Repository
          Issue Type: Task
            Reporter: jaikiran pai
            Assignee: jaikiran pai


Currently the AnnotatedElementMetaDataLoader.getComponentMetaDataRetrieval for a DeclaredMethodSignature calls the findMethod which results in first getting all methods of the class and then iterating over them to find the right one. This can be improved to instead call the getDeclaredMethod on the class since the DeclaredMethodSignature has the information about which class declares the method.

Please see the referenced forum thread for details.


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