java.lang.VerifyError: Attempt to split long or double on the stack
-------------------------------------------------------------------

                 Key: JIBX-126
                 URL: http://jira.codehaus.org/browse/JIBX-126
             Project: JiBX
          Issue Type: Bug
    Affects Versions: JiBX 1.1
         Environment: Windows XP, Eclipse 3.1.2 , Java version 1.4.2._03
            Reporter: Jennifer Gau
            Priority: Minor
         Attachments: jibx_bug.zip

Using <collection> to create a double array does not work.  If in the code the 
"double" is replaced by int or float, an array of is sucessfully produced.  
When I attempt to create a double array, this error appears

java.lang.VerifyError: (class: JiBX_MungeAdapter, method: 
JiBX_MyObject2_unmarshal_1_5 signature: 
([DLorg/jibx/runtime/impl/UnmarshallingContext;)[D) Attempt to split long or 
double on the stack
        at TestClass.JiBX_MyObject2_unmarshal_1_0(TestClass.java)
        at JiBX_MyObject2TestClass_access.unmarshal()
        at org.jibx.runtime.impl.UnmarshallingContext.unmarshalElement(Unknown 
Source)
        at org.jibx.runtime.impl.UnmarshallingContext.unmarshalDocument(Unknown 
Source)
        at TestRun.main(TestRun.java:31)
Exception in thread "main" 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to