921fa5e3f1d83ecbab117a678e0b5080eefaf36b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method protected getSingleSuccessfulResponseOrFail(responseMap Map<Address,Response>, future CompletableFuture<?>) : Response from class org.infinispan.interceptors.distribution.BaseDistributionInterceptor to protected getSingleResponse(responseMap Map<Address,Response>) : Response from class org.infinispan.interceptors.impl.ClusteringInterceptor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type keys : List<Object> to keys : List<?> in method private getMutations(ctx InvocationContext, keys List<?>) : List<List<Mutation>> in class org.infinispan.interceptors.distribution.TxDistributionInterceptor | From | To | |
Inline Method | 2 | ||
Inline Method private remoteReadMany(owner Address, keys List<Object>, ctx InvocationContext, command C, allFuture MergingCompletableFuture<Object>, destinationIndex int, helper ReadManyCommandHelper<C>) : void inlined to protected handleFunctionalReadManyCommand(ctx InvocationContext, command C, helper ReadManyCommandHelper<C>) : Object in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To | |
Inline Method protected remoteGetAll(ctx InvocationContext, command GetAllCommand, requestedKeys Map<Address,List<Object>>) : CompletableFuture<Void> inlined to public visitGetAllCommand(ctx InvocationContext, command GetAllCommand) : Object in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To | |
Extract Variable | 1 | ||
Extract Variable target : Address in method private getKeysByOwner(ctx InvocationContext, keys Collection<?>, cacheTopology LocalizedCacheTopology, availableKeys List<Object>, ignoredOwners Map<Object,Collection<Address>>) : Map<Address,List<Object>> from class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To | |
Inline Variable | 1 | ||
Inline Variable keys : List<Object> in method protected remoteGetAll(ctx InvocationContext, command GetAllCommand, requestedKeys Map<Address,List<Object>>) : CompletableFuture<Void> from class org.infinispan.interceptors.distribution.BaseDistributionInterceptor | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public installNewView(members Stream<Address>, where EmbeddedCacheManager...) : void extracted from private installNewView(members List<Address>, missing Address, where EmbeddedCacheManager...) : void in class org.infinispan.partitionhandling.NumOwnersNodeCrashInSequenceTest & moved to class org.infinispan.test.TestingUtil | From | To | |
Extract And Move Method public crashCacheManagers(cacheManagers EmbeddedCacheManager...) : void extracted from protected crashCacheManagers(cacheManagers EmbeddedCacheManager...) : void in class org.infinispan.partitionhandling.NumOwnersNodeCrashInSequenceTest & moved to class org.infinispan.test.TestingUtil | From | To |