be118c98efc44e8e57e3011a161e49e547c57922
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type commandDecorators : Map<Class<? extends Command>,CommandDecorator> to commandDecorators : Set<CommandRefWithDecorator> in method package provideExecutionPlanBuilder(cliFactoryProvider Provider<CliFactory>, commandManagerProvider Provider<CommandManager>, commandDecorators Set<CommandRefWithDecorator>, logger BootLogger) : ExecutionPlanBuilder in class io.bootique.BQCoreModule | From | To | |
Change Return Type | 1 | ||
Change Return Type MapBinder<Class<? extends Command>,CommandDecorator> to Multibinder<CommandRefWithDecorator> in method protected contributeCommandDecorators() : Multibinder<CommandRefWithDecorator> in class io.bootique.BQCoreModuleExtender | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type commandDecorators : MapBinder<Class<? extends Command>,CommandDecorator> to commandDecorators : Multibinder<CommandRefWithDecorator> in class io.bootique.BQCoreModuleExtender | From | To |