Bug 48617 - Error range for unresolved names in qualified references
Summary: Error range for unresolved names in qualified references
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M6   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-11 19:24 EST by Martin Aeschlimann CLA
Modified: 2003-12-17 11:04 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 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