I am looking for a way to sort methods in a class in the same way that they are ordered in the interface that they override.
This is a class that implements only methods from one interface, so they should not have any problems.
I found the main sort function from Eclipse, but as I understand it, it can only be sorted by method type and method name.
Any ideas? Eclipse plugins?
Thank!
source
share