bsloane1650 commented on a change in pull request #249: Emit SDE when a type
calculator attempts to use an undefined type.
URL: https://github.com/apache/incubator-daffodil/pull/249#discussion_r299226739
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dpath/DFDLExpressionParser.scala
##########
@@ -25,6 +25,8 @@ import scala.util.parsing.input.CharSequenceReader
import scala.util.parsing.combinator.RegexParsers
import java.math.{ BigDecimal => JBigDecimal, BigInteger => JBigInt }
import org.apache.daffodil.oolag.OOLAG._
+import org.apache.daffodil.processors.TypeCalculator
+import org.apache.daffodil.processors.TypeCalculatorCompiler.TypeCalcMap
Review comment:
Fixed.
I took this oppurtunity to just `refactor > organize imports`, so some of
the other lines moved around as well.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services