8ff4677505bbedd58938a5583ccb22b4bee14c48
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type decoratorSet : Set<CommandRefWithDecorator> to decoratorSet : Set<CommandRefDecorated> in method public mergeDecorators(decoratorSet Set<CommandRefDecorated>) : Map<Class<? extends Command>,CommandDecorator> in class io.bootique.command.ExecutionPlanBuilder | From | To | |
Change Parameter Type commandDecorators : Set<CommandRefWithDecorator> to commandDecorators : Set<CommandRefDecorated> in method package provideExecutionPlanBuilder(cliFactoryProvider Provider<CliFactory>, commandManagerProvider Provider<CommandManager>, commandDecorators Set<CommandRefDecorated>, logger BootLogger, shutdownManager ShutdownManager) : ExecutionPlanBuilder in class io.bootique.BQCoreModule | From | To | |
Change Return Type | 1 | ||
Change Return Type Multibinder<CommandRefWithDecorator> to Multibinder<CommandRefDecorated> in method protected contributeCommandDecorators() : Multibinder<CommandRefDecorated> in class io.bootique.BQCoreModuleExtender | From | To | |
Rename Class | 1 | ||
Rename Class io.bootique.command.CommandRefWithDecorator renamed to io.bootique.command.CommandRefDecorated | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type commandDecorators : Multibinder<CommandRefWithDecorator> to commandDecorators : Multibinder<CommandRefDecorated> in class io.bootique.BQCoreModuleExtender | From | To |