Bug 165444 - [assist] proposals with imports should also work for static accesses
Summary: [assist] proposals with imports should also work for static accesses
Status: VERIFIED DUPLICATE of bug 44627
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M3   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-22 08:58 EST by Martin Aeschlimann CLA
Modified: 2007-10-29 06:12 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2006-11-22 08:58:19 EST
20061122

In the following code example, it woule be good to also offer variable suggestion even if File is not yet imported.

package a.b.c;

public class R {
	public void foo() {
		File.pathSeparator| code assist here
	}
}
Comment 1 Markus Keller CLA 2007-02-06 06:55:04 EST
Looks like a dup of bug 44627.
Comment 2 David Audel CLA 2007-02-06 07:00:14 EST

*** This bug has been marked as a duplicate of bug 44627 ***
Comment 3 Jerome Lanneluc CLA 2007-10-29 06:12:07 EDT
Verified for 3.4M3 using I20071029-0010