3cfa92b372029e1fcea948c0483f76ad478333b6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testOverride_ParallelCommand() : void renamed to public testOverride_FailureBeforeOriginal_ByType() : void in class io.bootique.Bootique_CommandOverrideIT | From | To | |
Rename Method public getCommand() : String renamed to public getArgs() : String[] in class io.bootique.command.CommandInvocation | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type command : String to args : String[] in method public beforeRun(args String[]) : Builder in class io.bootique.CommandDecorator.Builder | From | To | |
Change Return Type | 1 | ||
Change Return Type String to String[] in method public getArgs() : String[] in class io.bootique.command.CommandInvocation | From | To | |
Extract Method | 1 | ||
Extract Method private createCli(commandNameSupplier Function<OptionSet,String>, args String[]) : Cli extracted from public createCli(args String[]) : Cli in class io.bootique.jopt.JoptCliFactory | From | To | |
Split Attribute | 1 | ||
Split Attribute command : String to [commandType : Class<? extends Command>, args : String[]] in class io.bootique.command.CommandInvocation.Builder | From | To | |
Rename Parameter | 1 | ||
Rename Parameter command : String to args : String[] in method public beforeRun(args String[]) : Builder in class io.bootique.CommandDecorator.Builder | From | To |