Bug 48617

Summary: Error range for unresolved names in qualified references
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2003-12-11 19:24:02 EST
20031211

1. in the following code
public void foo() {
   int i= xxx.yyy;
}
2. if 'xxx' is undefined, but the compiler marks 'xxx.yyy' as unresolved. It 
would be better to only mark 'xxx'
Comment 1 Kent Johnson CLA 2003-12-12 15:48:33 EST
Fixed.

Martin: please double check your tests on Monday.
Comment 2 Martin Aeschlimann CLA 2003-12-12 17:43:03 EST
fixed jdt.ui code to handle the fix > 20031112
Comment 3 Frederic Fusier CLA 2003-12-17 11:04:51 EST
Verified for 3.0 M6 with build I200312162000