Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.0
-
None
Description
Discovered this issue while working on a schema project.
While the schema parses fine, for some reason multiple SetVariable parsers are getting instantiated for the same variable, which causes a double-set error to occur.
See test_choiceBranchVariables in daffodil-test/src/test/scala/org/apache/daffodil/section07/variables/TestVariables.scala for a test that demonstrates this issue.