Bug 82137 - [select] Code resolve doesn't work on static imports [5.0]
Summary: [select] Code resolve doesn't work on static imports [5.0]
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-04 10:12 EST by Dirk Baeumer CLA
Modified: 2005-02-14 11:46 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 Dirk Baeumer CLA 2005-01-04 10:12:12 EST
import static java.lang.Math.PI;

public class A {
	void bar() {
	}
}

- select PI
- try code resolve

observe: no element is returned.
Comment 1 David Audel CLA 2005-01-07 07:06:15 EST
Fixed and test added
  ResolveTests_1_5#test0087()
  ResolveTests_1_5#test0088()
Comment 2 Jerome Lanneluc CLA 2005-02-14 11:46:47 EST
Verified in I20050209 + JDT Core v_536