f844016581191621e654caa0158c720795dbfda1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type invocation : CompletableFuture<CommandOutcome> to invocation : Future<CommandOutcome> in method private waitForOutcome(invocation Future<CommandOutcome>) : CommandOutcome in class io.bootique.command.MultiCommand | From | To | |
Change Return Type | 2 | ||
Change Return Type Collection<CompletableFuture<CommandOutcome>> to Collection<Future<CommandOutcome>> in method private invokeInParallel(cmdWithArgs Collection<CommandWithArgs>) : Collection<Future<CommandOutcome>> in class io.bootique.command.MultiCommand | From | To | |
Change Return Type Supplier<CommandOutcome> to Callable<CommandOutcome> in method private toInvocation(cmdWithArgs CommandWithArgs) : Callable<CommandOutcome> in class io.bootique.command.MultiCommand | From | To | |
Change Variable Type | 1 | ||
Change Variable Type outcomes : List<CompletableFuture<CommandOutcome>> to outcomes : List<Future<CommandOutcome>> in method private invokeInParallel(cmdWithArgs Collection<CommandWithArgs>) : Collection<Future<CommandOutcome>> in class io.bootique.command.MultiCommand | From | To |