Bug 32961 - [quick fix] No QF proposed for implicit call to non visible constructor
Summary: [quick fix] No QF proposed for implicit call to non visible constructor
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-25 09:46 EST by Andre Weinand CLA
Modified: 2009-01-23 11:31 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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