2167c062953692090758a43e98379b5377ecd8d1
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getAppList() : List<RedisGroup> renamed to public getGroupList() : List<RedisGroup> in class com.shinemo.mpush.tools.redis.RedisGroupManage | From | To | |
Rename Method private getServerApp(fullPath String) : ServerApp renamed to private getRedisGroup(fullPath String) : List<RedisGroup> in class com.shinemo.mpush.tools.zk.listener.impl.RedisPathListener | From | To | |
Rename Method private printAppList() : void renamed to private printGroupList() : void in class com.shinemo.mpush.tools.redis.RedisGroupManage | From | To | |
Rename Variable | 1 | ||
Rename Variable rawApp : String to rawGroup : String in method private getRedisGroup(fullPath String) : List<RedisGroup> in class com.shinemo.mpush.tools.zk.listener.impl.RedisPathListener | From | To | |
Change Return Type | 1 | ||
Change Return Type ServerApp to List<RedisGroup> in method private getRedisGroup(fullPath String) : List<RedisGroup> in class com.shinemo.mpush.tools.zk.listener.impl.RedisPathListener | From | To |