TelluIoT / ThingML

The ThingML modelling language
https://github.com/TelluIoT/ThingML
Apache License 2.0
102 stars 33 forks source link

Bad migration of a derived property #117

Closed brice-morin closed 8 years ago

brice-morin commented 8 years ago
[Error] java.lang.ClassCastException: org.sintef.thingml.impl.SessionImpl cannot be cast to org.sintef.thingml.ParallelRegion
[Error]         at org.sintef.thingml.helpers.ParallelRegionHelper.allContainedSessions(ParallelRegionHelper.java:41)
[Error]         at org.thingml.compilers.java.JavaThingImplCompiler.generateImplementation(JavaThingImplCompiler.java:585)
[Error]         at org.thingml.compilers.java.JavaCompiler.do_call_compiler(JavaCompiler.java:107)
[Error]         at org.thingml.compilers.utils.OpaqueThingMLCompiler.compile(OpaqueThingMLCompiler.java:65)
[Error]         at org.thingml.compilers.commandline.Main.main(Main.java:200)
brice-morin commented 8 years ago

I guess someone else than @ffleurey fixed this, isn't it @Lyadis ?

nharrand commented 8 years ago

If I am guilty of this fix, it is non intentional...