ff3cdcdf2a6beb879b6ef8728f21428faa9e2f58
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Attribute | 1 | ||
Replace Attribute private FIXED_REFERENCES_BIT : int from class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormat with package HEADER_BIT_FIXED_REFERENCE : int from class org.neo4j.kernel.impl.store.format.highlimit.BaseHighLimitRecordFormat | From | To | |
Rename Method | 1 | ||
Rename Method public shouldMarkBothUnitsAsUnusedhenDeletingRecordWhichHasSecondaryUnit() : void renamed to public shouldMarkBothUnitsAsUnusedWhenDeletingRecordWhichHasSecondaryUnit() : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormatTest | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.neo4j.kernel.impl.store.format.highlimit.NodeRecordFormatTest.TestIdSequence moved and renamed to org.neo4j.kernel.impl.store.format.highlimit.ConstantIdSequence | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute cursor : StubPageCursor to pageCursor : StubPageCursor in method public writeAndReadRecordWithRelativeReferences() : void in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormatTest | From | To | |
Replace Variable With Attribute format : PropertyRecordFormat to recordFormat : PropertyRecordFormat in method public writeAndReadRecordWithRelativeReferences() : void in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormatTest | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable record : PropertyRecord to recordA : PropertyRecord in method private verifyDifferentReferences(recordA PropertyRecord, recordB PropertyRecord) : void in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormatTest | From | To | |
Parameterize Variable recordWithOtherId : PropertyRecord to recordB : PropertyRecord in method private verifyDifferentReferences(recordA PropertyRecord, recordB PropertyRecord) : void in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormatTest | From | To | |
Rename Attribute | 15 | ||
Rename Attribute FIXED_REFERENCE_BIT_MASK : long to HIGH_DWORD_LAST_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Rename Attribute UNSIGNED_SHORT_MASK : long to HIGH_DWORD_LOWER_WORD_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormat | From | To | |
Rename Attribute NEXT_PROP_BIT_MASK : long to NEXT_PROP_BIT : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Rename Attribute FIRST_NODE_BIT_MASK : long to FIRST_NODE_BIT : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Rename Attribute FIXED_REFERENCE_BIT_MASK : long to HIGH_DWORD_LAST_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Attribute FIRST_PREV_REL_BIT_MASK : long to FIRST_PREV_REL_BIT : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Rename Attribute SECOND_NEXT_REL_BIT_MASK : long to SECOND_NEXT_REL_BIT : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Rename Attribute NEXT_RECORD_BIT_MASK : int to NEXT_RECORD_BIT : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Attribute FIRST_LOOP_BIT_MASK : int to FIRST_LOOP_BIT : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Attribute FIRST_OUT_BIT_MASK : int to FIRST_OUT_BIT : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Attribute SECOND_NODE_BIT_MASK : long to SECOND_NODE_BIT : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Rename Attribute FIRST_IN_BIT_MASK : int to FIRST_IN_BIT : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Attribute FIRST_NEXT_REL_BIT_MASK : long to FIRST_NEXT_REL_BIT : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Rename Attribute SECOND_RREV_REL_BIT_MASK : long to SECOND_RREV_REL_BIT : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Rename Attribute OWNING_NODE_BIT_MASK : int to OWNING_NODE_BIT : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Extract Variable | 1 | ||
Extract Variable useFixedReferences : boolean in method public read(record PropertyRecord, cursor PageCursor, mode RecordLoad, recordSize int) : void from class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormat | From | To | |
Extract Method | 2 | ||
Extract Method private verifyDifferentReferences(recordA PropertyRecord, recordB PropertyRecord) : void extracted from public writeAndReadRecordWithRelativeReferences() : void in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormatTest | From | To | |
Extract Method private verifySameReferences(record RelationshipRecord, recordFromStore RelationshipRecord) : void extracted from private checkRecord(format RelationshipRecordFormat, recordSize int, cursor StubPageCursor, recordId long, recordOffset int, record RelationshipRecord) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormatTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type idSequence : TestIdSequence to idSequence : ConstantIdSequence in class org.neo4j.kernel.impl.store.format.highlimit.NodeRecordFormatTest | From | To |