e28241b0b11d9a3d660dc1d6719f92d74dc4d261
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type details : Map.Entry<UUID,IterationStatus<? extends Object>> to details : Map.Entry<UUID,IterationStatus<?>> in method public topologyChanged(event TopologyChangedEvent<K,V>) : void in class org.infinispan.iteration.impl.DistributedEntryRetriever | From | To | |
Change Variable Type command : EntryRequestCommand<K,V,? extends Object> to command : EntryRequestCommand<K,V,?> in method private sendRequest(sync boolean, route Map.Entry<Address,Set<Integer>>, identifier UUID, status IterationStatus<?>) : boolean in class org.infinispan.iteration.impl.DistributedEntryRetriever | From | To | |
Inline Variable | 1 | ||
Inline Variable filterToSend : KeyValueFilter<? super K,? super V> in method private sendRequest(sync boolean, route Map.Entry<Address,Set<Integer>>, identifier UUID, status IterationStatus<? extends Object>) : boolean from class org.infinispan.iteration.impl.DistributedEntryRetriever | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type iteratorDetails : Map<UUID,IterationStatus<? extends Object>> to iteratorDetails : Map<UUID,IterationStatus<?>> in class org.infinispan.iteration.impl.DistributedEntryRetriever | From | To |