a4d6e7d7b7cc1d4f24c2f2511c0fe213f6d519bb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method protected fetchNextOrNull() : File from class org.neo4j.kernel.api.impl.index.LuceneSnapshotter.LuceneSnapshotIterator to protected fetchNextOrNull() : File from class org.neo4j.kernel.api.impl.index.LuceneSnapshotter.ReadOnlyIndexSnapshotIterator | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private fileNames : Iterator<String> from class org.neo4j.kernel.api.impl.index.LuceneSnapshotter.LuceneSnapshotIterator to private fileNames : Iterator<String> from class org.neo4j.kernel.api.impl.index.LuceneSnapshotter.ReadOnlyIndexSnapshotIterator | From | To | |
Pull Up Attribute private indexDirectory : File from class org.neo4j.kernel.api.impl.index.LuceneSnapshotter.LuceneSnapshotIterator to private indexDirectory : File from class org.neo4j.kernel.api.impl.index.LuceneSnapshotter.ReadOnlyIndexSnapshotIterator | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.neo4j.kernel.api.impl.index.LuceneSnapshotter.ReadOnlyIndexSnapshotIterator from classes [org.neo4j.kernel.api.impl.index.LuceneSnapshotter.LuceneSnapshotIterator] | From | To | |
Extract Variable | 2 | ||
Extract Variable config : Config in method public newInstance(context KernelContext, dependencies Dependencies) : LabelScanStoreProvider from class org.neo4j.kernel.api.impl.index.LuceneLabelScanStoreExtension | From | To | |
Extract Variable labelScanStore : LabelScanStore in method private createScannableStores(storeDir File, tuningConfiguration Config) : DirectStoreAccess from class org.neo4j.perftest.enterprise.ccheck.ConsistencyPerformanceCheck | From | To | |
Extract Method | 1 | ||
Extract Method private startLabelScanStore(existingData List<NodeLabelUpdate>, configParams Map<String,String>) : void extracted from private start(existingData List<NodeLabelUpdate>) : void in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStoreTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter snapshotPoint : IndexCommit to indexCommit : IndexCommit in method package LuceneSnapshotIterator(indexDirectory File, indexCommit IndexCommit, deletionPolicy SnapshotDeletionPolicy) in class org.neo4j.kernel.api.impl.index.LuceneSnapshotter.LuceneSnapshotIterator | From | To |