4fa5d4c8710f44f84da76c2618973a07b9d4b027
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Class | 2 | ||
Move Class com.spotify.helios.rollingupdate.HostMatcherTest moved to com.spotify.helios.master.HostMatcherTest | From | To | |
Move Class com.spotify.helios.rollingupdate.RollingUpdateService.HostMatcher moved to com.spotify.helios.master.HostMatcher | From | To | |
Extract Variable | 1 | ||
Extract Variable selectors : List<HostSelector> in method public getMatchingHosts(deploymentGroup DeploymentGroup) : List<String> from class com.spotify.helios.master.HostMatcher | From | To | |
Extract Method | 1 | ||
Extract Method public getMatchingHosts(selectors List<HostSelector>) : List<String> extracted from public getMatchingHosts(deploymentGroup DeploymentGroup) : List<String> in class com.spotify.helios.master.HostMatcher | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type matcher : RollingUpdateService.HostMatcher to matcher : HostMatcher in class com.spotify.helios.master.HostMatcherTest | From | To |