You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mark Williamson (JIRA)" <ji...@apache.org> on 2018/03/30 20:12:00 UTC

[jira] [Created] (MATH-1454) Current github HEAD fails to compile

Mark Williamson created MATH-1454:
-------------------------------------

             Summary: Current github HEAD fails to compile
                 Key: MATH-1454
                 URL: https://issues.apache.org/jira/browse/MATH-1454
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 4.0
            Reporter: Mark Williamson


Current HEAD (c5512b) fails to compile:

 
{code:java}
// [ERROR] /home/mjw/workspace/commons-math/src/main/java/org/apache/commons/math4/complex/ComplexUtils.java:[140,23] method ofCartesian in class org.apache.commons.numbers.complex.Complex cannot be applied to given types;
  required: double,double
  found: double
  reason: actual and formal argument lists differ in length
[ERROR] /home/mjw/workspace/commons-math/src/main/java/org/apache/commons/math4/complex/ComplexUtils.java:[154,23] method ofCartesian in class org.apache.commons.numbers.complex.Complex cannot be applied to given types;
  required: double,double
  found: float
  reason: actual and formal argument lists differ in length
[ERROR] /home/mjw/workspace/commons-math/src/main/java/org/apache/commons/math4/complex/ComplexUtils.java:[439,31] method ofCartesian in class org.apache.commons.numbers.complex.Complex cannot be applied to given types;
  required: double,double
  found: double
  reason: actual and formal argument lists differ in length
[ERROR] /home/mjw/workspace/commons-math/src/main/java/org/apache/commons/math4/complex/ComplexUtils.java:[457,31] method ofCartesian in class org.apache.commons.numbers.complex.Complex cannot be applied to given types;
  required: double,double
  found: float
  reason: actual and formal argument lists differ in length
{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)