Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Warnings in ui-plugin

Upon further investigation, the warnings you are seeing in the Language
Mappings page were caused by the platform deprecating API in JFace in
Eclipse 3.3 M5 which they intend to fix for M6.  See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=171824

There was no way of foreseeing this as the code we wrote that uses that API
was put in prior to CDT switching to M5.  The code was without warnings at
the time it was checked in.  We'll look at reworking this with current API
if possible.  In the worst case the Platform will have replacement API in
M6.

For the time being we'll have to live with the warnings.

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt



                                                                           
  From:   "Schorn, Markus" <Markus.Schorn@xxxxxxxxxxxxx>                   
                                                                           
  To:     "CDT General developers list." <cdt-dev@xxxxxxxxxxx>             
                                                                           
  Date:   21/02/2007 09:55 AM                                              
                                                                           
  Subject RE: [cdt-dev] Warnings in ui-plugin                              
  :                                                                        
                                                                           




For the plugins where I cleaned out the warnings I also fixed the
settings by checking 'use project specific settings' and adding the
appropriate file from the .settings directory to CVS.
Markus.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Mikhail Khodjaiants
> Sent: Mittwoch, 21. Februar 2007 14:51
> To: CDT General developers list.
> Subject: RE: [cdt-dev] Warnings in ui-plugin
>
> Markus,
>
> > I think it is a good habit to keep the code clean
>
> I absolutely agree with you and this applies to all plugins.
> I had been
> trying to keep the debug plugins clean before 3.1, but now it's almost
> impossible.
> The main problem is that people use different compiler
> settings, so they
> just don't see the warnings you are getting. Maybe we should come up
> with a minimal set of the compiler settings.
>
> Mikhail
>
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Schorn, Markus
> Sent: 21 February 2007 13:21
> To: CDT General developers list.
> Subject: [cdt-dev] Warnings in ui-plugin
>
> Hi,
> Half a year ago, I invested into fixing all the warnings in the
> ui-plugin. Recently by adding the language-mappings and the
> new project
> model new warnings were introduced.
>
> I think it is a good habit to keep the code clean and once more I ask
> for your support in doing this. Especially new functionality added
> should be free of warnings.
>
> Please fix the warnings or explain to me why I should not care.
>
> Markus.
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> --
> IMPORTANT NOTICE: The contents of this email and any
> attachments are confidential and may also be privileged. If
> you are not the intended recipient, please notify the sender
> immediately and do not disclose the contents to any other
> person, use it for any purpose, or store or copy the
> information in any medium.  Thank you.
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top