2d0176b1cc76a415dbff4865a7a24fd3d32b7735
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public registryService() : AtomixRegistry renamed to public registry() : AtomixRegistry in class io.atomix.core.Atomix | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type profiles : List<Profile> to profiles : List<String> in method public setProfiles(profiles List<String>) : AtomixConfig in class io.atomix.core.AtomixConfig | From | To | |
Change Parameter Type profile : Profile to profile : String in method public addProfile(profile String) : AtomixConfig in class io.atomix.core.AtomixConfig | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Profile> to List<String> in method public getProfiles() : List<String> in class io.atomix.core.AtomixConfig | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type profiles : List<Profile> to profiles : List<String> in class io.atomix.core.AtomixConfig | From | To |