|
Rename Variable segments : Set<Integer> to entries : Map<Object,Object> in method public visitPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor |
From |
To |
|
Rename Variable segments : Set<Integer> to key : Object in method public visitPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor |
From |
To |
|
Rename Variable backupOwner : Address to address : Address in method public visitPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor |
From |
To |
|
Rename Variable backupOwnerSegments : Map<Address,Set<Integer>> to backupOwnerEntries : Map<Address,Map<Object,Object>> in method public visitPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor |
From |
To |
|
Change Variable Type segments : Set<Integer> to key : Object in method public visitPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor |
From |
To |
|
Change Variable Type segments : Set<Integer> to entries : Map<Object,Object> in method public visitPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor |
From |
To |
|
Change Variable Type backupOwnerSegments : Map<Address,Set<Integer>> to backupOwnerEntries : Map<Address,Map<Object,Object>> in method public visitPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor |
From |
To |