9ea2499c2968da3aa5b8eeae108443fc421ae833
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type key : Field<K> to kIndex : int in method private intoMap0(kIndex int, vIndex int) : Map<K,V> in class org.jooq.impl.ResultImpl | From | To | |
Inline Variable | 1 | ||
Inline Variable index : int in method public intoGroups(key Field<K>, mapper RecordMapper<? super R,E>) : Map<K,List<E>> from class org.jooq.impl.ResultImpl | From | To | |
Extract Method | 6 | ||
Extract Method private intoMap0(kIndex int, vIndex int) : Map<K,V> extracted from public intoMap(key Field<K>, value Field<V>) : Map<K,V> in class org.jooq.impl.ResultImpl | From | To | |
Extract Method private intoGroups0(kIndex int, vIndex int) : Map<K,List<V>> extracted from public intoGroups(key Field<K>, value Field<V>) : Map<K,List<V>> in class org.jooq.impl.ResultImpl | From | To | |
Extract Method private intoMap0(keyFieldIndex int) : Map<K,R> extracted from public intoMap(key Field<K>) : Map<K,R> in class org.jooq.impl.ResultImpl | From | To | |
Extract Method private intoMap0(keyFieldIndex int, mapper RecordMapper<? super R,E>) : Map<K,E> extracted from public intoMap(key Field<K>, mapper RecordMapper<? super R,E>) : Map<K,E> in class org.jooq.impl.ResultImpl | From | To | |
Extract Method private intoGroups0(keyFieldIndex int) : Map<K,Result<R>> extracted from public intoGroups(key Field<K>) : Map<K,Result<R>> in class org.jooq.impl.ResultImpl | From | To | |
Extract Method private intoGroups0(keyFieldIndex int, mapper RecordMapper<? super R,E>) : Map<K,List<E>> extracted from public intoGroups(key Field<K>, mapper RecordMapper<? super R,E>) : Map<K,List<E>> in class org.jooq.impl.ResultImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter key : Field<K> to kIndex : int in method private intoMap0(kIndex int, vIndex int) : Map<K,V> in class org.jooq.impl.ResultImpl | From | To |