342bcd624e8c82b77041ee39ade0357d83e30f46
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type entry : CacheEntry<K,V> to entry : MVCCEntry<K,V> in method public perform(ctx InvocationContext) : Object in class org.infinispan.commands.functional.TxReadOnlyManyCommand | From | To | |
Change Variable Type entry : CacheEntry<K,V> to entry : MVCCEntry<K,V> in method public perform(ctx InvocationContext) : Object in class org.infinispan.commands.functional.TxReadOnlyKeyCommand | From | To | |
Extract Method | 1 | ||
Extract Method protected remoteGetAll(ctx InvocationContext, command GetAllCommand, requestedKeys Map<Address,List<Object>>) : CompletableFuture<Void> extracted from public visitGetAllCommand(ctx InvocationContext, command GetAllCommand) : Object in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To |