dbe6ec333e0c5c916a3911c223f2ce8fe778d5a4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type String to void in method public resolve(identifier String, deploymentOptions DeploymentOptions, classLoader ClassLoader, resolution Future<String>) : void in class io.vertx.core.spi.VerticleFactory | From | To | |
| Change Return Type String to void in method public resolve(identifier String, deploymentOptions DeploymentOptions, classLoader ClassLoader, resolution Future<String>) : void in class io.vertx.test.core.VerticleFactoryTest.TestVerticleFactory | From | To | |
| Extract Method | 1 | ||
| Extract Method private doDeployVerticle(iter Iterator<VerticleFactory>, prevErr Throwable, identifier String, deploymentID String, options DeploymentOptions, parentContext ContextImpl, callingContext ContextImpl, cl ClassLoader, redeployer Redeployer, completionHandler Handler<AsyncResult<String>>) : void extracted from private doDeployVerticle(identifier String, deploymentID String, options DeploymentOptions, parentContext ContextImpl, callingContext ContextImpl, cl ClassLoader, redeployer Redeployer, completionHandler Handler<AsyncResult<String>>) : void in class io.vertx.core.impl.DeploymentManager | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter cl : ClassLoader to classLoader : ClassLoader in method public resolve(identifier String, deploymentOptions DeploymentOptions, classLoader ClassLoader, resolution Future<String>) : void in class io.vertx.test.core.VerticleFactoryTest.TestVerticleFactory | From | To |