return;
editor.notifyKeyboardEvent(SWT.CTRL, '2');
editor.notifyKeyboardEvent(SWT.NONE, 'L');
editor.notifyKeyboardEvent(SWT.NONE, '\n');
editor.typeText("\n");
editor.typeText("thread.start();\n");
editor.typeText("thread.join();");
editor.quickfix("Add throws declaration");
editor.notifyKeyboardEvent(SWT.NONE, (char) 27);
editor.notifyKeyboardEvent(SWT.NONE, '\n');