spring-boot-migrator
spring-boot-migrator copied to clipboard
Refactor ScanShellCommand and ScanCommand
What needs to be done
Rework the flow of scanning, precondition check, and parsing in ScanShellCommand.
The project should be scanned only once.
Why it needs to be done
Currently, the given project is scanned twice. Once for the precondition check and again inside ScanCommand.