Is there an easy way to sort methods within a class in Eclipse?
+1
A:
Found it on the Eclipse newsgroup:
select the class, Source > Sort Members
Carl Manaster
2009-05-12 18:48:41
+4
A:
select the class, Source > Sort Members
you can set the order in Java preferences
marcgg
2009-05-12 18:49:23
Sometimes this gives compilation error.Say if one variable is instantiated based on the other and it on sort the variable goes above.I was wondering if this can be handled in any way
Ravisha
2010-06-23 05:01:02