d4de72824e46edee692f722b49d14abda13cd6c8
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public applyUpdates(updates IndexUpdates, affectedIndexes Set<IndexDescriptor>, updateMode IndexUpdateMode) : void renamed to public apply(updates IndexUpdates) : void in class org.neo4j.kernel.impl.api.index.IndexingService | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type nodeId : long to propertyCommands : List<PropertyCommand> in method private propertiesFromCommandsForNode(propertyCommands List<PropertyCommand>) : PrimitiveLongObjectMap<PropertyRecord> in class org.neo4j.kernel.impl.transaction.state.OnlineIndexUpdates | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.kernel.impl.transaction.state.LazyIndexUpdates renamed to org.neo4j.kernel.impl.transaction.state.OnlineIndexUpdates | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.neo4j.kernel.impl.transaction.command.IndexTransactionApplier moved and renamed to org.neo4j.kernel.impl.transaction.command.IndexBatchTransactionApplier.SingleTransactionApplier | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute propertyUpdates : Collection<NodePropertyUpdate> to updates : Collection<NodePropertyUpdate> in method private gatherUpdatesFromNodeCommand(nodeCommand NodeCommand, nodeCommands PrimitiveLongObjectMap<NodeCommand>, propertyCommands PrimitiveLongObjectMap<List<PropertyCommand>>, propertyLookup Map<Pair<Long,Integer>,NodePropertyUpdate>) : void in class org.neo4j.kernel.impl.transaction.state.OnlineIndexUpdates | From | To | |
Rename Attribute | 2 | ||
Rename Attribute isBatched : boolean to isRecovery : boolean in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor.LuceneIndexUpdater | From | To | |
Rename Attribute indexingService : IndexingService to mode : TransactionApplicationMode in class org.neo4j.kernel.impl.transaction.command.IndexBatchTransactionApplier.SingleTransactionApplier | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type indexingService : IndexingService to mode : TransactionApplicationMode in class org.neo4j.kernel.impl.transaction.command.IndexBatchTransactionApplier.SingleTransactionApplier | From | To | |
Extract Method | 1 | ||
Extract Method private apply(updates IndexUpdates, updateMode IndexUpdateMode) : void extracted from public applyUpdates(updates IndexUpdates, affectedIndexes Set<IndexDescriptor>, updateMode IndexUpdateMode) : void in class org.neo4j.kernel.impl.api.index.IndexingService | From | To | |
Rename Parameter | 2 | ||
Rename Parameter nodeId : long to propertyCommands : List<PropertyCommand> in method private propertiesFromCommandsForNode(propertyCommands List<PropertyCommand>) : PrimitiveLongObjectMap<PropertyRecord> in class org.neo4j.kernel.impl.transaction.state.OnlineIndexUpdates | From | To | |
Rename Parameter inBatched : boolean to isRecovery : boolean in method private LuceneIndexUpdater(isRecovery boolean) in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor.LuceneIndexUpdater | From | To |