b14d78b33f335a1a8c19cd5cf34561b04c5622e9
Files Diff
- Added: 3
- Removed: 17
- Renamed: 0
- Modified: 81
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public recordingOfRecoveredNodesShouldThrowIfServiceIsStarted() : void renamed to public applicationOfIndexUpdatesShouldThrowIfServiceIsStopped() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest | From | To | |
Rename Method public validatedUpdatesShouldFlush() : void renamed to public applicationOfUpdatesShouldFlush() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type affectedIndexesConsumer : Consumer<IndexDescriptor> to affectedIndexesConsumer : Set<IndexDescriptor> in method public IndexTransactionApplier(indexingService IndexingService, labelUpdateConsumer Consumer<NodeLabelUpdate>, affectedIndexesConsumer Set<IndexDescriptor>, nodeStore NodeStore, propertyStore PropertyStore, propertyLoader PropertyLoader) in class org.neo4j.kernel.impl.transaction.command.IndexTransactionApplier | From | To | |
Change Parameter Type writer : ReservingLuceneIndexWriter to writer : LuceneIndexWriter in method package LuceneIndexAccessor(documentStructure LuceneDocumentStructure, writer LuceneIndexWriter, searcherManager LuceneReferenceManager<IndexSearcher>, dir Directory, dirFile File, bufferSizeLimit int) in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor | From | To | |
Change Parameter Type indexWriterFactory : IndexWriterFactory<ReservingLuceneIndexWriter> to indexWriterFactory : IndexWriterFactory<LuceneIndexWriter> in method public UniqueLuceneIndexAccessor(documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<LuceneIndexWriter>, dirFactory DirectoryFactory, dirFile File) in class org.neo4j.kernel.api.impl.index.UniqueLuceneIndexAccessor | From | To | |
Change Parameter Type indexWriterFactory : IndexWriterFactory<ReservingLuceneIndexWriter> to indexWriterFactory : IndexWriterFactory<LuceneIndexWriter> in method package LuceneIndexAccessor(documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<LuceneIndexWriter>, dirFactory DirectoryFactory, dirFile File, bufferSizeLimit int) in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor | From | To | |
Change Parameter Type indexWriterFactory : IndexWriterFactory<ReservingLuceneIndexWriter> to indexWriterFactory : IndexWriterFactory<LuceneIndexWriter> in method package NonUniqueLuceneIndexAccessor(documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<LuceneIndexWriter>, dirFactory DirectoryFactory, dirFile File, bufferSizeLimit int) in class org.neo4j.kernel.api.impl.index.NonUniqueLuceneIndexAccessor | From | To | |
Rename Variable | 1 | ||
Rename Variable recoveredUpdates : List<NodePropertyUpdate> to updates : IndexUpdates in method private applyRecoveredUpdates() : void in class org.neo4j.kernel.impl.api.index.IndexingService | From | To | |
Change Return Type | 1 | ||
Change Return Type List<NodePropertyUpdate> to IndexUpdates in method private readRecoveredUpdatesFromStore() : IndexUpdates in class org.neo4j.kernel.impl.api.index.IndexingService | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.kernel.impl.transaction.command.NeoTransactionStoreApplierTest renamed to org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute indexUpdates : ValidatedIndexUpdates to nodeStore : NodeStore in class org.neo4j.kernel.impl.transaction.command.IndexTransactionApplier | From | To | |
Change Variable Type | 1 | ||
Change Variable Type recoveredUpdates : List<NodePropertyUpdate> to updates : IndexUpdates in method private applyRecoveredUpdates() : void in class org.neo4j.kernel.impl.api.index.IndexingService | From | To | |
Extract Method | 3 | ||
Extract Method private newIndexTransactionApplier() : IndexBatchTransactionApplier extracted from public shouldUpdateLabelStoreScanOnNodeCommands() : void in class org.neo4j.kernel.impl.transaction.command.NeoTransactionIndexApplierTest | From | To | |
Extract Method private newIndexTransactionApplier() : IndexBatchTransactionApplier extracted from public shouldDropIndexGivenDropSchemaRuleCommand() : void in class org.neo4j.kernel.impl.transaction.command.NeoTransactionIndexApplierTest | From | To | |
Extract Method private newIndexTransactionApplier() : IndexBatchTransactionApplier extracted from public shouldCreateIndexGivenCreateSchemaRuleCommand() : void in class org.neo4j.kernel.impl.transaction.command.NeoTransactionIndexApplierTest | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type writer : ReservingLuceneIndexWriter to writer : LuceneIndexWriter in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor | From | To | |
Change Attribute Type indexUpdates : ValidatedIndexUpdates to nodeStore : NodeStore in class org.neo4j.kernel.impl.transaction.command.IndexTransactionApplier | From | To | |
Change Attribute Type writer : ReservingLuceneIndexWriter to writer : LuceneIndexWriter in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessorSearcherManagerRefreshTest | From | To | |
Change Attribute Type affectedIndexesConsumer : Consumer<IndexDescriptor> to affectedIndexesConsumer : Set<IndexDescriptor> in class org.neo4j.kernel.impl.transaction.command.IndexTransactionApplier | From | To |