Anonymous | Login | Signup for a new account | 12-17-2024 08:45 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001469 | [Resin] | minor | always | 11-21-06 09:21 | 11-27-06 09:48 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | |||||||
Summary | 0001469: Hessian float | ||||||||
Description |
(rep by NIcolas Lalevee) diff -ur hessian-3.0.20-src/com/caucho/hessian/io/JavaDeserializer.java hessian/src/com/caucho/hessian/io/JavaDeserializer.java --- hessian-3.0.20-src/com/caucho/hessian/io/JavaDeserializer.java 2006-06-21 20:41:00.000000000 +0200 +++ hessian/src/com/caucho/hessian/io/JavaDeserializer.java 2006-11-17 16:47:36.000000000 +0100 @@ -340,7 +340,7 @@ else if (long.class.equals(cl)) return new Long(0); else if (float.class.equals(cl)) - return new Double(0); + return new Float(0); else if (double.class.equals(cl)) return new Double(0); else |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed. 24 unique queries executed. |