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

Invalid Code generation for ForEach #52

Closed christophe-w closed 12 years ago

christophe-w commented 12 years ago

When generating code, the entry method for a Foreach task get the type of the data collection as a parameter. As generics are not supported at this time, it should be "Object".

christophe-w commented 12 years ago

Corrected for the next release.

christophe-w commented 12 years ago

To affect in a release