mbeckerle commented on a change in pull request #140: TDML Runner and test
changes for Cross Validation with IBM.
URL: https://github.com/apache/incubator-daffodil/pull/140#discussion_r234390316
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/Runtime.scala
##########
@@ -138,8 +134,8 @@ class DataProcessor(val ssrd: SchemaSetRuntimeData)
optDebugger.get
}
- def setDebugger(dbg: Debugger) {
- optDebugger_ = Some(dbg)
+ def setDebugger(dbg: AnyRef) {
Review comment:
Add code comment as to why AnyRef here. It's because we are passing
debuggers that correspond to different implementations. There's no common base
trait or class.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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