[jboss-jira] [JBoss JIRA] Assigned: (JBMICROCONT-130) Array part of the Javassist reflection implementation is broken
Bruno Georges (JIRA)
jira-events at lists.jboss.org
Fri Jul 20 10:36:47 EDT 2007
[ http://jira.jboss.com/jira/browse/JBMICROCONT-130?page=all ]
Bruno Georges reassigned JBMICROCONT-130:
-----------------------------------------
Assignee: Ales Justin
> 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
> Assigned To: Ales Justin
>
> 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