Bug 92733

Summary: [assist] Classes suggested in implements clause
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2005-04-26 03:51:34 EDT
20050426

Do a code assist in 
  public class MyMapEntry implements Ent// code assist here
  {}
You get interfaces 5 interfaces and 10 classes.

Obviously you can't insert classes here and the suggested classes also don't
contain an inner (static) interface.
The interface I want is not even in the list ('Map.Entry')

Even this case seems quite special, it shows up in the new type wizard
(interface table) where we also use the code assist infrastructure.
Comment 1 David Audel CLA 2005-05-18 09:30:12 EDT
Fixed.

See bug 94965 comment 1.
Comment 2 Maxime Daniel CLA 2005-05-27 03:02:52 EDT
Verified on build I20050526-2000-win32.