soundasleep / iaml

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

Overridden flag is ignored for inferring generated elements #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Mark an element as overridden
2. Generate the completed model

What is the expected output? What do you see instead?
Expected: No elements are created within the overridden element
Actual: The overridden flag is ignored

This is critical to the usability of working with the completed model.

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
This has been resolved in r1749.

The 'handler.veto(obj)' call is now required in inference rules, and is the 
opposite
of setGeneratedBy(..., obj).

Original comment by soundasleep on 22 Mar 2010 at 3:43