commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: nobody
Subject: [Patch #541] Fix for java.lang.Float/Double
Date: Thu, 10 Oct 2002 09:38:27 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]