34ee9cceca329c78b2a12b6ba4e12055ff66be20
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable t : Throwable to cause : Throwable in method private rollbackDeployment(callingContext ContextImpl, completionHandler Handler<AsyncResult<String>>, deployment DeploymentImpl, context ContextImpl, cause Throwable) : void in class io.vertx.core.impl.DeploymentManager | From | To | |
Extract Method | 3 | ||
Extract Method private rollbackDeployment(callingContext ContextImpl, completionHandler Handler<AsyncResult<String>>, deployment DeploymentImpl, context ContextImpl, cause Throwable) : void extracted from private doDeploy(identifier String, deploymentID String, options DeploymentOptions, parentContext ContextImpl, callingContext ContextImpl, completionHandler Handler<AsyncResult<String>>, tccl ClassLoader, verticles Verticle...) : void in class io.vertx.core.impl.DeploymentManager | From | To | |
Extract Method private doUndeployChildren(undeployingContext ContextImpl, completionHandler Handler<AsyncResult<Void>>) : void extracted from public doUndeploy(undeployingContext ContextImpl, completionHandler Handler<AsyncResult<Void>>) : void in class io.vertx.core.impl.DeploymentManager.DeploymentImpl | From | To |