4389da9196f44fbdc20211798a1acdb595d178ed
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected onFailure(x Throwable) : void renamed to public onCompleteFailure(failure Throwable) : void in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Flusher | From | To | |
Move Method | 5 | ||
Move Method public succeeded() : void from class org.eclipse.jetty.websocket.common.io.FrameFlusher.Flusher to public succeeded() : void from class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Move Method protected process() : Action from class org.eclipse.jetty.websocket.common.io.FrameFlusher.Flusher to protected process() : Action from class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Move Method private batch() : Action from class org.eclipse.jetty.websocket.common.io.FrameFlusher.Flusher to private batch() : Action from class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Move Method private flush() : Action from class org.eclipse.jetty.websocket.common.io.FrameFlusher.Flusher to private flush() : Action from class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Move Method private releaseAggregate() : void from class org.eclipse.jetty.websocket.common.io.FrameFlusher.Flusher to private releaseAggregate() : void from class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Rename Variable | 1 | ||
Rename Variable tosser : Throwable to closed : Throwable in method public enqueue(frame Frame, callback WriteCallback, batchMode BatchMode) : void in class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Move Attribute | 4 | ||
Move Attribute private batchMode : BatchMode from class org.eclipse.jetty.websocket.common.io.FrameFlusher.Flusher to private batchMode : BatchMode from class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Move Attribute private entries : List<FrameEntry> from class org.eclipse.jetty.websocket.common.io.FrameFlusher.Flusher to private entries : List<FrameEntry> from class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Move Attribute private buffers : List<ByteBuffer> from class org.eclipse.jetty.websocket.common.io.FrameFlusher.Flusher to private buffers : List<ByteBuffer> from class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Move Attribute private aggregate : ByteBuffer from class org.eclipse.jetty.websocket.common.io.FrameFlusher.Flusher to private aggregate : ByteBuffer from class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Rename Attribute | 2 | ||
Rename Attribute endpoint : EndPoint to endPoint : EndPoint in class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Rename Attribute failure : Throwable to terminated : Throwable in class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Extract Variable | 1 | ||
Extract Variable opCode : byte in method public enqueue(frame Frame, callback WriteCallback, batchMode BatchMode) : void from class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To | |
Rename Parameter | 2 | ||
Rename Parameter x : Throwable to failure : Throwable in method public onCompleteFailure(failure Throwable) : void in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Flusher | From | To | |
Rename Parameter endpoint : EndPoint to endPoint : EndPoint in method public FrameFlusher(bufferPool ByteBufferPool, generator Generator, endPoint EndPoint, bufferSize int, maxGather int) in class org.eclipse.jetty.websocket.common.io.FrameFlusher | From | To |