210211212213214215216217218219220
while (!MainWindow.getSShell().isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } catch (Exception e) { try { new ErrorLog("error in " + sos.util.SOSClassUtil.getMethodName() + "cause: " + e.toString(), e); } catch (Exception ee){
134135136137138139140141142143144
// return that code now, otherwise this is a normal restart return EXIT_RELAUNCH.equals(Integer.getInteger(PROP_EXIT_CODE)) ? EXIT_RELAUNCH : EXIT_RESTART; } finally { if (display != null) { display.dispose(); } Location instanceLoc = Platform.getInstanceLocation(); if (instanceLoc != null) instanceLoc.release(); }
4041424344454647484950
}); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); System.exit(-1); } }).start(); return this; }
6162636465666768697071
shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); System.exit(1); } private static void prepare() {
4243444546474849505152
4445464748495051
shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
356357358359360361362363
if (!display.readAndDispatch()) display.sleep(); } icon.dispose(); instance.dispose(); display.dispose(); } }
127128129130131132133134135136137
else { return IApplication.EXIT_OK; } } finally { display.dispose(); } } /** * @see org.eclipse.equinox.app.IApplication#stop()
222324252627282930
if (returnCode == PlatformUI.RETURN_RESTART) { return IPlatformRunnable.EXIT_RESTART; } return IPlatformRunnable.EXIT_OK; } finally { display.dispose(); } } }
3738394041424344454647
shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } private static void createIssuesTable(Shell shell) { BasicEventList issuesEventList = new BasicEventList();