Bug 5239

Summary: outliner gets out of synch
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2001-10-25 09:43:56 EDT
1. package p;
class A{
	
	String d(){return null;}
	void e(int i){}
}
2. in the editor, select the method e
3. copy
4. position the cursor before the method d
5. paste
6. save

outliner is out of synch
Comment 1 Martin Aeschlimann CLA 2001-10-25 13:00:49 EDT
the delta issued is:
  e added and e removed
Comment 2 Jerome Lanneluc CLA 2002-02-13 11:24:22 EST
Verified this is fixed in 20020212.
Closing.