3d2bb58043638f04a9f47bc226c1d1a657814c01
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public onTextFragment(part HttpResponseBodyPart) : void renamed to private notifyTextListeners(message String) : void in class org.asynchttpclient.netty.ws.NettyWebSocket | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type part : HttpResponseBodyPart to message : String in method private notifyTextListeners(message String) : void in class org.asynchttpclient.netty.ws.NettyWebSocket | From | To | |
| Inline Method | 2 | ||
| Inline Method private notifyTextListeners(bytes byte[]) : void inlined to private notifyTextListeners(message String) : void in class org.asynchttpclient.netty.ws.NettyWebSocket | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter part : HttpResponseBodyPart to message : String in method private notifyTextListeners(message String) : void in class org.asynchttpclient.netty.ws.NettyWebSocket | From | To |