ea43b2d832d62564b7a24e4fa3b3f56266602c55
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable changes : HostChanges to removedHosts : List<String> in method public updateDeploymentGroupHosts(groupName String, hosts List<String>) : void in class com.spotify.helios.master.ZooKeeperMasterModel | From | To | |
Rename Variable newHostStatus : Map<String,HostStatus> to updateHostStatuses : Map<String,HostStatus> in method public testUpdateDeploymentGroupHosts() : void in class com.spotify.helios.master.DeploymentGroupTest | From | To | |
Rename Variable oldHostStatus : Map<String,HostStatus> to undeployHostStatuses : Map<String,HostStatus> in method public testUpdateDeploymentGroupHosts() : void in class com.spotify.helios.master.DeploymentGroupTest | From | To | |
Inline Method | 1 | ||
Inline Method private getInitRollingUpdateOps(deploymentGroup DeploymentGroup, changes HostChanges, zooKeeperClient ZooKeeperClient) : RollingUpdateOp inlined to public updateDeploymentGroupHosts(groupName String, hosts List<String>) : void in class com.spotify.helios.master.ZooKeeperMasterModel | From | To | |
Change Variable Type | 1 | ||
Change Variable Type changes : HostChanges to removedHosts : List<String> in method public updateDeploymentGroupHosts(groupName String, hosts List<String>) : void in class com.spotify.helios.master.ZooKeeperMasterModel | From | To |