749ff3c472896150e08fc082b08848d758bdc3f0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private initClustered(options VertxOptions, resultHandler Handler<AsyncResult<Vertx>>) : void renamed to private joinCluster(options VertxOptions, resultHandler Handler<AsyncResult<Vertx>>) : void in class io.vertx.core.impl.VertxImpl | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private CLUSTER_MAP_NAME : String from class io.vertx.core.impl.HAManager to private CLUSTER_MAP_NAME : String from class io.vertx.core.impl.VertxImpl | From | To | |
| Inline Variable | 1 | ||
| Inline Variable res : AsyncResult<Vertx> in method private initClustered(options VertxOptions, resultHandler Handler<AsyncResult<Vertx>>) : void from class io.vertx.core.impl.VertxImpl | From | To | |
| Extract Method | 3 | ||
| Extract Method private initializeHaManager(resultHandler Handler<AsyncResult<Vertx>>) : void extracted from private initClustered(options VertxOptions, resultHandler Handler<AsyncResult<Vertx>>) : void in class io.vertx.core.impl.VertxImpl | From | To | |
| Extract Method private createHaManager(options VertxOptions, resultHandler Handler<AsyncResult<Vertx>>) : void extracted from private initClustered(options VertxOptions, resultHandler Handler<AsyncResult<Vertx>>) : void in class io.vertx.core.impl.VertxImpl | From | To | |
| Extract Method private startEventBus(resultHandler Handler<AsyncResult<Vertx>>) : void extracted from private initClustered(options VertxOptions, resultHandler Handler<AsyncResult<Vertx>>) : void in class io.vertx.core.impl.VertxImpl | From | To |