From d77ada5424d1f392f18a4f3727a1c3669ed05f13 Mon Sep 17 00:00:00 2001 From: Dongyue Mou <mou@fortiss.org> Date: Wed, 14 Dec 2011 13:04:07 +0000 Subject: [PATCH] set conqat color to yellow refs 301 --- .../src/org/fortiss/tooling/base/utils/ModelElementUtils.java | 2 +- .../fortiss/tooling/kernel/extension/IConstraintChecker.java | 2 +- .../tooling/kernel/extension/base/ConstraintCheckerBase.java | 2 +- .../tooling/kernel/extension/base/ConstraintViolationBase.java | 2 +- .../tooling/kernel/internal/ConstraintCheckerService.java | 2 +- .../src/org/fortiss/tooling/kernel/utils/ModelElementUtils.java | 2 +- .../src/org/fortiss/tooling/kernel/utils/ResourceUtils.java | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/utils/ModelElementUtils.java b/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/utils/ModelElementUtils.java index 96e26b716..fe9d8a443 100644 --- a/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/utils/ModelElementUtils.java +++ b/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/utils/ModelElementUtils.java @@ -33,7 +33,7 @@ import org.fortiss.tooling.base.model.element.IModelElementSpecification; * @author trachtenherz * @author $Author: hoelzl $ * @version $Rev: 18709 $ - * @ConQAT.Rating YELLOW Hash: 16FF1423C362D7393B3136502B9F8892 + * @ConQAT.Rating YELLOW Hash: D63C9A4DA14982F17D67515FD58DBF43 */ public class ModelElementUtils { diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/IConstraintChecker.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/IConstraintChecker.java index cd02550e9..6ea51bad8 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/IConstraintChecker.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/IConstraintChecker.java @@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.service.base.IEObjectAware; * @author hoelzlf * @author $Author$ * @version $Rev$ - * @ConQAT.Rating GREEN Hash: 16D08BC35D459B4038A71F198B561B27 + * @ConQAT.Rating YELLOW Hash: 8E9D57E0A2BB1ECC26848CE6357CE906 */ public interface IConstraintChecker<C extends EObject> extends IEObjectAware<C> { diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/ConstraintCheckerBase.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/ConstraintCheckerBase.java index fef15e67a..bda4feb1f 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/ConstraintCheckerBase.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/ConstraintCheckerBase.java @@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.extension.data.IConstraintViolation; * @author mou * @author $Author$ * @version $Rev$ - * @ConQAT.Rating RED Hash: + * @ConQAT.Rating YELLOW Hash: 71E7C7994B89DFF53782600DB00DF8E1 */ public abstract class ConstraintCheckerBase<T extends EObject> implements IConstraintChecker<T> { diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/ConstraintViolationBase.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/ConstraintViolationBase.java index 6a2325c6c..e93cbf98a 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/ConstraintViolationBase.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/ConstraintViolationBase.java @@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.extension.data.IConstraintViolation; * @author hoelzl * @author $Author$ * @version $Rev$ - * @ConQAT.Rating YELLOW Hash: 5968B8078503BFB90E32F041A5BD160C + * @ConQAT.Rating YELLOW Hash: 6141ECB99F4B25E873947D75CA6D2139 */ public abstract class ConstraintViolationBase<T extends EObject> implements IConstraintViolation<T> { diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintCheckerService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintCheckerService.java index c826b2cb4..2d266a92a 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintCheckerService.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintCheckerService.java @@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.service.base.EObjectAwareServiceBase; * @author hoelzl * @author $Author$ * @version $Rev$ - * @ConQAT.Rating GREEN Hash: 74C0500ED08841180F543A62284F2A9E + * @ConQAT.Rating YELLOW Hash: B377B07759BBBCC86D213E0ECE3CC509 */ public class ConstraintCheckerService extends EObjectAwareServiceBase<IConstraintChecker<EObject>> implements diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ModelElementUtils.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ModelElementUtils.java index 8a292d827..a3b2e4094 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ModelElementUtils.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ModelElementUtils.java @@ -33,7 +33,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService; * @author hoelzl * @author $Author$ * @version $Rev$ - * @ConQAT.Rating RED Hash: 0785670F62456B6486FFF0E0EA9B2E5A + * @ConQAT.Rating RED Hash: 56213D07739426F33810FDCBD9F55F3C */ // @review Moudy: there are two ModelElementUtils, this and one in base-project. // Should they be merged together or get a different name? diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ResourceUtils.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ResourceUtils.java index ba404e5fa..4e9f39742 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ResourceUtils.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ResourceUtils.java @@ -22,7 +22,7 @@ package org.fortiss.tooling.kernel.utils; * @author mou * @author $Author$ * @version $Rev$ - * @ConQAT.Rating RED Hash: + * @ConQAT.Rating YELLOW Hash: B6B15D9072E9B0A9970B34D6DB8D908A */ public final class ResourceUtils { /** -- GitLab