1c9d80a540cbce0a9d9a65e3fac2e06f53b73f43
Files Diff
- Added: 4
 - Removed: 0
 - Renamed: 0
 - Modified: 16
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type needVal : boolean to row : CacheDataRow in method public unswap(row CacheDataRow, checkExpire boolean) : CacheDataRow in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtDetachedCacheEntry | From | To | |
| Change Parameter Type needVal : boolean to row : CacheDataRow in method protected unswap(row CacheDataRow, checkExpire boolean) : CacheDataRow in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To | |
| Change Parameter Type needVal : boolean to row : CacheDataRow in method public unswap(row CacheDataRow, checkExpire boolean) : CacheDataRow in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry | From | To | |
| Rename Variable | 2 | ||
| Rename Variable iter : GridCloseableIterator<IgniteBiTuple<K,V>> to it : GridCloseableIterator in method protected scanQueryLocal(qry GridCacheQueryAdapter, updateStatistics boolean) : GridCloseableIterator in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager | From | To | |
| Rename Variable filter : IgniteBiPredicate to scanFilter : IgniteBiPredicate<K,V> in method protected scanQueryLocal(qry GridCacheQueryAdapter, updateStatistics boolean) : GridCloseableIterator in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager | From | To | |
| Change Return Type | 2 | ||
| Change Return Type GridCloseableIterator<IgniteBiTuple<K,V>> to GridCloseableIterator in method private scanIterator(qry GridCacheQueryAdapter<?>, locNode boolean) : GridCloseableIterator in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager | From | To | |
| Change Return Type Map.Entry to Object in method protected onNext() : Object in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter.ScanQueryFallbackClosableIterator | From | To | |
| Move Class | 3 | ||
| Move Class org.apache.ignite.internal.processors.cacheobject.IgniteCacheObjectProcessorImpl.UserCacheObjectImpl moved to org.apache.ignite.internal.processors.cacheobject.UserCacheObjectImpl | From | To | |
| Move Class org.apache.ignite.internal.processors.cacheobject.IgniteCacheObjectProcessorImpl.UserCacheObjectByteArrayImpl moved to org.apache.ignite.internal.processors.cacheobject.UserCacheObjectByteArrayImpl | From | To | |
| Move Class org.apache.ignite.internal.processors.cacheobject.IgniteCacheObjectProcessorImpl.UserKeyCacheObjectImpl moved to org.apache.ignite.internal.processors.cacheobject.UserKeyCacheObjectImpl | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable obj : Object to o : CacheObject in method public unwrapBinaryIfNeeded(ctx CacheObjectValueContext, o CacheObject, keepBinary boolean, cpy boolean) : Object in class org.apache.ignite.internal.processors.cache.CacheObjectUtils | From | To | |
| Parameterize Variable needUpdStatistics : boolean to updateStatistics : boolean in method protected scanQueryLocal(qry GridCacheQueryAdapter, updateStatistics boolean) : GridCloseableIterator in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager | From | To | |
| Change Variable Type | 7 | ||
| Change Variable Type iter : GridCloseableIterator<IgniteBiTuple<K,V>> to it : GridCloseableIterator in method protected scanQueryLocal(qry GridCacheQueryAdapter, updateStatistics boolean) : GridCloseableIterator in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager | From | To | |
| Change Variable Type e : Map.Entry to e : Object in method protected onNext() : Object in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter.ScanQueryFallbackClosableIterator | From | To | |
| Change Variable Type obj : Object to o : CacheObject in method public unwrapBinaryIfNeeded(ctx CacheObjectValueContext, o CacheObject, keepBinary boolean, cpy boolean) : Object in class org.apache.ignite.internal.processors.cache.CacheObjectUtils | From | To | |
| Change Variable Type t : T2<GridCloseableIterator<Map.Entry>,GridCacheQueryFutureAdapter> to t : T2<GridCloseableIterator<Object>,GridCacheQueryFutureAdapter> in method protected onHasNext() : boolean in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter.ScanQueryFallbackClosableIterator | From | To | |
| Change Variable Type iter : GridCloseableIterator<Map.Entry> to iter : GridCloseableIterator<Object> in method protected onHasNext() : boolean in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter.ScanQueryFallbackClosableIterator | From | To | |
| Change Variable Type t : T2<GridCloseableIterator<Map.Entry>,GridCacheQueryFutureAdapter> to t : T2<GridCloseableIterator<Object>,GridCacheQueryFutureAdapter> in method protected onClose() : void in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter.ScanQueryFallbackClosableIterator | From | To | |
| Change Variable Type filter : IgniteBiPredicate to scanFilter : IgniteBiPredicate<K,V> in method protected scanQueryLocal(qry GridCacheQueryAdapter, updateStatistics boolean) : GridCloseableIterator in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type tuple : T2<GridCloseableIterator<Map.Entry>,GridCacheQueryFutureAdapter> to tuple : T2<GridCloseableIterator<Object>,GridCacheQueryFutureAdapter> in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter.ScanQueryFallbackClosableIterator | From | To | |
| Change Attribute Type cur : Map.Entry to cur : Object in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter.ScanQueryFallbackClosableIterator | From | To | |
| Extract Method | 1 | ||
| Extract Method public unwrapBinaryIfNeeded(ctx CacheObjectValueContext, o CacheObject, keepBinary boolean, cpy boolean) : Object extracted from private unwrapBinariesIfNeeded(ctx CacheObjectValueContext, col Collection<Object>, keepBinary boolean, cpy boolean) : Collection<Object> in class org.apache.ignite.internal.processors.cache.CacheObjectUtils | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter updStatisticsIfNeeded : boolean to updateStatistics : boolean in method protected scanQueryLocal(qry GridCacheQueryAdapter, updateStatistics boolean) : GridCloseableIterator in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager | From | To | |
| Rename Parameter needVal : boolean to row : CacheDataRow in method protected unswap(row CacheDataRow, checkExpire boolean) : CacheDataRow in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To | |
| Rename Parameter needVal : boolean to row : CacheDataRow in method public unswap(row CacheDataRow, checkExpire boolean) : CacheDataRow in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry | From | To | |
| Rename Parameter needVal : boolean to row : CacheDataRow in method public unswap(row CacheDataRow, checkExpire boolean) : CacheDataRow in class org.apache.ignite.internal.processors.cache.distributed.dht.colocated.GridDhtDetachedCacheEntry | From | To |