0c01718c12e3e3d5b04ed248bb875b9741680662
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type theServerID : ServerID to node : ClusterNodeInfo in method private removeSub(subName String, node ClusterNodeInfo, completionHandler Handler<AsyncResult<Void>>) : void in class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus | From | To | |
Change Parameter Type subs : ChoosableIterable<ServerID> to subs : ChoosableIterable<ClusterNodeInfo> in method private sendToSubs(subs ChoosableIterable<ClusterNodeInfo>, sendContext SendContextImpl<T>) : void in class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus | From | To | |
Change Variable Type | 1 | ||
Change Variable Type serverIDs : ChoosableIterable<ServerID> to serverIDs : ChoosableIterable<ClusterNodeInfo> in method protected sendOrPub(sendContext SendContextImpl<T>) : void in class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus | From | To | |
Extract Method | 1 | ||
Extract Method public removeAll(p Predicate<V>, completionHandler Handler<AsyncResult<Void>>) : void extracted from public removeAllForValue(v V, completionHandler Handler<AsyncResult<Void>>) : void in class io.vertx.test.fakecluster.FakeClusterManager.FakeAsyncMultiMap | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type subs : AsyncMultiMap<String,ServerID> to subs : AsyncMultiMap<String,ClusterNodeInfo> in class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus | From | To | |
Rename Parameter | 1 | ||
Rename Parameter theServerID : ServerID to node : ClusterNodeInfo in method private removeSub(subName String, node ClusterNodeInfo, completionHandler Handler<AsyncResult<Void>>) : void in class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus | From | To |