Bug 87681

Summary: [assist] content assist does not work
Product: [Eclipse Project] JDT Reporter: Wassim Melhem <wassim.melhem>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P2 CC: daniel_megert
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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 ***