f4dda404c2e50f441ef3e67d922f27687925755b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getEventLoop() : EventLoop renamed to public eventLoop() : EventLoop in class io.vertx.core.impl.ContextImpl | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public failoverCompleteHandler(failoverCompleteHandler Handler<Boolean>) : void moved from class io.vertx.core.impl.HAManager to class io.vertx.core.impl.VertxImpl & inlined to public failoverCompleteHandler(failoverCompleteHandler FailoverCompleteHandler) : void | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type failoverCompleteHandler : Handler<Boolean> to failoverCompleteHandler : FailoverCompleteHandler in method public failoverCompleteHandler(failoverCompleteHandler FailoverCompleteHandler) : void in class io.vertx.core.impl.VertxInternal | From | To | |
Change Parameter Type vertx : VertxInternal to vertx : Vertx in method public AsynchronousLock(vertx Vertx) in class io.vertx.core.shareddata.impl.AsynchronousLock | From | To | |
Change Parameter Type failoverCompleteHandler : Handler<Boolean> to failoverCompleteHandler : FailoverCompleteHandler in method public failoverCompleteHandler(failoverCompleteHandler FailoverCompleteHandler) : void in class io.vertx.core.impl.VertxImpl | From | To | |
Change Variable Type | 8 | ||
Change Variable Type prevMap : AsyncMap<K,V> to prevMap : ConcurrentMap in method public getAsyncMap(name String, resultHandler Handler<AsyncResult<AsyncMap<K,V>>>) : void in class io.vertx.test.fakecluster.FakeClusterManager | From | To | |
Change Variable Type prevMap : AsyncMultiMap<K,V> to prevMap : ConcurrentMap in method public getAsyncMultiMap(name String, resultHandler Handler<AsyncResult<AsyncMultiMap<K,V>>>) : void in class io.vertx.test.fakecluster.FakeClusterManager | From | To | |
Change Variable Type theMap : AsyncMultiMap<K,V> to theMap : ConcurrentMap<K,ChoosableSet<V>> in method public getAsyncMultiMap(name String, resultHandler Handler<AsyncResult<AsyncMultiMap<K,V>>>) : void in class io.vertx.test.fakecluster.FakeClusterManager | From | To | |
Change Variable Type prev : Counter to prev : AtomicLong in method public getCounter(name String, resultHandler Handler<AsyncResult<Counter>>) : void in class io.vertx.test.fakecluster.FakeClusterManager | From | To | |
Change Variable Type theMap : AsyncMap<K,V> to theMap : ConcurrentMap<K,V> in method public getAsyncMap(name String, resultHandler Handler<AsyncResult<AsyncMap<K,V>>>) : void in class io.vertx.test.fakecluster.FakeClusterManager | From | To | |
Change Variable Type map : AsyncMap<K,V> to map : ConcurrentMap in method public getAsyncMap(name String, resultHandler Handler<AsyncResult<AsyncMap<K,V>>>) : void in class io.vertx.test.fakecluster.FakeClusterManager | From | To | |
Change Variable Type map : AsyncMultiMap<K,V> to map : ConcurrentMap in method public getAsyncMultiMap(name String, resultHandler Handler<AsyncResult<AsyncMultiMap<K,V>>>) : void in class io.vertx.test.fakecluster.FakeClusterManager | From | To | |
Change Variable Type theCounter : Counter to theCounter : AtomicLong in method public getCounter(name String, resultHandler Handler<AsyncResult<Counter>>) : void in class io.vertx.test.fakecluster.FakeClusterManager | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type counters : ConcurrentMap<String,Counter> to counters : ConcurrentMap<String,AtomicLong> in class io.vertx.test.fakecluster.FakeClusterManager | From | To | |
Change Attribute Type vertx : VertxInternal to vertx : Vertx in class io.vertx.core.shareddata.impl.AsynchronousLock | From | To | |
Change Attribute Type asyncMultiMaps : ConcurrentMap<String,AsyncMultiMap> to asyncMultiMaps : ConcurrentMap<String,ConcurrentMap> in class io.vertx.test.fakecluster.FakeClusterManager | From | To | |
Change Attribute Type asyncMaps : ConcurrentMap<String,AsyncMap> to asyncMaps : ConcurrentMap<String,ConcurrentMap> in class io.vertx.test.fakecluster.FakeClusterManager | From | To | |
Extract Method | 2 | ||
Extract Method public doAcquire(context Context, timeout long, resultHandler Handler<AsyncResult<Lock>>) : void extracted from public acquire(timeout long, resultHandler Handler<AsyncResult<Lock>>) : void in class io.vertx.core.shareddata.impl.AsynchronousLock | From | To | |
Extract Method private unregisterAllHandlers() : void extracted from public close(completionHandler Handler<AsyncResult<Void>>) : void in class io.vertx.core.eventbus.impl.EventBusImpl | From | To |