03c742bb59805fbb79d39b22df73eff7efb1d2e2
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 47
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private newAllEntriesReader() : AllEntriesLabelScanReader renamed to public allNodeLabelRanges() : AllEntriesLabelScanReader in class org.neo4j.kernel.impl.api.scan.InMemoryLabelScanStore | From | To | |
| Pull Up Method | 2 | ||
| Pull Up Method private hasSinglePartition(partitions List<IndexPartition>) : boolean from class org.neo4j.kernel.api.impl.index.LuceneSchemaIndex to protected hasSinglePartition(partitions List<IndexPartition>) : boolean from class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex | From | To | |
| Pull Up Method private hasSinglePartition(partitions List<IndexPartition>) : boolean from class org.neo4j.kernel.api.impl.index.LuceneLabelScanIndex to protected hasSinglePartition(partitions List<IndexPartition>) : boolean from class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex | From | To | |
| Move Method | 1 | ||
| Move Method public allNodeLabelRanges() : AllEntriesLabelScanReader from class org.neo4j.kernel.api.impl.index.SimpleLuceneLabelScanStoreReader to public allNodeLabelRanges() : AllEntriesLabelScanReader from class org.neo4j.kernel.api.impl.index.LuceneLabelScanIndex | From | To | |
| Move Class | 3 | ||
| Move Class org.neo4j.kernel.api.direct.AllEntriesLabelScanReader moved to org.neo4j.kernel.api.labelscan.AllEntriesLabelScanReader | From | To | |
| Move Class org.neo4j.kernel.api.direct.BoundedIterable moved to org.neo4j.helpers.collection.BoundedIterable | From | To | |
| Move Class org.neo4j.kernel.api.direct.NodeLabelRange moved to org.neo4j.kernel.api.labelscan.NodeLabelRange | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute storageStrategy : LabelScanStorageStrategy to strategy : LabelScanStorageStrategy in class org.neo4j.kernel.api.impl.index.SimpleLuceneLabelScanStoreReader | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter storageStrategy : LabelScanStorageStrategy to strategy : LabelScanStorageStrategy in method public SimpleLuceneLabelScanStoreReader(partitionSearcher PartitionSearcher, strategy LabelScanStorageStrategy) in class org.neo4j.kernel.api.impl.index.SimpleLuceneLabelScanStoreReader | From | To |