Bug 7926 - Code Assist - No completion for class instance creation after inner class
Summary: Code Assist - No completion for class instance creation after inner class
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-21 07:20 EST by David Audel CLA
Modified: 2002-02-12 06:15 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 David Audel CLA 2002-01-21 07:20:17 EST
1) create the following class

public class X {
    class Y{
        void foo(){}
    }
    Object o = new Objec<cursor>
}
2) do ctrl+space at cursor location
no proposal

If you remove the method 'foo', code assist work fine.
Comment 1 David Audel CLA 2002-02-12 04:45:11 EST
Fixed.