-
Bug
-
Resolution: Fixed
-
P2
-
1.1
-
1.1fcs
-
x86, sparc
-
solaris_2.5, windows_95
-
Not verified
Name: mgC56079 Date: 01/23/97
============== Here is the test ==========
import java.math.BigDecimal;
public class Ctor {
public static void main (String[] args) {
BigDecimal d=new BigDecimal("-0.12345");
System.out.println("d="+d);
}
}
============= Here is the output of the test =============
% java Ctor
d=0.12345
===========================================================
======================================================================
- duplicates
-
JDK-4037131 new BigDecimal(String) looses the "-" sign in some signed strings
-
- Closed
-