5283ecfe3f5de571f31783e9ae0fc7e6be38f064
Files Diff
- Added: 4
- Removed: 5
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Collection<ServerApp> to Collection<Application> in method private getAllServers() : Collection<Application> in class com.shinemo.mpush.client.PushClient.GatewayServerZKListener | From | To | |
Change Return Type ServerApp to Application in method private getServer(path String) : Application in class com.shinemo.mpush.client.PushClient.GatewayServerZKListener | From | To | |
Move Class | 3 | ||
Move Class com.shinemo.mpush.core.Application moved to com.shinemo.mpush.common.Application | From | To | |
Move Class com.shinemo.mpush.core.zk.ZkTest moved to com.shinemo.mpush.zk.ZkTest | From | To | |
Move Class com.shinemo.mpush.core.zk.ZkUtilTest moved to com.shinemo.mpush.zk.ZkUtilTest | From | To | |
Change Variable Type | 5 | ||
Change Variable Type server : ServerApp to server : Application in method private getAllServers() : Collection<Application> in class com.shinemo.mpush.client.PushClient.GatewayServerZKListener | From | To | |
Change Variable Type serverApp : ServerApp to serverApp : Application in method public childEvent(curatorFramework CuratorFramework, event TreeCacheEvent) : void in class com.shinemo.mpush.client.PushClient.GatewayServerZKListener | From | To | |
Change Variable Type nodes : Collection<ServerApp> to nodes : Collection<Application> in method public init() : void in class com.shinemo.mpush.client.PushClient | From | To | |
Change Variable Type server : ServerApp to server : Application in method public init() : void in class com.shinemo.mpush.client.PushClient | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type servers : Map<String,ServerApp> to servers : Map<String,Application> in class com.shinemo.mpush.client.PushClient | From | To |