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

removes now useless method

refs 2334
parent 415f3e93
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ package org.fortiss.tooling.kernel.ui.extension;
import org.eclipse.jface.resource.ImageDescriptor;
import org.fortiss.tooling.kernel.extension.IConstraintVerifier;
import org.fortiss.tooling.kernel.model.constraints.Constraint;
import org.fortiss.tooling.kernel.model.constraints.IConstraintContainer;
import org.fortiss.tooling.kernel.model.constraints.IConstraintVerificationStatus;
/**
......@@ -29,7 +28,7 @@ import org.fortiss.tooling.kernel.model.constraints.IConstraintVerificationStatu
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 78635E503280AC38E5DC900DD4551284
* @ConQAT.Rating YELLOW Hash: 1F0E49CC3578B200B75D53CB6DBEF041
*/
public interface IConstraintVerifierUI {
......@@ -70,12 +69,6 @@ public interface IConstraintVerifierUI {
* EXPERIMENTAL.
*/
/**
* Hook to run when the constraint is activated. Can be used to add constraints that would be
* missing.
*/
public void onActivate(IConstraintContainer context);
/** Gets a general description for the constraint type. */
String getDescription();
......
......@@ -39,7 +39,6 @@ import org.eclipse.swt.widgets.Shell;
import org.fortiss.tooling.kernel.model.constraints.Constraint;
import org.fortiss.tooling.kernel.model.constraints.ErrorVerificationStatus;
import org.fortiss.tooling.kernel.model.constraints.FailVerificationStatus;
import org.fortiss.tooling.kernel.model.constraints.IConstraintContainer;
import org.fortiss.tooling.kernel.model.constraints.IConstraintVerificationStatus;
import org.fortiss.tooling.kernel.model.constraints.OutdatedVerificationStatus;
import org.fortiss.tooling.kernel.service.IConstraintVerificationService;
......@@ -56,7 +55,7 @@ import org.fortiss.tooling.kernel.utils.ConstraintsUtils;
* @author vincent
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: D7092E79EFEA0C4B35382822C4ED7783
* @ConQAT.Rating YELLOW Hash: D5A45531D28ACC5C7D1A365EDC53E287
*/
public class ConstraintVerifierUIBases {
......@@ -195,12 +194,6 @@ public class ConstraintVerifierUIBases {
ConstraintsUIUtils.triggerMarkersRefresh(constraint);
}
/** {@inheritDoc} */
@Override
public void onActivate(IConstraintContainer context) {
// Nothing to do in general
}
/** {@inheritDoc} */
@Override
public boolean isUsableForDevelopmentProcess() {
......
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