[ 
https://issues.apache.org/jira/browse/NUMBERS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16858982#comment-16858982
 ] 

Heinrich Bohne commented on NUMBERS-114:
----------------------------------------

This is very curious, because Maven does not complain about this when trying to 
run the tests. Apparently, it both automatically converts the passed {{long}} 
parameters to {{BigInteger}}, and it also does not care about the fact that the 
constructor {{BigFraction(BigInteger, BigInteger)}} is declared {{private}} and 
should therefore be out of scope. Can anyone shed light on the reason for this 
behavior? Is this a bug in Maven?

> Class LinearCombinationTest in arrays module does not compile
> -------------------------------------------------------------
>
>                 Key: NUMBERS-114
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-114
>             Project: Commons Numbers
>          Issue Type: Bug
>            Reporter: Heinrich Bohne
>            Priority: Major
>
> The recent merge of the fraction-dev branch into the master branch broke the 
> class {{LinearCombinationTest}} in the arrays module. This class accesses a 
> constructor {{BigFraction(long, long)}}, which was available before the merge 
> but is no longer so.



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

Reply via email to