itemisCREATE / statecharts

YAKINDU Statechart Tools (http://www.statecharts.org)
Eclipse Public License 1.0
174 stars 84 forks source link

Generator option InEventQueue in not properly derived #3154

Closed tkutz closed 4 years ago

tkutz commented 4 years ago

For most generators, there are now two options to enable the usage of in event queues: (1): In the feature GeneratorOptions / GeneratorFeatures (depends on code generator) -> this one is deprecated and should have lowest prio (2): In the new feature EventProcessing (part of the core library, i.e. available in all code generators) -> this one should be preferred

Currently, option (2) is available but not yet used in code generators or the execution flow sequencer. Also, if both are specified (with contradicting values) there should be an error or warning given to the user.