20ec22b85cddf8dfb5c453758aa83dcb49fbbd32
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type Collection<String> to List<String> in method public extraSpaces() : List<String> in class org.apache.ignite.internal.processors.query.h2.twostep.messages.GridQueryRequest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type partIds : Set<Integer> to partIds : Collection<Integer> in method private reservePartitions(cacheNames Collection<String>, topVer AffinityTopologyVersion, parts List<int[]>, reserved List<GridDhtLocalPartition>) : boolean in class org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor | From | To | |
| Extract Variable | 2 | ||
| Extract Variable caches : List<String> in method private onQueryRequest(node ClusterNode, req GridQueryRequest) : void from class org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor | From | To | |
| Extract Variable extraSpaces : List<String> in method public query(cctx GridCacheContext<?,?>, qry GridCacheTwoStepQuery) : QueryCursor<List<?>> from class org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type extraSpaces : Collection<String> to extraSpaces : List<String> in class org.apache.ignite.internal.processors.query.h2.twostep.messages.GridQueryRequest | From | To |