4d8b0a5f40ae3a472aeab43ce55bf84cd01cd193
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private executeBlocking(action Action<T>, blockingCodeHandler Handler<Future<T>>, internal boolean, ordered boolean, resultHandler Handler<AsyncResult<T>>) : void from class io.vertx.core.impl.ContextImpl to package executeBlocking(context ContextImpl, action Action<T>, blockingCodeHandler Handler<Future<T>>, internal boolean, ordered boolean, resultHandler Handler<AsyncResult<T>>) : void from class io.vertx.core.impl.WorkerPool | From | To | |
| Move Attribute | 2 | ||
| Move Attribute protected workerExec : Executor from class io.vertx.core.impl.ContextImpl to protected workerExec : Executor from class io.vertx.core.impl.WorkerPool | From | To | |
| Move Attribute protected orderedInternalPoolExec : Executor from class io.vertx.core.impl.ContextImpl to protected orderedInternalPoolExec : Executor from class io.vertx.core.impl.WorkerPool | From | To | |
| Extract Class | 1 | ||
| Extract Class io.vertx.core.impl.WorkerPool from class io.vertx.core.impl.ContextImpl | From | To | |
| Merge Parameter | 3 | ||
| Merge Parameter [internalBlockingExec : Executor, workerExec : Executor] to workerPool : WorkerPool in method public EventLoopContext(vertx VertxInternal, workerPool WorkerPool, deploymentID String, config JsonObject, tccl ClassLoader) in class io.vertx.core.impl.EventLoopContext | From | To | |
| Merge Parameter [orderedInternalExec : Executor, workerExec : Executor] to workerPool : WorkerPool in method public MultiThreadedWorkerContext(vertx VertxInternal, workerPool WorkerPool, deploymentID String, config JsonObject, tccl ClassLoader) in class io.vertx.core.impl.MultiThreadedWorkerContext | From | To | |
| Merge Parameter [orderedInternalPoolExec : Executor, workerExec : Executor] to workerPool : WorkerPool in method public WorkerContext(vertx VertxInternal, workerPool WorkerPool, deploymentID String, config JsonObject, tccl ClassLoader) in class io.vertx.core.impl.WorkerContext | From | To |