From d8c54be501dd9a9c5d57b52821e49e423527f8c8 Mon Sep 17 00:00:00 2001
From: Vincent Aravantinos <aravantinos@fortiss.org>
Date: Thu, 9 Jun 2016 14:34:37 +0000
Subject: [PATCH] removes autocheck from the model refs 2553

---
 org.fortiss.tooling.kernel/trunk/model/kernel.ecore    | 5 -----
 org.fortiss.tooling.kernel/trunk/model/kernel.genmodel | 1 -
 2 files changed, 6 deletions(-)

diff --git a/org.fortiss.tooling.kernel/trunk/model/kernel.ecore b/org.fortiss.tooling.kernel/trunk/model/kernel.ecore
index 5e6c7ee7e..8467f7701 100644
--- a/org.fortiss.tooling.kernel/trunk/model/kernel.ecore
+++ b/org.fortiss.tooling.kernel/trunk/model/kernel.ecore
@@ -136,11 +136,6 @@
           upperBound="-1" eType="#//constraints/ConstrainedWithChecksum" containment="true"/>
       <eStructuralFeatures xsi:type="ecore:EReference" name="verificationStatus" eType="#//constraints/IConstraintVerificationStatus"
           containment="true"/>
-      <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoCheck" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
-        <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
-          <details key="documentation" value="&lt;b>Do not set this field directly!&lt;/b> Use ConstraintsUtils.setAutoCheck instead: this will trigger the check immediatly if you set &lt;code>autocheck&lt;/code> to &lt;code>true&lt;/code>."/>
-        </eAnnotations>
-      </eStructuralFeatures>
     </eClassifiers>
     <eClassifiers xsi:type="ecore:EClass" name="IConstraintVerificationStatus" abstract="true"
         interface="true">
diff --git a/org.fortiss.tooling.kernel/trunk/model/kernel.genmodel b/org.fortiss.tooling.kernel/trunk/model/kernel.genmodel
index 3572a2e2f..7fc1f870e 100644
--- a/org.fortiss.tooling.kernel/trunk/model/kernel.genmodel
+++ b/org.fortiss.tooling.kernel/trunk/model/kernel.genmodel
@@ -63,7 +63,6 @@
             ecoreFeature="ecore:EReference kernel.ecore#//constraints/IConstraint/constrainedsWithChecksum"/>
         <genFeatures notify="false" createChild="false" propertySortChoices="true"
             ecoreFeature="ecore:EReference kernel.ecore#//constraints/IConstraint/verificationStatus"/>
-        <genFeatures createChild="false" ecoreFeature="ecore:EAttribute kernel.ecore#//constraints/IConstraint/autoCheck"/>
       </genClasses>
       <genClasses ecoreClass="kernel.ecore#//constraints/IConstraintVerificationStatus">
         <genFeatures notify="false" createChild="false" propertySortChoices="true"
-- 
GitLab