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 53835 - Sorting the methods
Summary: Sorting the methods
Status: RESOLVED DUPLICATE of bug 56503
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-21 18:25 UTC by ddevore
Modified: 2005-09-05 10:01 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 ddevore 2005-01-21 18:25:05 UTC
With all that is going on in a class with
refactoring and changing method names a great
feature to add would be to move the methods in the
class in the order specified. Such as basic sort
or sort with public first, protected next and
private last (I don't use default so it is not
included :) This could then be extended to the
variables also. This area is one of the most time
consuming tasks I have espically since no current
refactoring puts methods in the correct place.
Comment 1 ddevore 2005-01-21 18:40:26 UTC
There also needs to be a way of marking methods as "sticky" for the
case where you are doing things like making stub methods to complete a
implements. 
Comment 2 Martin Matula 2005-01-25 14:54:45 UTC
This should be supported by navigator.
Comment 3 David Simonek 2005-05-09 12:46:29 UTC
Such and similar feature(s) are described in more detail and with connection to
navigator in issue 56503, so marking this one as duplicate, although this one is
older.

*** This issue has been marked as a duplicate of 56503 ***