50cb94a8ad5fb86482c97de0e9b7950d1dee6f8e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 6 | ||
Change Parameter Type value : int to value : long in method public set(parameterId int, value long) : void in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Parameter Type maxFrameSize : int to maxFrameSize : long in method public setMaxFrameSize(maxFrameSize long) : void in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Parameter Type maxConcurrentStreams : int to maxConcurrentStreams : long in method public setMaxConcurrentStreams(maxConcurrentStreams long) : void in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Parameter Type initialWindowSize : int to initialWindowSize : long in method public setInitialWindowSize(initialWindowSize long) : void in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Parameter Type enablePush : int to enablePush : long in method public setEnablePush(enablePush long) : void in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Parameter Type maxHeaderListSize : int to maxHeaderListSize : long in method public setMaxHeaderListSize(maxHeaderListSize long) : void in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Return Type | 4 | ||
Change Return Type int to long in method public getFourBytes(input byte[], firstByte int) : long in class org.apache.coyote.http2.ByteUtil | From | To | |
Change Return Type int to long in method public getMaxConcurrentStreams() : long in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Return Type int to long in method public getMaxHeaderListSize() : long in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Return Type int to boolean in method public getEnablePush() : boolean in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Variable Type | 2 | ||
Change Variable Type value : int to value : long in method public init(webConnection WebConnection) : void in class org.apache.coyote.http2.Http2UpgradeHandler | From | To | |
Change Variable Type value : int to value : long in method private processFrameSettings(flags int, streamId int, payloadSize int) : void in class org.apache.coyote.http2.Http2UpgradeHandler | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type maxConcurrentStreams : int to maxConcurrentStreams : long in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Attribute Type UNLIMITED : int to UNLIMITED : long in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Attribute Type enablePush : int to enablePush : boolean in class org.apache.coyote.http2.ConnectionSettings | From | To | |
Change Attribute Type maxHeaderListSize : int to maxHeaderListSize : long in class org.apache.coyote.http2.ConnectionSettings | From | To |