84f5629143586cfe9ec325916fb5f07e3512c2bb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testInvalidationOnUpdate() : void renamed to public testSyncOnUpdate() : void in class org.redisson.RedissonLocalCachedMapTest | From | To | |
Rename Method public testInvalidationOnRemove() : void renamed to public testSyncOnRemove() : void in class org.redisson.RedissonLocalCachedMapTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute invalidationPolicy : InvalidationPolicy to reconnectionStrategy : ReconnectionStrategy in class org.redisson.api.LocalCachedMapOptions | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type invalidationPolicy : InvalidationPolicy to reconnectionStrategy : ReconnectionStrategy in class org.redisson.api.LocalCachedMapOptions | From | To | |
Extract Method | 4 | ||
Extract Method protected createSyncMessage(mapKey ByteBuf, mapValue ByteBuf, cacheKey CacheKey) : ByteBuf extracted from protected fastPutOperationAsync(key K, value V) : RFuture<Boolean> in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method protected createSyncMessage(mapKey ByteBuf, mapValue ByteBuf, cacheKey CacheKey) : ByteBuf extracted from protected replaceOperationAsync(key K, value V) : RFuture<V> in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method protected createSyncMessage(mapKey ByteBuf, mapValue ByteBuf, cacheKey CacheKey) : ByteBuf extracted from protected putOperationAsync(key K, value V) : RFuture<V> in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method protected createSyncMessage(mapKey ByteBuf, mapValue ByteBuf, cacheKey CacheKey) : ByteBuf extracted from protected replaceOperationAsync(key K, oldValue V, newValue V) : RFuture<Boolean> in class org.redisson.RedissonLocalCachedMap | From | To |