ffda3c330e6698a492564ccf8fe518a823857011
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Variable | 1 | ||
| Merge Variable [hosts : List<String>, client : ZooKeeperClient] to changes : HostChanges in method private getInitRollingUpdateOps(deploymentGroup DeploymentGroup, changes HostChanges, zooKeeperClient ZooKeeperClient) : RollingUpdateOp in class com.spotify.helios.master.ZooKeeperMasterModel | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable client : ZooKeeperClient to zooKeeperClient : ZooKeeperClient in method private getInitRollingUpdateOps(deploymentGroup DeploymentGroup, changes HostChanges, zooKeeperClient ZooKeeperClient) : RollingUpdateOp in class com.spotify.helios.master.ZooKeeperMasterModel | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type events : ImmutableList<Map<String,Object>> to events : List<Map<String,Object>> in method public updateDeploymentGroupHosts(groupName String, hosts List<String>) : void in class com.spotify.helios.master.ZooKeeperMasterModel | From | To | |
| Extract Method | 1 | ||
| Extract Method private getInitRollingUpdateOps(deploymentGroup DeploymentGroup, changes HostChanges, zooKeeperClient ZooKeeperClient) : RollingUpdateOp extracted from public updateDeploymentGroupHosts(groupName String, hosts List<String>) : void in class com.spotify.helios.master.ZooKeeperMasterModel | From | To |