0dd7d6bd6614982eaddc95ee1f8a4a96a42847d4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Attribute | 2 | ||
Pull Up Attribute public QUEUE_THRESHOLD_NAME : String from class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulator to public QUEUE_THRESHOLD_NAME : String from class org.neo4j.kernel.impl.api.index.MultipleIndexPopulator | From | To | |
Pull Up Attribute private QUEUE_THRESHOLD : int from class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulator to private QUEUE_THRESHOLD : int from class org.neo4j.kernel.impl.api.index.MultipleIndexPopulator | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package populateFromQueueBatched(currentlyIndexedNodeId long) : void extracted from public visit(updates NodePropertyUpdates) : boolean in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulator.NodePopulationVisitor & moved to class org.neo4j.kernel.impl.api.index.MultipleIndexPopulator | From | To |