37f281bee87f212e80dd5b5520cef0ff7bad56fb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method package releaseWorkerExecutor(name String) : void moved from class io.vertx.core.impl.VertxImpl to class io.vertx.core.impl.VertxImpl.SharedWorkerPool & inlined to package release() : void | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type vertx : Vertx to ctx : Context in method public WorkerExecutorImpl(ctx Context, pool VertxImpl.SharedWorkerPool) in class io.vertx.core.impl.WorkerExecutorImpl | From | To | |
Change Parameter Type pool : WorkerPool to pool : VertxImpl.SharedWorkerPool in method public WorkerExecutorImpl(ctx Context, pool VertxImpl.SharedWorkerPool) in class io.vertx.core.impl.WorkerExecutorImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute vertx : Vertx to ctx : Context in class io.vertx.core.impl.WorkerExecutorImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type vertx : Vertx to ctx : Context in class io.vertx.core.impl.WorkerExecutorImpl | From | To | |
Change Attribute Type pool : WorkerPool to pool : VertxImpl.SharedWorkerPool in class io.vertx.core.impl.WorkerExecutorImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter vertx : Vertx to ctx : Context in method public WorkerExecutorImpl(ctx Context, pool VertxImpl.SharedWorkerPool) in class io.vertx.core.impl.WorkerExecutorImpl | From | To |