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 59824 - Class should be able to select the super class, interfaces that can be implemented
Summary: Class should be able to select the super class, interfaces that can be implem...
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-10 11:15 UTC by ksharsha
Modified: 2007-09-26 09:14 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 ksharsha 2005-06-10 11:15:52 UTC
Few features are descibed here : 
1) Before the creation of the class after clicking on the package and 
selecting new class, the IDE should ask for the superclasses to select and the 
interfaces to implement in the current class(as like in eclipse). 

2) Modifiers for the class

3) Whether the class should contain main method or not? checkbox

4) whether it should contain the inherited abstract methods?

All these features are there in Eclipse, but not in Netbeans. 

These are very good features, which will reduce the development effort. 
Can we incorporate them into netbeans?
Comment 1 _ rkubacki 2005-07-08 07:50:52 UTC
Actually there is such wizard that was used in 3.x releases but not it is
overriden (eclipsed ;-) by another one one that is project sensitive.

main method checkbox - probably yes

adding skeletons for inherited/abstract methods - it is better IMHO to manage
this in editor 
Comment 2 Jan Becicka 2007-09-19 17:27:31 UTC
This issue is no more valid. Wizard was removed.