AutoRefactor icon indicating copy to clipboard operation
AutoRefactor copied to clipboard

Meta - Turn refactorings into proper Eclipse extension points: warnings, cleanups, save actions or quick fixes

Open JnRouvignac opened this issue 12 years ago • 2 comments

Define which refactoring can be transformed and also what they can be transformed into. Then create one issue for each pair of (refactoring, one transformation)

JnRouvignac avatar Mar 04 '13 23:03 JnRouvignac

All the refactorings can be turned into clean up. I started the development. It almost works but there are still bugs. The trees and source codes are not correctly updated.

Fabrice-TIERCELIN avatar May 19 '18 17:05 Fabrice-TIERCELIN

Interestingly enough yesterday I thought about if it would be useful to make some cleanups callable as autorefactorings. AFAIK some cleanups like LambdaRefactoring are not available via menu actions.

cal101 avatar May 20 '18 14:05 cal101