9d359a9623fc5ff5084bdb29184c88815a10121d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public record() : RECORD renamed to public reusedRecord() : RECORD in class org.neo4j.kernel.impl.store.standard.BaseRecordCursor | From | To | |
Rename Method public record() : RECORD renamed to public reusedRecord() : RECORD in class org.neo4j.kernel.impl.store.format.Store.RecordCursor | From | To | |
Change Return Type | 3 | ||
Change Return Type NodeRecord to void in method public deserialize(cursor PageCursor, offset int, id long, record NodeRecord) : void in class org.neo4j.kernel.impl.store.format.v2_2.NodeStoreFormat_v2_2.NodeRecordFormat | From | To | |
Change Return Type RelationshipGroupRecord to void in method public deserialize(cursor PageCursor, offset int, id long, record RelationshipGroupRecord) : void in class org.neo4j.kernel.impl.store.format.v2_2.RelationshipGroupStoreFormat_v2_2.RelationshipGroupRecordFormat | From | To | |
Change Return Type RelationshipRecord to void in method public deserialize(cursor PageCursor, offset int, id long, record RelationshipRecord) : void in class org.neo4j.kernel.impl.store.format.v2_2.RelationshipStoreFormat_v2_2.RelationshipRecordFormat | From | To | |
Rename Parameter | 2 | ||
Rename Parameter nodeRecord : RelationshipGroupRecord to record : RelationshipGroupRecord in method public id(record RelationshipGroupRecord) : long in class org.neo4j.kernel.impl.store.format.v2_2.RelationshipGroupStoreFormat_v2_2.RelationshipGroupRecordFormat | From | To | |
Rename Parameter nodeRecord : RelationshipRecord to record : RelationshipRecord in method public id(record RelationshipRecord) : long in class org.neo4j.kernel.impl.store.format.v2_2.RelationshipStoreFormat_v2_2.RelationshipRecordFormat | From | To |