Bug 6885 - References to Field not found
Summary: References to Field not found
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-13 03:42 EST by Erich Gamma CLA
Modified: 2003-03-17 11:47 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erich Gamma CLA 2001-12-13 03:42:33 EST
workbench with org.eclipse.ui as a binary project.
1) search for declarations of the field PRINT
2) select the match in ITextOperationTarget in the
   search result view
3) references in Workspace 
->no match is reported
There is a match in the org.eclipse.jface.text.TextViewer class
Comment 1 Erich Gamma CLA 2001-12-13 03:44:50 EST
I just noticed that the build path in the org.eclipse.swt was not complete when 
I did the search. However, these would still be candidate matches.
Comment 2 Philipe Mulet CLA 2001-12-13 04:57:39 EST
If the field is a constant (like its name seems to indicate), there is no 
reference which can be found in binaries since its value got inlined.

Do you confirm ? Or are there some references from source which are missing ?
Comment 3 Erich Gamma CLA 2001-12-13 05:53:03 EST
confirmed that it is a constant - closing