46366282d3cb3cd3dc4249d28fe14e9b2940360d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type writer : IndexWriter<LabelScanKey,LabelScanValue> to writer : Writer<LabelScanKey,LabelScanValue> in method package initialize(writer Writer<LabelScanKey,LabelScanValue>) : NativeLabelScanWriter in class org.neo4j.kernel.impl.index.labelscan.NativeLabelScanWriter | From | To | |
Change Parameter Type index : Index<LabelScanKey,LabelScanValue> to index : GBPTree<LabelScanKey,LabelScanValue> in method package NativeLabelScanReader(index GBPTree<LabelScanKey,LabelScanValue>) in class org.neo4j.kernel.impl.index.labelscan.NativeLabelScanReader | From | To | |
Change Variable Type | 1 | ||
Change Variable Type index : Index<LabelScanKey,LabelScanValue> to index : GBPTree<LabelScanKey,LabelScanValue> in method public shouldFindMultipleNodesInEachRange() : void in class org.neo4j.kernel.impl.index.labelscan.NativeLabelScanReaderTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type index : Index<LabelScanKey,LabelScanValue> to index : GBPTree<LabelScanKey,LabelScanValue> in class org.neo4j.kernel.impl.index.labelscan.NativeLabelScanReader | From | To | |
Change Attribute Type writer : IndexWriter<LabelScanKey,LabelScanValue> to writer : Writer<LabelScanKey,LabelScanValue> in class org.neo4j.kernel.impl.index.labelscan.NativeLabelScanWriter | From | To |