2ba503a0821ea38a12e8c93bab574c69a5b375f5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method package group(record RelationshipGroupRecord, reference long) : void from class org.neo4j.kernel.impl.newapi.Read to package filtered(nodeReference long, reference long) : void from class org.neo4j.kernel.impl.newapi.RelationshipTraversalCursor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type record : RelationshipGroupRecord to nodeReference : long in method package filtered(nodeReference long, reference long) : void in class org.neo4j.kernel.impl.newapi.RelationshipTraversalCursor | From | To | |
Change Return Type | 1 | ||
Change Return Type RecordStore<RelationshipGroupRecord> to RelationshipGroupStore in method public getRelationshipGroupStore() : RelationshipGroupStore in class org.neo4j.kernel.impl.store.NeoStores | From | To | |
Rename Attribute | 1 | ||
Rename Attribute stores : NeoStores to propertyStore : PropertyStore in class org.neo4j.kernel.impl.newapi.Read | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type relationshipGroupStore : RecordStore<RelationshipGroupRecord> to relationshipGroupStore : RelationshipGroupStore in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest | From | To | |
Change Attribute Type stores : NeoStores to propertyStore : PropertyStore in class org.neo4j.kernel.impl.newapi.Read | From | To | |
Extract Method | 3 | ||
Extract Method private reset() : void extracted from public close() : void in class org.neo4j.kernel.impl.newapi.RelationshipTraversalCursor | From | To | |
Extract Method private reset() : void extracted from public close() : void in class org.neo4j.kernel.impl.newapi.NodeCursor | From | To | |
Extract Method private reset() : void extracted from public close() : void in class org.neo4j.kernel.impl.newapi.RelationshipScanCursor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter record : RelationshipGroupRecord to nodeReference : long in method package filtered(nodeReference long, reference long) : void in class org.neo4j.kernel.impl.newapi.RelationshipTraversalCursor | From | To |