Jean-Noël Rouvignac
Jean-Noël Rouvignac
This also means the user could select a class in the package explorer, a method, or even a method in the outline view. Create another issue for handling the menu...
It is possible to programatically call Eclipse's refactorings: read the following javadocs: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2Frefactoring%2FIJavaRefactorings.html So once potential refactorings have been found, it should be possible to do a few simple refactorings...
Another reference and alternative naming: http://www.viva64.com/en/d/0228/
Depends on #110.
There is an existing tool for this use case: [walkmod](http://walkmod.com/documentation.htmlng)
Also test what happens when javadoc is replaced by a block comment in the example above, i.e.: ``` java /* block comment **/ private static final String REGEX = ".*";...
Depends on issue #32.
Tests samples exists and are committed, but the refactoring itself is not implemented yet. The refactoring is dependent on issue #93.
Sorry I think my machine died and I was unable to release anything when I tried more than 2 years ago. @Fabrice-TIERCELIN are you interested in having access to the...
> I'm focused on pushing as much as I can to Eclipse. More than the half of the cleanups have been merged into Eclipse and the best half. Well done!...