Bug 12588

Summary: Good match marked as potential
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows NT   
Whiteboard:

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.