Bug 77573 - [1.5][assist] Code assist does not propose static fields
Summary: [1.5][assist] Code assist does not propose static fields
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-03 04:43 EST by Tobias Widmer CLA
Modified: 2004-12-14 10:14 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 Tobias Widmer CLA 2004-11-03 04:43:29 EST
200411022000

Steps to reproduce:
- Write "import static java.lang.Math." in a cu
- Press Ctrl+Space
->No proposals
Comment 1 David Audel CLA 2004-11-10 06:49:26 EST
Fixed and test added
  CompletionTests_1_5#test0070() -> test0074()

Added support to propose static member type, static field and static method
inside staic import.
Added new CompletionProposal kind to propose method name reference
(CompletionProposal.METHOD_NAME_REFERENCE). This new kind of proposal is only
proposed by the new code assist requestor CompletionRequestor.
Comment 2 Frederic Fusier CLA 2004-12-14 10:14:50 EST
Verified for 3.1 M4 using build I200412140800.