Bug 210681 - Code assist fails to propose inner type
Summary: Code assist fails to propose inner type
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 3.4 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 216128 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-11-22 11:20 EST by Dani Megert CLA
Modified: 2008-02-05 07:04 EST (History)
2 users (show)

See Also:


Attachments
Proposed fix (4.89 KB, patch)
2008-01-07 04:54 EST, David Audel CLA
no flags Details | Diff

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