9d7b5eee4e6e96df151348f39b8a3c2a58eba3e0
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getZkPath() : String renamed to public getNodePath() : String in class com.mpush.zk.node.ZKServerNode | From | To | |
Rename Method private printList() : void renamed to private printCache() : void in class com.mpush.zk.cache.ZKServerNodeCache | From | To | |
Rename Attribute | 1 | ||
Rename Attribute cache : Map<String,ZKServerNode> to nodes : Map<String,ZKServerNode> in class com.mpush.zk.cache.ZKServerNodeCache | From | To | |
Change Variable Type | 1 | ||
Change Variable Type list : List<DnsMapping> to list : List<? extends DnsMapping> in method public lookup(origin String) : DnsMapping in class com.mpush.common.net.HttpProxyDnsMappingManager | From | To | |
Extract Method | 1 | ||
Extract Method public startWatch() : ZKNodeCacheWatcher extracted from public beginWatch() : void in class com.mpush.zk.listener.ZKNodeCacheWatcher | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tail : String to childPaths : String in method public getFullPath(childPaths String) : String in class com.mpush.zk.ZKPath | From | To |