3dbcca40b746ced39eff1ee9b66e092e16136b2d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private invokeBefore() : Collection<CommandOutcome> renamed to private doRunBlockingAndGetFailures(cmdRefs Collection<CommandRefWithArgs>) : Collection<CommandOutcome> in class io.bootique.command.MultiCommand | From | To | |
| Rename Method private parallelInvoke(cmdRefs Collection<CommandRefWithArgs>) : Collection<Future<CommandOutcome>> renamed to private runNonBlocking(cmdRefs Collection<CommandRefWithArgs>) : Collection<Future<CommandOutcome>> in class io.bootique.command.MultiCommand | From | To | |
| Rename Variable | 1 | ||
| Rename Variable outcomes : List<Future<CommandOutcome>> to futureOutcomes : List<Future<CommandOutcome>> in method private runNonBlocking(cmdRefs Collection<CommandRefWithArgs>) : Collection<Future<CommandOutcome>> in class io.bootique.command.MultiCommand | From | To |