logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[Patch #541] Fix for java.lang.Float/Double: msg#00019

Subject: [Patch #541] Fix for java.lang.Float/Double
Patch #541 has been updated. 

Project: 
Category: None
Status: Closed
Summary: Fix for java.lang.Float/Double

Follow-Ups:

Date: 2002-Sep-28 09:01
By: crawley

Comment:
This patch fixes the handling of null arguments to the
following to be consistent with JDK 1.3 / 1.4:

  Double(String), 
  Double.valueOf(String), 
  Double.parseDouble(String)
  Float(String), 
  Float.valueOf(String), 
  Float.parseFloat(String)

In all cases, the patched method throws NullPointerException
when the String argument is null.


-------------------------------------------------------

Date: 2002-Oct-10 15:38
By: mark

Comment:
Thanks, applied. With this patch and your recent work on Kissme all Double 
tests in Mauve pass. Yeah!
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.gnu.org/patch/?func=detailpatch&patch_id=541&group_id=85


<Prev in Thread] Current Thread [Next in Thread>