e3affd7fcb286bd393336ae1c7574db944a1ef6d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 4 | ||
Change Return Type void to boolean in method public reset(code long) : boolean in class io.vertx.core.http.impl.HttpClientRequestPushPromise | From | To | |
Change Return Type void to boolean in method public reset(code long) : boolean in class io.vertx.core.http.HttpClientRequest | From | To | |
Change Return Type void to boolean in method public reset() : boolean in class io.vertx.core.http.HttpClientRequest | From | To | |
Change Return Type void to boolean in method public reset(code long) : boolean in class io.vertx.core.http.impl.HttpClientRequestImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type requests : Queue<HttpClientRequestImpl> to requests : Deque<HttpClientRequestImpl> in class io.vertx.core.http.impl.ClientConnection | From | To |