Bug 18421

Summary: [EditorMgmt] Error Restoring Editor when deleting project after restart
Product: [Eclipse Project] Platform Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: CLOSED DUPLICATE QA Contact: Remy Suen <remy.suen>
Severity: trivial    
Priority: P4 CC: anna.dushistova, daniel_megert, markus.kell.r, yevshif
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-05-31 05:13:32 EDT
Build 20020530

1. Create Java project Test
2. Create cu X.java and leave the editor open
3. Create cu Y.java and leave the editor open
4. Exit workbench
5. Restart workbench
6. Delete project Test
Observe: You get the following dialog:
Error Restoring Editor
Unable to restore: X.java

and the following entry in the log:
!ENTRY org.eclipse.ui 4 4 May 31, 2002 11:18:48.283
!MESSAGE Unable to restore editor - cannot instantiate input element: 
org.eclipse.ui.part.FileEditorInputFactory
!ENTRY org.eclipse.jdt.ui 4 1 May 31, 2002 11:19:04.116
!MESSAGE Child not present
!SUBENTRY 1 org.eclipse.jdt.core 4 969 May 31, 2002 11:19:04.116
!MESSAGE Test does not exist.
Comment 1 Kai-Uwe Maetzel CLA 2002-06-03 12:10:23 EDT
Java Editors use IFileEditorInput and thus rely on workbench mechanisms. 
However the problem is not critical as the behavior the user observes is 
correct and does not result in any further error. Moving to platform.
Comment 2 Eduardo Pereira CLA 2002-09-04 11:13:43 EDT
That is the expected behaviour. But we should not log anything to the log file.
Comment 3 Michael Van Meekeren CLA 2006-04-21 13:58:28 EDT
Moving Dougs bugs
Comment 4 Susan McCourt CLA 2009-07-09 19:01:55 EDT
As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009
Comment 5 Boris Bokowski CLA 2009-11-17 13:01:54 EST
Remy is now responsible for watching the [EditorMgmt] component area.
Comment 6 Dani Megert CLA 2010-11-04 08:47:49 EDT

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