stevedlawrence commented on a change in pull request #129: Cross Testing
Capability with IBM DFDL
URL: https://github.com/apache/incubator-daffodil/pull/129#discussion_r229031730
##########
File path:
daffodil-tdml/src/main/scala/org/apache/daffodil/tdml/TDMLRunner.scala
##########
@@ -89,44 +81,54 @@ import
org.apache.daffodil.processors.charset.BitsCharsetNonByteSize
import org.apache.daffodil.processors.charset.BitsCharsetNonByteSizeEncoder
import org.apache.daffodil.io.FormatInfo
import org.apache.daffodil.io.InputSourceDataInputStream
-import java.nio.charset.{ Charset => JavaCharset }
+import java.nio.charset.{Charset => JavaCharset}
import java.io.OutputStream
+import org.apache.daffodil.tdml.processor.{
+ TDMLParseResult,
+ DaffodilTDMLDFDLProcessor,
+ TDMLDFDLProcessor,
+ TDMLResult,
+ TDMLUnparseResult,
+ TDML,
+ TDMLDFDLProcessorFactory
+}
+
Review comment:
This is uncommon syntax in Daffodil. Split onto multiple lines?
----------------------------------------------------------------
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