93eb65d42339e8544a62b167f1cb26e98527479e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type future : Future<V> to future : Future<Map<Address,Response>> in method public setFuture(future Future<Map<Address,Response>>) : void in class org.infinispan.distexec.mapreduce.MapReduceTask.TaskPart | From | To | |
Change Parameter Type l1InvalidationFuture : Future<Object> to l1InvalidationFuture : Future<?> in method private processInvalidationResult(ctx InvocationContext, command FlagAffectedCommand, l1InvalidationFuture Future<?>) : void in class org.infinispan.interceptors.distribution.L1NonTxInterceptor | From | To | |
Change Return Type | 3 | ||
Change Return Type Future<Object> to Future<?> in method public flushCache(key Collection<Object>, origin Address, assumeOriginKeptEntryInL1 boolean) : Future<?> in class org.infinispan.distribution.L1Manager | From | To | |
Change Return Type Future<Object> to Future<?> in method private invalidateL1(ctx InvocationContext, command DataWriteCommand, assumeOriginKeptEntryInL1 boolean) : Future<?> in class org.infinispan.interceptors.distribution.L1NonTxInterceptor | From | To | |
Change Return Type Future<Object> to Future<?> in method public flushCache(keys Collection<Object>, origin Address, assumeOriginKeptEntryInL1 boolean) : Future<?> in class org.infinispan.distribution.impl.L1ManagerImpl | From | To | |
Change Variable Type | 6 | ||
Change Variable Type invalidationFuture : Future<Object> to invalidationFuture : Future<?> in method public visitPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object in class org.infinispan.interceptors.distribution.L1NonTxInterceptor | From | To | |
Change Variable Type futures : List<NotifyingFuture<Object>> to futures : List<CompletableFuture<Map<Address,Response>>> in method public visitPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor | From | To | |
Change Variable Type l1InvalidationFuture : Future<Object> to l1InvalidationFuture : Future<?> in method private invalidateL1(ctx InvocationContext, command DataWriteCommand, assumeOriginKeptEntryInL1 boolean) : Future<?> in class org.infinispan.interceptors.distribution.L1NonTxInterceptor | From | To | |
Change Variable Type callable : Callable<Map<Address,? extends Response>> to callable : Callable<Map<Address,Response>> in method public execute() : void in class org.infinispan.distexec.mapreduce.MapReduceTask.MapTaskPart | From | To | |
Change Variable Type l1InvalidationFuture : Future<Object> to l1InvalidationFuture : Future<?> in method private handleDataWriteCommand(ctx InvocationContext, command DataWriteCommand, assumeOriginKeptEntryInL1 boolean) : Object in class org.infinispan.interceptors.distribution.L1NonTxInterceptor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type future : NotifyingFutureImpl<Object> to future : CompletableFuture<Map<Address,Response>> in class org.infinispan.distexec.DefaultExecutorService.RemoteDistributedTaskPart | From | To | |
Change Attribute Type f : Future<V> to f : Future<Map<Address,Response>> in class org.infinispan.distexec.mapreduce.MapReduceTask.TaskPart | From | To |