e69d3c34915f2f7de1b66f22e0584b7c09d8fe71
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private segment(row SearchRow) : int renamed to private segmentForRow(row SearchRow) : int in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex | From | To | |
Push Down Method | 2 | ||
Push Down Method protected segmentsCount() : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase to protected segmentsCount() : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SpatialIndex | From | To | |
Push Down Method protected segment(partition int) : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase to protected segmentsCount() : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SpatialIndex | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type tbl : Table to tbl : GridH2Table in method private createH2SpatialIndex(tbl GridH2Table, idxName String, cols IndexColumn[]) : SpatialIndex in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.TableDescriptor | From | To | |
Change Parameter Type tbl : Table to tbl : GridH2Table in method public GridH2SpatialIndex(tbl GridH2Table, idxName String, segmentsCnt int, cols IndexColumn...) in class org.apache.ignite.internal.processors.query.h2.opt.GridH2SpatialIndex | From | To | |
Rename Variable | 1 | ||
Rename Variable cctx : GridCacheContext<?,?> to segments : int in method private createTreeIndex(idxName String, tbl GridH2Table, pk boolean, columns List<IndexColumn>) : Index in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.TableDescriptor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cctx : GridCacheContext<?,?> to segments : int in method private createTreeIndex(idxName String, tbl GridH2Table, pk boolean, columns List<IndexColumn>) : Index in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.TableDescriptor | From | To |