b27acc8e3d7c0ce721de548ecfd7c4827c98a148
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type commandExecutor : CommandExecutor to commandExecutor : CommandAsyncExecutor in method public RedissonReadLock(commandExecutor CommandAsyncExecutor, name String, id UUID) in class org.redisson.RedissonReadLock | From | To | |
Change Parameter Type commandExecutor : CommandExecutor to commandExecutor : CommandAsyncExecutor in method public RedissonReadWriteLock(commandExecutor CommandAsyncExecutor, name String, id UUID) in class org.redisson.RedissonReadWriteLock | From | To | |
Change Parameter Type commandExecutor : CommandExecutor to commandExecutor : CommandAsyncExecutor in method protected RedissonWriteLock(commandExecutor CommandAsyncExecutor, name String, id UUID) in class org.redisson.RedissonWriteLock | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute connectionManager : CommandReactiveExecutor to commandExecutor : CommandReactiveService in method protected createLock(connectionManager CommandAsyncExecutor, name String, id UUID) : RLockAsync in class org.redisson.reactive.RedissonLockReactive | From | To | |
Extract Method | 1 | ||
Extract Method protected createLock(connectionManager CommandAsyncExecutor, name String, id UUID) : RLockAsync extracted from public RedissonLockReactive(connectionManager CommandReactiveExecutor, name String, id UUID) in class org.redisson.reactive.RedissonLockReactive | From | To |