35d4d950491c8805b0c3d28111aefdc670501d05
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private doRunBlockingAndGetFailures(cmdRefs Collection<CommandRefWithArgs>) : Collection<CommandOutcome> renamed to private doRunBlocking(cmdRefs Collection<CommandRefWithArgs>) : Collection<CommandOutcome> in class io.bootique.command.MultiCommand | From | To | |
Rename Method private runBlockingAndGetFailures(cmdRefs Collection<CommandRefWithArgs>) : Collection<CommandOutcome> renamed to private runBlocking(cmdRefs Collection<CommandRefWithArgs>) : Collection<CommandOutcome> in class io.bootique.command.MultiCommand | From | To | |
Rename Variable | 1 | ||
Rename Variable failures : Collection<CommandOutcome> to outcomes : Collection<CommandOutcome> in method private doRunBlocking(cmdRefs Collection<CommandRefWithArgs>) : Collection<CommandOutcome> in class io.bootique.command.MultiCommand | From | To | |
Inline Variable | 1 | ||
Inline Variable outcome : CommandOutcome in method private doRunBlockingAndGetFailures(cmdRefs Collection<CommandRefWithArgs>) : Collection<CommandOutcome> from class io.bootique.command.MultiCommand | From | To |