Bug 438732 - Improve the modification of the generated code
Summary: Improve the modification of the generated code
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Recommenders (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows NT
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-02 10:13 EDT by Olav Lenz CLA
Modified: 2019-07-24 14:37 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olav Lenz CLA 2014-07-02 10:13:22 EDT
Since we don't want to commit the (emf) generated code, we need a possibility to define the modification of the generated code somewhere within the model.

The current approach, using EOperation and Annotation, works fine but have disadvantages:

The annotation define a string which is copied in the method body during the generation. For the definition of the string there is no syntax check or refactoring support which makes this way fragile.