630346b0b7f6b392dc13393aa55c40397dfa87c8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type ServerWebSocket to ServerWebSocketImpl in method public writeFrame(frame WebSocketFrame) : ServerWebSocketImpl in class io.vertx.core.http.impl.ServerWebSocketImpl | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private closeFrameSent : boolean from class io.vertx.core.http.impl.Http1xServerConnection to private closeFrameSent : boolean from class io.vertx.core.http.impl.Http1xConnectionBase | From | To | |
| Move Attribute private closeFrameSent : boolean from class io.vertx.core.http.impl.Http1xClientConnection to private closeFrameSent : boolean from class io.vertx.core.http.impl.Http1xConnectionBase | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method package handleWsFrame(msg WebSocketFrame) : void extracted from public handleMessage(msg Object) : void in class io.vertx.core.http.impl.Http1xClientConnection & moved to class io.vertx.core.http.impl.Http1xConnectionBase | From | To |