Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-08-08 07:17:19 +0000
committerEike Stepper2010-08-08 07:17:19 +0000
commit0a9bb9a009e242bdb0bb70017dedd1eb0455d0a8 (patch)
tree075bc0257d63082fa97c53350c69f339a23ea1ce /plugins/org.eclipse.emf.cdo.tests.model3/model
parent8b2f4224bb51b6ef162251a24da646e9243d25a6 (diff)
downloadcdo-0a9bb9a009e242bdb0bb70017dedd1eb0455d0a8.tar.gz
cdo-0a9bb9a009e242bdb0bb70017dedd1eb0455d0a8.tar.xz
cdo-0a9bb9a009e242bdb0bb70017dedd1eb0455d0a8.zip
[320690] Stale references can occur if one of two commits deletes a reference target
https://bugs.eclipse.org/bugs/show_bug.cgi?id=320690
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.model3/model')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model3/model/model3.ecore2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.model3/model/model3.ecore b/plugins/org.eclipse.emf.cdo.tests.model3/model/model3.ecore
index 0c28dc808a..c75b28da81 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model3/model/model3.ecore
+++ b/plugins/org.eclipse.emf.cdo.tests.model3/model/model3.ecore
@@ -23,6 +23,8 @@
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//NodeA" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="otherNodes" upperBound="-1"
+ eType="#//NodeA"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeB">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"

Back to the top