f6fd0455be7de8e37b221d528fc12383b13c1b5f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 4 | ||
| Rename Variable jobsFuture : ListenableFuture<Map<JobId,Job>> to hostsFuture : ListenableFuture<List<String>> in method public testUndeployLeftoverJobs() : void in class com.spotify.helios.testing.HeliosSoloDeploymentTest | From | To | |
| Rename Variable jobs : Map<JobId,Job> to hosts : List<String> in method protected undeployLeftoverJobs() : void in class com.spotify.helios.testing.HeliosSoloDeployment | From | To | |
| Rename Variable hostStatusFuture2 : ListenableFuture<HostStatus> to statusFuture2_2 : ListenableFuture<HostStatus> in method public testUndeployLeftoverJobs() : void in class com.spotify.helios.testing.HeliosSoloDeploymentTest | From | To | |
| Rename Variable jobStatus : JobStatus to hostStatus : HostStatus in method protected undeployLeftoverJobs() : void in class com.spotify.helios.testing.HeliosSoloDeployment | From | To | |
| Extract Attribute | 2 | ||
| Extract Attribute private JOB_ID2 : JobId in class com.spotify.helios.testing.HeliosSoloDeploymentTest | From | To | |
| Extract Attribute private JOB_ID1 : JobId in class com.spotify.helios.testing.HeliosSoloDeploymentTest | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type status : Map.Entry<String,TaskStatus> to status : Map.Entry<JobId,TaskStatus> in method protected undeployLeftoverJobs() : void in class com.spotify.helios.testing.HeliosSoloDeployment | From | To | |
| Change Variable Type jobsFuture : ListenableFuture<Map<JobId,Job>> to hostsFuture : ListenableFuture<List<String>> in method public testUndeployLeftoverJobs() : void in class com.spotify.helios.testing.HeliosSoloDeploymentTest | From | To | |
| Change Variable Type jobs : Map<JobId,Job> to hosts : List<String> in method protected undeployLeftoverJobs() : void in class com.spotify.helios.testing.HeliosSoloDeployment | From | To | |
| Change Variable Type jobStatus : JobStatus to hostStatus : HostStatus in method protected undeployLeftoverJobs() : void in class com.spotify.helios.testing.HeliosSoloDeployment | From | To | |
| Split Attribute | 2 | ||
| Split Attribute JOB2 : Job to [HOST2 : String, JOB_ID2 : JobId] in class com.spotify.helios.testing.HeliosSoloDeploymentTest | From | To | |
| Split Attribute JOB1 : Job to [HOST1 : String, JOB_ID1 : JobId, JOB_ID2 : JobId] in class com.spotify.helios.testing.HeliosSoloDeploymentTest | From | To |