//DONE: either here or in Validator -> currently Validator
// EcoreUtil.resolveAll(xr);
@@ -116,10 +104,6 @@ public class ValidationHandler extends AbstractHandler {
+e.getMessage().replaceAll("\n.+epsilon/","\n at (epsilon/");
}
//DONE: Add custom scrollable dialog
// MessageDialog.openInformation(
// Display.getDefault().getActiveShell(),
// "Validation Results",
// messages);
ScrollableMessageDialogsdialog=newScrollableMessageDialog(Display.getDefault().getActiveShell(),"Validation Results",null,"The following constraint violations occurred while validating '"+uri.lastSegment()+"':",MessageDialog.INFORMATION,newString[]{"OK"},0,messages);