b667d71405ee22ac4df1f91e2fdbdf15df7d04ca
Files Diff
- Added: 5
- Removed: 5
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private reinitialize(lastRow T) : void renamed to private find() : void in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.ForwardCursor | From | To | |
Move Source Folder | 1 | ||
Move Source Folder modules/indexing to modules/core | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method private fillFromBuffer(buf ByteBuffer, io BPlusIO<L>, startIdx int, cnt int) : boolean in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.ForwardCursor | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute lastRow : T to lowerBound : L in method private find() : void in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.ForwardCursor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type lastRow : T to lowerBound : L in method private find() : void in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.ForwardCursor | From | To |