Bug 5453 - DCR: Code Assist for anonymous types
Summary: DCR: Code Assist for anonymous types
Status: RESOLVED WORKSFORME
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 M2   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-02 04:52 EST by Martin Aeschlimann CLA
Modified: 2002-01-17 04:39 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 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