4fcd54ec8cc7457434d0eb50de52274658625f3c
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 2 | ||
| Inline Method private loadComparator(connection RedisConnection) : void inlined to private loadComparator() : void in class org.redisson.RedissonSortedSet | From | To | |
| Inline Method package add(value V, codec Codec, connection RedisConnection) : boolean inlined to public add(value V) : boolean in class org.redisson.RedissonSortedSet | From | To | |
| Replace Variable With Attribute | 2 | ||
| Replace Variable With Attribute res : List<V> to list : RedissonList<V> in method public toArray(a T[]) : T[] in class org.redisson.RedissonSortedSet | From | To | |
| Replace Variable With Attribute res : List<V> to list : RedissonList<V> in method public toArray() : Object[] in class org.redisson.RedissonSortedSet | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type res : List<V> to list : RedissonList<V> in method public toArray(a T[]) : T[] in class org.redisson.RedissonSortedSet | From | To | |
| Change Variable Type res : List<V> to list : RedissonList<V> in method public toArray() : Object[] in class org.redisson.RedissonSortedSet | From | To |