Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Fw: [cdt-test-dev] CDT Build 2.0.0.200404221010 failed

My beef is why should we be forced to develop with an integration build that has not even passed the automated units test. I feel this will just slow us down as we stumble over new bugs in the platform. When can we expect the platform to settle down? I don't want to be fixing thing over and over. Also there are some of use that don't have the cycles to stop and fix these problems right now....

Dave

Douglas Schaefer wrote:

Actually, use the integration build from this morning.

We have been in contact with Kevin Haaland, Mr. Eclipse Platform, and the word is that we should expect more changes. This means we'll all have to go from integration build to integration build until M9. I'm sure there will be unhappy campers out there. Please feel free to vent and I'll forward it on.

Doug Schaefer, IBM's Eclipse CDT Architect
Ottawa (Palladium), Ontario, Canada



Hoda Amer/Ottawa/IBM@IBMCA Sent by: cdt-dev-admin@xxxxxxxxxxx
04/22/2004 11:46 AM
Please respond to
cdt-dev


To
cdt-dev@xxxxxxxxxxx
cc

Subject
Re: [cdt-dev] Fw: [cdt-test-dev] CDT Build 2.0.0.200404221010 failed







Fixing the CCompletionProposal to use the new JFace interfaces has been applied. If you update from HEAD you will need to move to the Eclipse nightly build on April 22nd. Regards, Hoda Amer
Staff Software Engineer
Rational Software - IBM Software Group

Douglas Schaefer/Ottawa/IBM@IBMCA Sent by: cdt-dev-admin@xxxxxxxxxxx 04/22/2004 10:23 AM
Please respond to
cdt-dev


To
cdt-dev@xxxxxxxxxxx cc

Subject
[cdt-dev] Fw: [cdt-test-dev] CDT Build 2.0.0.200404221010 failed








Here we go. I've managed to work though my build problems and here are the compile errors (btw, we should really clean up these warning, too). Search
for ERROR.

Doug Schaefer, IBM's Eclipse CDT Architect
Ottawa (Palladium), Ontario, Canada
----- Forwarded by Douglas Schaefer/Ottawa/IBM on 04/22/2004 10:18 AM -----

Douglas Schaefer/Ottawa/IBM@IBMCA Sent by: cdt-test-dev-admin@xxxxxxxxxxx
04/22/2004 10:14 AM
Please respond to
cdt-test-dev


To
cdt-test-dev@xxxxxxxxxxx
cc

Subject
[cdt-test-dev] CDT Build 2.0.0.200404221010 failed






