e69a27b8cab036cdd6eae6606ee85ebb5e151b35
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type workerPool : Executor to pool : ExecutorService in method public WorkerPool(pool ExecutorService, metrics ThreadPoolMetrics) in class io.vertx.core.impl.WorkerPool | From | To | |
Rename Attribute | 3 | ||
Rename Attribute workerOrderedFact : OrderedExecutorFactory to orderedFact : OrderedExecutorFactory in class io.vertx.core.impl.WorkerPool | From | To | |
Rename Attribute workerPool : Executor to pool : ExecutorService in class io.vertx.core.impl.WorkerPool | From | To | |
Rename Attribute workerMetrics : ThreadPoolMetrics to metrics : ThreadPoolMetrics in class io.vertx.core.impl.WorkerPool | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type workerPool : Executor to pool : ExecutorService in class io.vertx.core.impl.WorkerPool | From | To | |
Change Attribute Type owner : VertxImpl to owner : VertxInternal in class io.vertx.core.impl.ContextImpl | From | To | |
Change Attribute Type workerPool : ExecutorService to workerPool : WorkerPool in class io.vertx.core.impl.VertxImpl | From | To | |
Change Attribute Type internalBlockingPool : ExecutorService to internalBlockingPool : WorkerPool in class io.vertx.core.impl.VertxImpl | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method package close() : void extracted from private deleteCacheDirAndShutdown(completionHandler Handler<AsyncResult<Void>>) : void in class io.vertx.core.impl.VertxImpl & moved to class io.vertx.core.impl.WorkerPool | From | To | |
Extract And Move Method package executor() : ExecutorService extracted from public getWorkerPool() : ExecutorService in class io.vertx.core.impl.VertxImpl & moved to class io.vertx.core.impl.WorkerPool | From | To | |
Rename Parameter | 2 | ||
Rename Parameter workerMetrics : ThreadPoolMetrics to metrics : ThreadPoolMetrics in method public WorkerPool(pool ExecutorService, metrics ThreadPoolMetrics) in class io.vertx.core.impl.WorkerPool | From | To | |
Rename Parameter workerPool : Executor to pool : ExecutorService in method public WorkerPool(pool ExecutorService, metrics ThreadPoolMetrics) in class io.vertx.core.impl.WorkerPool | From | To |