6d305b0e62a2a95b30ce6b0906d31f437a35d89c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Subclass | 1 | ||
| Extract Subclass org.neo4j.kernel.impl.index.schema.GenericBlockBasedIndexPopulator from class org.neo4j.kernel.impl.index.schema.BlockBasedIndexPopulator | From | To | |
| Rename Variable | 1 | ||
| Rename Variable maybeBlock : BlockEntryReader<KEY,VALUE> to singleMergedBlock : BlockEntryReader<KEY,VALUE> in method private writeScanUpdatesToTree() : void in class org.neo4j.kernel.impl.index.schema.BlockBasedIndexPopulator | From | To | |
| Push Down Attribute | 2 | ||
| Push Down Attribute private configuration : SpaceFillingCurveConfiguration from class org.neo4j.kernel.impl.index.schema.BlockBasedIndexPopulator to private configuration : SpaceFillingCurveConfiguration from class org.neo4j.kernel.impl.index.schema.GenericBlockBasedIndexPopulator | From | To | |
| Push Down Attribute private spatialSettings : IndexSpecificSpaceFillingCurveSettingsCache from class org.neo4j.kernel.impl.index.schema.BlockBasedIndexPopulator to private spatialSettings : IndexSpecificSpaceFillingCurveSettingsCache from class org.neo4j.kernel.impl.index.schema.GenericBlockBasedIndexPopulator | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type reader : BlockReader<KEY,VALUE> to reader : BlockEntryCursor<KEY,VALUE> in method private writeScanUpdatesToTree() : void in class org.neo4j.kernel.impl.index.schema.BlockBasedIndexPopulator | From | To | |
| Extract Variable | 1 | ||
| Extract Variable finalBatch : Collection<IndexEntryUpdate<?>> in method package flip(verifyBeforeFlipping boolean) : void from class org.neo4j.kernel.impl.api.index.MultipleIndexPopulator.IndexPopulation | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type scanUpdates : BlockStorage<KEY,VALUE> to scanUpdates : ThreadLocal<BlockStorage<KEY,VALUE>> in class org.neo4j.kernel.impl.index.schema.BlockBasedIndexPopulator | From | To |