b59cf2832478092b0d998d6fa72ccbff299c1a09
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public executeBlocking(blockingCodeHandler Handler<Future<T>>, asyncResultHandler Handler<AsyncResult<T>>) : void from class io.vertx.core.impl.NamedWorkerExecutor to public executeBlocking(blockingCodeHandler Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>) : void from class io.vertx.core.WorkerExecutor | From | To | |
Change Return Type | 1 | ||
Change Return Type Executor to OrderedExecutor in method public getExecutor() : OrderedExecutor in class io.vertx.core.impl.OrderedExecutorFactory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter asyncResultHandler : Handler<AsyncResult<T>> to resultHandler : Handler<AsyncResult<T>> in method public executeBlocking(blockingCodeHandler Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>) : void in class io.vertx.core.WorkerExecutor | From | To |