[ http://issues.apache.org/jira/browse/TUSCANY-712?page=comments#action_12433927 ] Paul Golick commented on TUSCANY-712: -------------------------------------
I have verified that this issue is fixed in 442279. Please close this issue. > recently added file TypeConversionTestCase.java is not compatible with JDK 1.4 > ------------------------------------------------------------------------------ > > Key: TUSCANY-712 > URL: http://issues.apache.org/jira/browse/TUSCANY-712 > Project: Tuscany > Issue Type: Bug > Components: Java SDO Implementation > Affects Versions: Java-M2 > Environment: JDK 1.4 > Reporter: Paul Golick > Attachments: TypeConversionTestCase.txt > > > 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
