Bug 7926

Summary: Code Assist - No completion for class instance creation after inner class
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.