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