Bug 72418 - [sort members] Sort Members doesn't provide a means to group getter/setter pairs
Summary: [sort members] Sort Members doesn't provide a means to group getter/setter pairs
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P5 enhancement with 4 votes (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
: 100073 113054 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-23 05:56 EDT by Martin Lambert CLA
Modified: 2014-03-17 03:46 EDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Lambert CLA 2004-08-23 05:56:23 EDT
Sort Members doesn't provide a means to group getter/setter pairs. I would like
the following:

private String firstName;
private String lastName;

public setFirstName(String firstName)
{
  this.firstName = firstName;
}

public getFirstName()
{
  return firstName;
}

public setLastName(String lastName)
{
  this.lastName = lastName;
}

public getLastName()
{
  return lastName;
}

Instead the nearest I can get is member fields first, then getters and then setters.
Comment 1 Dirk Baeumer CLA 2004-08-24 05:29:23 EDT
Time permitted.
Comment 2 Martin Aeschlimann CLA 2005-10-19 07:12:30 EDT
*** Bug 113054 has been marked as a duplicate of this bug. ***
Comment 3 Markus Keller CLA 2006-11-01 12:16:05 EST
*** Bug 100073 has been marked as a duplicate of this bug. ***
Comment 4 Eclipse Webmaster CLA 2009-08-30 02:41:59 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.
Comment 5 Markus Keller CLA 2011-02-09 13:24:49 EST
Still a valid request (though we don't have plans to work on this).