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

Summary: Choose the inheritance or implementation to create new class
Product: java Reporter: _ manoelp <manoelp>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: blocker CC: sdedic
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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