35a59def36bfb9ccae1f21646c5391e76d240893
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 32
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testClientExceptionHandlerCalledWhenExceptionOnDataHandler() : void renamed to public testContextExceptionHandlerCalledWhenExceptionOnDataHandler() : void in class io.vertx.core.http.HttpTest | From | To | |
Rename Method public testClientRequestExceptionHandlerCalledWhenExceptionOnDrainHandler() : void renamed to public testContextExceptionHandlerCalledWhenExceptionOnDrainHandler() : void in class io.vertx.core.http.HttpTest | From | To | |
Change Return Type | 4 | ||
Change Return Type Context to ContextInternal in method public getContext() : ContextInternal in class io.vertx.core.http.impl.Http2UpgradedClientConnection.UpgradingStream | From | To | |
Change Return Type Context to ContextInternal in method public getContext() : ContextInternal in class io.vertx.core.http.impl.HttpClientStream | From | To | |
Change Return Type Context to ContextInternal in method public getContext() : ContextInternal in class io.vertx.core.http.impl.Http2ClientConnection.Http2ClientStream | From | To | |
Change Return Type Context to ContextInternal in method public getContext() : ContextInternal in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type contexts : Set<ContextInternal> to contexts : Set<Context> in method public testContexts() : void in class io.vertx.core.http.Http1xTest | From | To | |
Extract Method | 1 | ||
Extract Method protected awaitLatch(latch CountDownLatch, timeout long, unit TimeUnit) : void extracted from protected awaitLatch(latch CountDownLatch) : void in class io.vertx.test.core.AsyncTestBase | From | To |