itemisCREATE / statecharts

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

Collection of bugs in the SCT C# Generator #2300

Open jthoene opened 6 years ago

jthoene commented 6 years ago

The evaluation of the SCT C# Generator brought the following results:

Minor Bugs: Name convention in C#:

For more see this link: C# Codeconvention - GERMAN

Compile Problems:

Test models from "org.yakindu.sct.test.models" which don't compile at the moment:

Generator Exceptions were thrown for the following test models from "org.yakindu.sct.test.models":

The following bugs are already fixed on the branch "c#_generator_refactoring":

BeckmaR commented 6 years ago

Please open PR's as frequently as possible to simplify the review process :)

rherrmannr commented 6 years ago
- Missing closing bracket for the init function if a history vector is initialized
- Correcting "State.$Nullstate$" to "State.Nullstate"

will be fixed with migration to react methods https://github.com/Yakindu/statecharts/pull/2329