[
https://issues.apache.org/jira/browse/NUMBERS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859026#comment-16859026
]
Heinrich Bohne commented on NUMBERS-114:
----------------------------------------
Thank you. BTW, I think I figured out why Maven was able to build the module. I
ran {{mvn clean test}} from {{commons-numbers-arrays}} while the build of
{{commons-numbers-fraction}} was still stuck at an older revision before the
merge of fraction-dev, so the obsolete constructors invoked from the test class
in {{commons-numbers-arrays}} were still present in the .class files of the
{{commons-numbers-fraction}} build, even if they did not exist anymore in the
source files.
> 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)