AutoRefactor
AutoRefactor copied to clipboard
Meta - Turn refactorings into proper Eclipse extension points: warnings, cleanups, save actions or quick fixes
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)
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.
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.