0bd712ddb3df9408b80bf0da6d19480ef737b7bc
Files Diff
- Added: 14
- Removed: 4
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type cursor : QueryCursorEx<Cache.Entry> to cursor : QueryCursor<T> in method package ClientCacheQueryCursor(cursor QueryCursor<T>, pageSize int, ctx ClientConnectionContext) in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryCursor | From | To | |
Change Parameter Type cursor : ClientCacheScanQueryCursor to cursor : ClientCacheQueryCursor in method package ClientCacheQueryNextPageResponse(requestId long, cursor ClientCacheQueryCursor) in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryNextPageResponse | From | To | |
Change Parameter Type cursor : ClientCacheScanQueryCursor to cursor : ClientCacheQueryCursor in method package ClientCacheQueryResponse(requestId long, cursor ClientCacheQueryCursor) in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryResponse | From | To | |
Rename Variable | 1 | ||
Rename Variable cacheDesc : DynamicCacheDescriptor to desc : DynamicCacheDescriptor in method protected cacheDescriptor(ctx ClientConnectionContext) : DynamicCacheDescriptor in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheRequest | From | To | |
Change Return Type | 1 | ||
Change Return Type Iterator<Cache.Entry> to Iterator<T> in method private iterator() : Iterator<T> in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryCursor | From | To | |
Rename Class | 4 | ||
Rename Class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheScanQueryCursor renamed to org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryCursor | From | To | |
Rename Class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheScanQueryNextPageRequest renamed to org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryNextPageRequest | From | To | |
Rename Class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheScanQueryNextPageResponse renamed to org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryNextPageResponse | From | To | |
Rename Class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheScanQueryResponse renamed to org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryResponse | From | To | |
Change Variable Type | 4 | ||
Change Variable Type cliCur : ClientCacheScanQueryCursor to cliCur : ClientCacheEntryQueryCursor in method public process(ctx ClientConnectionContext) : ClientResponse in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheScanQueryRequest | From | To | |
Change Variable Type cur : ClientCacheScanQueryCursor to cur : ClientCacheQueryCursor in method public process(ctx ClientConnectionContext) : ClientResponse in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryNextPageRequest | From | To | |
Change Variable Type iter : Iterator<Cache.Entry> to iter : Iterator<T> in method package writePage(writer BinaryRawWriterEx) : void in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryCursor | From | To | |
Change Variable Type e : Cache.Entry to e : T in method package writePage(writer BinaryRawWriterEx) : void in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryCursor | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type cursor : ClientCacheScanQueryCursor to cursor : ClientCacheQueryCursor in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryNextPageResponse | From | To | |
Change Attribute Type cursor : ClientCacheScanQueryCursor to cursor : ClientCacheQueryCursor in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryResponse | From | To | |
Change Attribute Type iterator : Iterator<Cache.Entry> to iterator : Iterator<T> in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryCursor | From | To | |
Change Attribute Type cursor : QueryCursorEx<Cache.Entry> to cursor : QueryCursor<T> in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheQueryCursor | From | To | |
Extract Method | 1 | ||
Extract Method protected cacheDescriptor(ctx ClientConnectionContext) : DynamicCacheDescriptor extracted from protected rawCache(ctx ClientConnectionContext) : IgniteCache in class org.apache.ignite.internal.processors.platform.client.cache.ClientCacheRequest | From | To |