f34ecd2656ee8c9aef106424ea054e4451a07654
Files Diff
- Added: 12
- Removed: 7
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public handler(client CuratorFramework, event TreeCacheEvent, path String) : void renamed to public dataChanged(client CuratorFramework, event TreeCacheEvent, path String) : void in class com.shinemo.mpush.cs.zk.listener.impl.ConnectionServerPathListener | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public childEvent(curatorFramework CuratorFramework, event TreeCacheEvent) : void from class com.shinemo.mpush.tools.zk.listener.impl.RedisPathListener to public childEvent(client CuratorFramework, event TreeCacheEvent) : void from class com.shinemo.mpush.tools.zk.listener.DataChangeListener | From | To | |
| Move And Rename Class | 2 | ||
| Move And Rename Class com.shinemo.mpush.tools.zk.listener.impl.ConnPathListener moved and renamed to com.shinemo.mpush.cs.zk.listener.impl.ConnectionServerPathListener | From | To | |
| Move And Rename Class com.shinemo.mpush.tools.zk.manage.ServerAppManage moved and renamed to com.shinemo.mpush.cs.manage.ConnectionServerManage | From | To | |
| Move Class | 1 | ||
| Move Class com.shinemo.mpush.tools.zk.listener.impl.RedisPathListener moved to com.shinemo.mpush.cs.zk.listener.impl.RedisPathListener | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass com.shinemo.mpush.tools.zk.listener.DataChangeListener from classes [com.shinemo.mpush.cs.zk.listener.impl.ConnectionServerPathListener, com.shinemo.mpush.cs.zk.listener.impl.RedisPathListener] | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type instance : ServerAppManage to instance : ConnectionServerManage in class com.shinemo.mpush.cs.manage.ConnectionServerManage | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter curatorFramework : CuratorFramework to client : CuratorFramework in method public childEvent(client CuratorFramework, event TreeCacheEvent) : void in class com.shinemo.mpush.tools.zk.listener.DataChangeListener | From | To |