[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-test-dev] CDT Build 2.0.0.200404271437 completed
|
I've figured out how to get these going again. I will turn them back on.
Doug Schaefer, IBM's Eclipse CDT Architect
Ottawa (Palladium), Ontario, Canada
Douglas Schaefer/Ottawa/IBM@IBMCA
Sent by: cdt-test-dev-admin@xxxxxxxxxxx
04/27/2004 02:49 PM
Please respond to
cdt-test-dev
To
cdt-test-dev@xxxxxxxxxxx
cc
Subject
[cdt-test-dev] CDT Build 2.0.0.200404271437 completed
The build is available at
http://update.eclipse.org/tools/cdt/updates/builds/2.0
Cheers,
dschaefer2, the buildmaster...
--- Compile logs ---
----------
1. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/SourceIndexer.java
(at line 101)
ParserLanguage language =
CoreModel.getDefault().hasCCNature(currentProject) ? ParserLanguage.CPP :
ParserLanguage.C;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
----------
2. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/TranslationUnit.java
(at line 22)
import org.eclipse.cdt.core.model.ISourceManipulation;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.model.ISourceManipulation is never used
----------
----------
3. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CConventions.java
(at line 25)
import org.eclipse.core.resources.IResource;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.core.resources.IResource is never used
----------
----------
4. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/DerivedTypesPattern.java
(at line 12)
import org.eclipse.cdt.core.parser.ast.ASTClassKind;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.ASTClassKind is never used
----------
----------
5. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/DerivedTypesPattern.java
(at line 16)
import
org.eclipse.cdt.core.parser.ast.IASTElaboratedTypeSpecifier;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTElaboratedTypeSpecifier is
never used
----------
----------
6. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/DerivedTypesPattern.java
(at line 17)
import
org.eclipse.cdt.core.parser.ast.IASTEnumerationSpecifier;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTEnumerationSpecifier is
never used
----------
----------
7. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/DerivedTypesPattern.java
(at line 18)
import
org.eclipse.cdt.core.parser.ast.IASTOffsetableNamedElement;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTOffsetableNamedElement is
never used
----------
----------
8. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/DerivedTypesPattern.java
(at line 19)
import
org.eclipse.cdt.core.parser.ast.IASTQualifiedNameElement;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTQualifiedNameElement is
never used
----------
----------
9. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/DerivedTypesPattern.java
(at line 21)
import org.eclipse.cdt.core.search.ICSearchConstants;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.search.ICSearchConstants is never used
----------
----------
10. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/MatchLocator.java
(at line 449)
language = CoreModel.getDefault().hasCCNature( project )
? ParserLanguage.CPP : ParserLanguage.C;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
----------
11. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/browser/org/eclipse/cdt/internal/core/browser/cache/TypeMatchLocator.java
(at line 502)
language = CoreModel.getDefault().hasCCNature( project )
? ParserLanguage.CPP : ParserLanguage.C;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
11 problems (11 warnings)
----------
1. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/DisassemblyStorage.java
(at line 13)
import org.eclipse.cdt.debug.core.*;
^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.debug.core is never used
----------
1 problem (1 warning)
----------
1. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/AddAddressBreakpointActionDelegate.java
(at line 8)
import org.eclipse.cdt.debug.core.CDebugModel;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.debug.core.CDebugModel is never used
----------
----------
2. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageFunctionBreakpointActionDelegate.java
(at line 12)
import org.eclipse.cdt.debug.core.CDebugModel;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.debug.core.CDebugModel is never used
----------
----------
3. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageFunctionBreakpointActionDelegate.java
(at line 13)
import
org.eclipse.cdt.debug.core.model.ICFunctionBreakpoint;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.debug.core.model.ICFunctionBreakpoint is never
used
----------
----------
4. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageFunctionBreakpointActionDelegate.java
(at line 14)
import org.eclipse.cdt.debug.ui.CDebugUIPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.debug.ui.CDebugUIPlugin is never used
----------
----------
5. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageFunctionBreakpointActionDelegate.java
(at line 15)
import org.eclipse.core.runtime.CoreException;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.core.runtime.CoreException is never used
----------
----------
6. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageFunctionBreakpointActionDelegate.java
(at line 16)
import org.eclipse.debug.core.DebugPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.debug.core.DebugPlugin is never used
----------
----------
7. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/wizards/SourceLocationSelectionPage.java
(at line 214)
if ( ( CoreModel.getDefault().hasCNature( allProjects[i]
) || CoreModel.getDefault().hasCNature( allProjects[i] ) ) &&
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
----------
8. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/wizards/SourceLocationSelectionPage.java
(at line 214)
if ( ( CoreModel.getDefault().hasCNature( allProjects[i]
) || CoreModel.getDefault().hasCNature( allProjects[i] ) ) &&
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
8 problems (8 warnings)
----------
1. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsoleManager.java
(at line 79)
IWorkbenchWindow window =
CUIPlugin.getDefault().getActiveWorkbenchWindow();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchWindow() from the type CUIPlugin
should be accessed in a static way
----------
----------
2. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditor.java
(at line 872)
c_file = !CoreModel.getDefault().hasCCNature(project);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
----------
3. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/OptionsConfigurationBlock.java
(at line 416)
if (cModel.isTranslationUnit(file)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method isTranslationUnit(IFile) from the type CoreModel should
be accessed in a static way
----------
----------
4. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchResultCollector.java
(at line 16)
import java.text.MessageFormat;
^^^^^^^^^^^^^^^^^^^^^^^
The import java.text.MessageFormat is never used
----------
----------
5. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchScopeFactory.java
(at line 126)
Shell shell=
CUIPlugin.getDefault().getActiveWorkbenchShell();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchShell() from the type CUIPlugin should
be accessed in a static way
----------
----------
6. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/OpenCSearchPageAction.java
(at line 49)
Shell shell=
CUIPlugin.getDefault().getActiveWorkbenchShell();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchShell() from the type CUIPlugin should
be accessed in a static way
----------
----------
7. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/FindAction.java
(at line 49)
import
org.eclipse.cdt.internal.ui.search.CSearchOperation;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.internal.ui.search.CSearchOperation is never
used
----------
----------
8. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/FindAction.java
(at line 52)
import org.eclipse.cdt.ui.CUIPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.ui.CUIPlugin is never used
----------
----------
9. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/FindAction.java
(at line 57)
import org.eclipse.jface.dialogs.ProgressMonitorDialog;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.dialogs.ProgressMonitorDialog is never used
----------
----------
10. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/FindAction.java
(at line 62)
import org.eclipse.search.ui.SearchUI;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.search.ui.SearchUI is never used
----------
----------
11. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/FindAction.java
(at line 94)
ParserLanguage language =
CoreModel.getDefault().hasCCNature(currentProject) ? ParserLanguage.CPP :
ParserLanguage.C;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
----------
12. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/OpenDeclarationsAction.java
(at line 408)
ParserLanguage language =
CoreModel.getDefault().hasCCNature(currentProject) ? ParserLanguage.CPP :
ParserLanguage.C;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
----------
13. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/contentassist/CCompletionProcessor.java
(at line 164)
if (file != null &&
CoreModel.getDefault().hasCCNature(file.getProject())) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
----------
14. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/contentassist/CompletionEngine.java
(at line 164)
ParserLanguage language =
CoreModel.getDefault().hasCCNature(project) ? ParserLanguage.CPP :
ParserLanguage.C;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
----------
15. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/OpenNewFileWizardAction.java
(at line 29)
new
WizardDialog(CUIPlugin.getDefault().getActiveWorkbenchShell(), wizard);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchShell() from the type CUIPlugin should
be accessed in a static way
----------
----------
16. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/OpenNewFileWizardAction.java
(at line 38)
IWorkbenchWindow window=
CUIPlugin.getDefault().getActiveWorkbenchWindow();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchWindow() from the type CUIPlugin
should be accessed in a static way
----------
----------
17. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/OpenNewFolderWizardAction.java
(at line 27)
new
WizardDialog(CUIPlugin.getDefault().getActiveWorkbenchShell(), wizard);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchShell() from the type CUIPlugin should
be accessed in a static way
----------
----------
18. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/OpenNewFolderWizardAction.java
(at line 35)
IWorkbenchWindow window=
CUIPlugin.getDefault().getActiveWorkbenchWindow();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchWindow() from the type CUIPlugin
should be accessed in a static way
----------
----------
19. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPageContentProvider.java
(at line 32)
if (CoreModel.getDefault().hasCNature(projects[i])) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
----------
20. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/actions/AbstractOpenWizardAction.java
(at line 119)
IWorkbenchWindow window=
CUIPlugin.getDefault().getActiveWorkbenchWindow();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchWindow() from the type CUIPlugin
should be accessed in a static way
----------
----------
21. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/actions/AbstractOpenWizardAction.java
(at line 140)
*/ Shell shell=
CUIPlugin.getDefault().getActiveWorkbenchShell();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchShell() from the type CUIPlugin should
be accessed in a static way
----------
----------
22. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/actions/AbstractOpenWizardAction.java
(at line 148)
PixelConverter converter= new
PixelConverter(CUIPlugin.getDefault().getActiveWorkbenchShell());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchShell() from the type CUIPlugin should
be accessed in a static way
----------
----------
23. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/actions/AbstractOpenWizardAction.java
(at line 200)
Shell shell=
CUIPlugin.getDefault().getActiveWorkbenchShell();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchShell() from the type CUIPlugin should
be accessed in a static way
----------
----------
24. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/actions/AbstractOpenWizardAction.java
(at line 204)
IWorkbenchWindow window=
CUIPlugin.getDefault().getActiveWorkbenchWindow();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchWindow() from the type CUIPlugin
should be accessed in a static way
----------
----------
25. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/ReferenceBlock.java
(at line 74)
if (CoreModel.getDefault().hasCNature(projects[i])) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
----------
26. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/NewClassWizardPage.java
(at line 390)
return CoreModel.getDefault().hasCCNature(project);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method hasCCNature(IProject) from the type CoreModel should be
accessed in a static way
----------
----------
27. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/refactor/org/eclipse/cdt/internal/corext/refactoring/UndoManager.java
(at line 106)
if(CoreModel.getDefault().isValidTranslationUnitName(resource.getName()))
{
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method isValidTranslationUnitName(String) from the type
CoreModel should be accessed in a static way
----------
----------
28. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/refactor/org/eclipse/cdt/internal/ui/refactoring/RefactoringSaveHelper.java
(at line 64)
CUIPlugin.getDefault().getActiveWorkbenchWindow().getWorkbench().saveAllEditors(false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchWindow() from the type CUIPlugin
should be accessed in a static way
----------
----------
29. WARNING in
/home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/refactor/org/eclipse/cdt/internal/ui/refactoring/RefactoringSaveHelper.java
(at line 80)
new
GlobalBuildAction(CUIPlugin.getDefault().getActiveWorkbenchWindow(),
IncrementalProjectBuilder.INCREMENTAL_BUILD).run();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getActiveWorkbenchWindow() from the type CUIPlugin
should be accessed in a static way
----------
29 problems (29 warnings)
_______________________________________________
cdt-test-dev mailing list
cdt-test-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-test-dev