stevedlawrence commented on a change in pull request #207: Added support for
enumerations and TypeValueCalc
URL: https://github.com/apache/incubator-daffodil/pull/207#discussion_r278233899
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dsom/ElementBase.scala
##########
@@ -965,6 +977,7 @@ trait ElementBase
// This means we cannot check and SDE here on incorrect simple type.
return (zeroBD, unbBD)
}
+ case st: SimpleTypeDefBase if st.optRepTypeElement.isDefined =>
(st.optRepTypeElement.get.minLength, st.optRepTypeElement.get.maxLength)
Review comment:
Line too long. Indent to new line.
----------------------------------------------------------------
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