You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "J. Lewis Muir (JIRA)" <ji...@apache.org> on 2010/07/28 19:32:22 UTC

[jira] Created: (MATH-398) MathUtilsTest uses Math.nextUp from Java 6

MathUtilsTest uses Math.nextUp from Java 6
------------------------------------------

                 Key: MATH-398
                 URL: https://issues.apache.org/jira/browse/MATH-398
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 2.2
            Reporter: J. Lewis Muir


The class  {{org.apache.commons.math.util.MathUtilsTest}} uses the method {{Math.nextUp(double)}} which is only available in Java 6, not in Java 5.  This makes Commons Math dependent on Java 6 rather than Java 5 which is in conflict with item 5 at the top of [Commons Math Overview|http://commons.apache.org/math/index.html].

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


[jira] Resolved: (MATH-398) MathUtilsTest uses Math.nextUp from Java 6

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

Luc Maisonobe resolved MATH-398.
--------------------------------

    Resolution: Fixed

fixed in subversion repository as of r980154
thanks for reporting this bug

> MathUtilsTest uses Math.nextUp from Java 6
> ------------------------------------------
>
>                 Key: MATH-398
>                 URL: https://issues.apache.org/jira/browse/MATH-398
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.2
>            Reporter: J. Lewis Muir
>
> The class  {{org.apache.commons.math.util.MathUtilsTest}} uses the method {{Math.nextUp(double)}} which is only available in Java 6, not in Java 5.  This makes Commons Math dependent on Java 6 rather than Java 5 which is in conflict with item 5 at the top of [Commons Math Overview|http://commons.apache.org/math/index.html].

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