7eaf465f577e5fb38a964f0dff9bf89ff1f29384
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable latestException : RuntimeException to lockAcquired : boolean in method public tryLock(waitTime long, leaseTime long, unit TimeUnit) : boolean in class org.redisson.RedissonMultiLock | From | To | |
Inline Method | 2 | ||
Inline Method protected sync(tryLockFutures Map<RLock,RFuture<Boolean>>) : boolean inlined to public tryLock(waitTime long, leaseTime long, unit TimeUnit) : boolean in class org.redisson.RedissonMultiLock | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute tryLockFutures : Map<RLock,RFuture<Boolean>> to locks : List<RLock> in method public tryLock(waitTime long, leaseTime long, unit TimeUnit) : boolean in class org.redisson.RedissonMultiLock | From | To | |
Change Variable Type | 2 | ||
Change Variable Type tryLockFutures : Map<RLock,RFuture<Boolean>> to locks : List<RLock> in method public tryLock(waitTime long, leaseTime long, unit TimeUnit) : boolean in class org.redisson.RedissonMultiLock | From | To | |
Change Variable Type latestException : RuntimeException to lockAcquired : boolean in method public tryLock(waitTime long, leaseTime long, unit TimeUnit) : boolean in class org.redisson.RedissonMultiLock | From | To |