27d71b32b69e4dc75dd5019e5468e611b9a3dc4e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 40
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type oldValue : Object to transactionId : String in method public MapReplaceOperation(map RMap<?,?>, key Object, value Object, transactionId String) in class org.redisson.transaction.operation.map.MapReplaceOperation | From | To | |
Change Return Type | 2 | ||
Change Return Type void to boolean in method public forceUnlock() : boolean in class org.redisson.api.RLock | From | To | |
Change Return Type void to boolean in method public forceUnlock() : boolean in class org.redisson.RedissonLock | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.redisson.transaction.operation.set.SetOperation from classes [org.redisson.transaction.operation.set.AddCacheOperation, org.redisson.transaction.operation.set.AddOperation, org.redisson.transaction.operation.set.MoveOperation, org.redisson.transaction.operation.set.RemoveCacheOperation, org.redisson.transaction.operation.set.RemoveOperation] | From | To | |
Extract Method | 1 | ||
Extract Method public getHoldCountAsync() : RFuture<Integer> extracted from public getHoldCount() : int in class org.redisson.RedissonLock | From | To | |
Rename Parameter | 1 | ||
Rename Parameter oldValue : Object to transactionId : String in method public MapReplaceOperation(map RMap<?,?>, key Object, value Object, transactionId String) in class org.redisson.transaction.operation.map.MapReplaceOperation | From | To |