mbeckerle commented on code in PR #886:
URL: https://github.com/apache/daffodil/pull/886#discussion_r1043806531


##########
daffodil-runtime2/src/main/scala/org/apache/daffodil/runtime2/Runtime2DataProcessor.scala:
##########
@@ -46,28 +46,19 @@ import org.apache.daffodil.util.Maybe.Nope
 class Runtime2DataProcessor(executableFile: os.Path) extends 
DFDL.DataProcessorBase {
 
   override def withValidationMode(mode: ValidationMode.Type): 
DFDL.DataProcessor = ???
-
   override def withTunable(name: String, value: String): DFDL.DataProcessor = 
???
-
   override def withTunables(tunables: Map[String, String]): DFDL.DataProcessor 
= ???
-
   override def withExternalVariables(extVars: Map[String, String]): 
DFDL.DataProcessor = ???
-
   override def withExternalVariables(extVars: File): DFDL.DataProcessor = ???
-
   override def withExternalVariables(extVars: Seq[Binding]): 
DFDL.DataProcessor = ???
-
   override def withDebugger(dbg:AnyRef): DFDL.DataProcessor = ???
-  
   override def withDebugging(flag: Boolean): DFDL.DataProcessor = ???
 
-  override def validationMode: ValidationMode.Type = ???
-
-  override def getTunables(): DaffodilTunables = ???
-
   override def save(output: DFDL.Output): Unit = ???
 
+  override def tunables: DaffodilTunables = ???

Review Comment:
   Suggest put coverage off/on around these stubs. 



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to