2d1c557458b4cd47751c58783d5a00f5917b16a4
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 1 | ||
Rename Attribute relationshipGroupCursorCache : InstanceCache<RelationshipGroupCursor> to recordCursors : RecordCursors in class org.neo4j.kernel.impl.api.store.StoreStatement | From | To | |
Extract Method | 1 | ||
Extract Method public next(id long, record RECORD, mode RecordLoad) : boolean extracted from public next(id long) : boolean in class org.neo4j.kernel.impl.store.StoreRecordCursor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type relationshipGroupCursorCache : InstanceCache<RelationshipGroupCursor> to recordCursors : RecordCursors in class org.neo4j.kernel.impl.api.store.StoreStatement | From | To | |
Rename Parameter | 2 | ||
Rename Parameter relationshipGroupId : long to groupId : long in method public acquireDenseNodeDegreeCounter(nodeId long, groupId long) : DegreeVisitor.Visitable in class org.neo4j.storageengine.api.StorageStatement | From | To | |
Rename Parameter relationshipGroupId : long to groupId : long in method public acquireDenseNodeDegreeCounter(nodeId long, groupId long) : DegreeVisitor.Visitable in class org.neo4j.kernel.impl.api.store.StoreStatement | From | To |