d7ab7f8fd4fcbc5108c1d7dae2ea75c870d69328
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable hashes : List<byte[]> to params : List<byte[]> in method public retainAllAsync(c Collection<?>) : Future<Boolean> in class org.redisson.RedissonSetCache | From | To | |
Rename Variable value : V to objectState : byte[] in method public addAsync(value V, ttl long, unit TimeUnit) : Future<Boolean> in class org.redisson.RedissonSetCache | From | To | |
Rename Variable hashes : List<Object> to params : List<Object> in method public removeAllAsync(c Collection<?>) : Future<Boolean> in class org.redisson.RedissonSetCache | From | To | |
Extract Variable | 1 | ||
Extract Variable key : byte[] in method public addAllAsync(c Collection<? extends V>) : Future<Boolean> from class org.redisson.RedissonSetCache | From | To | |
Change Variable Type | 1 | ||
Change Variable Type value : V to objectState : byte[] in method public addAsync(value V, ttl long, unit TimeUnit) : Future<Boolean> in class org.redisson.RedissonSetCache | From | To | |
Extract Method | 1 | ||
Extract Method private hash(objectState byte[]) : byte[] extracted from private hash(o Object) : byte[] in class org.redisson.RedissonSetCache | From | To |