efdbdd58ae639436275d7855da17b83bc1b63c70
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public createAccessors() : void renamed to public mockComponents() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest | From | To | |
Change Parameter Type | 9 | ||
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 | |
Rename Variable | 1 | ||
Rename Variable numberEntry : long to expectedEntry : 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 Return Type | 1 | ||
Change Return Type void to BoundedIterable<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 Variable Type | 2 | ||
Change Variable Type part : long[] to part : List<Long> in method public allEntriesReaderMustCombineResultFromAllWithOneEmpty() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest | From | To | |
Change Variable Type part : long[] to part : List<Long> in method public allEntriesReaderMustCombineResultFromAll() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest | From | To | |
Extract Method | 2 | ||
Extract Method private divideEntriesAmongReaders(allIds List<Long>, wgsEntries List<Long>, cartesianEntries List<Long>, numberOfEntries int) : void extracted from public allEntriesReaderMustCombineResultFromAll() : void in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexAccessorTest | From | To | |
Extract Method private divideEntriesAmongReaders(allIds List<Long>, wgsEntries List<Long>, cartesianEntries List<Long>, numberOfEntries int) : void extracted from public allEntriesReaderMustCombineResultFromAllWithAllEmpty() : void in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexAccessorTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter 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 |