9751e1111850a53794d1df89659836672eada06e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable client : Client to clients : List<GatewayClient> in method private removeClient(node ZKServerNode) : void in class com.mpush.client.gateway.connection.GatewayTCPConnectionFactory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type client : Client to clients : List<GatewayClient> in method private removeClient(node ZKServerNode) : void in class com.mpush.client.gateway.connection.GatewayTCPConnectionFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ip_client : Map<String,GatewayClient> to ip_client : Map<String,List<GatewayClient>> in class com.mpush.client.gateway.connection.GatewayTCPConnectionFactory | From | To |