110b276d56fcc285f2ea7c674e9e5d95ed416d06
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public addOption(configPath String, name String) : BQCoreModuleExtender renamed to public addConfigPathOnOption(decoratedOptionName String, configPath String) : BQCoreModuleExtender in class io.bootique.BQCoreModuleExtender | From | To | |
Move Method | 2 | ||
Move Method public getDefaultValue() : String from class io.bootique.meta.application.OptionMetadata to public getDefaultValue() : String from class io.bootique.config.OptionRefWithConfigPath | From | To | |
Move Method public getConfigPath() : String from class io.bootique.meta.application.OptionMetadata to public getConfigPath() : String from class io.bootique.config.OptionRefWithConfigPath | From | To | |
Move Attribute | 2 | ||
Move Attribute private defaultValue : String from class io.bootique.meta.application.OptionMetadata to private defaultValue : String from class io.bootique.config.OptionRefWithConfigPath | From | To | |
Move Attribute private configPath : String from class io.bootique.meta.application.OptionMetadata to private configPath : String from class io.bootique.config.OptionRefWithConfigPath | From | To | |
Extract Class | 1 | ||
Extract Class io.bootique.config.OptionRefWithConfigPath from class io.bootique.meta.application.OptionMetadata | From | To | |
Rename Parameter | 1 | ||
Rename Parameter name : String to decoratedOptionName : String in method public addConfigPathOnOption(decoratedOptionName String, configPath String) : BQCoreModuleExtender in class io.bootique.BQCoreModuleExtender | From | To |