Bug 117588

Summary: org.eclipse.core.commands.util.ListenerList is deprecated
Product: [Eclipse Project] Platform Reporter: Douglas Pollock <douglas.pollock>
Component: CompareAssignee: Platform-Compare-Inbox <platform-compare-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Douglas Pollock CLA 2005-11-22 17:01:30 EST
With the new common equinox plug-in, we are finally able to remove our own implementation of ListenerList.  The ListenerList in "org.eclipse.core.commands" is now deprecated, and will be removed before 3.2 ships.

Please adopt org.eclipse.core.runtime.ListenerList in the "org.eclipse.equinox.common" plug-in instead.  If you require the clear() method, please see Bug 117519.

NOTE: The ListenerList(int) means something different in "org.eclipse.equinox.common".  Please read the javadoc carefully.
Comment 1 Markus Keller CLA 2006-02-02 05:22:55 EST

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