Bug 5239 - outliner gets out of synch
Summary: outliner gets out of synch
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-25 09:43 EDT by Adam Kiezun CLA
Modified: 2002-02-13 11:24 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.