[jboss-jira] [JBoss JIRA] Updated: (JBMDR-56) AnnotatedElementMetadataLoader can be improved to handle DeclaredMethodSignature better
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Wed Jun 10 07:50:57 EDT 2009
[ https://jira.jboss.org/jira/browse/JBMDR-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai updated JBMDR-56:
------------------------------
Component/s: Loader
Affects Version/s: JBossMDR-2.0.1.GA
> 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
> Components: Loader
> Affects Versions: JBossMDR-2.0.1.GA
> 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