Bug 97235 - [quick fix] Create anonymous instance quick fix
Summary: [quick fix] Create anonymous instance quick fix
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard: fix candidate
Keywords:
: 311034 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-30 09:02 EDT by Martin Aeschlimann CLA
Modified: 2012-04-25 10:13 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2005-05-30 09:02:47 EDT
RC1

  Iterable iter= new Iterable();
->
  new Iterable() {...}
Comment 1 Markus Keller CLA 2006-11-06 05:59:03 EST
I occasionally see users trying to use this (inexistent) quick fix to create an anonymous class -- since they usually don't know about the content assist trick, they end up doing everything by hand.
Comment 2 Markus Keller CLA 2009-05-19 13:43:39 EDT
Should really have a quick fix for the "Cannot instantiate the type Runnable" error.
Comment 3 Dani Megert CLA 2010-05-02 06:35:24 EDT
*** Bug 311034 has been marked as a duplicate of this bug. ***
Comment 4 Markus Keller CLA 2010-11-09 04:51:54 EST
This is less of an issue now that constructor completion already shows the anonymous class proposals.