79ba9b538f7efee17b6ac4253f19058869091d52
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public cancelQueuedTasks() : void renamed to public shutdownNow() : void in class org.infinispan.executors.LimitedExecutor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type command : Supplier<CompletableFuture<Void>> to asyncCommand : Supplier<CompletionStage<Void>> in method public executeAsync(asyncCommand Supplier<CompletionStage<Void>>) : void in class org.infinispan.executors.LimitedExecutor | From | To | |
Inline Method | 1 | ||
Inline Method private ignoreTopologyUpdate(cacheName String, cacheTopology CacheTopology) : boolean inlined to public handleTopologyUpdate(cacheName String, cacheTopology CacheTopology, availabilityMode AvailabilityMode, viewId int, sender Address) : void in class org.infinispan.topology.LocalTopologyManagerImpl | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private running : boolean in class org.infinispan.executors.LimitedExecutor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type future : CompletableFuture<Void> to future : CompletionStage<Void> in method public executeAsync(asyncCommand Supplier<CompletionStage<Void>>) : void in class org.infinispan.executors.LimitedExecutor | From | To | |
Extract Method | 1 | ||
Extract Method public cancelRequests() : void extracted from public stop() : void in class org.infinispan.conflict.impl.StateReceiverImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter command : Supplier<CompletableFuture<Void>> to asyncCommand : Supplier<CompletionStage<Void>> in method public executeAsync(asyncCommand Supplier<CompletionStage<Void>>) : void in class org.infinispan.executors.LimitedExecutor | From | To |