itemisCREATE / statecharts

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

Eclipse 2020-09 + 2.9.3 Community Edition -> broken Java Code generation #3205

Closed Eno77 closed 3 years ago

Eno77 commented 3 years ago

code generated:

protected SCInterfaceImpl ___nterface; //underlines, instead of "sCI" (...) public SCInterface getSCInterface() { return sCInterface; //naming is right here }

vs old: protected SCInterfaceImpl sCInterface; (...) public SCInterface getSCInterface() { return sCInterface; }

Same issue (Underlines instead of letters) appears in the port state enumeration.

andreasmuelder commented 3 years ago

Hi @Eno77 thanks for the report. 2.9.3 is outdated and not supported anymore. Consider upgrading to a newer version!