9f5a59981288e1de1bbe7ef59b84ee9527a1d274
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private doRequest(method HttpMethod, host String, port int, ssl Boolean, relativeURI String, headers MultiMap) : HttpClientRequest renamed to private createRequest(method HttpMethod, host String, port int, ssl Boolean, relativeURI String, headers MultiMap) : HttpClientRequest in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type method : io.vertx.core.http.HttpMethod to method : HttpMethod in method package HttpClientRequestBase(client HttpClientImpl, ssl boolean, method HttpMethod, host String, port int, uri String) in class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private ssl : boolean from class io.vertx.core.http.impl.HttpClientRequestImpl to protected ssl : boolean from class io.vertx.core.http.impl.HttpClientRequestBase | From | To |