c7be2f7cf27916ac815aea5797751cd3af1ad45b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type iter : GridCloseableIterator<T> to iter : Iterator<T> in method public QueryCursorImpl(iter Iterator<T>) in class org.apache.ignite.internal.processors.cache.QueryCursorImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type Class<?> to String in method public getType() : String in class org.apache.ignite.cache.query.QuerySqlPredicate | From | To | |
Change Variable Type | 1 | ||
Change Variable Type i : GridCloseableIterator<T> to i : Iterator<T> in method public close() : void in class org.apache.ignite.internal.processors.cache.QueryCursorImpl | From | To | |
Extract Variable | 2 | ||
Extract Variable e : Map.Entry<K,V> in method public query(filter QueryPredicate) : QueryCursor<Entry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy | From | To | |
Extract Variable e : Map.Entry<K,V> in method protected onNext() : Entry<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy.query | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type type : Class<?> to type : String in class org.apache.ignite.cache.query.QuerySqlPredicate | From | To | |
Change Attribute Type iter : GridCloseableIterator<T> to iter : Iterator<T> in class org.apache.ignite.internal.processors.cache.QueryCursorImpl | From | To |