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

sets the constraint of a status directly in the service

refs 2553
parent d2bd59d0
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: AC424F71EB9E676C3F1A949B9566D2D2
* @ConQAT.Rating YELLOW Hash: 60F5E3B05ED9BEB7E58798BAE75D8E22
*/
public final class ConstraintVerificationService extends
EObjectAwareServiceBase<IConstraintVerifier<IConstraint>> implements
......@@ -53,6 +53,7 @@ public final class ConstraintVerificationService extends
// Updating checksums must be done *after* verification because the verification can
// have side effects.
updateChecksums(constraint);
constraint.getVerificationStatus().setConstraint(constraint);
}
}
......
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