|
Rename Method public dropMustThrowIfDropNativeFail() : void renamed to public dropMustThrowIfDropAnyFail() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Rename Method public mustSelectLuceneForRangeStringPredicate() : void renamed to public mustSelectStringForRangeStringPredicate() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Rename Method public closeMustThrowIfCloseLuceneThrow() : void renamed to public closeMustThrowIfCloseAnyThrow() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Rename Method public setup() : void renamed to public mockComponents() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Rename Method public getPopulationFailureMustReportFailureWhenNativeFailure() : void renamed to public getPopulationFailureMustReportFailureWhenAnyFailed() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Method public mustSelectLuceneForStringSuffixPredicate() : void renamed to public mustSelectStringForStringSuffixPredicate() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Rename Method public setup() : void renamed to public createAccessors() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Rename Method public processMustSelectCorrectForChangeSupportedByNative() : void renamed to public processMustSelectCorrectForChange() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Rename Method public mustSelectNativeForExactPredicateWithNumberValue() : void renamed to public mustSelectStringForExactPredicateWithNumberValue() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Rename Method public markAsFailedMustThrowIfLuceneThrow() : void renamed to public markAsFailedMustThrowIfAnyThrow() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Rename Method public verifyDeferredConstraintsMustThrowIfLuceneThrow() : void renamed to public verifyDeferredConstraintsMustThrowIfAnyThrow() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Rename Method public allEntriesReaderMustReportUnknownMaxCountIfNativeReportUnknownMaxCount() : void renamed to public allEntriesReaderMustReportUnknownMaxCountIfAnyReportUnknownMaxCount() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Rename Method package valuesNotSupportedByNativeOrSpatial() : Value[] renamed to package valuesNotSupportedBySpecificIndex() : Value[] in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexTestHelp |
From |
To |
|
Rename Method public dropMustThrowIfDropNativeThrow() : void renamed to public dropMustThrowIfAnyDropThrow() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Rename Method public mustSelectLuceneForStringPrefixPredicate() : void renamed to public mustSelectStringForStringPrefixPredicate() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Rename Method public createMustThrowIfCreateLuceneThrow() : void renamed to public createMustThrowIfAnyThrow() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Rename Method public mustSelectLuceneForStringContainsPredicate() : void renamed to public mustSelectStringForStringContainsPredicate() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Rename Method public createMustCreateBothNativeAndLucene() : void renamed to public createMustCreateAll() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Rename Method public mustSelectNativeForRangeNumericPredicate() : void renamed to public mustSelectNumberForRangeNumericPredicate() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Rename Method package valuesSupportedByNative() : Value[] renamed to package valuesSupportedByNumber() : Value[] in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexTestHelp |
From |
To |
|
Merge Attribute [numberPopulator : IndexPopulator, spatialPopulator : IndexPopulator, temporalPopulator : IndexPopulator, lucenePopulator : IndexPopulator] to populators : IndexPopulator[] in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulator |
From |
To |
|
Merge Attribute [nativeUpdater : IndexUpdater, spatialUpdater : IndexUpdater, temporalUpdater : IndexUpdater, luceneUpdater : IndexUpdater] to allUpdaters : IndexUpdater[] in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Merge Attribute [nativeAccessor : IndexAccessor, spatialAccessor : IndexAccessor, temporalAccessor : IndexAccessor, luceneAccessor : IndexAccessor] to allAccessors : IndexAccessor[] in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Merge Attribute [numberAccessor : IndexAccessor, spatialAccessor : IndexAccessor, temporalAccessor : IndexAccessor, luceneAccessor : IndexAccessor] to accessors : IndexAccessor[] in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessor |
From |
To |
|
Merge Attribute [numberReader : IndexReader, spatialReader : IndexReader, temporalReader : IndexReader, luceneReader : IndexReader] to readers : IndexReader[] in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReader |
From |
To |
|
Rename Variable failed1 : InternalIndexState to initialState : InternalIndexState in method public shouldReportPopulatingIfAnyIsPopulating() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable nativeValues : Value[] to values : Value[][] in method public countIndexedNodesMustSelectCorrectReader() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Rename Variable spatialValue : Value to value : Value in method public countIndexedNodesMustSelectCorrectReader() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Rename Variable fusionIndexProvider : FusionIndexProvider to fusionSchemaIndexProvider : FusionIndexProvider in method public getPopulationFailureMustReportFailureWhenAnyFailed() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable nativeSampleSize : int to sampleSize : int in method public mustCombineSamples() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable luceneThrow : IllegalStateException to exception : IllegalStateException in method public getPopulationFailureMustReportFailureWhenAnyFailed() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable nativeThrow : IllegalStateException to failure : IllegalStateException in method public getPopulationFailureMustThrowIfNoFailure() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable failed1 : InternalIndexState to initialState : InternalIndexState in method public shouldReportFailedIfAnyIsFailed() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable supportedByNative : Value[] to values : Value[][] in method public processMustSelectCorrectForChange() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Rename Variable spatialValue : Value to value : Value in method public addMustSelectCorrectPopulator() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Rename Variable numberValues : Value[] to values : Value[][] in method public shouldIncludeSampleOnCorrectPopulator() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Rename Variable numberValues : Value[] to values : Value[][] in method public addMustSelectCorrectPopulator() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Rename Variable nativeFailure : IOException to stringFailure : IOException in method public dropMustThrowIfAllFail() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Rename Variable otherValues : Value[] to group : Value[] in method public mustSelectCorrectTargetForAllGivenValueCombinations() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable nativeEntry : long to numberEntry : long in method package assertResultContainsAll(result Set<Long>, numberEntries long[]) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Rename Variable nativeUniqueValues : int to uniqueValues : int in method public mustCombineSamples() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable nativeProvider : NumberIndexProvider to numberProvider : NumberIndexProvider in method public newInstance(pageCache PageCache, storeDir File, fs FileSystemAbstraction, monitor IndexProvider.Monitor, config Config, operationalMode OperationalMode, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector) : FusionIndexProvider in class org.neo4j.kernel.api.impl.schema.NativeLuceneFusionIndexProviderFactory |
From |
To |
|
Rename Variable nativeIndexSize : int to indexSize : int in method public mustCombineSamples() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable nativeFailure : String to failure : String in method public getPopulationFailureMustReportFailureWhenAnyFailed() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable nonNumberOrSpatialValue : Object to value : Object in method public mustSelectLuceneForExactPredicateWithOtherValue() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Rename Variable spatialValue : Object to value : Object in method public mustSelectSpatialForExactPredicateWithSpatialValue() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Rename Variable numberValues : Value[] to values : Value[][] in method public mustSelectCorrectTargetForAllGivenValueCombinations() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable supportedByNative : Value[] to values : Value[][] in method public processMustSelectCorrectForRemove() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Rename Variable supportedByNative : Value[] to values : Value[][] in method public processMustSelectCorrectForAdd() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Rename Variable otherValue : Value to value : Value in method public mustSelectCorrectTargetForAllGivenValueCombinations() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Rename Variable numberValue : Object to value : Object in method public mustSelectStringForExactPredicateWithNumberValue() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Change Variable Type supportedByNative : Value[] to values : Value[][] in method public processMustSelectCorrectForAdd() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Change Variable Type supportedByNative : Value[] to values : Value[][] in method public processMustSelectCorrectForChange() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Change Variable Type numberValues : Value[] to values : Value[][] in method public addMustSelectCorrectPopulator() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Change Variable Type numberValues : Value[] to values : Value[][] in method public shouldIncludeSampleOnCorrectPopulator() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Change Variable Type nativeValues : Value[] to values : Value[][] in method public countIndexedNodesMustSelectCorrectReader() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Change Variable Type numberValues : Value[] to values : Value[][] in method public mustSelectCorrectTargetForAllGivenValueCombinations() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Change Variable Type supportedByNative : Value[] to values : Value[][] in method public processMustSelectCorrectForRemove() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |