[jboss-jira] [JBoss JIRA] Created: (JBREFLECT-121) JavassistTypeInfo uses wrong keys for array parameters
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Thu Apr 29 10:01:05 EDT 2010
JavassistTypeInfo uses wrong keys for array parameters
------------------------------------------------------
Key: JBREFLECT-121
URL: https://jira.jboss.org/jira/browse/JBREFLECT-121
Project: JBoss Reflection
Issue Type: Bug
Affects Versions: JBossReflection.2.2.0-Alpha4
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: JBossReflection.2.2.0-Alpha5
If JavassistTypeInfo.getDeclaredMethods() or getDeclaredConstructors() has been called the methods are cached under a SignatureKey.
When calling getDeclaredMethod() or getDeclaredConstructor() later the SignatureKey is different, meaning the method/constructor cannot be found.
--
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