cfda4f0089f0cf6e8af6acf54aa3a8367ddd5524
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private findLastNodesByLabelAndProperties(db GraphDatabaseService, totalNodes long) : void renamed to private findLastTrackedNodesByLabelAndProperties(db GraphDatabaseService, populationResult PopulationResult) : void in class org.neo4j.index.population.LucenePartitionedIndexStressTesting | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type totalNodes : long to populationResult : PopulationResult in method private findLastTrackedNodesByLabelAndProperties(db GraphDatabaseService, populationResult PopulationResult) : void in class org.neo4j.index.population.LucenePartitionedIndexStressTesting | From | To | |
| Move Method | 1 | ||
| Move Method private insertBatchNodes(db GraphDatabaseService, stringValueSupplier Supplier<String>, longSupplier LongSupplier) : int from class org.neo4j.index.population.LucenePartitionedIndexStressTesting to private insertBatchNodes(db GraphDatabaseService, stringValueSupplier Supplier<String>, longSupplier LongSupplier) : int from class org.neo4j.index.population.LucenePartitionedIndexStressTesting.Populator | From | To | |
| Rename Variable | 3 | ||
| Rename Variable insertedNodes : long to maxPropertyId : long in method private populateDb(db GraphDatabaseService) : PopulationResult in class org.neo4j.index.population.LucenePartitionedIndexStressTesting | From | To | |
| Rename Variable insertedNodes : long to populationResult : PopulationResult in method private populateDatabase() : PopulationResult in class org.neo4j.index.population.LucenePartitionedIndexStressTesting | From | To | |
| Rename Variable longSupplier : SequentialLongSupplier to nodesCounter : AtomicLong in method private populateDb(db GraphDatabaseService) : PopulationResult in class org.neo4j.index.population.LucenePartitionedIndexStressTesting | From | To | |
| Change Return Type | 2 | ||
| Change Return Type long to PopulationResult in method private populateDatabase() : PopulationResult in class org.neo4j.index.population.LucenePartitionedIndexStressTesting | From | To | |
| Change Return Type long to PopulationResult in method private populateDb(db GraphDatabaseService) : PopulationResult in class org.neo4j.index.population.LucenePartitionedIndexStressTesting | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type longSupplier : SequentialLongSupplier to nodesCounter : AtomicLong in method private populateDb(db GraphDatabaseService) : PopulationResult in class org.neo4j.index.population.LucenePartitionedIndexStressTesting | From | To | |
| Change Variable Type insertedNodes : long to populationResult : PopulationResult in method private populateDatabase() : PopulationResult in class org.neo4j.index.population.LucenePartitionedIndexStressTesting | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter totalNodes : long to populationResult : PopulationResult in method private findLastTrackedNodesByLabelAndProperties(db GraphDatabaseService, populationResult PopulationResult) : void in class org.neo4j.index.population.LucenePartitionedIndexStressTesting | From | To |