[jboss-jira] [JBoss JIRA] Updated: (JBREFLECT-1) Array part of the Javassist reflection implementation is broken

Flavia Rainone (JIRA) jira-events at lists.jboss.org
Fri Nov 27 06:47:38 EST 2009


     [ https://jira.jboss.org/jira/browse/JBREFLECT-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavia Rainone updated JBREFLECT-1:
-----------------------------------

    Fix Version/s:  JBossReflection.2.2.0-Beta


> 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
>             Fix For:  JBossReflection.2.2.0-Beta
>
>
> 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