----------
1. 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 19)
               import org.eclipse.cdt.core.model.ISourceManipulation;
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.model.ISourceManipulation is never used
----------
----------
2. 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
----------
----------
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 16)
import org.eclipse.cdt.core.parser.ast.IASTElaboratedTypeSpecifier;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTElaboratedTypeSpecifier 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 17)
import org.eclipse.cdt.core.parser.ast.IASTEnumerationSpecifier;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTEnumerationSpecifier 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 18)
import org.eclipse.cdt.core.parser.ast.IASTOffsetableNamedElement;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTOffsetableNamedElement 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 19)
import org.eclipse.cdt.core.parser.ast.IASTQualifiedNameElement;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.parser.ast.IASTQualifiedNameElement 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 21)
               import org.eclipse.cdt.core.search.ICSearchConstants;
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cdt.core.search.ICSearchConstants is never used
----------
7 problems (7 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. ERROR 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/editors/DisassemblyEditor.java
(at line 27)
setDocumentProvider( CDebugUIPlugin.getDefault().getDisassemblyDocumentProvider() );
               ^^^^^^^^^^^^^^^^^^^
The method setDocumentProvider(DisassemblyDocumentProvider) is undefined for the type DisassemblyEditor
----------
8. ERROR 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/editors/DisassemblyEditor.java
(at line 28)
setSourceViewerConfiguration( new DisassemblySourceViewerConfiguration( CUIPlugin.getDefault().getAsmTextTools(), this ) );
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSourceViewerConfiguration(DisassemblySourceViewerConfiguration) is undefined for the type DisassemblyEditor
----------
9. ERROR 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/editors/DisassemblyEditor.java
(at line 29)
setEditorContextMenuId("#DisassemblyEditorContext"); //$NON-NLS-1$
               ^^^^^^^^^^^^^^^^^^^^^^
The method setEditorContextMenuId(String) is undefined for the type DisassemblyEditor
----------
10. ERROR 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/editors/DisassemblyEditor.java
(at line 30)
setRulerContextMenuId("#DisassemblyEditorRulerContext"); //$NON-NLS-1$
               ^^^^^^^^^^^^^^^^^^^^^
The method setRulerContextMenuId(String) is undefined for the type DisassemblyEditor
----------
----------
11. ERROR 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/views/disassembly/DisassemblyView.java
(at line 63)
import org.eclipse.ui.texteditor.ExtendedTextEditorPreferenceConstants;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ui.texteditor.ExtendedTextEditorPreferenceConstants
cannot be resolved
----------
12. ERROR 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/views/disassembly/DisassemblyView.java
(at line 85)
private final static String CURRENT_LINE = ExtendedTextEditorPreferenceConstants.EDITOR_CURRENT_LINE;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
13. ERROR 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/views/disassembly/DisassemblyView.java
(at line 90)
private final static String CURRENT_LINE_COLOR = ExtendedTextEditorPreferenceConstants.EDITOR_CURRENT_LINE_COLOR;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
13 problems (7 errors, 6 warnings)
----------
1. ERROR in /home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/CApplicationLaunchShortcut.java
(at line 34)
               import org.eclipse.debug.ui.ILaunchFilter;
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.debug.ui.ILaunchFilter cannot be resolved
----------
2. ERROR in /home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/CApplicationLaunchShortcut.java
(at line 50)
public class CApplicationLaunchShortcut implements ILaunchShortcut, ILaunchFilter {
         ^^^^^^^^^^^^^
ILaunchFilter cannot be resolved or is not a valid superinterface
----------
2 problems (2 errors)
----------
1. ERROR in /home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/editor/MakefileEditor.java
(at line 200)
IRegion region = getFindRepalceDocumentAdapter().search(start, var, true, true, true, false);
                                                                ^^^^^^
The method search(int, String, boolean, boolean, boolean, boolean) is undefined for the type FindReplaceDocumentAdapter
----------
1 problem (1 error)
----------
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. ERROR 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/asm/AsmTextEditor.java
(at line 29)
               import org.eclipse.ui.texteditor.ExtendedTextEditor;
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ui.texteditor.ExtendedTextEditor cannot be resolved
----------
3. ERROR 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/asm/AsmTextEditor.java
(at line 39)
               public class AsmTextEditor extends ExtendedTextEditor {
                                                  ^^^^^^^^^^^^^^^^^^
ExtendedTextEditor cannot be resolved or is not a valid superclass
----------
4. ERROR 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/asm/AsmTextEditor.java
(at line 57)
setSourceViewerConfiguration(new AsmSourceViewerConfiguration(textTools, this));
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSourceViewerConfiguration(AsmSourceViewerConfiguration) is undefined for the type AsmTextEditor
----------
5. ERROR 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/asm/AsmTextEditor.java
(at line 58)
setDocumentProvider(CUIPlugin.getDefault().getDocumentProvider());
               ^^^^^^^^^^^^^^^^^^^
The method setDocumentProvider(CDocumentProvider) is undefined for the type AsmTextEditor
----------
6. ERROR 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/asm/AsmTextEditor.java
(at line 59)
               setRangeIndicator(new DefaultRangeIndicator());
               ^^^^^^^^^^^^^^^^^
The method setRangeIndicator(DefaultRangeIndicator) is undefined for the type AsmTextEditor
----------
7. ERROR 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/asm/AsmTextEditor.java
(at line 63)
setPreferenceStore(CUIPlugin.getDefault().getPreferenceStore());
               ^^^^^^^^^^^^^^^^^^
The method setPreferenceStore(IPreferenceStore) is undefined for the type AsmTextEditor
----------
8. ERROR 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/asm/AsmTextEditor.java
(at line 64)
setEditorContextMenuId("#ASMEditorContext"); //$NON-NLS-1$
               ^^^^^^^^^^^^^^^^^^^^^^
The method setEditorContextMenuId(String) is undefined for the type AsmTextEditor
----------
9. ERROR 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/asm/AsmTextEditor.java
(at line 65)
setRulerContextMenuId("#ASMEditorRulerContext"); //$NON-NLS-1$
               ^^^^^^^^^^^^^^^^^^^^^
The method setRulerContextMenuId(String) is undefined for the type AsmTextEditor
----------
10. ERROR 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/asm/AsmTextEditor.java
(at line 88)
               Shell shell= getSite().getShell();
                            ^^^^^^^
The method getSite() is undefined for the type AsmTextEditor
----------
11. ERROR 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/asm/AsmTextEditor.java
(at line 110)
getDocumentProvider().saveDocument(monitor, newInput, getDocumentProvider().getDocument(getEditorInput()), true);
               ^^^^^^^^^^^^^^^^^^^
The method getDocumentProvider() is undefined for the type <anonymous subclass of WorkspaceModifyOperation>
----------
12. ERROR 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/asm/AsmTextEditor.java
(at line 110)
getDocumentProvider().saveDocument(monitor, newInput, getDocumentProvider().getDocument(getEditorInput()), true);
^^^^^^^^^^^^^^^^^^^
The method getDocumentProvider() is undefined for the type <anonymous subclass of WorkspaceModifyOperation>
----------
13. ERROR 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/asm/AsmTextEditor.java
(at line 110)
getDocumentProvider().saveDocument(monitor, newInput, getDocumentProvider().getDocument(getEditorInput()), true);
                             ^^^^^^^^^^^^^^
The method getEditorInput() is undefined for the type <anonymous subclass of WorkspaceModifyOperation>
----------
14. ERROR 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/asm/AsmTextEditor.java
(at line 117)
               getDocumentProvider().aboutToChange(newInput);
               ^^^^^^^^^^^^^^^^^^^
The method getDocumentProvider() is undefined for the type AsmTextEditor
----------
15. ERROR 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/asm/AsmTextEditor.java
(at line 128)
               getDocumentProvider().changed(newInput);
               ^^^^^^^^^^^^^^^^^^^
The method getDocumentProvider() is undefined for the type AsmTextEditor
----------
16. ERROR 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/asm/AsmTextEditor.java
(at line 130)
               setInput(newInput);
               ^^^^^^^^
The method setInput(IEditorInput) is undefined for the type AsmTextEditor
----------
17. ERROR 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/asm/AsmTextEditor.java
(at line 148)
return affects ? affects : super.affectsTextPresentation(event);
                                                ^^^^^^^^^^^^^^^^^^^^^^^
The method affectsTextPresentation(PropertyChangeEvent) is undefined for the type Object
----------
18. ERROR 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/asm/AsmTextEditor.java
(at line 156)
               super.createActions();
                     ^^^^^^^^^^^^^
The method createActions() is undefined for the type Object
----------
19. ERROR 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/asm/AsmTextEditor.java
(at line 167)
               super.editorContextMenuAboutToShow(menu);
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method editorContextMenuAboutToShow(IMenuManager) is undefined for the
type Object
----------
20. ERROR 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/asm/AsmTextEditor.java
(at line 168)
addAction(menu, ITextEditorActionConstants.GROUP_EDIT, ITextEditorActionConstants.SHIFT_RIGHT);
               ^^^^^^^^^
The method addAction(IMenuManager, String, String) is undefined for the type AsmTextEditor
----------
21. ERROR 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/asm/AsmTextEditor.java
(at line 169)
addAction(menu, ITextEditorActionConstants.GROUP_EDIT, ITextEditorActionConstants.SHIFT_LEFT);
               ^^^^^^^^^
The method addAction(IMenuManager, String, String) is undefined for the type AsmTextEditor
----------
----------
22. ERROR 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/CEditorPreferencePage.java
(at line 64)
import org.eclipse.ui.texteditor.ExtendedTextEditorPreferenceConstants;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ui.texteditor.ExtendedTextEditorPreferenceConstants
cannot be resolved
----------
23. ERROR 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/CEditorPreferencePage.java
(at line 82)
protected final String[][] fAppearanceColorListModel = new String[][] { { PreferencesMessages.getString("CEditorPreferencePage.behaviorPage.lineNumberColor"), ExtendedTextEditorPreferenceConstants.EDITOR_LINE_NUMBER_RULER_COLOR }, //$NON-NLS-1$
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
24. ERROR 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/CEditorPreferencePage.java
(at line 187)
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, ExtendedTextEditorPreferenceConstants.EDITOR_CURRENT_LINE_COLOR));
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
25. ERROR 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/CEditorPreferencePage.java
(at line 188)
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, ExtendedTextEditorPreferenceConstants.EDITOR_CURRENT_LINE));
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
26. ERROR 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/CEditorPreferencePage.java
(at line 190)
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, ExtendedTextEditorPreferenceConstants.EDITOR_PRINT_MARGIN_COLOR));
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
27. ERROR 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/CEditorPreferencePage.java
(at line 191)
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.INT, ExtendedTextEditorPreferenceConstants.EDITOR_PRINT_MARGIN_COLUMN));
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
28. ERROR 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/CEditorPreferencePage.java
(at line 192)
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, ExtendedTextEditorPreferenceConstants.EDITOR_PRINT_MARGIN));
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
29. ERROR 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/CEditorPreferencePage.java
(at line 194)
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, ExtendedTextEditorPreferenceConstants.EDITOR_LINE_NUMBER_RULER_COLOR));
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
30. ERROR 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/CEditorPreferencePage.java
(at line 195)
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, ExtendedTextEditorPreferenceConstants.EDITOR_LINE_NUMBER_RULER));
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
31. ERROR 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/CEditorPreferencePage.java
(at line 196)
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, ExtendedTextEditorPreferenceConstants.EDITOR_OVERVIEW_RULER));
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
32. ERROR 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/CEditorPreferencePage.java
(at line 249)

