Eclipse Refactoring Plugins

I get more refactoring options than the default, which is included with Eclipse 3.6. Can anyone list any other plugins that do refactoring and what they do?

My initial problem was that I wanted to reorder some type parameter declarations in some classes, and unfortunately for me, the default refactoring in Eclipse did not support moving them ...

+3
source share

Source: https://habr.com/ru/post/1782141/


All Articles