Bug 32961

Summary: [quick fix] No QF proposed for implicit call to non visible constructor
Product: [Eclipse Project] JDT Reporter: Andre Weinand <andre_weinand>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: mn
Version: 2.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Andre Weinand CLA 2003-02-25 09:46:38 EST
RC1

- Given a class CC with private default constructor
- create new class C derived from CC
Observe: no QFs are proposed for the error: "Implicit super constructor CC() is not visible 
for default constructor"

- add a default constructor C() 
Observe: same problem: no QF proposed.
Comment 1 Martin Aeschlimann CLA 2003-02-25 12:37:17 EST
a quick fix is only suggested when there is at least one other non-private
constructor in the base class. (otherwise its not possible to extend this class)

What we could do is to suggest to change the super constructor to non-private
Comment 2 Dirk Baeumer CLA 2003-02-26 12:32:54 EST
Time permitted for 2.1