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
This may be related to the ResourceImpl#getUnloadingContents() method that creates a full copy of the resource's content, to define the proxy and clear the adapters for each object (if supported) with theResourceImpl#unloaded(InternalEObject) method.
PersistentEObjects are created on demand, so the call to ResourceImpl#getUnloadingContents() when unloading is not relevant. This method now returns a Collections.emptyList() as specified in the method description.
Method
Resource::unload()
seems to call theindexOf()
method for persistent referenced, generating an important overload.The text was updated successfully, but these errors were encountered: