b89703f0bbb45e70b6a7a06bee36a8acda78b8e1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 39
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| io.netty:netty-all:4.1.0.Beta4 | |
| Removed | |
| io.netty:netty:3.6.6.Final |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public messageReceived(ctx ChannelHandlerContext, e MessageEvent) : void renamed to protected channelRead0(ctx ChannelHandlerContext, o Object) : void in class io.undertow.websockets.utils.WebSocketTestClient.WSClientHandler | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type e : MessageEvent to o : Object in method protected channelRead0(ctx ChannelHandlerContext, o Object) : void in class io.undertow.websockets.utils.WebSocketTestClient.WSClientHandler | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type buf : ChannelBuffer to buf : ByteBuf in method public onFrame(frame WebSocketFrame) : void in class io.undertow.websockets.utils.FrameChecker | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type bootstrap : ClientBootstrap to bootstrap : Bootstrap in class io.undertow.websockets.utils.WebSocketTestClient | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter e : MessageEvent to o : Object in method protected channelRead0(ctx ChannelHandlerContext, o Object) : void in class io.undertow.websockets.utils.WebSocketTestClient.WSClientHandler | From | To |