Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 88882 - [EditorMgmt] empty entry in switch dialog
Summary: [EditorMgmt] empty entry in switch dialog
Status: RESOLVED DUPLICATE of bug 88119
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Douglas Pollock CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-23 11:57 EST by Kim Horne CLA
Modified: 2005-03-23 12:02 EST (History)
0 users

See Also:


Attachments
The dialog in question (3.10 KB, image/png)
2005-03-23 11:58 EST, Kim Horne CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Horne CLA 2005-03-23 11:57:49 EST
200503230846

Using the editor switch dialog (Ctrl-f6) I'm seeing an empty row.  Picture
forthcoming.

I have the following stack in my log:

!ENTRY org.eclipse.ui 4 0 2005-03-23 11:50:21.95
!MESSAGE Unable to create editor ID : No saved state can be found for this editor
!STACK 1
org.eclipse.ui.PartInitException: No saved state can be found for this editor
	at
org.eclipse.ui.internal.EditorManager$Editor.getRestoredInput(EditorManager.java:1693)
	at
org.eclipse.ui.internal.EditorManager.busyRestoreEditorHelper(EditorManager.java:1152)
	at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:1077)
	at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:1039)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
	at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:1037)
	at org.eclipse.ui.internal.EditorManager$Editor.getEditor(EditorManager.java:1623)
	at org.eclipse.ui.internal.EditorManager$Editor.getPart(EditorManager.java:1614)
	at org.eclipse.ui.internal.EditorManager.getVisibleEditor(EditorManager.java:538)
	at org.eclipse.ui.internal.WorkbenchPage.getActiveEditor(WorkbenchPage.java:1577)
	at
org.eclipse.ui.internal.ActiveEditorAction.updateActiveEditor(ActiveEditorAction.java:192)
	at
org.eclipse.ui.internal.ActiveEditorAction.partClosed(ActiveEditorAction.java:152)
	at org.eclipse.ui.internal.BaseSaveAction.partClosed(BaseSaveAction.java:130)
	at org.eclipse.ui.internal.PartListenerList$3.run(PartListenerList.java:102)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015)
	at org.eclipse.core.runtime.Platform.run(Platform.java:757)
	at org.eclipse.ui.internal.PartListenerList.fireEvent(PartListenerList.java:58)
	at
org.eclipse.ui.internal.PartListenerList.firePartClosed(PartListenerList.java:100)
	at org.eclipse.ui.internal.WWinPartService.firePartClosed(WWinPartService.java:233)
	at org.eclipse.ui.internal.WWinPartService.access$2(WWinPartService.java:230)
	at org.eclipse.ui.internal.WWinPartService$1.partClosed(WWinPartService.java:44)
	at org.eclipse.ui.internal.PartListenerList2$3.run(PartListenerList2.java:98)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015)
	at org.eclipse.core.runtime.Platform.run(Platform.java:757)
	at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:54)
	at
org.eclipse.ui.internal.PartListenerList2.firePartClosed(PartListenerList2.java:96)
	at org.eclipse.ui.internal.WorkbenchPage.firePartClosed(WorkbenchPage.java:1503)
	at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1031)
	at org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(WorkbenchPage.java:967)
	at org.eclipse.ui.internal.CloseAllAction.run(CloseAllAction.java:80)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:1003)
	at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:126)
	at org.eclipse.core.commands.Command.execute(Command.java:336)
	at
org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:395)
	at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:454)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:731)
	at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:774)
	at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:545)
	at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:488)
	at
org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:110)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Display.filterEvent(Display.java:777)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:866)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:851)
	at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:879)
	at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:875)
	at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1182)
	at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3121)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:3466)
	at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1624)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2525)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1571)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1535)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:312)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:338)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:151)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:260)
	at org.eclipse.core.launcher.Main.run(Main.java:887)
	at org.eclipse.core.launcher.Main.main(Main.java:871)
!SUBENTRY 1 org.eclipse.ui 4 0 2005-03-23 11:50:21.105
!MESSAGE No saved state can be found for this editor
Comment 1 Kim Horne CLA 2005-03-23 11:58:22 EST
Created attachment 19121 [details]
The dialog in question
Comment 2 Douglas Pollock CLA 2005-03-23 12:02:41 EST

*** This bug has been marked as a duplicate of 88119 ***