be96d9b3e0f8339f3f229d1a1fa87af495c2dcc6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public probe(host String, port int) : boolean renamed to private probeTcpPort(host String, portMapping PortMapping) : boolean in class com.spotify.helios.testing.DefaultProber | From | To | |
| Change Parameter Type | 5 | ||
| Change Parameter Type port : int to port : PortMapping in method public probe(host String, port PortMapping) : boolean in class com.spotify.helios.testing.ProberTest.MockProber | From | To | |
| Change Parameter Type port : int to portMapping : PortMapping in method public probe(host String, portMapping PortMapping) : boolean in class com.spotify.helios.testing.Prober | From | To | |
| Change Parameter Type port : int to portMapping : PortMapping in method private probeTcpPort(host String, portMapping PortMapping) : boolean in class com.spotify.helios.testing.DefaultProber | From | To | |
| Change Parameter Type port : int to portMapping : PortMapping in method public probe(host String, portMapping PortMapping) : boolean in class com.spotify.helios.testing.TemporaryJobsTestBase.TestProber | From | To | |
| Change Parameter Type port : int to portMapping : PortMapping in method public probe(host String, portMapping PortMapping) : boolean in class com.spotify.helios.Utils.AgentStatusProber | From | To | |
| Extract Variable | 1 | ||
| Extract Variable portMapping : PortMapping in method private awaitPort(port String, host String) : void from class com.spotify.helios.testing.TemporaryJob | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter port : int to portMapping : PortMapping in method public probe(host String, portMapping PortMapping) : boolean in class com.spotify.helios.testing.Prober | From | To | |
| Rename Parameter port : int to portMapping : PortMapping in method private probeTcpPort(host String, portMapping PortMapping) : boolean in class com.spotify.helios.testing.DefaultProber | From | To | |
| Rename Parameter port : int to portMapping : PortMapping in method public probe(host String, portMapping PortMapping) : boolean in class com.spotify.helios.Utils.AgentStatusProber | From | To | |
| Rename Parameter port : int to portMapping : PortMapping in method public probe(host String, portMapping PortMapping) : boolean in class com.spotify.helios.testing.TemporaryJobsTestBase.TestProber | From | To |