36cb5709693b7b75abaaf827705631de4c022050
Files Diff
- Added: 6
- Removed: 4
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type cmd : byte to cmd : Command in method public UDPPacket(cmd Command, sessionId int) in class com.mpush.api.protocol.UDPPacket | From | To | |
| Change Parameter Type cmd : Command to cmd : byte in method public UDPPacket(cmd byte) in class com.mpush.api.protocol.UDPPacket | From | To | |
| Move Class | 3 | ||
| Move Class com.mpush.client.gateway.GatewayClientChannelHandler moved to com.mpush.client.gateway.handler.GatewayClientChannelHandler | From | To | |
| Move Class com.mpush.client.gateway.GatewayUDPConnectionFactory moved to com.mpush.client.gateway.connection.GatewayUDPConnectionFactory | From | To | |
| Move Class com.mpush.client.gateway.GatewayTCPConnectionFactory moved to com.mpush.client.gateway.connection.GatewayTCPConnectionFactory | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass com.mpush.client.gateway.connection.GatewayConnectionFactory from classes [com.mpush.client.gateway.connection.GatewayTCPConnectionFactory, com.mpush.client.gateway.connection.GatewayUDPConnectionFactory] | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter listener : Listener to l : Listener in method protected tryStart(l Listener, function Function) : void in class com.mpush.api.service.BaseService | From | To | |
| Rename Parameter listener : Listener to l : Listener in method protected tryStop(l Listener, function Function) : void in class com.mpush.api.service.BaseService | From | To |