Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse "Add unimplemented methods" method ordering

Tags:

java

eclipse

Eclipse has a feature "Add unimplemented methods" that adds the unimplemented methods for a class (such as when implementing an interface).

When Eclipse adds the methods it adds them in alphabetical order. Is there a way to configure Eclipse to add them in the order that they appear in the interface (or abstract class)?

like image 482
Steve Kuo Avatar asked May 25 '10 23:05

Steve Kuo


1 Answers

This will be available in eclipse 3.6.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=140971

like image 163
Inv3r53 Avatar answered Nov 10 '22 12:11

Inv3r53