AutoDev Bridge - Legacy Code Migration
Tools prepare:
SCC
A tool similar to cloc, sloccount and tokei. For counting the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages.
- macOS:
brew install scc
- Windows:
choco install scc
- Linux:
snap install scc
see in https://github.com/boyter/scc
OpenRewrite plugin
When you try to use OpenRewrite plugin, you need to install the plugin in your IDE.