d04c28c2ff3f07a4f1232af11f4dc9f643912c22
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private createPersonNameIndex() : IndexReference renamed to private createIndex(labelName String, propertyKeyName String) : IndexReference in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest | From | To | |
| Rename Method private createPersonNode(ktx KernelTransaction, value Object) : long renamed to private createNode(ktx KernelTransaction, labelName String, propertyKeyName String, value Object) : long in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type newValue : Object to propertyKeyName : String in method private changeName(nodeId long, propertyKeyName String, newValue Object) : boolean in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest | From | To | |
| Inline Method | 1 | ||
| Inline Method private notifyPopulationCompleted(updatesTracker UpdatesTracker) : void inlined to private internalExecuteCreationsDeletionsAndUpdates(nodes long[], index IndexReference, numberOfCreations int, allowDeletions boolean, allowUpdates boolean) : UpdatesTracker in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter newValue : Object to propertyKeyName : String in method private changeName(nodeId long, propertyKeyName String, newValue Object) : boolean in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest | From | To |