18d71a0e2f36a87c94b881698dbaaf8a5d819c83
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected getAllValuesAsync(keys Set<K>) : RFuture<Map<K,V>> renamed to protected getAllOperationAsync(keys Set<K>) : RFuture<Map<K,V>> in class org.redisson.RedissonMapCache | From | To | |
Change Variable Type | 1 | ||
Change Variable Type map : ConcurrentMap<SimpleKey,SimpleValue> to map : RMapCache<SimpleKey,SimpleValue> in method public testReplaceValue() : void in class org.redisson.RedissonMapCacheTest | From | To | |
Extract Variable | 1 | ||
Extract Variable currentTime : long in method protected fastPutOperationAsync(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : RFuture<Boolean> from class org.redisson.RedissonMapCache | From | To | |
Extract Method | 2 | ||
Extract Method protected putOperationAsync(key K, value V, ttlTimeout long, maxIdleTimeout long, maxIdleDelta long) : RFuture<V> extracted from public putAsync(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : RFuture<V> in class org.redisson.RedissonMapCache | From | To | |
Extract Method protected fastPutOperationAsync(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : RFuture<Boolean> extracted from public fastPutAsync(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : RFuture<Boolean> in class org.redisson.RedissonMapCache | From | To |