862e1e81d0f49b33bf06d91bd17dcc1529eedabf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private updateCacheTopology(cacheName String, cacheTopology CacheTopology, sender Address, cacheStatus LocalCacheStatus) : boolean extracted from public handleTopologyUpdate(cacheName String, cacheTopology CacheTopology, availabilityMode AvailabilityMode, viewId int) : void in class org.infinispan.topology.LocalTopologyManagerImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type runningCaches : ConcurrentMap<String,LocalCacheStatus> to runningCaches : Map<String,LocalCacheStatus> in class org.infinispan.topology.LocalTopologyManagerImpl | From | To |