5d82d2a969b7a59cfef07c5078d3fd42282647e5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From com.ning:async-http-client 1.8.14 To 1.9.29 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type url : URL to url : Uri in method public Expectation(url Uri, statusCode int, payload String) in class org.graylog2.restclient.lib.StubHttpProvider.Expectation | From | To | |
Change Parameter Type url : URL to url : Uri in method public expectResponse(url Uri, statusCode int, payload String) : StubHttpProvider in class org.graylog2.restclient.lib.StubHttpProvider | From | To | |
Rename Variable | 1 | ||
Rename Variable buffer : ByteBuffer to bytes : byte[] in method public executeStreaming() : InputStream in class org.graylog2.restclient.lib.ApiClientImpl.ApiRequestBuilder | From | To | |
Change Return Type | 1 | ||
Change Return Type URL to Uri in method private getUrl() : Uri in class org.graylog2.restclient.lib.StubHttpProvider.Expectation | From | To | |
Change Variable Type | 2 | ||
Change Variable Type uri : URI to uri : Uri in method public execute(request Request, handler AsyncHandler<T>) : ListenableFuture<T> in class org.graylog2.restclient.lib.StubHttpProvider | From | To | |
Change Variable Type buffer : ByteBuffer to bytes : byte[] in method public executeStreaming() : InputStream in class org.graylog2.restclient.lib.ApiClientImpl.ApiRequestBuilder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type expectations : Map<URL,Expectation> to expectations : Map<Uri,Expectation> in class org.graylog2.restclient.lib.StubHttpProvider | From | To | |
Change Attribute Type url : URL to url : Uri in class org.graylog2.restclient.lib.StubHttpProvider.Expectation | From | To |