[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-test-dev] CDT Build 2.0.0.200405190300 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/AbstractIndexer.java (at line 21)
import org.eclipse.cdt.core.parser.ast.IASTDeclaration;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTDeclaration is never used
----------
----------
2. 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/IndexAllProject.java (at line 15)
import java.util.HashSet;
^^^^^^^^^^^^^^^^^
The import java.util.HashSet is never used
----------
----------
3. 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/IndexAllProject.java (at line 18)
import org.eclipse.cdt.core.model.IPathEntry;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.model.IPathEntry is never used
----------
----------
4. 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/IndexAllProject.java (at line 21)
import org.eclipse.cdt.internal.core.Util;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.internal.core.Util is never used
----------
----------
5. 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/IndexAllProject.java (at line 24)
import org.eclipse.cdt.internal.core.index.impl.IFileDocument;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.internal.core.index.impl.IFileDocument is never used
----------
----------
6. 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/IndexAllProject.java (at line 27)
import org.eclipse.cdt.internal.core.model.SourceEntry;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.internal.core.model.SourceEntry is never used
----------
----------
7. 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/IndexAllProject.java (at line 31)
import org.eclipse.core.resources.IFile;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.core.resources.IFile is never used
----------
----------
8. 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/IndexAllProject.java (at line 33)
import org.eclipse.core.resources.IResource;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.core.resources.IResource is never used
----------
----------
9. 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/IndexAllProject.java (at line 34)
import org.eclipse.core.resources.IResourceProxy;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.core.resources.IResourceProxy is never used
----------
----------
10. 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/IndexAllProject.java (at line 35)
import org.eclipse.core.resources.IResourceProxyVisitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.core.resources.IResourceProxyVisitor is never used
----------
----------
11. 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/IndexAllProject.java (at line 36)
import org.eclipse.core.resources.IWorkspaceRoot;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.core.resources.IWorkspaceRoot is never used
----------
----------
12. 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/IndexAllProject.java (at line 38)
import org.eclipse.core.runtime.IPath;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.core.runtime.IPath is never used
----------
----------
13. 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
----------
----------
14. 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 23)
import org.eclipse.cdt.core.model.ISourceManipulation;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.model.ISourceManipulation is never used
----------
----------
15. 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
----------
----------
16. 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
----------
----------
17. 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
----------
----------
18. 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
----------
----------
19. 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
----------
----------
20. 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
----------
----------
21. 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/FriendPattern.java (at line 12)
import org.eclipse.cdt.core.parser.ast.ASTNotImplementedException;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.ASTNotImplementedException is never used
----------
----------
22. 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/FriendPattern.java (at line 13)
import org.eclipse.cdt.core.parser.ast.IASTBaseSpecifier;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTBaseSpecifier is never used
----------
----------
23. 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/FriendPattern.java (at line 16)
import org.eclipse.cdt.core.parser.ast.IASTTypeSpecifier;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTTypeSpecifier is never used
----------
23 problems (23 warnings)
----------
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/EnableDisableBreakpointRulerAction.java (at line 17)
import org.eclipse.jface.action.Action;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.action.Action 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/EnableDisableBreakpointRulerAction.java (at line 22)
import org.eclipse.ui.texteditor.IUpdate;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ui.texteditor.IUpdate 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/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
----------
----------
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/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
----------
5 problems (5 warnings)
----------
1. WARNING in /home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ui/CMainTab.java (at line 36)
import org.eclipse.debug.ui.ILaunchConfigurationTab;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.debug.ui.ILaunchConfigurationTab 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.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/ManagedBuildInfo.java (at line 95)
CoreModel.getDefault().setRawPathEntries(cModelElement, new IPathEntry[]{containerEntry}, new NullProgressMonitor());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method setRawPathEntries(ICProject, IPathEntry[], IProgressMonitor) 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.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/ManagedBuildInfo.java (at line 1125)
CoreModel.getDefault().setRawPathEntries(cModelElement, new IPathEntry[]{containerEntry}, new NullProgressMonitor());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method setRawPathEntries(ICProject, IPathEntry[], IProgressMonitor) from the type CoreModel should be accessed in a static way
----------
2 problems (2 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/editor/CContentOutlinePage.java (at line 41)
import org.eclipse.ui.part.IPage;
^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ui.part.IPage is never used
----------
----------
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/CContentOutlinePage.java (at line 44)
import org.eclipse.ui.views.contentoutline.ContentOutlinePage;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ui.views.contentoutline.ContentOutlinePage is never used
----------
----------
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/editor/CEditor.java (at line 39)
import org.eclipse.jface.action.MenuManager;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.action.MenuManager is never used
----------
----------
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/OpenDeclarationsAction.java (at line 16)
import java.util.ArrayList;
^^^^^^^^^^^^^^^^^^^
The import java.util.ArrayList 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/OpenDeclarationsAction.java (at line 23)
import org.eclipse.cdt.core.model.ICElement;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.model.ICElement 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/OpenDeclarationsAction.java (at line 24)
import org.eclipse.cdt.core.model.ITranslationUnit;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.model.ITranslationUnit 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/OpenDeclarationsAction.java (at line 48)
import org.eclipse.cdt.core.search.BasicSearchResultCollector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.search.BasicSearchResultCollector 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/OpenDeclarationsAction.java (at line 50)
import org.eclipse.cdt.core.search.ICSearchScope;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.search.ICSearchScope is never used
----------
----------
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 52)
import org.eclipse.cdt.core.search.OrPattern;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.search.OrPattern is never used
----------
----------
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/search/actions/OpenDeclarationsAction.java (at line 62)
import org.eclipse.cdt.ui.IWorkingCopyManager;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.ui.IWorkingCopyManager is never used
----------
----------
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/search/actions/OpenDeclarationsAction.java (at line 439)
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
----------
----------
15. WARNING in /home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/CElementSorter.java (at line 120)
String[] headers = CoreModel.getDefault().getHeaderExtensions();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getHeaderExtensions() from the type CoreModel 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/ui/CElementSorter.java (at line 126)
String[] sources = CoreModel.getDefault().getSourceExtensions();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getSourceExtensions() from the type CoreModel 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/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
----------
----------
18. 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
----------
----------
19. 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
----------
----------
20. 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/RefactoringWizardDialog2.java (at line 28)
import org.eclipse.jface.resource.ImageDescriptor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.resource.ImageDescriptor is never used
----------
20 problems (20 warnings)