Bug 210681

Summary: Code assist fails to propose inner type
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: P3 CC: jerome_lanneluc, philippe_mulet
Version: 3.4   
Target Milestone: 3.4 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed fix none

Description Dani Megert CLA 2007-11-22 11:20:06 EST
I20071120-0800.

Have:
public class A {
	static class GrrrBug {}
	class Foo extends Grrr<code assist>
}

==> GrrrBug is not proposed

Same if I remove 'static'.
Comment 1 David Audel CLA 2008-01-07 04:54:32 EST
Created attachment 86292 [details]
Proposed fix
Comment 2 David Audel CLA 2008-01-07 04:58:53 EST
Released for 3.4M5

Tests added
  CompletionTests#testCompletionInsideExtends13() -> testCompletionInsideExtends13()
Comment 3 David Audel CLA 2008-01-22 07:58:06 EST
*** Bug 216128 has been marked as a duplicate of this bug. ***
Comment 4 Frederic Fusier CLA 2008-02-05 07:04:42 EST
Verified for 3.4M5 using I20080204-0010.