a4048eecad0d0cde53c0d32c9e9fc576ebd8b107
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public shouldNotConvertInlinedAddedProperty() : void renamed to public shouldConvertInlinedAddedProperty() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest | From | To | |
Rename Method public shouldNotConvertDynamicAddedProperty() : void renamed to public shouldConvertDynamicAddedProperty() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type population : IndexPopulation to schema : LabelSchemaDescriptor in method private propertyKeyIds(schema LabelSchemaDescriptor) : IntStream in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulator | From | To | |
Change Parameter Type populations : List<IndexPopulation> to populations : Collection<IndexPopulation> in method public configure(populations Collection<IndexPopulation>) : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulator.BatchingStoreScan | From | To | |
Change Parameter Type populations : List<MultipleIndexPopulator.IndexPopulation> to populations : Collection<MultipleIndexPopulator.IndexPopulation> in method public configure(populations Collection<MultipleIndexPopulator.IndexPopulation>) : void in class org.neo4j.kernel.impl.api.index.StoreScan | From | To | |
Change Parameter Type populations : List<MultipleIndexPopulator.IndexPopulation> to populations : Collection<MultipleIndexPopulator.IndexPopulation> in method public configure(populations Collection<MultipleIndexPopulator.IndexPopulation>) : void in class org.neo4j.kernel.impl.transaction.state.storeview.LabelScanViewNodeStoreScan | From | To | |
Change Parameter Type populations : List<MultipleIndexPopulator.IndexPopulation> to populations : Collection<MultipleIndexPopulator.IndexPopulation> in method public configure(populations Collection<MultipleIndexPopulator.IndexPopulation>) : void in class org.neo4j.kernel.impl.transaction.state.storeview.StoreViewNodeStoreScan | From | To | |
Rename Variable | 2 | ||
Rename Variable property1 : DefinedProperty to ignored : DefinedProperty in method public shouldConvertMixedLabelRemovalAndAddPropertyToNodePropertyUpdates() : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest | From | To | |
Rename Variable schemaDescriptor : LabelSchemaDescriptor to schema : LabelSchemaDescriptor in method public next() : long in class schema.MultiIndexPopulationConcurrentUpdatesIT.DelegatingPrimitiveLongResourceIterator | From | To | |
Change Variable Type | 3 | ||
Change Variable Type key : long to key : int in method public shouldConvertInlinedAddedProperty() : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverterTest | From | To | |
Change Variable Type descriptorList : List<NewIndexDescriptor> to descriptorList : List<LabelSchemaDescriptor> in method private repopulateAllIndexes() : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl | From | To | |
Change Variable Type populations : List<MultipleIndexPopulator.IndexPopulation> to populations : Collection<MultipleIndexPopulator.IndexPopulation> in method public answer(invocation InvocationOnMock) : StoreScan<IndexPopulationFailedKernelException> in class org.neo4j.kernel.impl.api.index.IndexingServiceTest.DataUpdates | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type populations : List<IndexPopulation> to populations : Map<LabelSchemaDescriptor,IndexPopulation> in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter population : IndexPopulation to schema : LabelSchemaDescriptor in method private propertyKeyIds(schema LabelSchemaDescriptor) : IntStream in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulator | From | To |