458b6d702a69defe029f757dc91b99aeda3ff35f
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type MapBinder<String,CommandDecorator> to MapBinder<Class<? extends Command>,CommandDecorator> in method protected contributeCommandDecorators() : MapBinder<Class<? extends Command>,CommandDecorator> in class io.bootique.BQCoreModuleExtender | From | To | |
Change Return Type ExecutableOnceCommand to FailingCommand in method private failingCommand(commandName String) : FailingCommand in class io.bootique.Bootique_CommandOverrideIT | From | To | |
Change Return Type ExecutableOnceCommand to SuccessfulCommand in method private successfulCommand(commandName String) : SuccessfulCommand in class io.bootique.Bootique_CommandOverrideIT | From | To | |
Move Attribute | 3 | ||
Move Attribute private commandManagerProvider : Provider<CommandManager> from class io.bootique.CommandDecorator to private commandManagerProvider : Provider<CommandManager> from class io.bootique.command.DecoratedCommandsProvider | From | To | |
Move Attribute private cliFactoryProvider : Provider<CliFactory> from class io.bootique.CommandDecorator to private cliFactoryProvider : Provider<CliFactory> from class io.bootique.command.DecoratedCommandsProvider | From | To | |
Move Attribute private executorProvider : Provider<ExecutorService> from class io.bootique.CommandDecorator to private executorProvider : Provider<ExecutorService> from class io.bootique.command.DecoratedCommandsProvider | From | To | |
Change Variable Type | 2 | ||
Change Variable Type failingCommand : ExecutableOnceCommand to failingCommand : FailingCommand in method public testOverride_FailureBeforeOriginal() : void in class io.bootique.Bootique_CommandOverrideIT | From | To | |
Change Variable Type executableCommand : ExecutableOnceCommand to executableCommand : SuccessfulCommand in method public testOverride_ParallelCommand() : void in class io.bootique.Bootique_CommandOverrideIT | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type commandDecorators : MapBinder<String,CommandDecorator> to commandDecorators : MapBinder<Class<? extends Command>,CommandDecorator> in class io.bootique.BQCoreModuleExtender | From | To |