This repository was archived by the owner on Feb 20, 2024. It is now read-only.
empty match models in a DSLTrans transformation make the DSLTrans engine throw a java.lang.IndexOutOfBoundsException #19
Open
Description
- Make a rule in a transformation with an empty match model and run the transformation.
- The DSLTrans engine running in the background should execute the rule by always creating the elements in the apply part of the rule.
- Now a "java.lang.IndexOutOfBoundsException: Index: 0, Size: 0" exception is thrown