Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-test-dev] CDT Build 2.0.0.200405060300 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/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
----------
----------
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 16)
	import org.eclipse.cdt.core.parser.ast.IASTElaboratedTypeSpecifier;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTElaboratedTypeSpecifier 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 17)
	import org.eclipse.cdt.core.parser.ast.IASTEnumerationSpecifier;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTEnumerationSpecifier 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 18)
	import org.eclipse.cdt.core.parser.ast.IASTOffsetableNamedElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTOffsetableNamedElement 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 19)
	import org.eclipse.cdt.core.parser.ast.IASTQualifiedNameElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTQualifiedNameElement 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 21)
	import org.eclipse.cdt.core.search.ICSearchConstants;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.search.ICSearchConstants 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/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
----------
----------
10. 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
----------
10 problems (10 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/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.ui/src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java (at line 16)
	import org.eclipse.cdt.internal.ui.editor.FileSearchAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.internal.ui.editor.FileSearchAction 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/cview/MainActionGroup.java (at line 17)
	import org.eclipse.cdt.internal.ui.editor.FileSearchActionInWorkingSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.internal.ui.editor.FileSearchActionInWorkingSet 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/cview/MainActionGroup.java (at line 19)
	import org.eclipse.cdt.internal.ui.editor.SearchDialogAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.internal.ui.editor.SearchDialogAction 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/editor/CContentOutlinePage.java (at line 41)
	import org.eclipse.ui.part.IPage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ui.part.IPage 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/editor/CContentOutlinePage.java (at line 44)
	import org.eclipse.ui.views.contentoutline.ContentOutlinePage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ui.views.contentoutline.ContentOutlinePage is never used
----------
----------
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/editor/CEditor.java (at line 39)
	import org.eclipse.jface.action.MenuManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.action.MenuManager 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/CSearchResultCollector.java (at line 16)
	import java.text.MessageFormat;
	       ^^^^^^^^^^^^^^^^^^^^^^^
The import java.text.MessageFormat 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/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
----------
----------
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/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
----------
----------
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 509)
	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
----------
----------
11. 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
----------
----------
12. 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
----------
----------
13. 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
----------
----------
14. 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
----------
14 problems (14 warnings)



Back to the top