Skip to content
Snippets Groups Projects
Commit d77ada54 authored by Dongyue Mou's avatar Dongyue Mou
Browse files

set conqat color to yellow

refs 301
parent 0cf8c9cb
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
......@@ -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> {
......
......@@ -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> {
......
......@@ -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> {
......
......@@ -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
......
......@@ -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?
......
......@@ -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 {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment