Bug 41484 - [content assist] auto-completion doesn't work "as method parameter"
Summary: [content assist] auto-completion doesn't work "as method parameter"
Status: CLOSED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.0 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-13 11:14 EDT by Sebastian Davids CLA
Modified: 2004-09-17 11:07 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Davids CLA 2003-08-13 11:14:14 EDT
Version: 3.0.0
Build id: 200308060800

@@@@@

public class Test {

    public static void main(String[] args) {
       String.class.equals(String.<ctrl+space>
    }
}

Does not offer "class" completion.
Comment 1 Dani Megert CLA 2003-08-15 06:16:09 EDT
proposals are not returned by J Core. Probably confused by "class"

			String s;
			s.equals(String.<ctrl+space>

works fine.
Comment 2 Sebastian Davids CLA 2003-11-22 06:39:02 EST
.
Comment 3 Sebastian Davids CLA 2003-11-22 06:39:34 EST
verified in M5
Comment 4 Jerome Lanneluc CLA 2003-12-16 07:56:06 EST
Reopening to mark as WORKSFORME
Comment 5 Jerome Lanneluc CLA 2003-12-16 07:57:26 EST
Reporter said it works in M5 (no action was taken on this bug, so mark it as 
WORKSFORME)
Comment 6 Sebastian Davids CLA 2004-09-17 11:07:20 EDT
.