Bug 148366

Summary: [assist] No usefull java content assist for binary classes
Product: [Eclipse Project] JDT Reporter: Benno Baumgartner <benno.baumgartner>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: jarthana
Version: 3.2   
Target Milestone: 3.5 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Plugin Project none

Description Benno Baumgartner CLA 2006-06-23 06:23:04 EDT
I20060620-1010

Given the attached plugin project and going to 
org.eclipse.ui.doms.model.Console.print(String)
when typing:
 ConsolePlugin.[Ctrl-Space]
then I get only two proposals:
this
class

All the other static members (like getDefault()) are missing.
No Exception in the log

When typing:
 ConsolePlugin.getDefault().[Ctrl-Space]
the same thing.

Project org.eclips.ui.console is a binary project in my workspace. When I check it out from cvs into my workspace, recompile the workspace, then everything works as expected.
Comment 1 Benno Baumgartner CLA 2006-06-23 06:23:43 EDT
Created attachment 45158 [details]
Plugin Project
Comment 2 David Audel CLA 2009-04-17 10:18:46 EDT
I do not reproduce the problem in I20090407-1430.

I close this bug as WORKSFORME.
Comment 3 Jay Arthanareeswaran CLA 2009-04-29 03:47:42 EDT
Verified for 3.5M7 using build I20090426-2000