Bug 87681 - [assist] content assist does not work
Summary: [assist] content assist does not work
Status: RESOLVED DUPLICATE of bug 92451
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P2 major (vote)
Target Milestone: 3.1 M6   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 13:28 EST by Wassim Melhem CLA
Modified: 2005-04-29 09:33 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wassim Melhem CLA 2005-03-10 13:28:49 EST
Build: I-20050308

Fresh workspace
Import org.eclipse.pde.ui as source via the plugin import wizard.

Open the LauncherUtils class.
Go to the getPluginsToRun() method
Just before the last line (i.e. return map), type:
if (map. ctrl-space
try to get code assist for map, you get nothing.

In fact, in that region, you will not be able to get content assist for 
anything.  Type:
PDECore.  ctrl-space.

Again, you get nothing.
Comment 1 Dani Megert CLA 2005-03-11 03:36:55 EST
Anything in .log?
Comment 2 Wassim Melhem CLA 2005-03-11 09:49:45 EST
Nothing in the log.
I just get the red message in the status line telling me that no code 
completions are available.
Comment 3 Dani Megert CLA 2005-03-16 11:03:01 EST
Can be reproduced using I20050315-1100, J2SE 1.4.2_06.

Code assist for map.| works a bit further up in same method.
Comment 4 David Audel CLA 2005-04-29 09:33:24 EDT

*** This bug has been marked as a duplicate of 92451 ***