fd303b6d12dea2f7deae672ed801d2407489c9a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public createClient(host String, port int, handler ChannelHandler, security boolean) : Client renamed to public create(host String, port int, handler ChannelHandler) : Client in class com.shinemo.mpush.netty.client.NettyClientFactory | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [host : String, port : int] to client : Client in method public init(client Client, handler ChannelHandler) : Client in class com.shinemo.mpush.netty.client.NettyClientFactory | From | To | |
Extract Method | 1 | ||
Extract Method public init(client Client, handler ChannelHandler) : Client extracted from public createClient(host String, port int, handler ChannelHandler, security boolean) : Client in class com.shinemo.mpush.netty.client.NettyClientFactory | From | To |