Community
Participate
Working Groups
It would be nice if Eclipse had a Java annotation to disable sorting on a particular enum. All others could still be sorted with the menu 'Source->Sort Members...'.
Since sorting isn't done in JDT Core we, UI could do this but not sure whether we should introduce the annotation or JDT Core. Sounds like yet another candidate of our discussed "annotation" mechanism.
There is alreayd a dialog that asks if you want to sort enum constants. Isn't that good enough?
(In reply to comment #2) > There is alreayd a dialog that asks if you want to sort enum constants. Isn't > that good enough? > No. Most enums I want sorted, but the few that map to database constants, I do not. The current system is all-or-none.
To be honest, 'Sort Members' isn't on the top of our list for additional features. We would like to keep the feature as simple as possible. Setting to later and helpwanted.
As of now 'LATER' and 'REMIND' resolutions are no longer supported. Please reopen this bug if it is still valid for you.
*** Bug 331483 has been marked as a duplicate of this bug. ***