a4e059afb3bf72bbe307bf3dffed1f160238e8ad
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type configs : Collection<ConfigMetadata> to configs : Collection<ConfigObjectMetadata> in method public addConfigs(configs Collection<ConfigObjectMetadata>) : Builder in class io.bootique.module.ModuleMetadata.Builder | From | To | |
Change Parameter Type metadata : ConfigMetadata to metadata : ConfigObjectMetadata in method public visitConfigMetadata(metadata ConfigObjectMetadata) : T in class io.bootique.module.ConfigMetadataVisitor | From | To | |
Change Parameter Type config : ConfigMetadata to config : ConfigObjectMetadata in method public addConfig(config ConfigObjectMetadata) : Builder in class io.bootique.module.ModuleMetadata.Builder | From | To | |
Change Parameter Type toBuild : ConfigMetadata to toBuild : ConfigObjectMetadata in method public Builder(toBuild ConfigObjectMetadata) in class io.bootique.module.ConfigObjectMetadata.Builder | From | To | |
Change Parameter Type offset : String to offset : int in method protected foldWithOffset(offset int, parts String...) : Collection<String> in class io.bootique.help.FormattedAppender | From | To | |
Change Return Type | 3 | ||
Change Return Type ConfigMetadata to ConfigObjectMetadata in method private toConfig(name String, type Class<?>) : ConfigObjectMetadata in class io.bootique.DeferredModuleMetadataSupplier | From | To | |
Change Return Type Collection<ConfigMetadata> to Collection<ConfigObjectMetadata> in method private toConfigs(module BQModule) : Collection<ConfigObjectMetadata> in class io.bootique.DeferredModuleMetadataSupplier | From | To | |
Change Return Type Collection<ConfigMetadata> to Collection<ConfigObjectMetadata> in method public getConfigs() : Collection<ConfigObjectMetadata> in class io.bootique.module.ModuleMetadata | From | To | |
Rename Class | 1 | ||
Rename Class io.bootique.module.ConfigMetadata renamed to io.bootique.module.ConfigObjectMetadata | From | To | |
Change Variable Type | 3 | ||
Change Variable Type configs : Collection<ConfigMetadata> to configs : Collection<ConfigObjectMetadata> in method private toConfigs(module BQModule) : Collection<ConfigObjectMetadata> in class io.bootique.DeferredModuleMetadataSupplier | From | To | |
Change Variable Type cm : ConfigMetadata to cm : ConfigObjectMetadata in method public testSingleConfig() : void in class io.bootique.module.ConfigMetadataIT | From | To | |
Change Variable Type configs : Collection<ConfigMetadata> to configs : Collection<ConfigObjectMetadata> in method public testSingleConfig() : void in class io.bootique.module.ConfigMetadataIT | From | To | |
Extract Interface | 1 | ||
Extract Interface io.bootique.module.ConfigMetadataNode from classes [io.bootique.module.ConfigObjectMetadata, io.bootique.module.ConfigPropertyMetadata] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type configs : Collection<ConfigMetadata> to configs : Collection<ConfigObjectMetadata> in class io.bootique.module.ModuleMetadata | From | To | |
Extract Method | 1 | ||
Extract Method public println() : void extracted from protected println(offset String, parts Collection<String>) : void in class io.bootique.help.FormattedAppender | From | To |