b384053607123ec3a70e13fb50def5da5a50ef64
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type allConflictingKeys : List<KEY> to allConflictingKeys : IndexKeyStorage.KeyEntryCursor<KEY> in method private verifyUniqueKeys(allConflictingKeys IndexKeyStorage.KeyEntryCursor<KEY>) : void in class org.neo4j.kernel.impl.index.schema.BlockBasedIndexPopulator | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<KEY> to IndexKeyStorage.KeyEntryCursor<KEY> in method package allConflicts() : IndexKeyStorage.KeyEntryCursor<KEY> in class org.neo4j.kernel.impl.index.schema.BlockBasedIndexPopulator.RecordingConflictDetector | From | To | |
| Extract Variable | 1 | ||
| Extract Variable externalUpdatesFile : File in method public create() : void from class org.neo4j.kernel.impl.index.schema.BlockBasedIndexPopulator | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type allConflictingKeys : MutableList<KEY> to allConflictingKeys : IndexKeyStorage<KEY> in class org.neo4j.kernel.impl.index.schema.BlockBasedIndexPopulator.RecordingConflictDetector | From | To |