[
https://issues.apache.org/jira/browse/MATH-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phil Steitz resolved MATH-82.
-----------------------------
Resolution: Won't Fix
Nothing we can do about incorrect JDK behavior.
> [math] FractionFormatTest doesn't compile under JDK 1.3
> --------------------------------------------------------
>
> Key: MATH-82
> URL: https://issues.apache.org/jira/browse/MATH-82
> Project: Commons Math
> Issue Type: Bug
> Affects Versions: Nightly Builds
> Environment: Operating System: All
> Platform: All
> Reporter: Niall Pemberton
> Priority: Minor
> Attachments: math_FractionFormatTest_JDK13.patch,
> TEST-org.apache.commons.math.complex.ComplexUtilsTest.txt
>
>
> FractionFormatTest uses NumberFormat.getIntegerInstance() which is a JDK 1.4
> method. Changing this to use getInstance() instead and then using
> setParseIntegerOnly(true) allows it to compile under JDK 1.3 - and the test
> runs and passes.
> Its probably a moot point though since ComplexUtilsTest fails using JDK
> 1.3.1_04 (on both W2K and Windows XP).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]