621625ac83370959ffe25719c7d7ebf862e12345
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method private nodeDegreeByDirection(group RelationshipGroupRecord, direction Direction, relationship RelationshipRecord) : long from class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor to public nodeDegreeByDirection(direction Direction, nodeRecord NodeRecord, relationshipRecord RelationshipRecord, groupRecord RelationshipGroupRecord, cursors RecordCursors) : long from class org.neo4j.kernel.impl.api.store.DegreeCounter | From | To | |
Pull Up Method private countByFirstPrevPointer(relationshipId long, record RelationshipRecord) : long from class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor to public countByFirstPrevPointer(relationshipId long, cursor RecordCursor<RelationshipRecord>, nodeRecord NodeRecord, relationshipRecord RelationshipRecord) : long from class org.neo4j.kernel.impl.api.store.DegreeCounter | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor.DegreeItemIterator moved and renamed to org.neo4j.kernel.impl.api.store.DegreeItemCursor | From | To | |
Move Class | 1 | ||
Move Class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor.DegreeItemDenseCursor moved to org.neo4j.kernel.impl.api.store.DegreeItemDenseCursor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute group : RelationshipGroupRecord to relationshipGroupRecord : RelationshipGroupRecord in class org.neo4j.kernel.impl.api.store.DegreeItemDenseCursor | From | To | |
Extract Method | 1 | ||
Extract Method private buildDegreeMap() : PrimitiveIntObjectMap<int[]> extracted from public degrees() : Cursor<DegreeItem> in class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cursors : RecordCursors to cursors : NodeExploringCursors in class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor | From | To | |
Rename Parameter | 4 | ||
Rename Parameter relationship : RelationshipRecord to relationshipRecord : RelationshipRecord in method public nodeDegreeByDirection(direction Direction, nodeRecord NodeRecord, relationshipRecord RelationshipRecord, groupRecord RelationshipGroupRecord, cursors RecordCursors) : long in class org.neo4j.kernel.impl.api.store.DegreeCounter | From | To | |
Rename Parameter group : RelationshipGroupRecord to groupRecord : RelationshipGroupRecord in method public nodeDegreeByDirection(direction Direction, nodeRecord NodeRecord, relationshipRecord RelationshipRecord, groupRecord RelationshipGroupRecord, cursors RecordCursors) : long in class org.neo4j.kernel.impl.api.store.DegreeCounter | From | To | |
Rename Parameter record : RelationshipRecord to relationshipRecord : RelationshipRecord in method public countByFirstPrevPointer(relationshipId long, cursor RecordCursor<RelationshipRecord>, nodeRecord NodeRecord, relationshipRecord RelationshipRecord) : long in class org.neo4j.kernel.impl.api.store.DegreeCounter | From | To | |
Rename Parameter cursors : RecordCursors to recordCursors : RecordCursors in method package StoreSingleNodeCursor(nodeRecord NodeRecord, neoStores NeoStores, instanceCache Consumer<StoreSingleNodeCursor>, recordCursors RecordCursors, lockService LockService) in class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor | From | To |