Bug 12588 - Good match marked as potential
Summary: Good match marked as potential
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-02 04:54 EST by Dani Megert CLA
Modified: 2002-04-17 05:34 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2002-04-02 04:54:19 EST
Test Case:
Search for "All Occurrences" of field INFO_MESSAGE
  Note: You have to use build I20020328 (or higher)
==> some references are reported as potential even though my buildpath is correct.
Comment 1 Jerome Lanneluc CLA 2002-04-17 05:34:03 EDT
For QualifiedNameReferences, the potential match needs to be resolved to find 
out if the name ref is a field ref.
Fixed by forcing the resolve if the match set needs resolve and the parsed unit 
has not been resolved yet.