216bcaee19ad70263036db136d762e18d670e0fa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| io.netty:netty-transport-udt:4.1.4.Final | |
| io.netty:netty-transport-sctp:4.1.4.Final |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type clazz : Class<? extends ServerChannel> to channelFactory : ChannelFactory<? extends ServerChannel> in method private createServer(listener Listener, boss EventLoopGroup, work EventLoopGroup, channelFactory ChannelFactory<? extends ServerChannel>) : void in class com.mpush.netty.server.NettyTCPServer | From | To | |
| Change Parameter Type clazz : Class<? extends SocketChannel> to channelFactory : ChannelFactory<? extends Channel> in method private createClient(listener Listener, workerGroup EventLoopGroup, channelFactory ChannelFactory<? extends Channel>) : void in class com.mpush.netty.client.NettyTCPClient | From | To | |
| Rename Variable | 3 | ||
| Rename Variable bossGroup : NioEventLoopGroup to nioEventLoopGroup : NioEventLoopGroup in method private createNioServer(listener Listener) : void in class com.mpush.netty.server.NettyTCPServer | From | To | |
| Rename Variable workerGroup : NioEventLoopGroup to nioEventLoopGroup : NioEventLoopGroup in method private createNioServer(listener Listener) : void in class com.mpush.netty.server.NettyTCPServer | From | To | |
| Rename Variable workerGroup : EpollEventLoopGroup to epollEventLoopGroup : EpollEventLoopGroup in method private createEpollServer(listener Listener) : void in class com.mpush.netty.server.NettyTCPServer | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type ch : SocketChannel to ch : Channel in method private createServer(listener Listener, boss EventLoopGroup, work EventLoopGroup, channelFactory ChannelFactory<? extends ServerChannel>) : void in class com.mpush.netty.server.NettyTCPServer | From | To | |
| Change Variable Type ch : SocketChannel to ch : Channel in method private createClient(listener Listener, workerGroup EventLoopGroup, channelFactory ChannelFactory<? extends Channel>) : void in class com.mpush.netty.client.NettyTCPClient | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter clazz : Class<? extends ServerChannel> to channelFactory : ChannelFactory<? extends ServerChannel> in method private createServer(listener Listener, boss EventLoopGroup, work EventLoopGroup, channelFactory ChannelFactory<? extends ServerChannel>) : void in class com.mpush.netty.server.NettyTCPServer | From | To | |
| Rename Parameter clazz : Class<? extends SocketChannel> to channelFactory : ChannelFactory<? extends Channel> in method private createClient(listener Listener, workerGroup EventLoopGroup, channelFactory ChannelFactory<? extends Channel>) : void in class com.mpush.netty.client.NettyTCPClient | From | To |