Bug 10307

Summary: Code assist failed to search whole class path
Product: [Eclipse Project] JDT Reporter: Peter Burka <peter_burka>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M5   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Peter Burka CLA 2002-02-26 15:48:46 EST
Somehow I managed to get Code Assist into a state where it could no longer find 
all valid suggestions for a class name.

Code Assist would suggest some completions, but missed some which were defined 
in another project on my class path.

If I manually added the import statement the code would compile correctly.

Hover helo also provided correct JavaDoc for the type (ILauncher) which Code 
Assist could not identify.

Eventually I tried a Rebuild All and that seems to have fixed the problem.

(20020215 stable build)
Comment 1 Philipe Mulet CLA 2002-02-27 05:28:08 EST
There should not be any incidence of a build onto codeassist.
Could you provide steps to reproduce ?
Comment 2 Peter Burka CLA 2002-02-27 11:14:50 EST
I tried to reproduce in a clean workspace but was unable to.  And it's fixed in 
my current workspace (after the rebuild).  Sorry :(
Comment 3 Philipe Mulet CLA 2002-03-28 05:37:40 EST
I think this was due to another bug we had in our indexing infrastructure, used 
to power the completion on types which need qualification.

The fact that you were able to find unqualified type completions shows that the 
regular completion engine worked, just the search portion did fail due to index 
inconsistencies.

Closing as duplicate of bug 10833

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