1b54139f3add10e0a827d46d16235402cd3e9abd
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method public getAsync(keys String...) : RFuture<Map<String,V>> extracted from public get(keys String...) : Map<String,V> in class org.redisson.RedissonBuckets | From | To | |
Extract Method public trySetAsync(buckets Map<String,?>) : RFuture<Boolean> extracted from public trySet(buckets Map<String,?>) : boolean in class org.redisson.RedissonBuckets | From | To | |
Extract Method public setAsync(buckets Map<String,?>) : RFuture<Void> extracted from public set(buckets Map<String,?>) : void in class org.redisson.RedissonBuckets | From | To |