8c6f91fb24946bcfa2873906042135cd6b8fb761
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private createPersonNameIndex() : IndexDescriptor renamed to private createIndex(labelName String, propertyKeyName String) : IndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest | From | To | |
Rename Method private createPersonNode(statement Statement, value Object) : long renamed to private createNode(statement Statement, labelName String, propertyKeyName String, value Object) : long in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest | From | To | |
Inline Method | 2 | ||
Inline Method private notifyPopulationCompleted(updatesTracker UpdatesTracker) : void inlined to private internalExecuteCreationsDeletionsAndUpdates(nodes long[], index IndexDescriptor, numberOfCreations int, allowDeletions boolean, allowUpdates boolean) : UpdatesTracker in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest | From | To |