9c15b9633765b7b5c7190d747a66e9fc695726b6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type subConfig : ConfigMetadataNode to subConfig : ConfigObjectMetadata in method public addSubConfig(subConfig ConfigObjectMetadata) : Builder in class io.bootique.meta.config.ConfigObjectMetadata.Builder | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Collection<ConfigMetadataNode> to Collection<ConfigObjectMetadata> in method public getSubConfigs() : Collection<ConfigObjectMetadata> in class io.bootique.meta.config.ConfigObjectMetadata | From | To | |
| Change Return Type Stream<ConfigMetadataNode> to Stream<ConfigObjectMetadata> in method public getAllSubConfigs() : Stream<ConfigObjectMetadata> in class io.bootique.meta.config.ConfigObjectMetadata | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type subconfigs : Stream<ConfigMetadataNode> to subconfigs : Stream<ConfigObjectMetadata> in method public getAllSubConfigs() : Stream<ConfigObjectMetadata> in class io.bootique.meta.config.ConfigObjectMetadata | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type SUB_CONFIGS_EXTRACTOR : ConfigMetadataVisitor<Stream<ConfigMetadataNode>> to SUB_CONFIGS_EXTRACTOR : ConfigMetadataVisitor<Stream<ConfigObjectMetadata>> in class io.bootique.meta.config.ConfigObjectMetadata | From | To | |
| Change Attribute Type subConfigs : Collection<ConfigMetadataNode> to subConfigs : Collection<ConfigObjectMetadata> in class io.bootique.meta.config.ConfigObjectMetadata | From | To |