4623cadef3c8879738e0925d2e83838e2e364778
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private future() : GridCacheQueryFutureAdapter<?,?,?> renamed to private result() : List in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheQueryCommandHandler.QueryFutureWrapper | From | To | |
Move And Inline Method | 3 | ||
Move And Inline Method public enableDedup(enableDedup boolean) : void moved from class org.apache.ignite.internal.processors.rest.client.message.GridClientCacheQueryRequest to class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheQueryCommandHandler.ExecuteQuery & inlined to public call() : GridRestResponse | From | To | |
Move And Inline Method public includeBackups(includeBackups boolean) : void moved from class org.apache.ignite.internal.processors.rest.client.message.GridClientCacheQueryRequest to class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheQueryCommandHandler.ExecuteQuery & inlined to public call() : GridRestResponse | From | To | |
Move And Inline Method public timeout(timeout long) : void moved from class org.apache.ignite.internal.processors.rest.client.message.GridClientCacheQueryRequest to class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheQueryCommandHandler.ExecuteQuery & inlined to public call() : GridRestResponse | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type qryFut : GridCacheQueryFutureAdapter<?,?,?> to qryFut : List in method private QueryFutureWrapper(qryFut List) in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheQueryCommandHandler.QueryFutureWrapper | From | To | |
Change Return Type | 1 | ||
Change Return Type GridCacheQueryFutureAdapter<?,?,?> to List in method private result() : List in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheQueryCommandHandler.QueryFutureWrapper | From | To | |
Change Variable Type | 2 | ||
Change Variable Type fut : GridCacheQueryFutureAdapter<?,?,?> to fut : List<?> in method public call() : GridRestResponse in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheQueryCommandHandler.ExecuteQuery | From | To | |
Change Variable Type qry : CacheQuery<?> to qry : Query in method public call() : GridRestResponse in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheQueryCommandHandler.ExecuteQuery | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type qryFut : GridCacheQueryFutureAdapter<?,?,?> to qryFut : List in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheQueryCommandHandler.QueryFutureWrapper | From | To |