435b2dd00ca4e2a637b989f17f9679fda71e3810
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testCursorMerge() : void renamed to public testCursorConcurrentMerge() : void in class org.apache.ignite.internal.processors.database.BPlusTreeSelfTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type map : Map<Long,Long> to map : TreeMap<Long,Long> in method public testCursorConcurrentMerge() : void in class org.apache.ignite.internal.processors.database.BPlusTreeSelfTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type rows : List<T> to rows : T[] in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.ForwardCursor | From | To |