c71f46b85a0dc4e676e81d5c7450ef8d770f41c9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable masterModel : ZooKeeperMasterModel to model : MasterModel in method private mockHostStatus(model MasterModel, host String) : Map<String,HostStatus> in class com.spotify.helios.master.DeploymentGroupTest | From | To | |
Extract Variable | 2 | ||
Extract Variable newHost : String in method public testUpdateDeploymentGroupHosts() : void from class com.spotify.helios.master.DeploymentGroupTest | From | To | |
Extract Variable changed : DeploymentGroup in method public testUpdateDeploymentGroupHosts() : void from class com.spotify.helios.master.DeploymentGroupTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type masterModel : ZooKeeperMasterModel to model : MasterModel in method private mockHostStatus(model MasterModel, host String) : Map<String,HostStatus> in class com.spotify.helios.master.DeploymentGroupTest | From | To | |
Extract Method | 1 | ||
Extract Method private mockHostStatus(model MasterModel, host String) : Map<String,HostStatus> extracted from public testUpdateDeploymentGroupHosts() : void in class com.spotify.helios.master.DeploymentGroupTest | From | To |