[weld-issues] [JBoss JIRA] Created: (WELD-216) testNonStaticInnerClassWithGenericTypes() is failing
Shane Bryzak (JIRA)
jira-events at lists.jboss.org
Mon Oct 19 18:02:06 EDT 2009
testNonStaticInnerClassWithGenericTypes() is failing
----------------------------------------------------
Key: WELD-216
URL: https://jira.jboss.org/jira/browse/WELD-216
Project: Weld
Issue Type: Bug
Components: Testing Infrastructure (Mocks and Harness Integration)
Reporter: Shane Bryzak
In the package org.jboss.weld.test.unit.implementation.annotatedItem.ClassAnnotatedItemTest the test is failing:
java.lang.ArrayIndexOutOfBoundsException: 1
at org.jboss.weld.introspector.jlr.WeldConstructorImpl.<init>(WeldConstructorImpl.java:124)
at org.jboss.weld.introspector.jlr.WeldConstructorImpl.of(WeldConstructorImpl.java:81)
at org.jboss.weld.introspector.jlr.WeldClassImpl.<init>(WeldClassImpl.java:298)
at org.jboss.weld.introspector.jlr.WeldClassImpl.of(WeldClassImpl.java:137)
at org.jboss.weld.test.unit.implementation.annotatedItem.ClassAnnotatedItemTest.testNonStaticInnerClassWithGenericTypes(ClassAnnotatedItemTest.java:59)
at org.jboss.testharness.AbstractTest.run(AbstractTest.java:244)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
... Removed 29 stack frames
--
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 weld-issues
mailing list