f31dd91f36cb5892eb7a9a1047737beb9d0af05c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method 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 to package executeBlocking(action Action<T>, blockingCodeHandler Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>, exec Executor, metrics ThreadPoolMetrics) : void from class io.vertx.core.impl.ContextImpl | From | To | |
Move Attribute | 3 | ||
Move Attribute protected workerExec : Executor from class io.vertx.core.impl.WorkerPool to private workerExec : Executor from class io.vertx.core.impl.NamedWorkerExecutor | From | To | |
Move Attribute protected workerExec : Executor from class io.vertx.core.impl.WorkerPool to protected workerExec : Executor from class io.vertx.core.impl.ContextImpl | From | To | |
Move Attribute protected orderedInternalPoolExec : Executor from class io.vertx.core.impl.WorkerPool to protected orderedInternalPoolExec : Executor from class io.vertx.core.impl.ContextImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type owner : VertxInternal to owner : VertxImpl in class io.vertx.core.impl.ContextImpl | From | To |