Bug 10307 - Code assist failed to search whole class path
Summary: Code assist failed to search whole class path
Status: RESOLVED DUPLICATE of bug 10833
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-26 15:48 EST by Peter Burka CLA
Modified: 2002-03-28 05:37 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***