8fe2033129fbc470c0db611e418dfe5338c3f284
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private cleanupExpiredEntires(name String, timeoutSetName String, keysLimit int) : Future<Integer> extracted from public runCleanTask(name String, timeoutSetName String, currentDate long) : void in class org.redisson.EvictionScheduler | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method private cleanupExpiredEntires(name String, timeoutSetName String, keysLimit int) : Future<Integer> extracted from public run() : void in class org.redisson.EvictionScheduler.RedissonCacheTask & moved to class org.redisson.EvictionScheduler | From | To |