3ba747ccc845ee7ea6185066010b8de529b6387b
Files Diff
- Added: 10
- Removed: 5
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type connection : Connection to connection : NettyConnection in method public add(connection NettyConnection) : void in class com.shinemo.mpush.core.ConnectionManager | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ChannelFuture to void in method public close() : void in class com.shinemo.mpush.core.NettyConnection | From | To | |
| Rename Class | 1 | ||
| Rename Class com.shinemo.mpush.core.ConnectionImpl renamed to com.shinemo.mpush.core.NettyConnection | From | To | |
| Move Class | 4 | ||
| Move Class com.shinemo.mpush.connection.ConnectionHandler moved to com.shinemo.mpush.connection.netty.handler.ConnectionHandler | From | To | |
| Move Class com.shinemo.mpush.api.protocol.PacketEncoder moved to com.shinemo.mpush.connection.netty.encoder.PacketEncoder | From | To | |
| Move Class com.shinemo.mpush.connection.ConnectionServer moved to com.shinemo.mpush.connection.netty.server.ConnectionServer | From | To | |
| Move Class com.shinemo.mpush.api.protocol.PacketDecoder moved to com.shinemo.mpush.connection.netty.encoder.PacketDecoder | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute connections : Map<String,Connection> to cacherClients : Cache<String,NettyConnection> in class com.shinemo.mpush.core.ConnectionManager | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type connections : Map<String,Connection> to cacherClients : Cache<String,NettyConnection> in class com.shinemo.mpush.core.ConnectionManager | From | To |