Skip to content
Snippets Groups Projects
Commit e41d277c authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Minor todo cleanup.

parent 75a97404
No related branches found
No related tags found
No related merge requests found
ExplorationAlg.java cd8bbf2d25581046c8e926dd9e2fb0ce4ce444df RED
ExplorationAlg.java 1e9d524168532889c78de4b01fc59351b2302e06 RED
ExplorationAlgActivator.java 7ccd8c61f3cd761be44cd5b23dc925a1f5da8fbe YELLOW
......@@ -161,7 +161,7 @@ public final class ExplorationAlg implements IStartup {
.registerEvaluator(new MappingEvaluatorConstraint(SMTConstraint.class));
}
// TODO Perform registration in
// TODO(INTEGRATION) Perform registration in
// org.fortiss.af3.rcp.application.advisors.ApplicationWorkbenchAdvisor (or rather an AF3DSE
// module) once this plugin has been integrated into the AF3 product.
/** Register the DSE backend with the exploration plugin. */
......@@ -174,7 +174,6 @@ public final class ExplorationAlg implements IStartup {
* stage).
*/
public static void start() {
// TODO: Check start order w.r.t. the transformation service.
getService(IExplorationFeatureService.class).startService();
getService(IExpSpecTransformationService.class).startService();
// The Transformation Service must be started before the Evaluation Service such that it can
......
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