You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return of eInternalContainer is not always consistent with EMF standard implementation.
Fixing it may cause important performance problems (need to be studied).
See this test case for examples (tests have been commented to avoid build failure)
The text was updated successfully, but these errors were encountered:
Fixed in #69 : The stores are updated according to the EMF calls, so that the backends are always synchronized. There is no longer custom processing during set() and add().
The return of eInternalContainer is not always consistent with EMF standard implementation.
Fixing it may cause important performance problems (need to be studied).
See this test case for examples (tests have been commented to avoid build failure)
The text was updated successfully, but these errors were encountered: