Le 10/11/11 16:24, Joe Darcy a écrit :
The Float and Double changes look fine. I don't know why the constructors were coded up that way;

Maybe because the Float(String) / Double(String) constructors were coded in Java 1.0, while the parseFloat(String) / parseDouble(String) methods were added (at least in public API) only in Java 1.2 and someone forgot to revisit the constructors at that time...

    Martin

Reply via email to