Bug 65304 - Fields, static fields and member classes not correctly ordered by visibility
Summary: Fields, static fields and member classes not correctly ordered by visibility
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 RC2   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 09:51 EDT by Christof Marti CLA
Modified: 2004-06-11 11:42 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christof Marti CLA 2004-06-02 09:51:47 EDT
3.0RC1

- enable sorting by visiblility (Java->Appearance->Members Sort Order)
- use CU:
public class Sort {
	class T16 {}
	protected class T17 {}
	private class T15 {}
	public class T18 {}
	static int t16;
	protected static int t15;
	private static int t13;
	public static int t14;
	int t12;
	protected int t10;
	private int t9;
	public int t11;
}
- invoke Source->Sort Members
-> sorts by category and lexically, but not by visibility
Comment 1 Dirk Baeumer CLA 2004-06-02 11:53:12 EDT
Martin, please investigate and assess if this should be fixed for RC2.
Comment 2 Martin Aeschlimann CLA 2004-06-07 08:57:44 EDT
fixed > 20040607
Comment 3 Dirk Baeumer CLA 2004-06-11 11:40:45 EDT
start verifying...
Comment 4 Dirk Baeumer CLA 2004-06-11 11:42:59 EDT
verified on build I20040611.