6d2e80978a7c1ee61e6efa6e5f46451f8ff1b3ec
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 1 | ||
| Parameterize Variable type : int to recordId : long in method private decodeAbsoluteOrRelative(cursor PageCursor, headerByte long, adapter DataAdapter<PageCursor>, firstInStartBit int, recordId long) : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute HAS_END_NEXT_BIT : int to HAS_SECOND_CHAIN_NEXT_BIT : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
| Rename Attribute HAS_START_NEXT_BIT : int to HAS_FIRST_CHAIN_NEXT_BIT : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
| Rename Attribute FIRST_IN_START_BIT : int to FIRST_IN_FIRST_CHAIN_BIT : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
| Rename Attribute FIRST_IN_END_BIT : int to FIRST_IN_SECOND_CHAIN_BIT : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type type : int to recordId : long in method private decodeAbsoluteOrRelative(cursor PageCursor, headerByte long, adapter DataAdapter<PageCursor>, firstInStartBit int, recordId long) : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
| Extract Method | 6 | ||
| Extract Method private getSecondPrevReference(record RelationshipRecord, recordId long) : long extracted from protected requiredDataLength(record RelationshipRecord) : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
| Extract Method private decodeAbsoluteOrRelative(cursor PageCursor, headerByte long, adapter DataAdapter<PageCursor>, firstInStartBit int, recordId long) : long extracted from protected doReadInternal(record RelationshipRecord, cursor PageCursor, recordSize int, headerByte long, inUse boolean, adapter DataAdapter<PageCursor>) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
| Extract Method private getFirstPrevReference(record RelationshipRecord, recordId long) : long extracted from protected requiredDataLength(record RelationshipRecord) : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
| Extract Method private getSecondPrevReference(record RelationshipRecord, recordId long) : long extracted from protected doWriteInternal(record RelationshipRecord, cursor PageCursor, adapter DataAdapter<PageCursor>) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
| Extract Method private getFirstPrevReference(record RelationshipRecord, recordId long) : long extracted from protected doWriteInternal(record RelationshipRecord, cursor PageCursor, adapter DataAdapter<PageCursor>) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
| Extract Method private checkRecord(format RelationshipRecordFormat, recordSize int, cursor StubPageCursor, recordId long, recordOffset int, record RelationshipRecord) : void extracted from public writeAndReadRecordWithRelativeReferences() : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormatTest | From | To |