soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Automatically mark containers of deleted generated elements as overridden #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Infer contained elements
2. Delete a contained generated element
3. Generate application code

What is the expected output? What do you see instead?
Actual: The deleted generated element is re-generated, so the modellers
effort is lost.

Expected: One of two things should happen:
1. The modeller is asked whether they would like to mark the containing
element as an override of the generated model, setting
overriden=true/isGenerated=false;
2. This happens automatically.

Original issue reported on code.google.com by soundasleep on 2 Oct 2009 at 3:39

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 2 Oct 2009 at 3:43

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 5 Oct 2009 at 10:58

GoogleCodeExporter commented 9 years ago
Implemented in r1746.

Original comment by soundasleep on 19 Mar 2010 at 6:54