WARNING! Gitlab maintenance operation scheduled for Thursday, 18 June between 19:00 and 20:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
//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);