[jboss-jira] [JBoss JIRA] Created: (JBMICROCONT-130) Array part of the Javassist reflection implementation is broken

Adrian Brock (JIRA) jira-events at jboss.com
Wed Dec 6 09:53:55 EST 2006


Array part of the Javassist reflection implementation is broken
---------------------------------------------------------------

                 Key: JBMICROCONT-130
                 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-130
             Project: JBoss MicroContainer
          Issue Type: Task
          Components: BeanInfo
    Affects Versions: JBossMC_2_0_0 Beta
            Reporter: Adrian Brock


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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list