d5b930618c1db98f71ff8bb5f81feb1e0dd067c7
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type hashes : Map<TransactionalOperation,List<byte[]>> to hashes : Map<HashKey,HashValue> in method private enableLocalCache(requestId String, hashes Map<HashKey,HashValue>) : void in class org.redisson.transaction.RedissonTransaction | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<TransactionalOperation,List<byte[]>> to Map<HashKey,HashValue> in method private disableLocalCache(requestId String) : Map<HashKey,HashValue> in class org.redisson.transaction.RedissonTransaction | From | To | |
Move Class | 1 | ||
Move Class org.redisson.connection.CountableListener moved to org.redisson.misc.CountableListener | From | To | |
Change Variable Type | 5 | ||
Change Variable Type hashes : Map<TransactionalOperation,List<byte[]>> to hashes : Map<HashKey,HashValue> in method private disableLocalCache(requestId String) : Map<HashKey,HashValue> in class org.redisson.transaction.RedissonTransaction | From | To | |
Change Variable Type entry : Entry<TransactionalOperation,List<byte[]>> to entry : Entry<HashKey,HashValue> in method private disableLocalCache(requestId String) : Map<HashKey,HashValue> in class org.redisson.transaction.RedissonTransaction | From | To | |
Change Variable Type hashes : Map<TransactionalOperation,List<byte[]>> to hashes : Map<HashKey,HashValue> in method public commit() : void in class org.redisson.transaction.RedissonTransaction | From | To | |
Change Variable Type entry : Entry<TransactionalOperation,List<byte[]>> to entry : Entry<HashKey,HashValue> in method private enableLocalCache(requestId String, hashes Map<HashKey,HashValue>) : void in class org.redisson.transaction.RedissonTransaction | From | To | |
Extract Method | 1 | ||
Extract Method public decCounter() : void extracted from public operationComplete(future Future<Object>) : void in class org.redisson.misc.CountableListener | From | To |