store.setDefault(ExtendedTextEditorPreferenceConstants.EDITOR_CURRENT_LINE,
true);
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
33. ERROR 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/CEditorPreferencePage.java
(at line 250)
PreferenceConverter.setDefault(store, ExtendedTextEditorPreferenceConstants.EDITOR_CURRENT_LINE_COLOR, new RGB(225, 235, 224));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
34. ERROR 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/CEditorPreferencePage.java
(at line 252)

store.setDefault(ExtendedTextEditorPreferenceConstants.EDITOR_PRINT_MARGIN,
true);
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
35. ERROR 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/CEditorPreferencePage.java
(at line 253)

store.setDefault(ExtendedTextEditorPreferenceConstants.EDITOR_PRINT_MARGIN_COLUMN,
80);
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
36. ERROR 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/CEditorPreferencePage.java
(at line 254)
PreferenceConverter.setDefault(store, ExtendedTextEditorPreferenceConstants.EDITOR_PRINT_MARGIN_COLOR, new RGB(176, 180, 185));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
37. ERROR 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/CEditorPreferencePage.java
(at line 290)

store.setDefault(ExtendedTextEditorPreferenceConstants.EDITOR_LINE_NUMBER_RULER,
false);
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
38. ERROR 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/CEditorPreferencePage.java
(at line 291)
PreferenceConverter.setDefault(store, ExtendedTextEditorPreferenceConstants.EDITOR_LINE_NUMBER_RULER_COLOR, new RGB(0, 0, 0));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
39. ERROR 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/CEditorPreferencePage.java
(at line 293)

