2b18bbdf835f83d97566f0abe6b7197cde4ba43c
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public get(remoteHost String, port int, handler ChannelHandler) : Client renamed to public createGet(remoteHost String, port int, handler ChannelHandler) : Client in class com.shinemo.mpush.netty.client.AbstractNettyClientFactory | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public newThread(r Runnable, name String, daemon boolean) : Thread extracted from public startGatewayServer() : void in class com.shinemo.mpush.core.App & moved to class com.shinemo.mpush.tools.thread.ThreadPoolUtil | From | To | |
Extract And Move Method public newThread(r Runnable, name String, daemon boolean) : Thread extracted from public startConnectionServer() : void in class com.shinemo.mpush.core.App & moved to class com.shinemo.mpush.tools.thread.ThreadPoolUtil | From | To |