Community
Participate
Working Groups
Current code: return ref.getEOpposite() != null && EMFUtil.isPersistent(ref); should be return ref.getEOpposite() != null && EMFUtil.isPersistent(ref.getEOpposite());
Created attachment 190106 [details] Patch v1
Committed revision 7322.
Code is still not quite right. Patch in a minute.
Created attachment 190516 [details] Patch (incremental)
Committed revision 7426.
Available in R20110608-1407