c3768b31c59ad5ca46dbe87a7033e66b46828540
Files Diff
- Added: 5
- Removed: 4
- Renamed: 0
- Modified: 27
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private refreshSearcherManager() : void from class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor to public maybeRefreshBlocking() : void from class org.neo4j.kernel.api.impl.index.partition.IndexPartition | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type documentId : int to documentId : long in method public LuceneDocumentRetrievalException(message String, documentId long, cause Throwable) in class org.neo4j.kernel.api.impl.index.LuceneDocumentRetrievalException | From | To | |
| Move Method | 4 | ||
| Move Method private addRecovered(nodeId long, value Object) : void from class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor to private addRecovered(nodeId long, value Object) : void from class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor.LuceneIndexUpdater | From | To | |
| Move Method protected add(nodeId long, value Object) : void from class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor to private add(nodeId long, value Object) : void from class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor.LuceneIndexUpdater | From | To | |
| Move Method protected change(nodeId long, value Object) : void from class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor to private change(nodeId long, value Object) : void from class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor.LuceneIndexUpdater | From | To | |
| Move Method protected remove(nodeId long) : void from class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor to protected remove(nodeId long) : void from class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor.LuceneIndexUpdater | From | To | |
| Rename Variable | 2 | ||
| Rename Variable directories : List<Directory> to indexDirectories : Map<File,Directory> in method public open() : void in class org.neo4j.kernel.api.impl.index.LuceneIndex | From | To | |
| Rename Variable populatorStorage : PartitionedIndexStorage to indexStorage : PartitionedIndexStorage in method public getPopulator(indexId long, descriptor IndexDescriptor, config IndexConfiguration, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProvider | From | To | |
| Change Return Type | 2 | ||
| Change Return Type int to long in method public getDocumentId() : long in class org.neo4j.kernel.api.impl.index.LuceneDocumentRetrievalException | From | To | |
| Change Return Type List<Directory> to Map<File,Directory> in method public openIndexDirectories() : Map<File,Directory> in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage | From | To | |
| Move And Rename Class | 2 | ||
| Move And Rename Class org.neo4j.kernel.api.impl.index.LuceneSnapshotter.LuceneSnapshotIterator moved and renamed to org.neo4j.kernel.api.impl.index.backup.LuceneIndexSnapshotIterator | From | To | |
| Move And Rename Class org.neo4j.kernel.api.impl.index.LuceneIndexSearcherReleaseException moved and renamed to org.neo4j.kernel.api.impl.index.backup.SnapshotReleaseException | From | To | |
| Move Class | 1 | ||
| Move Class org.neo4j.kernel.api.impl.index.LuceneSnapshotterTest moved to org.neo4j.kernel.api.impl.index.backup.LuceneSnapshotterTest | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute snapshotPoint : IndexCommit to snapshot : IndexCommit in class org.neo4j.kernel.api.impl.index.backup.LuceneIndexSnapshotIterator | From | To | |
| Rename Attribute deletionPolicy : SnapshotDeletionPolicy to snapshotDeletionPolicy : SnapshotDeletionPolicy in class org.neo4j.kernel.api.impl.index.backup.LuceneIndexSnapshotIterator | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type directories : List<Directory> to indexDirectories : Map<File,Directory> in method public open() : void in class org.neo4j.kernel.api.impl.index.LuceneIndex | From | To | |
| Change Variable Type snapshotter : LuceneSnapshotter to snapshotter : LuceneIndexSnapshotIterator in method public shouldReturnEmptyIteratorWhenNoCommitsHaveBeenMade() : void in class org.neo4j.kernel.api.impl.index.backup.LuceneSnapshotterTest | From | To | |
| Change Variable Type directories : List<Directory> to directories : Map<File,Directory> in method public openIndexDirectories() : Map<File,Directory> in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type writer : ObsoleteLuceneIndexWriter to writer : IndexWriter in class org.neo4j.kernel.api.impl.index.backup.LuceneSnapshotterTest | From | To | |
| Change Attribute Type documentId : int to documentId : long in class org.neo4j.kernel.api.impl.index.LuceneDocumentRetrievalException | From | To | |
| Change Attribute Type writer : ObsoleteLuceneIndexWriter to writer : LuceneIndexWriter in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter deletionPolicy : SnapshotDeletionPolicy to snapshotDeletionPolicy : SnapshotDeletionPolicy in method package LuceneIndexSnapshotIterator(indexDirectory File, snapshotDeletionPolicy SnapshotDeletionPolicy) in class org.neo4j.kernel.api.impl.index.backup.LuceneIndexSnapshotIterator | From | To |