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