ad5385aa9864e0e60a1e2513e18427da88aa0a00
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type e : V to o : Object in method public removeAsync(o Object) : Future<Boolean> in class org.redisson.RedissonSet | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Future<List<V>> to Future<Collection<V>> in method public readAllAsync() : Future<Collection<V>> in class org.redisson.core.RCollectionAsync | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.redisson.core.RSetAsync from classes [org.redisson.core.RSet] | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type SCARD : RedisStrictCommand<Long> to SCARD : RedisStrictCommand<Integer> in class org.redisson.client.protocol.RedisCommands | From | To | |
| Change Attribute Type SADD : RedisCommand<Long> to SADD : RedisCommand<Boolean> in class org.redisson.client.protocol.RedisCommands | From | To | |
| Extract Method | 4 | ||
| Extract Method public readAllAsync() : Future<Collection<V>> extracted from public toArray(a T[]) : T[] in class org.redisson.RedissonSet | From | To | |
| Extract Method public addAllAsync(c Collection<? extends V>) : Future<Boolean> extracted from public addAll(c Collection<? extends V>) : boolean in class org.redisson.RedissonSet | From | To | |
| Extract Method public containsAsync(o Object) : Future<Boolean> extracted from public contains(o Object) : boolean in class org.redisson.RedissonSet | From | To | |
| Extract Method public readAllAsync() : Future<Collection<V>> extracted from public toArray() : Object[] in class org.redisson.RedissonSet | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter e : V to o : Object in method public removeAsync(o Object) : Future<Boolean> in class org.redisson.RedissonSet | From | To |