@@ -67,9 +70,15 @@ public class StartAnimationHandler extends AbstractHandler implements IHandler {
finalIEventBRootrootElement=getRootElement();
finalIFileresource=extractResource(rootElement);
if(!checkErrorMarkers(resource)){
Stringmessage="A model/context in your project contains Errors or Warnings. This can lead to unexpected behavior (e.g. missing variables) when animating.";
Logger.notifyUserWithoutBugreport(message);
List<String>errors=checkErrorMarkers(resource);
if(!errors.isEmpty()){
Stringmessage="A model/context in your project contains Errors or Warnings. This can lead to unexpected behavior (e.g. missing variables) when animating.\ns\nDetails:\n";