Bug 125379

Summary: CompareConfiguration uses ListenerList that has been removed
Product: [Eclipse Project] Platform Reporter: Douglas Pollock <douglas.pollock>
Component: CompareAssignee: Andre Weinand <andre_weinand>
Status: VERIFIED FIXED QA Contact:
Severity: blocker    
Priority: P3 CC: n.a.edgar
Version: 3.2   
Target Milestone: 3.2 M5   
Hardware: All   
OS: All   
Whiteboard:

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