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

Currently, only 3 files have warnings in New Project Model UI:

 org.eclipse.cdt.ui/actions/DeleteResConfigsAction.java:
 org.eclipse.cdt.ui/newui/AbstractPage.java
         reason: using DecoratorManager.updateForEnablementChange();
  org.eclipse.cdt.managedbuilder.ui/wizards/CMainWizardPage.java
         reason: using
org.eclipse.ui.internal.ide.dialogs.ProjectContentsLocationArea.

All other warnings are eliminated now.
-----------------------------------
With best regards, Oleg Krasilnikov
Software designer, Eclipse team. 
Intel corp.
+7 8312 162 444 ext. 2587
(Russia, Nizhny Novgorod)

 

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Schorn, Markus
Sent: Wednesday, February 21, 2007 4:21 PM
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


Back to the top