7c25fd40fde8fdbf624a005d6b764f82cf303151
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type value : int to value : long in method package Http2Setting(id int, value long) in class io.undertow.protocols.http2.Http2Setting | From | To | |
Rename Variable | 2 | ||
Rename Variable stream : Http2StreamSourceChannel to holder : StreamHolder in method protected createChannel(frameHeaderData FrameHeaderData, frameData PooledByteBuffer) : AbstractHttp2StreamSourceChannel in class io.undertow.protocols.http2.Http2Channel | From | To | |
Rename Variable outgoing : Http2StreamSinkChannel to holder : StreamHolder in method private handleRstStream(streamId int) : void in class io.undertow.protocols.http2.Http2Channel | From | To | |
Change Return Type | 3 | ||
Change Return Type IllegalArgumentException to HpackException in method public pseudoHeaderInWrongOrder(header HttpString) : HpackException in class io.undertow.UndertowMessages | From | To | |
Change Return Type int to long in method public getValue() : long in class io.undertow.protocols.http2.Http2Setting | From | To | |
Change Return Type void to boolean in method package updateSettings(settings List<Http2Setting>) : boolean in class io.undertow.protocols.http2.Http2Channel | From | To | |
Move Attribute | 5 | ||
Move Attribute package STATUS : HttpString from class io.undertow.client.http2.Http2ClientConnection to public STATUS : HttpString from class io.undertow.protocols.http2.Http2Channel | From | To | |
Move Attribute package SCHEME : HttpString from class io.undertow.client.http2.Http2ClientConnection to public SCHEME : HttpString from class io.undertow.protocols.http2.Http2Channel | From | To | |
Move Attribute package METHOD : HttpString from class io.undertow.client.http2.Http2ClientConnection to public METHOD : HttpString from class io.undertow.protocols.http2.Http2Channel | From | To | |
Move Attribute package PATH : HttpString from class io.undertow.client.http2.Http2ClientConnection to public PATH : HttpString from class io.undertow.protocols.http2.Http2Channel | From | To | |
Move Attribute package AUTHORITY : HttpString from class io.undertow.client.http2.Http2ClientConnection to public AUTHORITY : HttpString from class io.undertow.protocols.http2.Http2Channel | From | To | |
Change Variable Type | 4 | ||
Change Variable Type e : Map.Entry<Integer,Http2StreamSourceChannel> to e : Map.Entry<Integer,StreamHolder> in method protected closeSubChannels() : void in class io.undertow.protocols.http2.Http2Channel | From | To | |
Change Variable Type stream : Http2StreamSourceChannel to holder : StreamHolder in method protected createChannel(frameHeaderData FrameHeaderData, frameData PooledByteBuffer) : AbstractHttp2StreamSourceChannel in class io.undertow.protocols.http2.Http2Channel | From | To | |
Change Variable Type outgoing : Http2StreamSinkChannel to holder : StreamHolder in method private handleRstStream(streamId int) : void in class io.undertow.protocols.http2.Http2Channel | From | To | |
Change Variable Type value : int to value : long in method protected handleData(resource ByteBuffer, parser Http2FrameHeaderParser) : void in class io.undertow.protocols.http2.Http2SettingsParser | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type sendWindowSize : int to sendWindowSize : long in class io.undertow.protocols.http2.Http2Channel | From | To | |
Change Attribute Type value : int to value : long in class io.undertow.protocols.http2.Http2Setting | From | To |