You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Michael Beckerle (JIRA)" <ji...@apache.org> on 2019/07/26 18:26:00 UTC

[jira] [Created] (DAFFODIL-2188) inputTypeCalc sometimes fails due to BigInt vs. JBigInt

Michael Beckerle created DAFFODIL-2188:
------------------------------------------

             Summary: inputTypeCalc sometimes fails due to BigInt vs. JBigInt
                 Key: DAFFODIL-2188
                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2188
             Project: Daffodil
          Issue Type: Bug
          Components: Back End, Front End
    Affects Versions: 2.4.0
            Reporter: Michael Beckerle
             Fix For: 2.5.0


In working with DFDL schemas that use the inputTypeCalc function, it is sometimes passed a java.math.BigInteger (aka JBigInt by our conventions), when what is stored in the hash-table it uses are scala.math.BigInt objects.

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)