2d1daf5c16bc5fa960686816d5740b3c53c9baf0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 3 | ||
| 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 | |
| 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 | |
| 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 |