Skip to content

How long to keep OpenRewrite in a project #3147

Discussion options

You must be logged in to vote

It may not be entirely obvious at first but there are several use cases for keeping the plugin inside your project after you have done your migrations:

  • Static analysis remediation. Think something similar to SonarQube except this tool will also fix many of those issues rather than just reporting on them.
  • Source Code Formatting (You can use the plugin to format the code to your standards and you can also fail a build if there are deviations from that standard. Open rewrite's formatting configuration follows closely with the options you see in Intellij.)
  • Semantic transformation (If you have ever found yourself writing a regular expression to find and replace source code for anything, think…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by timtebeek
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants