You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matt Benson (JIRA)" <ji...@apache.org> on 2008/02/04 17:12:07 UTC

[jira] Created: (MATH-189) FractionFormat should extend NumberFormat

FractionFormat should extend NumberFormat
-----------------------------------------

                 Key: MATH-189
                 URL: https://issues.apache.org/jira/browse/MATH-189
             Project: Commons Math
          Issue Type: Improvement
    Affects Versions: 1.2
            Reporter: Matt Benson
             Fix For: 2.0


Marked as 2.0; whenever this is done it can only be done with JDK5 compatibility without breaking the current API as certain methods that return Number in NumberFormat are defined (independently) in FractionFormat as returning Fraction.  JDK5's ability to narrow return types will sidestep what is currently a barrier.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MATH-189) FractionFormat should extend NumberFormat

Posted by "Phil Steitz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phil Steitz resolved MATH-189.
------------------------------

    Resolution: Fixed

Fixed in r737572

> FractionFormat should extend NumberFormat
> -----------------------------------------
>
>                 Key: MATH-189
>                 URL: https://issues.apache.org/jira/browse/MATH-189
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 1.2
>            Reporter: Matt Benson
>            Assignee: Phil Steitz
>             Fix For: 2.0
>
>
> Marked as 2.0; whenever this is done it can only be done with JDK5 compatibility without breaking the current API as certain methods that return Number in NumberFormat are defined (independently) in FractionFormat as returning Fraction.  JDK5's ability to narrow return types will sidestep what is currently a barrier.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.