b970a89cce299c659d030bf6c03c9bcbcb8428ba
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 3 | ||
| Move Method protected shutDown() : void from class com.spotify.helios.servicescommon.ZooKeeperRegistrar to protected shutDown() : void from class com.spotify.helios.servicescommon.ZooKeeperRegistrarService | From | To | |
| Move Method private isAlive() : boolean from class com.spotify.helios.servicescommon.ZooKeeperRegistrar to private isAlive() : boolean from class com.spotify.helios.servicescommon.ZooKeeperRegistrarService | From | To | |
| Move Method protected startUp() : void from class com.spotify.helios.servicescommon.ZooKeeperRegistrar to protected startUp() : void from class com.spotify.helios.servicescommon.ZooKeeperRegistrarService | From | To | |
| Move Attribute | 5 | ||
| Move Attribute private retryIntervalPolicy : RetryIntervalPolicy from class com.spotify.helios.servicescommon.ZooKeeperRegistrar to private retryIntervalPolicy : RetryIntervalPolicy from class com.spotify.helios.servicescommon.ZooKeeperRegistrarService | From | To | |
| Move Attribute private listener : ConnectionStateListener from class com.spotify.helios.servicescommon.ZooKeeperRegistrar to private listener : ConnectionStateListener from class com.spotify.helios.servicescommon.ZooKeeperRegistrarService | From | To | |
| Move Attribute private reactor : Reactor from class com.spotify.helios.servicescommon.ZooKeeperRegistrar to private reactor : Reactor from class com.spotify.helios.servicescommon.ZooKeeperRegistrarService | From | To | |
| Move Attribute private log : Logger from class com.spotify.helios.servicescommon.ZooKeeperRegistrar to private log : Logger from class com.spotify.helios.servicescommon.ZooKeeperRegistrarService | From | To | |
| Move Attribute private client : ZooKeeperClient from class com.spotify.helios.servicescommon.ZooKeeperRegistrar to private client : ZooKeeperClient from class com.spotify.helios.servicescommon.ZooKeeperRegistrarService | From | To | |
| Extract Class | 1 | ||
| Extract Class com.spotify.helios.servicescommon.ZooKeeperRegistrarService from class com.spotify.helios.servicescommon.ZooKeeperRegistrar | From | To | |
| Rename Class | 2 | ||
| Rename Class com.spotify.helios.servicescommon.ZooKeeperRegistrarUtilTest renamed to com.spotify.helios.servicescommon.ZooKeeperRegistrarServiceUtilTest | From | To | |
| Rename Class com.spotify.helios.servicescommon.ZooKeeperRegistrarTest renamed to com.spotify.helios.servicescommon.ZooKeeperRegistrarServiceTest | From | To | |
| Move Class | 1 | ||
| Move Class com.spotify.helios.servicescommon.ZooKeeperRegistrar.Update moved to com.spotify.helios.servicescommon.ZooKeeperRegistrarService.Update | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type init : ZooKeeperRegistrar to init : ZooKeeperRegistrarService in method public testShutdown() : void in class com.spotify.helios.servicescommon.ZooKeeperRegistrarServiceTest | From | To | |
| Change Variable Type init : ZooKeeperRegistrar to init : ZooKeeperRegistrarService in method public testAllGood() : void in class com.spotify.helios.servicescommon.ZooKeeperRegistrarServiceTest | From | To | |
| Change Variable Type init : ZooKeeperRegistrar to init : ZooKeeperRegistrarService in method public testRetry() : void in class com.spotify.helios.servicescommon.ZooKeeperRegistrarServiceTest | From | To | |
| Change Variable Type init : ZooKeeperRegistrar to init : ZooKeeperRegistrarService in method public testReconnect() : void in class com.spotify.helios.servicescommon.ZooKeeperRegistrarServiceTest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type zkRegistrar : ZooKeeperRegistrar to zkRegistrar : ZooKeeperRegistrarService in class com.spotify.helios.agent.AgentService | From | To | |
| Change Attribute Type zkRegistrar : ZooKeeperRegistrar to zkRegistrar : ZooKeeperRegistrarService in class com.spotify.helios.master.MasterService | From | To |