928f01920e0174b14f527c8d3307cbf4deef05c5
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method public declareVariable(binder Binder, configPath String) : void from class io.bootique.BQCoreModule to public declareVar(configPath String) : BQCoreModuleExtender from class io.bootique.BQCoreModuleExtender | From | To | |
Move And Rename Method public declareVariable(binder Binder, configPath String, name String) : void from class io.bootique.BQCoreModule to public declareVar(configPath String, name String) : BQCoreModuleExtender from class io.bootique.BQCoreModuleExtender | From | To | |
Change Return Type | 2 | ||
Change Return Type void to BQCoreModuleExtender in method public declareVar(configPath String) : BQCoreModuleExtender in class io.bootique.BQCoreModuleExtender | From | To | |
Change Return Type void to BQCoreModuleExtender in method public declareVar(configPath String, name String) : BQCoreModuleExtender in class io.bootique.BQCoreModuleExtender | From | To | |
Move Class | 1 | ||
Move Class io.bootique.BQCoreModule.ApplicationDescription moved to io.bootique.ApplicationDescription | From | To | |
Rename Attribute | 1 | ||
Rename Attribute varAliases : Map<String,String> to declaredVars : Map<String,String> in class io.bootique.unit.BQInternalTestFactory.Builder | From | To | |
Rename Parameter | 1 | ||
Rename Parameter alias : String to var : String in method public varAlias(path String, var String) : T in class io.bootique.unit.BQInternalTestFactory.Builder | From | To |