[jboss-jira] [JBoss JIRA] Assigned: (JBREFLECT-1) Array part of the Javassist reflection implementation is broken
Ales Justin (JIRA)
jira-events at lists.jboss.org
Mon Nov 23 17:24:30 EST 2009
[ https://jira.jboss.org/jira/browse/JBREFLECT-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ales Justin reassigned JBREFLECT-1:
-----------------------------------
Assignee: Flavia Rainone (was: Ales Justin)
> Array part of the Javassist reflection implementation is broken
> ---------------------------------------------------------------
>
> Key: JBREFLECT-1
> URL: https://jira.jboss.org/jira/browse/JBREFLECT-1
> Project: JBoss Reflection
> Issue Type: Task
> Components: Javassist
> Reporter: Adrian Brock
> Assignee: Flavia Rainone
>
> Javassist is returning wrong values for interfaces of arrays and modifiers of array classes.
> These errors have been suppressed in org.jboss.test.classinfo.test.JavassistArrayUnitTestCase
> by subclassling the tests to do nothing:
> protected void assertInterfaces(Class<?> clazz, ClassInfo classInfo) throws Throwable
> {
> // TODO this is broken for javassist
> }
> protected void assertModifiers(Class<?> clazz, ClassInfo classInfo) throws Throwable
> {
> // TODO this is broken for javassist
> }
> This needs fixing in javassist
--
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