cb50d6f9aac4d5a9ddef04b3b40b5e72b1037f47
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type boolean to ByteBuffer in method package resume() : ByteBuffer in class org.eclipse.jetty.websocket.common.io.ReadState | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type state : AtomicReference<State> to state : State in class org.eclipse.jetty.websocket.common.io.ReadState | From | To | |
Extract Method | 2 | ||
Extract Method private onFillable(buffer ByteBuffer) : void extracted from public onFillable() : void in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection | From | To | |
Extract Method public parseSingleFrame(buffer ByteBuffer) : void extracted from public parse(buffer ByteBuffer) : void in class org.eclipse.jetty.websocket.common.Parser | From | To |