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 155484

Summary: There is no option to override methods in a specific order
Product: java Reporter: desmond_kirrane <desmond_kirrane>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description desmond_kirrane 2008-12-15 17:22:27 UTC
If you hit Alt+Insert > OverrideMethod... you can only add the methods to the Child class in the order of the method
list presented(i.e. Alphabetical order).

It would be a nice enhancement to override methods and add them to subclass in the same order as the methods appear in
the parent class or allow the user to add the methods in a specific order.