Bug 125379 - CompareConfiguration uses ListenerList that has been removed
Summary: CompareConfiguration uses ListenerList that has been removed
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 blocker (vote)
Target Milestone: 3.2 M5   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 117588 125400 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-26 15:26 EST by Douglas Pollock CLA
Modified: 2006-02-14 06:50 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Pollock CLA 2006-01-26 15:26:16 EST
Please stop using ListenerList in org.eclipse.core.commands.  This ListenerList was introduced during the 3.2 development cycle, and has since been replaced by a ListenerList in org.eclipse.equinox.common.

org.eclipse.compare.CompareConfiguration.<init>(CompareConfiguration.java:100)
Comment 1 Andre Weinand CLA 2006-01-26 17:01:46 EST
The @deprecated comment in org.eclipse.core.commands refers to org.eclipse.core.runtime.ListenerList, and not org.eclipse.equinox.common.
I'm using the former.
fixed for > 20060126
Comment 2 Andre Weinand CLA 2006-01-27 04:14:48 EST
*** Bug 125400 has been marked as a duplicate of this bug. ***
Comment 3 Douglas Pollock CLA 2006-01-27 09:19:22 EST
org.eclipse.core.runtime.ListenerList is located in the org.eclipse.equinox.common plug-in.  I believe the packaging naming has remained the same to avoid breaking clients.
Comment 4 Markus Keller CLA 2006-02-02 05:22:55 EST
*** Bug 117588 has been marked as a duplicate of this bug. ***
Comment 5 Tobias Widmer CLA 2006-02-14 06:50:55 EST
Verified using I20060214-0010