69295f672036d9cf3025a32ed232952031ea3c0c
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getConfigMetadata() : Map<String,ConfigMetadata> renamed to public getConfigs() : Map<String,ConfigMetadata> in class io.bootique.module.ModuleMetadata | From | To | |
| Rename Method private toMetadata(module BQModule) : ModuleMetadata renamed to private toModuleMetadata(module BQModule) : ModuleMetadata in class io.bootique.DeferredModuleMetadataSupplier | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Collection<? extends ConfigMetadataProperty> to Collection<ConfigPropertyMetadata> in method public getProperties() : Collection<ConfigPropertyMetadata> in class io.bootique.module.ConfigMetadata | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass io.bootique.module.ConfigPropertyMetadata from classes [io.bootique.module.ConfigMetadata] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute configMetadata : Map<String,ConfigMetadata> to configs : Map<String,ConfigMetadata> in class io.bootique.module.ModuleMetadata | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type properties : Collection<? extends ConfigMetadataProperty> to properties : Collection<ConfigPropertyMetadata> in class io.bootique.module.ConfigMetadata | From | To |