b8a5ca7016b2324dbe5967d94b853dcfe8412d2e
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public executeBlocking(action Action<T>, resultHandler Handler<AsyncResult<T>>) : void renamed to public executeBlockingInternal(action Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>) : void in class io.vertx.core.impl.ContextInternal | From | To | |
| Rename Method public executeBlocking(action Action<T>, resultHandler Handler<AsyncResult<T>>) : void renamed to public executeBlockingInternal(action Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>) : void in class io.vertx.core.impl.ContextImpl | From | To | |
| Change Parameter Type | 4 | ||
| Change Parameter Type action : Action<T> to blockingCodeHandler : Handler<Future<T>> in method public executeBlockingInternal(blockingCodeHandler Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>) : void in class io.vertx.core.impl.VertxInternal | From | To | |
| Change Parameter Type action : Action<T> to action : Handler<Future<T>> in method public executeBlockingInternal(action Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>) : void in class io.vertx.core.impl.ContextInternal | From | To | |
| Change Parameter Type action : Action<T> to action : Handler<Future<T>> in method public executeBlockingInternal(action Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>) : void in class io.vertx.core.impl.ContextImpl | From | To | |
| Change Parameter Type action : Action<T> to blockingCodeHandler : Handler<Future<T>> in method public executeBlockingInternal(blockingCodeHandler Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>) : void in class io.vertx.core.impl.VertxImpl | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter action : Action<T> to blockingCodeHandler : Handler<Future<T>> in method public executeBlockingInternal(blockingCodeHandler Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>) : void in class io.vertx.core.impl.VertxImpl | From | To | |
| Rename Parameter action : Action<T> to blockingCodeHandler : Handler<Future<T>> in method public executeBlockingInternal(blockingCodeHandler Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>) : void in class io.vertx.core.impl.VertxInternal | From | To |