Bug 117588 - org.eclipse.core.commands.util.ListenerList is deprecated
Summary: org.eclipse.core.commands.util.ListenerList is deprecated
Status: RESOLVED DUPLICATE of bug 125379
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Compare-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-22 17:01 EST by Douglas Pollock CLA
Modified: 2006-02-02 05:22 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 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 ***