Bug 37182

Summary: need "oldValue" for IWorkingSet PropertyChangeEvent
Product: [Eclipse Project] Platform Reporter: Ryan Wannop <wannop>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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 ***