27ecdc290d3f92e2e3c20c8a43cbce3159097944
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type type : Class<?> to type : Type in method public compile(name String, type Type) : ConfigMetadataNode in class io.bootique.meta.config.ConfigMetadataCompiler | From | To | |
Change Parameter Type configs : Map<String,Class<?>> to configs : Map<String,Type> in method public configs(configs Map<String,Type>) : Builder in class io.bootique.BQModule.Builder | From | To | |
Change Return Type | 2 | ||
Change Return Type Map<String,Class<?>> to Map<String,Type> in method public configs() : Map<String,Type> in class io.bootique.BQModuleProvider | From | To | |
Change Return Type Map<String,Class<?>> to Map<String,Type> in method public getConfigs() : Map<String,Type> in class io.bootique.BQModule | From | To | |
Change Variable Type | 1 | ||
Change Variable Type configTypes : Map<String,Class<?>> to configTypes : Map<String,Type> in method private toConfigs(module BQModule) : Collection<ConfigMetadataNode> in class io.bootique.meta.module.ModulesMetadataCompiler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type configs : Map<String,Class<?>> to configs : Map<String,Type> in class io.bootique.BQModule | From | To |