c5d3a89d5dbc2c3742c46373575d0e905d8c0537
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public shouldCreateEqualNodePropertyUpdatesOnRecoveryOfCreatedNode() : void renamed to public shouldCreateEqualEntityPropertyUpdatesOnRecoveryOfCreatedEntities() : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionRecordStateTest | From | To | |
| Rename Method public containsAnyNodeOrPropertyUpdate() : boolean renamed to public containsAnyEntityOrPropertyUpdate() : boolean in class org.neo4j.kernel.impl.api.index.PropertyCommandsExtractor | From | To | |
| Rename Variable | 1 | ||
| Rename Variable ruleId : long to relId : long in method public shouldCreateEqualEntityPropertyUpdatesOnRecoveryOfCreatedEntities() : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionRecordStateTest | From | To | |
| Rename Class | 1 | ||
| Rename Class org.neo4j.kernel.impl.api.index.NodePropertyCommandsExtractor renamed to org.neo4j.kernel.impl.api.index.PropertyCommandsExtractor | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type extractor : NodePropertyCommandsExtractor to extractor : PropertyCommandsExtractor in method private indexUpdatesOf(neoStores NeoStores, transaction TransactionRepresentation) : Iterable<EntityUpdates> in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionRecordStateTest | From | To | |
| Change Variable Type extractor : NodePropertyCommandsExtractor to extractor : PropertyCommandsExtractor in method public shouldCreateEqualEntityPropertyUpdatesOnRecoveryOfCreatedEntities() : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionRecordStateTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private createOrAddToGroup(command PropertyCommand, entityId long, propertyCommandsByEntityIds MutableLongObjectMap<List<PropertyCommand>>) : void extracted from public visitPropertyCommand(command PropertyCommand) : boolean in class org.neo4j.kernel.impl.api.index.PropertyCommandsExtractor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type indexUpdatesExtractor : NodePropertyCommandsExtractor to indexUpdatesExtractor : PropertyCommandsExtractor in class org.neo4j.kernel.impl.transaction.command.IndexBatchTransactionApplier.SingleTransactionApplier | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter expectedNodeId : long to expectedEntityId : long in method private equalCheck(entityId long, expectedEntityId long) : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverter | From | To | |
| Rename Parameter nodeId : long to entityId : long in method private mapBlocks(entityId long, changes Iterable<PropertyRecordChange>, beforeMap MutableIntObjectMap<PropertyBlock>, afterMap MutableIntObjectMap<PropertyBlock>) : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverter | From | To | |
| Rename Parameter nodeId : long to entityId : long in method private equalCheck(entityId long, expectedEntityId long) : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverter | From | To | |
| Rename Parameter nodeId : long to entityId : long in method public convertPropertyRecord(entityId long, changes Iterable<PropertyRecordChange>, properties EntityUpdates.Builder) : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverter | From | To |