You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Luc Maisonobe (JIRA)" <ji...@apache.org> on 2014/10/07 11:20:34 UTC

[jira] [Created] (MATH-1156) mvn tests fail if JDK 8 is used

Luc Maisonobe created MATH-1156:
-----------------------------------

             Summary: mvn tests fail if JDK 8 is used
                 Key: MATH-1156
                 URL: https://issues.apache.org/jira/browse/MATH-1156
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 3.3
         Environment: Linux Debian Jessie, openJDK 8
            Reporter: Luc Maisonobe
            Assignee: Luc Maisonobe
            Priority: Minor
             Fix For: 3.4


Despite the fact the pom.xml specifies Java version to be 1.5, some tests for FastMath use reflection to verify that FastMath implements all methods found in StrictMath. As the class available in a Java 8 environment has newer methods, and these methods are not available in FastMath, the test fail and maven refuses to build the artifacts.

The missing methods should be added, just as the new methods were added when Java 6 was relesed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)