|
Change Parameter Type numberEntries : long[] to expectedEntries : List<Long> in method package assertResultContainsAll(result Set<Long>, expectedEntries List<Long>) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Change Parameter Type entries : long... to entries : List<Long> in method package mockedAllEntriesReaderUnknownMaxCount(entries List<Long>) : BoundedIterable<Long> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Change Parameter Type entries : long... to entries : List<Long> in method package mockedAllEntriesReader(entries List<Long>) : BoundedIterable<Long> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Change Parameter Type entries : long[] to entries : List<Long> in method private mockSingleAllEntriesReaderWithUnknownMaxCount(targetAccessor IndexAccessor, entries List<Long>) : BoundedIterable<Long> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Change Parameter Type entries : long[] to entries : List<Long> in method private mockSingleAllEntriesReaderWithUnknownMaxCount(spatialKnownIndex SpatialCRSSchemaIndex, entries List<Long>) : void in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexAccessorTest |
From |
To |
|
Change Parameter Type entries : long[] to entries : List<Long> in method private mockSingleAllEntriesReader(spatialKnownIndex SpatialCRSSchemaIndex, entries List<Long>) : BoundedIterable<Long> in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexAccessorTest |
From |
To |
|
Change Parameter Type entries : long[] to entries : List<Long> in method private mockSingleAllEntriesReader(targetAccessor IndexAccessor, entries List<Long>) : BoundedIterable<Long> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Change Parameter Type entries : long[]... to entries : List<Long>... in method private mockAllEntriesReaders(entries List<Long>...) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Change Parameter Type entries : long... to entries : List<Long> in method package mockedAllEntriesReader(knownMaxCount boolean, entries List<Long>) : BoundedIterable<Long> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |