!!HELP!! Errors in CDT after loading source in plugin projects [message #64430] |
Thu, 13 March 2003 15:47 |
Eclipse User |
|
|
|
Originally posted by: derek.p.gilbert.intel.com
I could not access the CDT CVS from behing our corporate firewall. So, I
download the CDT plugins. I then downloaded the source zip from the stable
builds (1.0.1 F1 - source). I abstracted them both to the same directory
so that the source zips were extracted into thier correct plugin
directory. I then imported these plugins into eclipse which then created
plugin projects for the entire CDT and included thier source. However,
after the import eclipse does a rebuild of all projects. I am gettings
about 6 errors and 50 warnings in the tasks list. When I run a "Run-time
Workbench" with these plugins everything seems to work fine and I can
debug through the CDT. Should I be getting errors though when I build. I
want to extend the CDT but I won't be able to build. How do I import the
CDT correctly into eclipse? I tried to follow the "2.1.1 Using Features to
Build the CDT Distribution" but I didn't see any feature in
org.eclipse.cdt_1.0.1. Did I do this correctly by abstracting the source
files into the plugins and importing them. That should work. Below I
copied all the Warnings and Errors from Eclipse tasks. The errors are only
occuring in:
org.eclipse.cdt.core.parser - BinaryContainerAdapter.java
org.eclipse.cdt.core.parser - BinaryFileAdapter.java
org.eclipse.cdt.ui.editor - CEditor.java
Thanks here are the errors
Kind Status Priority Description Resource In Folder Location
Kind Status Priority Description Resource In Folder Location
Error Class must implement the inherited abstract method
IResource.getRawLocation() BinaryFileAdapter.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/model/parser line
24
Error Class must implement the inherited abstract method
IResource.accept(IResourceProxyVisitor,
int) BinaryFileAdapter.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/model/parser line
24
Error Class must implement the inherited abstract method
IResource.getRawLocation() BinaryContainerAdapter.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/model/parser line
25
Error Class must implement the inherited abstract method
IResource.accept(IResourceProxyVisitor,
int) BinaryContainerAdapter.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/model/parser line
25
Kind Status Priority Description Resource In Folder Location
Error Cannot reduce the visibility of the inherited method from
TextEditor CEditor.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/edi tor line
1564
Warning Unknown attribute
'actionID'. plugin.xml org.eclipse.cdt.debug.ui line 647
Warning Referenced class 'org.eclipse.cdt.debug.core.ICBreakpoint' in
attribute 'objectClass' cannot be
found. plugin.xml org.eclipse.cdt.debug.ui line 343
Warning The assignment to variable token has no
effect MIInferior.java org.eclipse.cdt.debug.mi.core/src-cdtmicore/org/eclipse/cdt/ debug/mi/core line
73
Warning The static field MGridData.BEGINNING should be accessed in a
static
way DialogField.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/wiz ards/dialogfields line
36
Warning The static field CCodeReader.EOF should be accessed in a static
way CPairMatcher.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/tex t line
178
Warning The static field CCodeReader.EOF should be accessed in a static
way CPairMatcher.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/tex t line
157
Warning The static field ISourceViewer.CONTENTASSIST_PROPOSALS should be
accessed in a static
way EditTemplateDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/pre ferences line
444
Warning The static field GridData.BEGINNING should be accessed in a
static
way AbstractElementListSelectionDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/dia logs line
105
Warning The static field ITextOperationTarget.SELECT_ALL should be
accessed in a static
way EditTemplateDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/pre ferences line
440
Warning The static field GridData.FILL should be accessed in a static
way AbstractElementListSelectionDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/dia logs line
104
Warning The static field ITextOperationTarget.PASTE should be accessed
in a static
way EditTemplateDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/pre ferences line
436
Warning The static field GridData.FILL should be accessed in a static
way AbstractElementListSelectionDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/dia logs line
90
Warning The static field ITextOperationTarget.COPY should be accessed in
a static
way EditTemplateDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/pre ferences line
432
Warning The static field GridData.FILL should be accessed in a static
way AbstractElementListSelectionDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/dia logs line
89
Warning The static method forName(String) from the type Class should be
accessed in a static
way ErrorParserManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/core line
133
Warning The static field ITextOperationTarget.CUT should be accessed in
a static
way EditTemplateDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/pre ferences line
428
Warning The static field ITextOperationTarget.UNDO should be accessed in
a static
way EditTemplateDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/pre ferences line
424
Warning The static field IContentAssistant.CONTEXT_INFO_ABOVE should be
accessed in a static
way EditTemplateDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/pre ferences line
114
Warning The static field IContentAssistant.PROPOSAL_OVERLAY should be
accessed in a static
way EditTemplateDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/pre ferences line
113
Warning The static field GridData.BEGINNING should be accessed in a
static
way SelectionList.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/dia logs line
73
Warning The static field GridData.FILL should be accessed in a static
way SelectionList.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/dia logs line
72
Warning The static method translation_unit() from the type CPPParser
should be accessed in a static
way CStructurizer.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser line
39
Warning The static field CPairMatcher.RIGHT should be accessed in a
static
way BracketPainter.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/edi tor line
91
Warning The static method setParserCallback(ParserCallback) from the
type CPPParser should be accessed in a static
way CStructurizer.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser line
37
Warning The static method ReInit(InputStream) from the type CPPParser
should be accessed in a static
way CStructurizer.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser line
35
Warning The static field PE.Attribute.PE_TYPE_OBJ should be accessed in
a static
way PE.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/coff line
410
Warning The static field PE.Attribute.PE_TYPE_EXE should be accessed in
a static
way PE.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/coff line
408
Warning The static field PE.Attribute.PE_TYPE_SHLIB should be accessed
in a static
way PE.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/coff line
406
Warning The method getInitialSelections() from the type SelectionDialog
is
deprecated SelectionStatusDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/dia logs line
127
Warning The method getInitialSelections() from the type SelectionDialog
is
deprecated SelectionStatusDialog.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/dia logs line
89
Warning The static field CCorePlugin.PLUGIN_ID should be accessed in a
static
way ConversionWizard.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/ui/wizards/conv ersion line
142
Warning The static method getMatchingFunctions(String) from the type
CCompletionContributorManager should be accessed in a static
way CCompletionProcessor.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/tex t line
348
Warning The static field Window.OK should be accessed in a static
way OpenOnSelectionAction.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/edi tor line
257
Error Class must implement the inherited abstract method
IResource.getRawLocation() BinaryFileAdapter.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/model/parser line
24
Error Class must implement the inherited abstract method
IResource.accept(IResourceProxyVisitor,
int) BinaryFileAdapter.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/model/parser line
24
Error Class must implement the inherited abstract method
IResource.getRawLocation() BinaryContainerAdapter.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/model/parser line
25
Error Class must implement the inherited abstract method
IResource.accept(IResourceProxyVisitor,
int) BinaryContainerAdapter.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/model/parser line
25
Warning Referenced class
'org.eclipse.cdt.core.debug.ui.CDebugModelPresentation' in attribute
'class' cannot be found. plugin.xml org.eclipse.cdt.ui line 398
Warning Required attribute 'id' not
defined. plugin.xml org.eclipse.cdt.ui line 355
Warning Required attribute 'id' not
defined. plugin.xml org.eclipse.cdt.ui line 348
Warning Unknown attribute 'actionID'. plugin.xml org.eclipse.cdt.ui line
278
Warning Referenced resource 'icons/full/obj16/file_obj.gif' in attribute
'icon' cannot be found. plugin.xml org.eclipse.cdt.ui line 217
Warning The static field MGridData.FILL should be accessed in a static
way TabFolderPage.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/ui/wizards line
60
Warning The static method
addElementChangedListener(IElementChangedListener) from the type CoreModel
should be accessed in a static
way IndexManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/index line
254
Warning The static field MGridData.FILL should be accessed in a static
way TabFolderPage.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/ui/wizards line
58
Warning The static method
removeElementChangedListener(IElementChangedListener) from the type
CoreModel should be accessed in a static
way IndexManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/index line
246
Warning The static method interrupted() from the type Thread should be
accessed in a static
way IndexManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/index line
245
Warning The static method sleep(long) from the type Thread should be
accessed in a static
way IndexManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/index line
99
Warning The static method debugLog(String) from the type MIPlugin should
be accessed in a static
way RxThread.java org.eclipse.cdt.debug.mi.core/src-cdtmicore/org/eclipse/cdt/ debug/mi/core line
73
Warning The static field IContentAssistant.PROPOSAL_OVERLAY should be
accessed in a static
way CSourceViewerConfiguration.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/tex t line
175
Warning The static method log(IStatus) from the type CDebugUIPlugin
should be accessed in a static
way AddExpressionActionDelegate.java org.eclipse.cdt.debug.ui/src-cdtdebugui/org/eclipse/cdt/debu g/internal/ui/actions line
162
Warning The static field Window.OK should be accessed in a static
way OpenIncludeAction.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/edi tor line
150
Warning The type OpenPerspectiveMenu is
deprecated CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
890
Warning The static method getActivePage() from the type CDebugUIPlugin
should be accessed in a static
way AddExpressionActionDelegate.java org.eclipse.cdt.debug.ui/src-cdtdebugui/org/eclipse/cdt/debu g/internal/ui/actions line
150
Warning The constructor OpenPerspectiveMenu(IWorkbenchWindow,
IAdaptable) is
deprecated CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
890
Warning The static method getResourceBundle() from the type CUIPlugin
should be accessed in a static
way CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
526
Warning The static field ITextOperationTarget.SELECT_ALL should be
accessed in a static
way BuildConsoleView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/bui ldconsole line
89
Warning The type CreateFolderAction is
deprecated CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
524
Warning The static field ITextOperationTarget.COPY should be accessed in
a static
way BuildConsoleView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/bui ldconsole line
88
Warning The constructor CreateFolderAction(Shell) is
deprecated CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
524
Warning The static method getResourceBundle() from the type CUIPlugin
should be accessed in a static
way CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
521
Warning The type CreateFileAction is
deprecated CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
519
Warning The constructor CreateFileAction(Shell) is
deprecated CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
519
Warning The type CreateFolderAction is
deprecated CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
141
Warning The static field MGridData.FILL should be accessed in a static
way StringDialogField.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/wiz ards/dialogfields line
79
Warning The type CreateFileAction is
deprecated CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
140
Warning The type OpenPerspectiveMenu is
deprecated CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
101
Warning The type CreateFolderAction is
deprecated CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
95
Warning The type CreateFileAction is
deprecated CView.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
94
Warning The static method getNextToken() from the type
CPPParserTokenManager should be accessed in a static
way CPPParser.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
9823
Warning The static method getNextToken() from the type
CPPParserTokenManager should be accessed in a static
way CPPParser.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
9816
Warning The static method getNextToken() from the type
CPPParserTokenManager should be accessed in a static
way CPPParser.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
9806
Warning The static method getNextToken() from the type
CPPParserTokenManager should be accessed in a static
way CPPParser.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
9789
Warning The static method getNextToken() from the type
CPPParserTokenManager should be accessed in a static
way CPPParser.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
9764
Warning The static field MGridData.FILL should be accessed in a static
way MGridLayout.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/wiz ards/swt line
661
Warning The static method ReInit(ASCII_CharStream) from the type
CPPParserTokenManager should be accessed in a static
way CPPParser.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
9728
Warning The assignment to variable widgetY has no
effect MGridLayout.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/wiz ards/swt line
659
Warning The static method ReInit(Reader, int, int) from the type
ASCII_CharStream should be accessed in a static
way CPPParser.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
9727
Warning The static field MGridData.END should be accessed in a static
way MGridLayout.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/wiz ards/swt line
656
Warning The static method ReInit(ASCII_CharStream) from the type
CPPParserTokenManager should be accessed in a static
way CPPParser.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
9701
Warning The static field MGridData.CENTER should be accessed in a static
way MGridLayout.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/wiz ards/swt line
654
Warning The static method ReInit(InputStream, int, int) from the type
ASCII_CharStream should be accessed in a static
way CPPParser.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
9700
Warning The static method backup(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2348
Warning The static field MGridData.FILL should be accessed in a static
way MGridLayout.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/wiz ards/swt line
644
Warning The static method adjustBeginLineColumn(int, int) from the type
ASCII_CharStream should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2347
Warning The static field MGridData.END should be accessed in a static
way MGridLayout.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/wiz ards/swt line
639
Warning The static method GetSuffix(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2346
Warning The static field MGridData.CENTER should be accessed in a static
way MGridLayout.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/wiz ards/swt line
637
Warning The static method GetSuffix(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2344
Warning The static method GetSuffix(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2335
Warning The static method GetSuffix(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2333
Warning The static method getBeginColumn() from the type
ASCII_CharStream should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2329
Warning The field AbstractTextEditor.PREFERENCE_FONT is
deprecated CEditorPreferencePage.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/pre ferences line
582
Warning The static method getBeginLine() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2329
Error Cannot reduce the visibility of the inherited method from
TextEditor CEditor.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/edi tor line
1564
Warning The static method canActionBeAdded(ISelection) from the type
SearchForReferencesAction should be accessed in a static
way CEditor.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/edi tor line
660
Warning The static method GetSuffix(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2327
Warning The static method GetSuffix(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2325
Warning The static method getBeginColumn() from the type
ASCII_CharStream should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2321
Warning The static method getBeginLine() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2321
Warning The static method GetSuffix(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2319
Warning The static method GetSuffix(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2317
Warning The static method backup(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2313
Warning The static field CView.TAG_SHOWLIBRARIES should be accessed in a
static
way ShowLibrariesAction.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
59
Warning The static method GetSuffix(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2312
Warning The static method GetSuffix(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2310
Warning The static method GetImage() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2297
Warning The static field AbstractTreeViewer.ALL_LEVELS should be
accessed in a static
way CContentOutlinePage.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/edi tor line
136
Warning The static method backup(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2296
Warning The static method GetImage() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2287
Warning The static method backup(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2284
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2284
Warning The assignment to variable miEvent has no
effect EventManager.java org.eclipse.cdt.debug.mi.core/src-cdtmicore/org/eclipse/cdt/ debug/mi/core/cdi line
47
Warning The static method getEndColumn() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2281
Warning The static method getEndLine() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2280
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2275
Warning The static method backup(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2254
Warning The static method BeginToken() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2183
Warning The static method backup(int) from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2181
Warning The static method BeginToken() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2165
Warning The static method getEndColumn() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2142
Warning The static method getEndLine() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2141
Warning The static method getBeginColumn() from the type
ASCII_CharStream should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2140
Warning The static method getBeginLine() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2139
Warning The static method GetImage() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2138
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
2019
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
1928
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
1912
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
1241
Warning The import org.eclipse.jface.viewers.IStructuredSelection is
never
used SelectionUtil.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/uti l line
15
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
1219
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
1185
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
1143
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
1083
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
1015
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
945
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
869
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
739
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
625
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
505
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
425
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
311
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
231
Warning The static method readChar() from the type ASCII_CharStream
should be accessed in a static
way CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
162
Warning The import org.eclipse.cdt.internal.parser.ParserCallback is
never
used CPPParserTokenManager.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/pa rser/generated line
4
Warning The static method debugLog(String) from the type MIPlugin should
be accessed in a static
way MISession.java org.eclipse.cdt.debug.mi.core/src-cdtmicore/org/eclipse/cdt/ debug/mi/core line
279
Warning The static method getFunctionInfo(String) from the type
CCompletionContributorManager should be accessed in a static
way AddIncludeOnSelectionAction.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/edi tor line
137
Warning The static method log(Throwable) from the type CUIPlugin should
be accessed in a static
way CContentProvider.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui line
82
Warning The static method
removeElementChangedListener(IElementChangedListener) from the type
CoreModel should be accessed in a static
way CContentProvider.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui line
57
Warning The static method
addElementChangedListener(IElementChangedListener) from the type CoreModel
should be accessed in a static
way CContentProvider.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui line
55
Warning The static method
removeElementChangedListener(IElementChangedListener) from the type
CoreModel should be accessed in a static
way CContentProvider.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui line
41
Warning The static field CCorePlugin.PLUGIN_ID should be accessed in a
static
way ConvertProjectWizardPage.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/ui/wizards/conv ersion line
514
Warning The static field CCorePlugin.PLUGIN_ID should be accessed in a
static
way ConvertProjectWizardPage.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/ui/wizards/conv ersion line
507
Warning The static field Window.OK should be accessed in a static
way FilterSelectionAction.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/cvi ew line
59
Warning The static field Window.OK should be accessed in a static
way TemplatePreferencePage.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/pre ferences line
393
Warning The static field Window.OK should be accessed in a static
way TemplatePreferencePage.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/pre ferences line
371
Warning The static field Coff.FileHeader.FILHSZ should be accessed in a
static
way Coff.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/coff line
451
Warning The static method getResourceBundle() from the type CUIPlugin
should be accessed in a static
way CEditorActionContributor.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/edi tor line
39
Warning The static field MGridData.FILL should be accessed in a static
way StringButtonDialogField.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/internal/ui/wiz ards/dialogfields line
80
Warning The static field GridData.END should be accessed in a static
way CBreakpointPropertiesDialog.java org.eclipse.cdt.debug.ui/src-cdtdebugui/org/eclipse/cdt/debu g/internal/ui/actions line
463
Warning The static field Elf.ELFhdr.ELFDATA2LSB should be accessed in a
static
way Elf.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/elf line
858
Warning The static field Elf.ELFhdr.EI_DATA should be accessed in a
static
way Elf.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/elf line
858
Warning The static field Elf.ELFhdr.ELFDATA2LSB should be accessed in a
static
way Elf.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/elf line
846
Warning The static field Elf.ELFhdr.EI_DATA should be accessed in a
static
way Elf.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/elf line
846
Warning The static field Elf.Section.SHT_DYNSYM should be accessed in a
static
way Elf.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/elf line
749
Warning The static field Elf.Section.SHT_SYMTAB should be accessed in a
static
way Elf.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/elf line
747
Warning The static field Elf.Attribute.ELF_TYPE_SHLIB should be accessed
in a static
way Elf.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/elf line
629
Warning The static field Elf.Attribute.ELF_TYPE_OBJ should be accessed
in a static
way Elf.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/elf line
626
Warning The static field Elf.Attribute.ELF_TYPE_EXE should be accessed
in a static
way Elf.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/elf line
623
Warning The static field Elf.Attribute.ELF_TYPE_CORE should be accessed
in a static
way Elf.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/elf line
620
Warning The static field Elf.Dynamic.DT_NULL should be accessed in a
static
way Elf.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/utils/elf line
533
Warning The static method delay() from the type IndexManager should be
accessed in a static
way CTagsRunner.java org.eclipse.cdt.core/src-cdtcore/org/eclipse/cdt/internal/co re/index line
31
Warning The static field CCorePlugin.PLUGIN_ID should be accessed in a
static
way StdMakeProjectWizard.java org.eclipse.cdt.ui/src-cdtui/org/eclipse/cdt/ui/wizards line
109
Thanks,
Derek
|
|
|
Powered by
FUDForum. Page generated in 0.03079 seconds