Bug 37182 - need "oldValue" for IWorkingSet PropertyChangeEvent
Summary: need "oldValue" for IWorkingSet PropertyChangeEvent
Status: RESOLVED DUPLICATE of bug 37183
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-02 15:38 EDT by Ryan Wannop CLA
Modified: 2003-05-05 15: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 Ryan Wannop CLA 2003-05-02 15:38:16 EDT
The "PropertyChangeEvent.getNewValue()" method for IWorkingSet 
PropertyChangeEvents gives the updated working set, but since "getOldValue()" 
returns null, and the "equals" method for working sets compares both the names 
and element sets, It is very difficult to determine which "old" working set 
actually changed.  It would be very helpful (and I believe reasonable) to have 
getOldValue() return a copy of the IWorkingSet before modifications.
Comment 1 Debbie Wilson CLA 2003-05-05 15:37:13 EDT

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