Bug 23209

Summary: Format source should be able to order class members
Product: [Eclipse Project] JDT Reporter: Dominic Pilbeam <dominic.pilbeam>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1   
Hardware: All   
OS: All   
Whiteboard:

Description Dominic Pilbeam CLA 2002-09-05 06:39:42 EDT
It would be nice to be able to use the format source option to re-order the 
members of a class.
There is a feature like this in VA which allows you to specify the order (e.g. 
constructors, static methods, instance methods) and re-orders the members 
within this structire in alphabetical order.

Another 'nice to have' in this area is to decide whether you want methods 
indented or not. Generally when you're looking at Java source, you know you're 
in the first level of indentation (i.e. a method) so it's a waste of columns to 
indent methods. It would be good to be able to specify this when formatting 
code.
Comment 1 Olivier Thomann CLA 2002-11-05 16:57:25 EST

*** This bug has been marked as a duplicate of 14597 ***