[
https://jira.jboss.org/jira/browse/JBMDR-56?page=com.atlassian.jira.plugi...
]
jaikiran pai resolved JBMDR-56.
-------------------------------
Fix Version/s: JBossMDR-2.2.0.Beta1
Resolution: Done
Done in both Branch_2_0 and trunk
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
Fix For: JBossMDR-2.2.0.Beta1
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