5a6e977a8d15ea9da24f81565c39166c25cbee39
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 11 | ||
Rename Variable nextInMod : long to firstInMod : long in method private readFixedReferencesMethod(record RelationshipGroupRecord, cursor PageCursor, inUse boolean) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Variable nextOutMod : long to firstOutMod : long in method private readFixedReferencesMethod(record RelationshipGroupRecord, cursor PageCursor, inUse boolean) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Variable nextLoopMod : long to firstLoopMod : long in method private readFixedReferencesMethod(record RelationshipGroupRecord, cursor PageCursor, inUse boolean) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Variable nextInLowBits : long to firstInLowBits : long in method private readFixedReferencesMethod(record RelationshipGroupRecord, cursor PageCursor, inUse boolean) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Variable nextInMod : long to firstInMod : long in method private writeFixedReferencesRecord(record RelationshipGroupRecord, cursor PageCursor) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Variable nextOutLowBits : long to firstOutLowBits : long in method private readFixedReferencesMethod(record RelationshipGroupRecord, cursor PageCursor, inUse boolean) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Variable nextLoopLowBits : long to firstLoopLowBits : long in method private readFixedReferencesMethod(record RelationshipGroupRecord, cursor PageCursor, inUse boolean) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Variable owningNode : long to owningNodeLowBits : long in method private readFixedReferencesMethod(record RelationshipGroupRecord, cursor PageCursor, inUse boolean) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Variable nextLoopMod : long to firstLoopMod : long in method private writeFixedReferencesRecord(record RelationshipGroupRecord, cursor PageCursor) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Variable nextOutMod : long to firstOutMod : long in method private writeFixedReferencesRecord(record RelationshipGroupRecord, cursor PageCursor) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Rename Variable ownerMod : long to owningNodeMod : long in method private writeFixedReferencesRecord(record RelationshipGroupRecord, cursor PageCursor) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Extract Attribute | 24 | ||
Extract Attribute private FIRST_NODE_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Extract Attribute private OWNING_NODE_BIT_MASK : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Extract Attribute private FIXED_REFERENCE_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Extract Attribute private ONE_BIT_OVERFLOW_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.NodeRecordFormat | From | To | |
Extract Attribute private FIRST_OUT_BIT_MASK : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Extract Attribute private ONE_BIT_OVERFLOW_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Extract Attribute private FIRST_NEXT_REL_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Extract Attribute private FIRST_LOOP_BIT_MASK : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Extract Attribute private RELATIONSHIP_HIGHER_BITS_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.NodeRecordFormat | From | To | |
Extract Attribute private ONE_BIT_OVERFLOW_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Extract Attribute private THREE_BITS_OVERFLOW_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Extract Attribute private PROPERTY_HIGHER_BITS_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.NodeRecordFormat | From | To | |
Extract Attribute private FIRST_IN_BIT_MASK : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Extract Attribute private ONE_BIT_OVERFLOW_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormat | From | To | |
Extract Attribute private SECOND_NODE_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Extract Attribute private SECOND_RREV_REL_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Extract Attribute private NEXT_RECORD_BIT_MASK : int in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Extract Attribute private NEXT_PROP_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Extract Attribute private UNSIGNED_SHORT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormat | From | To | |
Extract Attribute private FIRST_PREV_REL_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Extract Attribute private THREE_BITS_OVERFLOW_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.NodeRecordFormat | From | To | |
Extract Attribute private FIXED_REFERENCES_BIT : int in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormat | From | To | |
Extract Attribute private THREE_BITS_OVERFLOW_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormat | From | To | |
Extract Attribute private SECOND_NEXT_REL_BIT_MASK : long in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Extract Method | 8 | ||
Extract Method private writeFixedReferencesRecord(record NodeRecord, cursor PageCursor) : void extracted from protected doWriteInternal(record NodeRecord, cursor PageCursor) : void in class org.neo4j.kernel.impl.store.format.highlimit.NodeRecordFormat | From | To | |
Extract Method private writeFixedReferencesRecord(record PropertyRecord, cursor PageCursor) : void extracted from public write(record PropertyRecord, cursor PageCursor, recordSize int) : void in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormat | From | To | |
Extract Method private readFixedReferencesMethod(record RelationshipGroupRecord, cursor PageCursor, inUse boolean) : void extracted from protected doReadInternal(record RelationshipGroupRecord, cursor PageCursor, recordSize int, headerByte long, inUse boolean) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Extract Method private writeFixedReferencesRecord(record RelationshipRecord, cursor PageCursor) : void extracted from protected doWriteInternal(record RelationshipRecord, cursor PageCursor) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Extract Method private readFixedReferencesRecord(record RelationshipRecord, cursor PageCursor, headerByte long, inUse boolean, type int) : void extracted from protected doReadInternal(record RelationshipRecord, cursor PageCursor, recordSize int, headerByte long, inUse boolean) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipRecordFormat | From | To | |
Extract Method private readFixedReferencesRecord(record NodeRecord, cursor PageCursor, inUse boolean, dense boolean) : void extracted from protected doReadInternal(record NodeRecord, cursor PageCursor, recordSize int, headerByte long, inUse boolean) : void in class org.neo4j.kernel.impl.store.format.highlimit.NodeRecordFormat | From | To | |
Extract Method private writeFixedReferencesRecord(record RelationshipGroupRecord, cursor PageCursor) : void extracted from protected doWriteInternal(record RelationshipGroupRecord, cursor PageCursor) : void in class org.neo4j.kernel.impl.store.format.highlimit.RelationshipGroupRecordFormat | From | To | |
Extract Method private readFixedReferencesRecord(record PropertyRecord, cursor PageCursor) : void extracted from public read(record PropertyRecord, cursor PageCursor, mode RecordLoad, recordSize int) : void in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormat | From | To |