spring-boot-migrator icon indicating copy to clipboard operation
spring-boot-migrator copied to clipboard

Refactor ScanShellCommand and ScanCommand

Open fabapp2 opened this issue 3 years ago • 0 comments

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.

fabapp2 avatar Apr 19 '22 09:04 fabapp2