41f06f11aa780f0bb00a04cbd469a6972b73f9ea
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type maxHeaderListSize : int to maxHeaderListSize : long in method public setMaxHeaderListSize(maxHeaderListSize long) : Http2Settings in class io.vertx.core.http.Http2Settings | From | To | |
Change Return Type | 1 | ||
Change Return Type int to long in method public getMaxHeaderListSize() : long in class io.vertx.core.http.Http2Settings | From | To | |
Change Variable Type | 2 | ||
Change Variable Type headerTableSize : int to headerTableSize : long in method public randomHttp2Settings() : Http2Settings in class io.vertx.test.core.TestUtils | From | To | |
Change Variable Type maxHeaderListSize : Integer to maxHeaderListSize : Long in method public toVertxSettings(settings Http2Settings) : Http2Settings in class io.vertx.core.http.impl.HttpUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type maxHeaderListSize : int to maxHeaderListSize : long in class io.vertx.core.http.Http2Settings | From | To |