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 - There is no option to override methods in a specific order
Summary: There is no option to override methods in a specific order
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-15 17:22 UTC by desmond_kirrane
Modified: 2013-09-02 14:25 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 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.