Miscellaneous minor patches: javadoc typos, javac warnings, etc.
Martin Desruisseaux
martin.desruisseaux at geomatys.fr
Thu Nov 10 15:38:50 UTC 2011
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
More information about the core-libs-dev
mailing list