|
Change Parameter Type currentExpected : List<Pair<MutableLong,MutableLong>> to entries : List<BlockEntry<MutableLong,MutableLong>> in method private sort(entries List<BlockEntry<MutableLong,MutableLong>>) : void in class org.neo4j.kernel.impl.index.schema.BlockStorageTest |
From |
To |
|
Change Parameter Type expectedBlocks : List<Pair<MutableLong,MutableLong>>... to expectedBlocks : Iterable<List<BlockEntry<MutableLong,MutableLong>>> in method private assertContents(layout SimpleLongLayout, storage BlockStorage<MutableLong,MutableLong>, expectedBlocks Iterable<List<BlockEntry<MutableLong,MutableLong>>>) : void in class org.neo4j.kernel.impl.index.schema.BlockStorageTest |
From |
To |
|
Change Parameter Type entries : List<BlockEntry<KEY,VALUE>> to entries : Iterable<BlockEntry<KEY,VALUE>> in method package ListBasedBlockEntryCursor(entries Iterable<BlockEntry<KEY,VALUE>>) in class org.neo4j.kernel.impl.index.schema.ListBasedBlockEntryCursor |
From |
To |
|
Change Variable Type expected : List<Pair<MutableLong,MutableLong>> to expected : List<BlockEntry<MutableLong,MutableLong>> in method package shouldSortAndAddMultipleEntriesInLastBlock() : void in class org.neo4j.kernel.impl.index.schema.BlockStorageTest |
From |
To |
|
Change Variable Type empty : ListBasedBlockEntryCursor<MutableLong,MutableLong> to empty : CloseTrackingBlockEntryCursor in method package shouldCloseAllReaderEvenEmptyAndExhausted() : void in class org.neo4j.kernel.impl.index.schema.MergingBlockEntryReaderTest |
From |
To |
|
Change Variable Type expectedEntry : Pair<MutableLong,MutableLong> to expectedEntry : BlockEntry<MutableLong,MutableLong> in method private assertContents(layout SimpleLongLayout, storage BlockStorage<MutableLong,MutableLong>, expectedBlocks Iterable<List<BlockEntry<MutableLong,MutableLong>>>) : void in class org.neo4j.kernel.impl.index.schema.BlockStorageTest |
From |
To |
|
Change Variable Type nonEmpty : ListBasedBlockEntryCursor<MutableLong,MutableLong> to nonEmpty : CloseTrackingBlockEntryCursor in method package shouldCloseAllReaderEvenEmptyAndExhausted() : void in class org.neo4j.kernel.impl.index.schema.MergingBlockEntryReaderTest |
From |
To |
|
Change Variable Type empty : ListBasedBlockEntryCursor<MutableLong,MutableLong> to empty : CloseTrackingBlockEntryCursor in method package shouldCloseAllReaderEvenEmpty() : void in class org.neo4j.kernel.impl.index.schema.MergingBlockEntryReaderTest |
From |
To |
|
Change Variable Type nonEmpty : ListBasedBlockEntryCursor<MutableLong,MutableLong> to nonEmpty : CloseTrackingBlockEntryCursor in method package shouldCloseAllReaderEvenEmpty() : void in class org.neo4j.kernel.impl.index.schema.MergingBlockEntryReaderTest |
From |
To |
|
Change Variable Type currentExpected : List<Pair<MutableLong,MutableLong>> to currentExpected : List<BlockEntry<MutableLong,MutableLong>> in method private addACoupleOfBlocksOfEntries(monitor TrackingMonitor, storage BlockStorage<MutableLong,MutableLong>, numberOfBlocks int) : List<List<BlockEntry<MutableLong,MutableLong>>> in class org.neo4j.kernel.impl.index.schema.BlockStorageTest |
From |
To |
|
Change Variable Type expectedBlock : List<Pair<MutableLong,MutableLong>> to expectedBlock : List<BlockEntry<MutableLong,MutableLong>> in method private assertContents(layout SimpleLongLayout, storage BlockStorage<MutableLong,MutableLong>, expectedBlocks Iterable<List<BlockEntry<MutableLong,MutableLong>>>) : void in class org.neo4j.kernel.impl.index.schema.BlockStorageTest |
From |
To |
|
Change Variable Type expected : List<List<Pair<MutableLong,MutableLong>>> to expected : List<List<BlockEntry<MutableLong,MutableLong>>> in method private addACoupleOfBlocksOfEntries(monitor TrackingMonitor, storage BlockStorage<MutableLong,MutableLong>, numberOfBlocks int) : List<List<BlockEntry<MutableLong,MutableLong>>> in class org.neo4j.kernel.impl.index.schema.BlockStorageTest |
From |
To |