Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-M2
-
None
-
None
-
JDK 1.4
Description
The recently added test cases use the valueOf methods added in Java 1.5 to the Integer, Long, Character, Double, and Float classes. To permit users of Java 1.4 to compile TypeConversionTestCase.java or to run the generated class file, the corresponding constructors can be used instead of the valueOf method that is not available in the 1.4 class library.