d0d8ecd749fa043b0cd3cc3371f364aece2cc999
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type configs : Map<String,ConfigMetadata> to configs : Collection<ConfigMetadata> in method public addConfigs(configs Collection<ConfigMetadata>) : Builder in class io.bootique.module.ModuleMetadata.Builder | From | To | |
Change Return Type | 2 | ||
Change Return Type Map<String,ConfigMetadata> to Collection<ConfigMetadata> in method private toConfigs(module BQModule) : Collection<ConfigMetadata> in class io.bootique.DeferredModuleMetadataSupplier | From | To | |
Change Return Type Map<String,ConfigMetadata> to Collection<ConfigMetadata> in method public getConfigs() : Collection<ConfigMetadata> in class io.bootique.module.ModuleMetadata | From | To | |
Change Variable Type | 1 | ||
Change Variable Type configs : Map<String,ConfigMetadata> to configs : Collection<ConfigMetadata> in method private toConfigs(module BQModule) : Collection<ConfigMetadata> in class io.bootique.DeferredModuleMetadataSupplier | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type configs : Map<String,ConfigMetadata> to configs : Collection<ConfigMetadata> in class io.bootique.module.ModuleMetadata | From | To |