84069362db3128c2de89046d36ab562699566895
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type verticleSupplier : Supplier<? extends Verticle> to verticle : Verticle in method public deployVerticle(verticle Verticle, options DeploymentOptions, completionHandler Handler<AsyncResult<String>>) : void in class io.vertx.core.impl.DeploymentManager | From | To | |
| Inline Method | 1 | ||
| Inline Method public deployVerticle(verticleSupplier Supplier<? extends Verticle>, options DeploymentOptions, completionHandler Handler<AsyncResult<String>>) : void inlined to 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 verticleSupplier : Supplier<? extends Verticle> to verticle : Verticle in method public deployVerticle(verticle Verticle, options DeploymentOptions, completionHandler Handler<AsyncResult<String>>) : void in class io.vertx.core.impl.DeploymentManager | From | To |