79f965810348651140e7c0fcbf36e2a003e2ad68
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Function<String,Void> to void in method public send(hostAndPort String, creator Function<Connection,M>, sender Function<M,Void>) : void in class com.mpush.client.gateway.connection.GatewayTCPConnectionFactory | From | To | |
Change Return Type Function<String,Void> to void in method public abstract send(hostAndPort String, creator Function<Connection,M>, sender Function<M,Void>) : void in class com.mpush.client.gateway.connection.GatewayConnectionFactory | From | To | |
Rename Parameter | 4 | ||
Rename Parameter ip : String to hostAndPort : String in method public getConnection(hostAndPort String) : Connection in class com.mpush.client.gateway.connection.GatewayUDPConnectionFactory | From | To | |
Rename Parameter ip : String to hostAndPort : String in method public getConnection(hostAndPort String) : Connection in class com.mpush.client.gateway.connection.GatewayTCPConnectionFactory | From | To | |
Rename Parameter ip : String to hostAndPort : String in method public abstract getConnection(hostAndPort String) : Connection in class com.mpush.client.gateway.connection.GatewayConnectionFactory | From | To | |
Rename Parameter remoteIp : String to hostAndPort : String in method public getKickChannel(hostAndPort String) : String in class com.mpush.core.router.RouterChangeListener | From | To |