Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT HEAD requires Eclipse 3.2 RC1

P.S. If you don’t want to move yet, just go to ProblemsLabelDecorator which has the references and Organize Imports. That should hook you up with the internal class. (Just don’t check it in ;).

 

Doug Schaefer, QNX Software Systems

Eclipse CDT Project Lead, Tools PMC member

http://cdtdoug.blogspot.com

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Friday, April 14, 2006 6:56 PM
To: CDT General developers list.
Subject: [cdt-dev] CDT HEAD requires Eclipse 3.2 RC1

 

Hey gang,

 

My bad this time. When I removed the old refactoring code, I removed something called ListenerList. This appeared to be something cloned from the Eclipse Core Runtime since organize imports hooked me up. Now when I tried out Eclipse 3.2 RC1, I got compile errors. Looking closer ListenerList was an internal class. The funny thing is that it moved to the public interface in RC1 (no API changes, eh?). I have fixed the compile error but now we’ll all have to upgrade to RC1, which is probably a good thing in the end.

 

Sorry about that.

Doug Schaefer, QNX Software Systems

Eclipse CDT Project Lead, Tools PMC member

http://cdtdoug.blogspot.com

 

 


Back to the top