This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 69874 - [50cat] Overrride and Implement Methods Dialog does not show constructors to override
Summary: [50cat] Overrride and Implement Methods Dialog does not show constructors to ...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: PC Solaris
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-05 11:51 UTC by vanob
Modified: 2013-09-02 14:21 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vanob 2005-12-05 11:51:03 UTC
[ BUILD # : 200512041900 ]
[ JDK VERSION : 1.5.0_06 ]

I've got the following scenario.
I have a class

package1.Class1

I defined another class

package2.Class1 that extends package1.Class1

I need to override all constructor from package1.Class1 to be able to use them in package2.Class1 but the dialog does not show them.
Comment 1 Jan Becicka 2005-12-06 10:25:06 UTC
It is rather enhancement than bug. Constructors don't inherit. This tool is
designed for methods. But I admit, that your use case is valid enhancement.