7e69bebe6009cc32e0d40fcbfa6946e8e6d41f8f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type WorkerExecutorImpl to WorkerExecutorInternal in method public createSharedWorkerExecutor(name String, poolSize int, maxExecuteTime long) : WorkerExecutorInternal in class io.vertx.core.impl.VertxInternal | From | To | |
Change Return Type WorkerExecutorImpl to WorkerExecutorInternal in method public createSharedWorkerExecutor(name String, poolSize int) : WorkerExecutorInternal in class io.vertx.core.impl.VertxInternal | From | To | |
Change Return Type WorkerExecutorImpl to WorkerExecutorInternal in method public createSharedWorkerExecutor(name String) : WorkerExecutorInternal in class io.vertx.core.impl.VertxInternal | From | To | |
Change Variable Type | 1 | ||
Change Variable Type workerExec : WorkerExecutorImpl to workerExec : WorkerExecutorInternal in method private doDeploy(identifier String, deploymentID String, options DeploymentOptions, parentContext ContextInternal, callingContext ContextInternal, completionHandler Handler<AsyncResult<String>>, tccl ClassLoader, verticles Verticle...) : void in class io.vertx.core.impl.DeploymentManager | From | To |