Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: JiBX 1.1
-
Fix Version/s: JiBX 1.1.2
-
Component/s: None
-
Labels:None
-
Environment:Windows XP, Eclipse 3.1.2 , Java version 1.4.2._03
-
Number of attachments :
Description
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"
Activity
Dennis Sosnoski
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Dennis Sosnoski [ dsosnoski ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | JiBX 1.1.2 [ 13029 ] | |
| Resolution | Fixed [ 1 ] |
Dennis Sosnoski
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Fixed in current CVS code.