8b6d2b2e6f76025709cbd62086657bb749c90f55
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 34
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getBizExecutor() : Executor renamed to public getPushCenterTimer() : ScheduledExecutorService in class com.mpush.tools.thread.pool.ThreadPoolManager | From | To | |
Change Return Type | 4 | ||
Change Return Type Executor to ScheduledExecutorService in method public getPushCenterTimer() : ScheduledExecutorService in class com.mpush.tools.thread.pool.ThreadPoolManager | From | To | |
Change Return Type void to boolean in method public broadcast(creator Function<Connection,M>, sender Consumer<M>) : boolean in class com.mpush.client.gateway.connection.GatewayTCPConnectionFactory | From | To | |
Change Return Type void to boolean in method public abstract broadcast(creator Function<Connection,M>, sender Consumer<M>) : boolean in class com.mpush.client.gateway.connection.GatewayConnectionFactory | From | To | |
Change Return Type void to boolean in method public broadcast(creator Function<Connection,M>, sender Consumer<M>) : boolean in class com.mpush.client.gateway.connection.GatewayUDPConnectionFactory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute T_SERVER_WORKER : String to T_GATEWAY_WORKER : String in class com.mpush.tools.thread.ThreadNames | From | To | |
Change Variable Type | 1 | ||
Change Variable Type executor : ThreadPoolExecutor to executor : Executor in method public monitor(args Object...) : Object in class com.mpush.monitor.quota.impl.JVMThreadPool | From | To | |
Extract Method | 1 | ||
Extract Method public start() : void extracted from public testServer() : void in class com.mpush.test.sever.ServerTestMain | From | To |