43756031e728ae697fce99fb5f5dba2fce6d60fc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type channel : ServerConnection to channel : ConnectedChannel in method public ParseTimeoutUpdater(channel ConnectedChannel, requestParseTimeout long, requestIdleTimeout long, closeTask Runnable) in class io.undertow.server.protocol.ParseTimeoutUpdater | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type connection : ServerConnection to connection : ConnectedChannel in class io.undertow.server.protocol.ParseTimeoutUpdater | From | To | |
Extract Method | 2 | ||
Extract Method public close() : void extracted from public closed(connection ServerConnection) : void in class io.undertow.server.protocol.ParseTimeoutUpdater | From | To | |
Extract Method protected createChannelImpl(frameHeaderData FrameHeaderData, frameData PooledByteBuffer) : AbstractHttp2StreamSourceChannel extracted from protected createChannel(frameHeaderData FrameHeaderData, frameData PooledByteBuffer) : AbstractHttp2StreamSourceChannel in class io.undertow.protocols.http2.Http2Channel | From | To |