Hi guys!
I'm wondering if it is possible with Netbeans to reformat my
Java source code so that members appear in a defined order.
It would be nice if all members of a class file could be grouped by their type, for example all methods, all fields etc. Additionally I would like to have all members be sorted by name within these groups. Just like I can change the sort order in the members view window...
I think this would make the source code clearer but I couldn't find a way how to achieve this in Netbeans. If it really can't be done with Netbeans could you advice me another tool for this please?
Thanks!
Marco