3c3ad5fb7133ab15c5e56aef406dec285b7f4e72
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private bootstrap(buf ByteBuffer, startIdx int) : void renamed to private fillFromBuffer(buf ByteBuffer, io BPlusIO<L>, startIdx int) : void in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.ForwardCursor | From | To | |
Inline Method | 1 | ||
Inline Method private fillFromBuffer(startIdx int) : boolean inlined to private fillFromBuffer(buf ByteBuffer, io BPlusIO<L>, startIdx int) : void in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.ForwardCursor | From | To |