[ https://issues.apache.org/jira/browse/DAFFODIL-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Lawrence updated DAFFODIL-2256: ------------------------------------- Fix Version/s: 2.5.0 > Purge scala.math.{BigInt, BigDecimal} from code > ----------------------------------------------- > > Key: DAFFODIL-2256 > URL: https://issues.apache.org/jira/browse/DAFFODIL-2256 > Project: Daffodil > Issue Type: Improvement > Components: Clean Ups > Affects Versions: 2.5.0 > Reporter: Brandon Sloane > Assignee: Brandon Sloane > Priority: Major > Fix For: 2.5.0 > > > We have switched to using only Java's implementation of BigInteger and > BigDecimal. However, we still have some lingering usages of Scala's version. > We can find such uses by using the dissasembler: > javap -c -l `find . -name *.class | grep scala-2.12` > src.bytecode > Then searching the resulting file for "scala/math/BigInt" and > "scala/math/BigDecimal" > Since all our tests pass, these appear to not cause any functional issue, but > should be cleaned up for purposes of consistency. -- This message was sent by Atlassian Jira (v8.3.4#803005)