Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 33045 - Inner Classes do not appear on Ctrl+Space auto-complete listing
Summary: Inner Classes do not appear on Ctrl+Space auto-complete listing
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-25 12:34 EST by Anthony La Forge CLA
Modified: 2009-01-05 14:27 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony La Forge CLA 2003-02-25 12:34:29 EST
I'm writing a simple JPanel that has nested JPanels inside of it.  Each one of 
the internal panels is represented by a class (to keep things organized, more 
or less).

At anyrate, when I went to do an autocomplete within the parent class, I was a 
little suprised to find that none of the inner classes appeared on the list.
Comment 1 Dirk Baeumer CLA 2003-02-26 13:55:30 EST
Works for me using RC1. I tested

public class A {
	static class Inner {
	}
	
	public void foo() {
		Inn <== Code assist
	}
}

the code assist proposes Inner-A

Please reopen and provide steps to reproduce if you still see the porblem under 
RC1
Comment 2 Ken Ryall CLA 2009-01-05 14:27:23 EST
*** Bug 225058 has been marked as a duplicate of this bug. ***