Bug 5453

Summary: DCR: Code Assist for anonymous types
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Martin Aeschlimann CLA 2001-11-02 04:52:45 EST
11101
To have code assist proposals for anonymous types, I implemented a special 
proposal on constructor completion. This works for abstract methods, but not 
for interfaces, as interfaces don't have a constructor.

To have this anyway, we could
- introduce a new callback for constructors.
- add interface constructors to method proposals, but add a type body to the 
completion. (new Test() { })
Comment 1 Philipe Mulet CLA 2001-12-10 17:52:53 EST
Can be closed once bug 6342 is resolved.
Comment 2 David Audel CLA 2002-01-17 04:39:21 EST
bug http://dev.eclipse.org/bugs/show_bug.cgi?id=6342 is fixed