Bug 311034

Summary: [quick fix] provide quick fix suggestion for "Cannot instantiate the type ..."
Product: [Eclipse Project] JDT Reporter: Ralf Hauser <hauser>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, hauser, moreira
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Ralf Hauser CLA 2010-04-29 10:32:34 EDT
Build Identifier: 20090920-1017

it would be helpful to offer
1) remove "abstract" from Class definition
2) create a subclass of abstract class X

Reproducible: Always

Steps to Reproduce:
Object o = new *AbstractClass*();
Comment 1 Dani Megert CLA 2010-05-02 06:35:24 EDT

*** This bug has been marked as a duplicate of bug 97235 ***