c1c15a6db0bd84de49c0f828cdeab1aed4bcd863
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 3 | ||
Rename Attribute iterator : Iterator<GridCursor<? extends T>> to iter : Iterator<GridCursor<? extends T>> in class org.apache.ignite.internal.processors.query.h2.database.H2PkHashIndex.CompositeGridCursor | From | To | |
Rename Attribute current : GridCursor<? extends T> to curr : GridCursor<? extends T> in class org.apache.ignite.internal.processors.query.h2.database.H2PkHashIndex.CompositeGridCursor | From | To | |
Rename Attribute curRange : GridCursor<GridH2Row> to iter : Iterator<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase.RangeSource | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type curRange : GridCursor<GridH2Row> to iter : Iterator<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase.RangeSource | From | To | |
Rename Parameter | 2 | ||
Rename Parameter session : Session to ses : Session in method public findFirstOrLast(ses Session, b boolean) : Cursor in class org.apache.ignite.internal.processors.query.h2.database.H2PkHashIndex | From | To | |
Rename Parameter iterator : Iterator<GridCursor<? extends T>> to iter : Iterator<GridCursor<? extends T>> in method public CompositeGridCursor(iter Iterator<GridCursor<? extends T>>) in class org.apache.ignite.internal.processors.query.h2.database.H2PkHashIndex.CompositeGridCursor | From | To |