stevedlawrence commented on a change in pull request #214: Sequences and
Separators Refactoring and Rewrite
URL: https://github.com/apache/incubator-daffodil/pull/214#discussion_r285191317
##########
File path:
daffodil-propgen/src/main/scala/org/apache/daffodil/propGen/PropertyGenerator.scala
##########
@@ -36,16 +36,16 @@ class PropertyGenerator(arg: Node) {
val dfdlSchema = arg
- val excludedTypes = List("TextNumberBase", "AlignmentType", "FillByteType",
"BinaryBooleanTrueRepType", "BinaryBooleanFalseRepType",
+ val excludedTypes = List("Property", "EmptyElementPolicy", "TextNumberBase",
"AlignmentType", "FillByteType", "BinaryBooleanTrueRepType",
"BinaryBooleanFalseRepType",
Review comment:
What's "Property"? Were we just generating a bunch of unused code before?
----------------------------------------------------------------
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