c4b500bbf5e0c0c72d1632c5b2134e54769b8263
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected retrieveFromRemoteSource(key Object, ctx InvocationContext, acquireRemoteLock boolean, command FlagAffectedCommand, isWrite boolean) : CompletableFuture<InternalCacheEntry> renamed to private doRetrieveFromProperSource(key Object, value InternalCacheEntry, lastTopologyId int, ctx InvocationContext, command FlagAffectedCommand, acquireRemoteLock boolean, isWrite boolean) : CompletableFuture<InternalCacheEntry> in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To | |
Rename Variable | 1 | ||
Rename Variable get : ClusteredGetCommand to getCommand : ClusteredGetCommand in method private doRetrieveFromProperSource(key Object, value InternalCacheEntry, lastTopologyId int, ctx InvocationContext, command FlagAffectedCommand, acquireRemoteLock boolean, isWrite boolean) : CompletableFuture<InternalCacheEntry> in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To | |
Inline Method | 1 | ||
Inline Method private handleRemoteValue(key Object, value InternalCacheEntry, getCommand ClusteredGetCommand, rpcOptionsBuilder RpcOptionsBuilder, lastTopologyId int) : CompletableFuture<InternalCacheEntry> inlined to private doRetrieveFromProperSource(key Object, value InternalCacheEntry, lastTopologyId int, ctx InvocationContext, command FlagAffectedCommand, acquireRemoteLock boolean, isWrite boolean) : CompletableFuture<InternalCacheEntry> in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To |