ftsrg / mondo-collab-framework

MONDO Collaboration Framework (WP4)
Eclipse Public License 1.0
3 stars 1 forks source link

The base index of the policy query engine has no "unrooted" storage for EObjects #61

Closed bergmanngabor closed 8 years ago

bergmanngabor commented 8 years ago

During debugging of #53, I have discovered a problem in the way the gold emf model is indexed in the lens for the purpose of evaluating policy queries. As a standard IncQuery base indexer is used, EObjects not incorporated in the containment tree are not indexed. This may cause unexpected results (specifically, missing denial matches leading to under-restriction) for newly created objects, or objects being deleted during PUTBACK.

bergmanngabor commented 8 years ago

I think as #53 is solved in a way that works around this design defect, we can get away without solving this underlying problem.