10936c5a6d2d3341c4f122ac9a0146f792ede48c
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private invalidateNode(nodeId long, direction DirectionWrapper, type int, relIdDeleted long, nextRelId long) : void renamed to public patchDeletedRelationshipNodes(nodeId long, holes RelationshipHoles) : void in class org.neo4j.kernel.impl.api.store.PersistenceCache | From | To | |
Merge Variable | 1 | ||
Merge Variable [firstNode : long, secondNode : long] to relRecord : RelationshipRecord in method public followRelationshipChain(nodeId long, relRecord RelationshipRecord) : long in class org.neo4j.kernel.impl.transaction.state.RelationshipChainLoader | From | To | |
Extract Method | 1 | ||
Extract Method public followRelationshipChain(nodeId long, relRecord RelationshipRecord) : long extracted from public getMoreRelationships(nodeId long, originalPosition RelationshipLoadingPosition, direction DirectionWrapper, types int[]) : Pair<Map<DirectionWrapper,Iterable<RelationshipRecord>>,RelationshipLoadingPosition> in class org.neo4j.kernel.impl.transaction.state.RelationshipChainLoader | From | To | |
Rename Parameter | 2 | ||
Rename Parameter relId : long to nodeId : long in method public patchDeletedRelationshipNodes(nodeId long, holes RelationshipHoles) : void in class org.neo4j.kernel.impl.core.CacheAccessBackDoor | From | To | |
Rename Parameter relId : long to nodeId : long in method public patchDeletedRelationshipNodes(nodeId long, holes RelationshipHoles) : void in class org.neo4j.kernel.impl.cache.BridgingCacheAccess | From | To |