Skip to content
Snippets Groups Projects
Commit b1f8f54d authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

GREEN

parent 66d6397d
No related branches found
No related tags found
No related merge requests found
......@@ -35,20 +35,19 @@ import org.fortiss.tooling.kernel.service.base.EObjectAwareServiceBase;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 8EC4600C282E972A16DC3CF8F4028B2E
* @ConQAT.Rating GREEN Hash: 22CF78E8282A1AAAE396C2AB6873A953
*/
public class ConstraintCheckerService extends EObjectAwareServiceBase<IConstraintChecker<EObject>>
implements IConstraintCheckerService {
// TODO the comments of the class fields are strange
/** The compositor extension point ID. */
/** The constraint checker extension point ID. */
private static final String EXTENSION_POINT_NAME =
"org.fortiss.tooling.kernel.modelElementConstraintChecker";
/** The compositor configuration element name. */
/** The constraint checker configuration element name. */
private static final String CONFIGURATION_ELEMENT_NAME = "modelElementConstraintChecker";
/** The compositor class attribute name. */
/** The constraint checker handler attribute name. */
private static final String HANDLER_CLASS_ATTRIBUTE_NAME = "checker";
/** {@inheritDoc} */
......
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