db4fba6533eb4dc6f7bba6572e5675f3bf959501
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private redisTestMultilockInstance1() : RedisProcess renamed to private redisTestMultilockInstance(port int) : RedisProcess in class org.redisson.RedissonMultiLockTest | From | To | |
| Move And Rename Method | 2 | ||
| Move And Rename Method private redisTestMultilockInstance2() : RedisProcess from class org.redisson.RedissonMultiLockTest to private redisTestMultilockInstance(port int) : RedisProcess from class org.redisson.RedissonRedLockTest | From | To | |
| Move And Rename Method private redisTestMultilockInstance3() : RedisProcess from class org.redisson.RedissonMultiLockTest to private redisTestMultilockInstance(port int) : RedisProcess from class org.redisson.RedissonRedLockTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type tryLockFutures : List<Future<Boolean>> to tryLockFutures : Map<RLock,Future<Boolean>> in method protected sync(tryLockFutures Map<RLock,Future<Boolean>>) : boolean in class org.redisson.core.RedissonMultiLock | From | To | |
| Rename Variable | 4 | ||
| Rename Variable client2 : RedissonClient to client1 : RedissonClient in method private createClient(group NioEventLoopGroup, host String) : RedissonClient in class org.redisson.RedissonMultiLockTest | From | To | |
| Rename Variable config3 : Config to config1 : Config in method private createClient(group NioEventLoopGroup, host String) : RedissonClient in class org.redisson.RedissonMultiLockTest | From | To | |
| Rename Variable client3 : RedissonClient to client1 : RedissonClient in method private createClient(group NioEventLoopGroup, host String) : RedissonClient in class org.redisson.RedissonMultiLockTest | From | To | |
| Rename Variable config2 : Config to config1 : Config in method private createClient(group NioEventLoopGroup, host String) : RedissonClient in class org.redisson.RedissonMultiLockTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type tryLockFutures : List<Future<Boolean>> to tryLockFutures : Map<RLock,Future<Boolean>> in method public tryLock(waitTime long, leaseTime long, unit TimeUnit) : boolean in class org.redisson.core.RedissonMultiLock | From | To | |
| Change Variable Type tryLockFutures : List<Future<Boolean>> to tryLockFutures : Map<RLock,Future<Boolean>> in method public tryLock() : boolean in class org.redisson.core.RedissonMultiLock | From | To | |
| Extract Method | 3 | ||
| Extract Method private createClient(group NioEventLoopGroup, host String) : RedissonClient extracted from public test() : void in class org.redisson.RedissonMultiLockTest | From | To |