|
Pull Up Method package createLayout() : IndexLayout<StringIndexKey,NativeIndexValue> from class org.neo4j.kernel.impl.index.schema.StringNonUniqueLayoutTestUtil to package createLayout() : IndexLayout<StringIndexKey,NativeIndexValue> from class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Pull Up Method package createLayout() : IndexLayout<StringIndexKey,NativeIndexValue> from class org.neo4j.kernel.impl.index.schema.StringUniqueLayoutTestUtil to package createLayout() : IndexLayout<StringIndexKey,NativeIndexValue> from class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Pull Up Method protected createLayoutTestUtil() : LayoutTestUtil<NumberIndexKey,NativeIndexValue> from class org.neo4j.kernel.impl.index.schema.NumberNonUniqueIndexAccessorTest to protected createLayoutTestUtil() : LayoutTestUtil<NumberIndexKey,NativeIndexValue> from class org.neo4j.kernel.impl.index.schema.NumberIndexAccessorTest |
From |
To |
|
Pull Up Method protected createLayoutTestUtil() : LayoutTestUtil<StringIndexKey,NativeIndexValue> from class org.neo4j.kernel.impl.index.schema.StringNonUniqueIndexAccessorTest to protected createLayoutTestUtil() : LayoutTestUtil<StringIndexKey,NativeIndexValue> from class org.neo4j.kernel.impl.index.schema.StringIndexAccessorTest |
From |
To |
|
Pull Up Method protected createLayoutTestUtil() : LayoutTestUtil<SpatialIndexKey,NativeIndexValue> from class org.neo4j.kernel.impl.index.schema.SpatialNonUniqueIndexAccessorTest to protected createLayoutTestUtil() : LayoutTestUtil<SpatialIndexKey,NativeIndexValue> from class org.neo4j.kernel.impl.index.schema.SpatialIndexAccessorTest |
From |
To |
|
Change Return Type LayoutTestUtil<ZonedDateTimeIndexKey,NativeIndexValue> to LayoutTestUtil<DurationIndexKey,NativeIndexValue> in method protected createLayoutTestUtil() : LayoutTestUtil<DurationIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.DurationIndexAccessorTest |
From |
To |
|
Change Return Type NativeIndexAccessor<ZonedDateTimeIndexKey,NativeIndexValue> to NativeIndexAccessor<DurationIndexKey,NativeIndexValue> in method package makeAccessor() : NativeIndexAccessor<DurationIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.DurationIndexAccessorTest |
From |
To |
|
Change Return Type LayoutTestUtil<DurationIndexKey,NativeIndexValue> to LayoutTestUtil<LocalTimeIndexKey,NativeIndexValue> in method protected createLayoutTestUtil() : LayoutTestUtil<LocalTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.LocalTimeIndexAccessorTest |
From |
To |
|
Change Return Type NativeIndexAccessor<ZonedDateTimeIndexKey,NativeIndexValue> to NativeIndexAccessor<DateIndexKey,NativeIndexValue> in method package makeAccessor() : NativeIndexAccessor<DateIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.DateIndexAccessorTest |
From |
To |
|
Change Return Type NativeIndexAccessor<DurationIndexKey,NativeIndexValue> to NativeIndexAccessor<LocalDateTimeIndexKey,NativeIndexValue> in method package makeAccessor() : NativeIndexAccessor<LocalDateTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.LocalDateTimeIndexAccessorTest |
From |
To |
|
Change Return Type NativeIndexAccessor<DateIndexKey,NativeIndexValue> to NativeIndexAccessor<ZonedTimeIndexKey,NativeIndexValue> in method package makeAccessor() : NativeIndexAccessor<ZonedTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.TimeIndexAccessorTest |
From |
To |
|
Change Return Type LayoutTestUtil<DateIndexKey,NativeIndexValue> to LayoutTestUtil<ZonedDateTimeIndexKey,NativeIndexValue> in method protected createLayoutTestUtil() : LayoutTestUtil<ZonedDateTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.DateTimeIndexAccessorTest |
From |
To |
|
Change Return Type NativeIndexAccessor<DateIndexKey,NativeIndexValue> to NativeIndexAccessor<ZonedDateTimeIndexKey,NativeIndexValue> in method package makeAccessor() : NativeIndexAccessor<ZonedDateTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.DateTimeIndexAccessorTest |
From |
To |
|
Change Return Type LayoutTestUtil<DurationIndexKey,NativeIndexValue> to LayoutTestUtil<LocalDateTimeIndexKey,NativeIndexValue> in method protected createLayoutTestUtil() : LayoutTestUtil<LocalDateTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.LocalDateTimeIndexAccessorTest |
From |
To |
|
Change Return Type LayoutTestUtil<DateIndexKey,NativeIndexValue> to LayoutTestUtil<ZonedTimeIndexKey,NativeIndexValue> in method protected createLayoutTestUtil() : LayoutTestUtil<ZonedTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.TimeIndexAccessorTest |
From |
To |
|
Change Return Type LayoutTestUtil<ZonedDateTimeIndexKey,NativeIndexValue> to LayoutTestUtil<DateIndexKey,NativeIndexValue> in method protected createLayoutTestUtil() : LayoutTestUtil<DateIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.DateIndexAccessorTest |
From |
To |
|
Change Return Type NativeIndexAccessor<DurationIndexKey,NativeIndexValue> to NativeIndexAccessor<LocalTimeIndexKey,NativeIndexValue> in method package makeAccessor() : NativeIndexAccessor<LocalTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.LocalTimeIndexAccessorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.index.schema.DateUniqueIndexAccessorTest renamed to org.neo4j.kernel.impl.index.schema.TimeIndexAccessorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.index.schema.DurationUniqueIndexAccessorTest renamed to org.neo4j.kernel.impl.index.schema.LocalTimeIndexAccessorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.index.schema.DurationNonUniqueIndexAccessorTest renamed to org.neo4j.kernel.impl.index.schema.LocalDateTimeIndexAccessorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.index.schema.DateTimeNonUniqueIndexAccessorTest renamed to org.neo4j.kernel.impl.index.schema.DurationIndexAccessorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.index.schema.DateNonUniqueIndexAccessorTest renamed to org.neo4j.kernel.impl.index.schema.DateTimeIndexAccessorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.index.schema.DateTimeUniqueIndexAccessorTest renamed to org.neo4j.kernel.impl.index.schema.DateIndexAccessorTest |
From |
To |
|
Change Variable Type fileLayout : TemporalIndexFiles.FileLayout<DateIndexKey> to fileLayout : TemporalIndexFiles.FileLayout<ZonedDateTimeIndexKey> in method package makeAccessor() : NativeIndexAccessor<ZonedDateTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.DateTimeIndexAccessorTest |
From |
To |
|
Change Variable Type fileLayout : TemporalIndexFiles.FileLayout<DurationIndexKey> to fileLayout : TemporalIndexFiles.FileLayout<LocalDateTimeIndexKey> in method package makeAccessor() : NativeIndexAccessor<LocalDateTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.LocalDateTimeIndexAccessorTest |
From |
To |
|
Change Variable Type fileLayout : TemporalIndexFiles.FileLayout<DateIndexKey> to fileLayout : TemporalIndexFiles.FileLayout<ZonedTimeIndexKey> in method package makeAccessor() : NativeIndexAccessor<ZonedTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.TimeIndexAccessorTest |
From |
To |
|
Change Variable Type fileLayout : TemporalIndexFiles.FileLayout<DurationIndexKey> to fileLayout : TemporalIndexFiles.FileLayout<LocalTimeIndexKey> in method package makeAccessor() : NativeIndexAccessor<LocalTimeIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.LocalTimeIndexAccessorTest |
From |
To |
|
Change Variable Type fileLayout : TemporalIndexFiles.FileLayout<ZonedDateTimeIndexKey> to fileLayout : TemporalIndexFiles.FileLayout<DurationIndexKey> in method package makeAccessor() : NativeIndexAccessor<DurationIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.DurationIndexAccessorTest |
From |
To |
|
Change Variable Type fileLayout : TemporalIndexFiles.FileLayout<ZonedDateTimeIndexKey> to fileLayout : TemporalIndexFiles.FileLayout<DateIndexKey> in method package makeAccessor() : NativeIndexAccessor<DateIndexKey,NativeIndexValue> in class org.neo4j.kernel.impl.index.schema.DateIndexAccessorTest |
From |
To |