db9d607e2139293ecb9246421d0a5a5f16b233db
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type c1 : Collection<Cache.Entry<String,String>> to c1 : Collection<EvictableEntry<String,String>> in method protected check(c1 Collection<EvictableEntry<String,String>>, c2 MockEntry...) : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionAbstractTest | From | To | |
Change Parameter Type c1 : Collection<Cache.Entry<String,String>> to c1 : Collection<EvictableEntry<String,String>> in method protected check(c1 Collection<EvictableEntry<String,String>>, c2 List<MockEntry>) : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionAbstractTest | From | To | |
Change Parameter Type parent : CacheProjection<String,String> to parent : IgniteCache<String,String> in method public MockEntry(key String, parent IgniteCache<String,String>) in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionAbstractTest.MockEntry | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.ignite.internal.processors.cache.GridCacheEvictionEntry renamed to org.apache.ignite.internal.processors.cache.EvictableEntryImpl | From | To | |
Rename Class org.apache.ignite.internal.processors.cache.GridCacheMapEntry.IteratorEntry renamed to org.apache.ignite.internal.processors.cache.GridCacheMapEntry.LazyValueEntry | From | To | |
Change Variable Type | 1 | ||
Change Variable Type other : GridCacheEvictionEntry<K,V> to other : EvictableEntryImpl<K,V> in method public equals(obj Object) : boolean in class org.apache.ignite.internal.processors.cache.EvictableEntryImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type parent : CacheProjection<String,String> to parent : IgniteCache<String,String> in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionAbstractTest.MockEntry | From | To |