91ae838b3517b435b7e82294fd5a9d3547f9f950
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public defaultAclProvider(masterUser String, masterDigest String, agentUser String, agentDigest String) : ACLProvider renamed to public heliosAclProvider(masterUser String, masterDigest String, agentUser String, agentDigest String) : ACLProvider in class com.spotify.helios.servicescommon.ZooKeeperAclProviders | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public digest(user String, password String) : String extracted from private setupZookeeperClient(config AgentConfig, id String, zkRegistrationSignal CountDownLatch) : ZooKeeperClient in class com.spotify.helios.agent.AgentService & moved to class com.spotify.helios.servicescommon.ZooKeeperAclProviders | From | To | |
Extract And Move Method public digest(user String, password String) : String extracted from private setupZookeeperClient(config MasterConfig) : ZooKeeperClient in class com.spotify.helios.master.MasterService & moved to class com.spotify.helios.servicescommon.ZooKeeperAclProviders | From | To |