Community
Participate
Working Groups
if (isContainedIn((EObject) o, container)) {
if (delete) {
if (ref.isChangeable())
element.eUnset(ref);
// bugzilla 201896, do not call eUnset on the element here
// eUnset will null the "otherBehavior" reference.
// The modified flag below takes care of the right actions for the element.
// Later, the invocations of a removed behavior will get cleaned up
// in HyadesTPFTestSuiteAdapter.java
//
;//element.eUnset(ref);
} else
collectedEntries.add(o);
modified = true;