c952a843fa1227d17790cdafbc06d24a9f3fe27a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable key : Object to entry : CacheEntry<Object,Void> in method private populateLocalCache() : void in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl | From | To | |
Rename Variable keys : Set to remoteKeys : Set in method private evictOrRemoveAllTest(configName String) : void in class org.hibernate.test.cache.infinispan.AbstractGeneralDataRegionTestCase | From | To | |
Rename Variable children : Set to iterable : CloseableIterable<CacheEntry<Object,Void>> in method private populateLocalCache() : void in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl | From | To | |
Change Variable Type | 3 | ||
Change Variable Type children : Set to iterable : CloseableIterable<CacheEntry<Object,Void>> in method private populateLocalCache() : void in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl | From | To | |
Change Variable Type key : Object to entry : CacheEntry<Object,Void> in method private populateLocalCache() : void in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl | From | To | |
Change Variable Type it : CloseableIterator to it : CloseableIterator<CacheEntry<Object,Void>> in method public toString() : String in class org.hibernate.cache.infinispan.util.Caches.keys | From | To | |
Extract Method | 1 | ||
Extract Method public keys(cache AdvancedCache) : CollectableCloseableIterable extracted from public removeAll(cache AdvancedCache) : void in class org.hibernate.cache.infinispan.util.Caches | From | To |