Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Fw: [cdt-test-dev] CDT Build 2.0.0.200405211420 completed

A couple of notes about this build:

1. I have introduced an SDK feature, org.eclipse.cdt.sdk. This feature now 
contains the automatically generated source features. Eventually, it will 
also contain the ISV doc, once we write one...
2. This build was built against what I think will turn into the Eclipse M9 
build (200405211200). There were no API changes that I could detect.

Cheers,
Doug Schaefer, IBM's Eclipse CDT Architect
Ottawa (Palladium), Ontario, Canada
----- Forwarded by Douglas Schaefer/Ottawa/IBM on 05/21/2004 02:43 PM 
-----

Douglas Schaefer/Ottawa/IBM@IBMCA 
Sent by: cdt-test-dev-admin@xxxxxxxxxxx
05/21/2004 02:39 PM
Please respond to
cdt-test-dev


To
cdt-test-dev@xxxxxxxxxxx
cc

Subject
[cdt-test-dev] CDT Build 2.0.0.200405211420 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/search/CSearchResultCollector.java 
(at line 16)
                 import java.text.MessageFormat;
                        ^^^^^^^^^^^^^^^^^^^^^^^
The import java.text.MessageFormat 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/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
----------
----------
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/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
----------
----------
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/actions/OpenDeclarationsAction.java 
(at line 16)
                 import java.util.ArrayList;
                        ^^^^^^^^^^^^^^^^^^^
The import java.util.ArrayList is never used
----------
----------
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 23)
                 import org.eclipse.cdt.core.model.ICElement;
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.model.ICElement 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 24)
                 import org.eclipse.cdt.core.model.ITranslationUnit;
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.model.ITranslationUnit 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 48)
                 import 
org.eclipse.cdt.core.search.BasicSearchResultCollector;
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.search.BasicSearchResultCollector 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 50)
                 import org.eclipse.cdt.core.search.ICSearchScope;
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.search.ICSearchScope 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 52)
                 import org.eclipse.cdt.core.search.OrPattern;
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.search.OrPattern 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 62)
                 import org.eclipse.cdt.ui.IWorkingCopyManager;
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.ui.IWorkingCopyManager 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 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
----------
----------
14. 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
----------
----------
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 126)
                 String[] sources = 
CoreModel.getDefault().getSourceExtensions();
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method getSourceExtensions() 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/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
----------
----------
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/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
----------
----------
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 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
----------
----------
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/RefactoringWizardDialog2.java 
(at line 28)
                 import org.eclipse.jface.resource.ImageDescriptor;
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.resource.ImageDescriptor is never used
----------
19 problems (19 warnings)

_______________________________________________
cdt-test-dev mailing list
cdt-test-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-test-dev



Back to the top