store.setDefault(ExtendedTextEditorPreferenceConstants.EDITOR_OVERVIEW_RULER,
true);
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
40. ERROR 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/CEditorPreferencePage.java
(at line 784)
addTextField(behaviorComposite, label, ExtendedTextEditorPreferenceConstants.EDITOR_PRINT_MARGIN_COLUMN, 4, 0, true);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
41. ERROR 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/CEditorPreferencePage.java
(at line 793)
addCheckBox(behaviorComposite, label, ExtendedTextEditorPreferenceConstants.EDITOR_LINE_NUMBER_RULER, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ExtendedTextEditorPreferenceConstants cannot be resolved
----------
42. ERROR 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/CEditorPreferencePage.java
(at line 796)
fLineHighlightButton = addCheckBox(behaviorComposite, label, ExtendedTextEditorPreferenceConstants.EDITOR_CURRENT_LINE, 0);
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
43. ERROR 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/CEditorPreferencePage.java
(at line 799)
addCheckBox(behaviorComposite, label, ExtendedTextEditorPreferenceConstants.EDITOR_OVERVIEW_RULER, 0);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
44. ERROR 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/CEditorPreferencePage.java
(at line 802)
addCheckBox(behaviorComposite, label, ExtendedTextEditorPreferenceConstants.EDITOR_PRINT_MARGIN, 0);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ExtendedTextEditorPreferenceConstants cannot be resolved
----------
----------
45. 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
----------
----------
46. 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
----------
----------
47. 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
----------
----------
48. 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
----------
----------
49. 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
----------
----------
50. 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
----------
----------
51. 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
----------
----------
52. ERROR 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/CCompletionProposal.java
(at line 38)
               import org.eclipse.jface.text.link.ILinkedListener;
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.text.link.ILinkedListener cannot be resolved
----------
53. ERROR 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/CCompletionProposal.java
(at line 39)
               import org.eclipse.jface.text.link.LinkedEnvironment;
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.text.link.LinkedEnvironment cannot be resolved
----------
54. ERROR 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/CCompletionProposal.java
(at line 41)
               import org.eclipse.jface.text.link.LinkedUIControl;
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.text.link.LinkedUIControl cannot be resolved
----------
55. ERROR 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/CCompletionProposal.java
(at line 42)
import org.eclipse.jface.text.link.LinkedUIControl.ExitFlags;
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.text.link.LinkedUIControl cannot be resolved
----------
56. ERROR 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/CCompletionProposal.java
(at line 43)
import org.eclipse.jface.text.link.LinkedUIControl.IExitPolicy;
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.text.link.LinkedUIControl cannot be resolved
----------
57. ERROR 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/CCompletionProposal.java
(at line 52)
import org.eclipse.ui.texteditor.link.EditorHistoryUpdater;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ui.texteditor.link.EditorHistoryUpdater cannot be resolved
----------
58. ERROR 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/CCompletionProposal.java
(at line 55)
public class CCompletionProposal implements ICCompletionProposal, ICompletionProposalExtension, ICompletionProposalExtension2, ICompletionProposalExtension3 {
                            ^^^^^^^^^^^^^^^^^^^
Class must implement the inherited abstract method ICompletionProposalExtension3.getPrefixCompletionStart(IDocument, int)
----------
59. ERROR 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/CCompletionProposal.java
(at line 55)
public class CCompletionProposal implements ICCompletionProposal, ICompletionProposalExtension, ICompletionProposalExtension2, ICompletionProposalExtension3 {
                            ^^^^^^^^^^^^^^^^^^^
Class must implement the inherited abstract method ICompletionProposalExtension3.getPrefixCompletionText(IDocument, int)
----------
60. ERROR 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/CCompletionProposal.java
(at line 199)
               group.createPosition(document, newOffset, 0);
                     ^^^^^^^^^^^^^^
The method createPosition(IDocument, int, int) is undefined for the type LinkedPositionGroup
----------
61. ERROR in /home1/schaefer/eclipse/build-2.0/workspace/org.eclipse.cdt.releng/results/plugins/o

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


Back to the top