c468b5c87d55bfa1b022083d35de8d23031bb14d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private getHosts(client ZooKeeperClient, path String) : List<String> extracted from public getDeploymentGroupHosts(name String) : List<String> in class com.spotify.helios.master.ZooKeeperMasterModel | From | To | |
Extract Method private rollingUpdateUndeploy(client ZooKeeperClient, opFactory RollingUpdateOpFactory, deploymentGroup DeploymentGroup, host String, force boolean) : RollingUpdateOp extracted from private rollingUpdateUndeploy(client ZooKeeperClient, opFactory RollingUpdateOpFactory, deploymentGroup DeploymentGroup, host String) : RollingUpdateOp in class com.spotify.helios.master.ZooKeeperMasterModel | From | To |