ef4d576b49815a2b1117eef1f786a5b31861e26d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method protected filter(cursor GridCursor<GridH2Row>, filter IndexingQueryFilter) : GridCursor<GridH2Row> moved from class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase to class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex & inlined to protected doFind0(t IgniteTree, first SearchRow, includeFirst boolean, last SearchRow, filter IndexingQueryFilter) : H2Cursor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type cursor : GridCursor<GridH2Row> to cursor : H2Cursor in method private CursorIteratorWrapper(cursor H2Cursor) in class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase.CursorIteratorWrapper | From | To | |
Change Return Type | 2 | ||
Change Return Type GridCursor<GridH2Row> to H2Cursor in method protected doFind0(t IgniteTree, first SearchRow, includeFirst boolean, last SearchRow, filter IndexingQueryFilter) : H2Cursor in class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex | From | To | |
Change Return Type GridCursor<GridH2Row> to H2Cursor in method protected doFind0(t IgniteTree, first SearchRow, includeFirst boolean, last SearchRow, filter IndexingQueryFilter) : H2Cursor in class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cursor : GridCursor<GridH2Row> to cursor : H2Cursor in class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase.CursorIteratorWrapper | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ignore : Object to filter : Object in method protected getRow(io BPlusIO<SearchRow>, pageAddr long, idx int, filter Object) : GridH2Row in class org.apache.ignite.internal.processors.query.h2.database.H2Tree | From | To |