|
Change Parameter Type expectedValue : long to expectedValue : MutableLong in method private assertKeyAssociatedWithValue(key MutableLong, expectedValue MutableLong) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Parameter Type key : long to key : MutableLong in method private assertKeyNotFound(key MutableLong, type TreeNode.Type) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Parameter Type value : long to value : MutableLong in method private insert(key MutableLong, value MutableLong) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Parameter Type key : long to key : MutableLong in method private insert(key MutableLong, value MutableLong) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Parameter Type key : long to key : MutableLong in method private assertKeyAssociatedWithValue(key MutableLong, expectedValue MutableLong) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Parameter Type key : long to key : MutableLong in method private remove(key MutableLong, into MutableLong) : MutableLong in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Parameter Type value : long to value : MutableLong in method private insert(key MutableLong, value MutableLong, valueMerger ValueMerger<MutableLong,MutableLong>) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Parameter Type key : long to key : MutableLong in method private insert(key MutableLong, value MutableLong, valueMerger ValueMerger<MutableLong,MutableLong>) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Parameter Type keys : List<Long> to keys : List<MutableLong> in method private allKeys(cursor PageCursor, keys List<MutableLong>, type TreeNode.Type) : List<MutableLong> in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Return Type List<Long> to List<MutableLong> in method private allKeys(cursor PageCursor, type TreeNode.Type) : List<MutableLong> in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Return Type long to MutableLong in method private rightmostInternalKeyInSubtree(parentNodeId long, subtreePosition int) : MutableLong in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Return Type Long to MutableLong in method private keyAt(nodeId long, pos int, type TreeNode.Type) : MutableLong in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Return Type Long to MutableLong in method private keyAt(pos int, type TreeNode.Type) : MutableLong in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Return Type Long to MutableLong in method private valueAt(pos int) : MutableLong in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Return Type List<Long> to List<MutableLong> in method private allKeys(cursor PageCursor, keys List<MutableLong>, type TreeNode.Type) : List<MutableLong> in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type oldPrimKey : long to oldPrimKey : MutableLong in method public mustPropagateAllStructureChanges() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type primKey : Long to primKey : MutableLong in method public mustPropagateAllStructureChanges() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type expectedKeysInNewLeftChild : List<Long> to expectedKeysInNewLeftChild : List<MutableLong> in method public mustPropagateStructureOnMergeToRight() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type firstKeyOfOldRightChild : Long to firstKeyOfOldRightChild : MutableLong in method public mustPropagateStructureOnMergeFromLeft() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type keysInRightChild : List<Long> to keysInRightChild : List<MutableLong> in method public mustPropagateAllStructureChanges() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type allKeys : List<Long> to allKeys : List<MutableLong> in method public mustPropagateStructureOnMergeToRight() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type key : long to key : MutableLong in method public modifierMustOverwriteWithOverwriteMerger() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type oldSplitter : long to oldSplitter : MutableLong in method public mustPropagateStructureWhenMergingBetweenDifferentSubtrees() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type key : long to key : MutableLong in method public modifierMustKeepExistingWithKeepExistingMerger() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type allKeys : List<Long> to allKeys : List<MutableLong> in method public mustLeaveSingleLeafAsRootWhenEverythingIsRemoved() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type newSplitter : Long to newSplitter : MutableLong in method public mustPropagateStructureWhenMergingBetweenDifferentSubtrees() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type keyInOldRight : long to keyInOldRight : MutableLong in method public mustPropagateStructureWhenMergingBetweenDifferentSubtrees() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type firstKeyInLeaf : long to firstKeyInLeaf : MutableLong in method public shouldCreateNewVersionWhenInsertInStableInternal() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type allKeysInNewRight : List<Long> to allKeysInNewRight : List<MutableLong> in method public mustPropagateStructureWhenMergingBetweenDifferentSubtrees() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type expectedKeysInNewLeftChild : List<Long> to expectedKeysInNewLeftChild : List<MutableLong> in method public mustPropagateStructureOnMergeFromLeft() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type firstKeyInOldRightChild : Long to firstKeyInOldRightChild : MutableLong in method public mustPropagateStructureOnMergeToRight() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type actual : Long to actual : MutableLong in method public modifierMustKeepExistingWithKeepExistingMerger() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type newRightmostInternalKeyInLeftSubtree : long to newRightmostInternalKeyInLeftSubtree : MutableLong in method public mustPropagateStructureWhenMergingBetweenDifferentSubtrees() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type primKey : long to primKey : MutableLong in method public mustNotRebalanceFromRightToLeft() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type leftmostInRightChild : long to leftmostInRightChild : MutableLong in method public mustPropagateAllStructureChanges() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type firstValue : long to firstValue : MutableLong in method public modifierMustOverwriteWithOverwriteMerger() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type allKeys : List<Long> to allKeys : List<MutableLong> in method public mustPropagateStructureOnMergeFromLeft() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type firstKeyInMiddleChild : Long to firstKeyInMiddleChild : MutableLong in method public shouldCreateNewVersionWhenRemoveInStableLeaf() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type firstValue : long to firstValue : MutableLong in method public modifierMustKeepExistingWithKeepExistingMerger() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type rightmostKeyInLeftSubtree : long to rightmostKeyInLeftSubtree : MutableLong in method public mustPropagateStructureWhenMergingBetweenDifferentSubtrees() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type secondValue : long to secondValue : MutableLong in method public modifierMustOverwriteWithOverwriteMerger() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type allKeysInOldLeftAndOldRight : ArrayList<Long> to allKeysInOldLeftAndOldRight : ArrayList<MutableLong> in method public mustPropagateStructureWhenMergingBetweenDifferentSubtrees() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type keys : List<Long> to keys : List<MutableLong> in method private allKeys(cursor PageCursor, type TreeNode.Type) : List<MutableLong> in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type secondValue : long to secondValue : MutableLong in method public modifierMustKeepExistingWithKeepExistingMerger() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest |
From |
To |