55792128a3c4eab108294d856e40a1b40f5be7fb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [nodeStore : NodeStore, relationshipStore : RelationshipStore, recordCursors : RecordCursors] to neoStores : NeoStores in class org.neo4j.kernel.impl.api.store.StoreStatement | 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 | |
Change Variable Type | 1 | ||
Change Variable Type relationshipGroupStore : RecordStore<RelationshipGroupRecord> to relationshipGroupStore : RelationshipGroupStore in method package BatchRelationshipIterable(neoStores NeoStores, nodeId long) in class org.neo4j.unsafe.batchinsert.internal.BatchRelationshipIterable | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type relationshipGroupStore : RecordStore<RelationshipGroupRecord> to relationshipGroupStore : RelationshipGroupStore in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest | From | To |