itemisCREATE / statecharts

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

Compilation errors for composite states without inner states #3134

Closed tkutz closed 4 years ago

tkutz commented 4 years ago

The C code generator generates code with [Wunused-function] and [Wunused-value] issues for the following statechart:

Bildschirmfoto 2020-06-24 um 15 45 46

Bildschirmfoto 2020-06-24 um 15 43 57

Java code generator produces compilation errors:

Bildschirmfoto 2020-06-24 um 15 51 59

tkutz commented 4 years ago

Example Models:

Archiv.zip

terfloth commented 4 years ago

How does this relate to #3086

tkutz commented 4 years ago

It does not relate much to #3086, which is specific to time events on composite states while this one is about the outgoing transition of a composite state.