9ea1dd20ae15aa77d03ffa6de50992a2124b2c68
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package releaseWorkerPool(name String) : void renamed to package releaseWorkerExecutor(name String) : void in class io.vertx.core.impl.VertxImpl | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type pool : VertxImpl.NamedWorkerPool to pool : VertxImpl.SharedWorkerPool in method public NamedWorkerExecutor(context ContextImpl, pool VertxImpl.SharedWorkerPool) in class io.vertx.core.impl.NamedWorkerExecutor | From | To | |
Rename Variable | 1 | ||
Rename Variable namedWorkerPool : NamedWorkerPool to sharedWorkerPool : SharedWorkerPool in method public createWorkerExecutor(name String, poolSize int, maxExecuteTime long) : NamedWorkerExecutor in class io.vertx.core.impl.VertxImpl | From | To | |
Rename Class | 1 | ||
Rename Class io.vertx.core.impl.VertxImpl.NamedWorkerPool renamed to io.vertx.core.impl.VertxImpl.SharedWorkerPool | From | To | |
Change Variable Type | 1 | ||
Change Variable Type namedWorkerPool : NamedWorkerPool to sharedWorkerPool : SharedWorkerPool in method public createWorkerExecutor(name String, poolSize int, maxExecuteTime long) : NamedWorkerExecutor in class io.vertx.core.impl.VertxImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type namedWorkerPools : Map<String,NamedWorkerPool> to namedWorkerPools : Map<String,SharedWorkerPool> in class io.vertx.core.impl.VertxImpl | From | To | |
Change Attribute Type pool : VertxImpl.NamedWorkerPool to pool : VertxImpl.SharedWorkerPool in class io.vertx.core.impl.NamedWorkerExecutor | From | To |