Does anyone know of a utility in JDEE (or elsewhere) that would allow me to rearrange a java source file so that the methods are in alphabetical order? Ideally, such a utility would also let me decide that static methods should be together and that fields should be sorted and put at the top of the file. I can also imagine that some folks would like it to put matching getters and setters together.
