8113edd05bbc2a84df64c31ef7b038c4106f6a32
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method public evict(key K, filter CacheEntryPredicate...) : boolean inlined to public evict(key K) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | From | To | |
Inline Method public evictAll(keys Collection<? extends K>, filter CacheEntryPredicate...) : void inlined to public evictAll(keys Collection<? extends K>) : void in class org.apache.ignite.internal.processors.cache.GridCacheAdapter | From | To |