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 127721 - Choose the inheritance or implementation to create new class
Summary: Choose the inheritance or implementation to create new class
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 2 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-19 11:27 UTC by _ manoelp
Modified: 2015-10-02 14:20 UTC (History)
1 user (show)

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 _ manoelp 2008-02-19 11:27:11 UTC
Hi to everyone,

Could there be a way to the insert a new class, I would opt for selecting their heritage or their implementation. Of 
course, simply declare a "extends Class"  or  "implements Class" and give ALT + ENTER later, but, with this 
functionality, it would be very interesting to the productivity of a project.

Tks,

Manoel Pimentel
manoelpimentel.blogspot.com
Comment 1 Peter Pis 2008-09-01 13:00:05 UTC
Reassigning to "editor".
Comment 2 Vitezslav Stejskal 2008-09-01 14:21:10 UTC
Do you mean that when you create new java class the wizard should let you choose its superclass and implemented
interfaces? Thanks