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

removes now useless constraint field in status

refs 2334
parent 335efe47
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ import org.osgi.framework.Bundle;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 48B046ABEF91966E2EBF8B0FD0D49A9D
* @ConQAT.Rating YELLOW Hash: 562706D0B984B993B2CCC3F3F77B0E4F
*/
public final class ConstraintVerificationUIService implements IConstraintVerificationUIService,
IIntrospectiveKernelService {
......@@ -191,12 +191,6 @@ public final class ConstraintVerificationUIService implements IConstraintVerific
/** {@inheritDoc} */
@Override
public void install(Constraint constraint) {
if(constraint.getVerificationStatus() != null &&
constraint.getVerificationStatus().getConstraint() == null) {
ITopLevelElement top =
IPersistencyService.getInstance().getTopLevelElementFor(constraint);
top.runAsCommand(() -> constraint.getVerificationStatus().setConstraint(constraint));
}
ConstraintsUIUtils.triggerMarkersRefresh(constraint);
new ConstrainedAdapters(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