From 8bc0e1b7fd73d54d93ec5ce9a49f5722db49c3cd Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@fortiss.org> Date: Wed, 4 Jul 2018 15:48:41 +0200 Subject: [PATCH] YELLOW * Reference issue #3469 for remaining TODOs Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by: Simon Barner <barner@fortiss.org> --- org.fortiss.tooling.base/model/.ratings | 2 +- org.fortiss.tooling.base/model/base.ecore | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/org.fortiss.tooling.base/model/.ratings b/org.fortiss.tooling.base/model/.ratings index 96ee5de9b..43011d990 100644 --- a/org.fortiss.tooling.base/model/.ratings +++ b/org.fortiss.tooling.base/model/.ratings @@ -1 +1 @@ -base.ecore 19a26967b400af3ef306101bcc1fb82f662d7a9f RED +base.ecore d7254f90603d838d7371bfe830d6a7d20aa8bd59 YELLOW diff --git a/org.fortiss.tooling.base/model/base.ecore b/org.fortiss.tooling.base/model/base.ecore index 19a26967b..d7254f906 100644 --- a/org.fortiss.tooling.base/model/base.ecore +++ b/org.fortiss.tooling.base/model/base.ecore @@ -190,7 +190,7 @@ <eClassifiers xsi:type="ecore:EClass" name="IConstraintBasedProcess" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> - <details key="documentation" value="Marker interface for metaclasses to describe constraint-based development processes.

TODO: Clarify relation to constraint metaclasses in tooling.kernel."/> + <details key="documentation" value="Marker interface for metaclasses to describe constraint-based development processes.

TODO (refs #3469) Clarify relation to constraint metaclasses in tooling.kernel."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="currentObjective" eType="#//element/ConstraintConfiguration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraintInstanceContainer" @@ -200,7 +200,7 @@ </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintConfiguration" eSuperTypes="platform:/resource/org.fortiss.tooling.kernel/model/kernel.ecore#//INamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> - <details key="documentation" value="Hierarchical description of constraint configuration.

TODO: Clarify relation to constraint metaclasses in tooling.kernel."/> + <details key="documentation" value="Hierarchical description of constraint configuration.

TODO (refs #3469): Clarify relation to constraint metaclasses in tooling.kernel."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activeConstraints" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> @@ -486,12 +486,12 @@ </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintInstanceContainer" eSuperTypes="platform:/resource/org.fortiss.tooling.kernel/model/kernel.ecore#//constraints/IConstraintInstanceContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> - <details key="documentation" value="@deprecated Currently unused. TODO Caveat: Base class is defined in tooling.kernel."/> + <details key="documentation" value="@deprecated Currently unused. TODO (refs #3469) Caveat: Base class is defined in tooling.kernel."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintBasedProcess" eSuperTypes="#//element/IConstraintBasedProcess"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> - <details key="documentation" value="Base class for {@link IConstraintBasedProcess}es.

TODO: Clarify relation to constraint metaclasses in tooling.kernel."/> + <details key="documentation" value="Base class for {@link IConstraintBasedProcess}es.

TODO (refs #3469): Clarify relation to constraint metaclasses in tooling.kernel."/> </eAnnotations> </eClassifiers> </eSubpackages> -- GitLab