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

The generated exit methods use (Callable, object) as parameters instead of the real name and type of the linked Callable implementation #4

Closed aneveux closed 12 years ago

aneveux commented 13 years ago

There's a bug in the code generator: The generated exit methods always use general (Callable, object) parameters, whereas they should use the real linked Callable implementation.

Ex: (MyCallable, String)

Kindly proceed with this fixing.