You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenRewrite allows to refactor large code bases "offline" from the actual refactoring happen.
It would be great if JDT has an option to generate an OpenRewrite recipe whenever one performs a refactoring (for example add a method parameter). This can then be saved inside the project under META-INF/rewrite/my-recipes.yml to be shipped with the artifact so it can be applied afterwards to code bases using that library.
The text was updated successfully, but these errors were encountered:
OpenRewrite allows to refactor large code bases "offline" from the actual refactoring happen.
It would be great if JDT has an option to generate an OpenRewrite recipe whenever one performs a refactoring (for example add a method parameter). This can then be saved inside the project under
META-INF/rewrite/my-recipes.yml
to be shipped with the artifact so it can be applied afterwards to code bases using that library.The text was updated successfully, but these errors were encountered: