3fd7c416aa25879b8bf0f256eedfba709e1551e4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private toOutcomeSupplier(invocation CommandWithArgs) : Supplier<CommandOutcome> renamed to private toInvocation(cmdWithArgs CommandWithArgs) : Supplier<CommandOutcome> in class io.bootique.command.MultiCommand | From | To | |
| Extract Method | 1 | ||
| Extract Method private waitForOutcome(invocation CompletableFuture<CommandOutcome>) : CommandOutcome extracted from public run(cli Cli) : CommandOutcome in class io.bootique.command.MultiCommand | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter invocation : CommandWithArgs to cmdWithArgs : CommandWithArgs in method private toInvocation(cmdWithArgs CommandWithArgs) : Supplier<CommandOutcome> in class io.bootique.command.MultiCommand | From | To |