5d2d64b24adab146137a97f12f118a9c5ae3d0da
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Collection<CommandInvocation.Builder> to Collection<CommandInvocation> in method private getParallel() : Collection<CommandInvocation> in class io.bootique.CommandDecorator.Builder | From | To | |
Change Return Type Collection<CommandInvocation.Builder> to Collection<CommandInvocation> in method private getBefore() : Collection<CommandInvocation> in class io.bootique.CommandDecorator.Builder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type parallel : Collection<CommandInvocation.Builder> to parallel : Collection<CommandInvocation> in class io.bootique.CommandDecorator.Builder | From | To | |
Change Attribute Type before : Collection<CommandInvocation.Builder> to before : Collection<CommandInvocation> in class io.bootique.CommandDecorator.Builder | From | To | |
Rename Parameter | 2 | ||
Rename Parameter command : Command to defaultCommand : Command in method public createCli(defaultCommand Command, args String[]) : Cli in class io.bootique.jopt.JoptCliFactory | From | To | |
Rename Parameter command : Command to defaultCommand : Command in method public createCli(defaultCommand Command, args String[]) : Cli in class io.bootique.cli.CliFactory | From | To |