Skip to content
Snippets Groups Projects
Commit 273494b6 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

makes the status outdated by default

refs 2620
parent e6337185
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.service.IConstraintVerificationService;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: FAEDD5F43C5F656471B63518DB97FF28
* @ConQAT.Rating YELLOW Hash: 6223B1DC67D978B34A9A01E5943F4372
*/
public class ConstraintsUtils {
/**
......@@ -205,6 +205,7 @@ public class ConstraintsUtils {
Constraint c = ConstraintsFactory.eINSTANCE.createConstraint();
c.setConstraintTypeID(id);
ConstraintsUtils.setConstrained(c, constrained);
createOutdatedVerificationStatus(c);
return c;
}
......@@ -221,6 +222,7 @@ public class ConstraintsUtils {
c.setConstraintTypeID(id);
ConstraintsUtils.setFirstConstrained(c, constrained1);
ConstraintsUtils.setSecondConstrained(c, constrained2);
createOutdatedVerificationStatus(c);
return c;
}
}
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