Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.0 Product Version
  Product Build
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
Steps To Reproduce
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
11-21-06 09:21 ferg New Issue
11-27-06 09:48 ferg Assigned To  => ferg
11-27-06 09:48 ferg Status new => closed
11-27-06 09:48 ferg Resolution open => fixed
11-27-06 09:48 ferg Fixed in Version  => 3.1.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker