awltech / org.parallelj.studio

ParallelJ-Studio is a part of the ParallelJ project corresponding to the Eclipse plug-ins part. It contains the graphical editor, but also the code generator and the ParallelJ metamodel. More information can be found on our website: http://www.parallelj.org
http://www.parallelj.org
3 stars 2 forks source link

Issue during the code generation with a callable<Object> #59

Closed franck-benault closed 12 years ago

franck-benault commented 12 years ago

I have a simple program with //J which contains one callable process

with a Callable the code generation in the program is ok I have two generated method in the program one annoted with @Begin another with @AndSplit

whereas with a Callable only one method is generated in the program I have only one method generated public void task() with the anotations @Begin @AndSplit

franck-benault commented 12 years ago

I have deleted and regenerated the code. it is ok now.

I have no real explanation