Bug 119487 - Order of event methods not updated when offsets change
Summary: Order of event methods not updated when offsets change
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: VE Bugzilla inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-06 15:10 EST by Srimanth CLA
Modified: 2011-06-13 11:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Srimanth CLA 2005-12-06 15:10:56 EST
JVEEVNT01:
http://www.eclipse.org/vep/WebContent/docs/testcases/events1/events1.htm

Drop a JButton and add a KeyListener event with keyPressed, keyReleased and keyTyped event methods. Now in one shot change the ordering of these methods in the source - snippet doesnt see the offset changes. If you wait for a snippet to finish when you removed the event method, everything works fine. But the removal and add at different offset is done very fast in one snippet, the change in ordering is not seen.