7a8dd90c5343b4721e2fd7a12d17ef703cc47cb2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public completeExceptionally(throwable Throwable, topologyId int) : void from class org.infinispan.util.concurrent.CommandAckCollector.SingleKeyCollector to package completeExceptionally(throwable Throwable, topologyId int) : void from class org.infinispan.util.concurrent.CommandAckCollector.Collector | From | To | |
Move Method public completeExceptionally(throwable Throwable, topologyId int) : void from class org.infinispan.util.concurrent.CommandAckCollector.MultiKeyCollector to package completeExceptionally(throwable Throwable, topologyId int) : void from class org.infinispan.util.concurrent.CommandAckCollector.Collector | From | To | |
Move Attribute | 4 | ||
Move Attribute private topologyId : int from class org.infinispan.util.concurrent.CommandAckCollector.MultiKeyCollector to protected topologyId : int from class org.infinispan.util.concurrent.CommandAckCollector.Collector | From | To | |
Move Attribute private topologyId : int from class org.infinispan.util.concurrent.CommandAckCollector.SingleKeyCollector to protected topologyId : int from class org.infinispan.util.concurrent.CommandAckCollector.Collector | From | To | |
Move Attribute private id : CommandInvocationId from class org.infinispan.util.concurrent.CommandAckCollector.MultiKeyCollector to protected id : CommandInvocationId from class org.infinispan.util.concurrent.CommandAckCollector.Collector | From | To | |
Move Attribute private id : CommandInvocationId from class org.infinispan.util.concurrent.CommandAckCollector.SingleKeyCollector to protected id : CommandInvocationId from class org.infinispan.util.concurrent.CommandAckCollector.Collector | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package addCleanupTasksAndGetFuture() : CompletableFuture<T> extracted from public getCollectorCompletableFutureToWait(id CommandInvocationId) : CompletableFuture<T> in class org.infinispan.util.concurrent.CommandAckCollector & moved to class org.infinispan.util.concurrent.CommandAckCollector.Collector | From | To |