cedb9c9422e9ed60b5386e3fb65809f2ce1832c3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type verticle : Verticle to verticleSupplier : Supplier<? extends Verticle> in method public deployVerticle(verticleSupplier Supplier<? extends Verticle>, options DeploymentOptions, completionHandler Handler<AsyncResult<String>>) : void in class io.vertx.core.impl.DeploymentManager | From | To | |
Extract Method | 1 | ||
Extract Method public deployVerticle(verticleSupplier Supplier<? extends Verticle>, options DeploymentOptions, completionHandler Handler<AsyncResult<String>>) : void extracted from public deployVerticle(verticle Verticle, options DeploymentOptions, completionHandler Handler<AsyncResult<String>>) : void in class io.vertx.core.impl.VertxImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter verticle : Verticle to verticleSupplier : Supplier<? extends Verticle> in method public deployVerticle(verticleSupplier Supplier<? extends Verticle>, options DeploymentOptions, completionHandler Handler<AsyncResult<String>>) : void in class io.vertx.core.impl.DeploymentManager | From | To |