|
Move And Rename Method private getRightArray() : Object from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to private readArrayFromBuffer(buffer ByteBuffer) : Object from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move And Rename Method private newCapacity(required int) : int from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to private newBiggerBuffer(requiredCapacity int) : ByteBuffer from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move And Rename Method private parseByteValue() : byte from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to package byteValue() : byte from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move And Rename Method private parseFloatValue() : float from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to package floatValue() : float from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move And Rename Method private parseIntValue() : int from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to package intValue() : int from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move And Rename Method private parseDoubleValue() : double from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to package doubleValue() : double from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move And Rename Method private parseShortValue() : short from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to package shortValue() : short from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move And Rename Method private parseCharValue() : char from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to package charValue() : char from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move And Rename Method private parseBooleanValue() : boolean from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to package booleanValue() : boolean from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move Attribute private type : PropertyType from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to package type : PropertyType from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.Param |
From |
To |
|
Move Attribute private recordCursor : AbstractDynamicStore.DynamicRecordCursor from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to private recordCursor : AbstractDynamicStore.DynamicRecordCursor from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move Attribute private cachedBuffer : ByteBuffer from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to private cachedBuffer : ByteBuffer from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move Attribute private INTERNAL_BYTE_ARRAY_SIZE : int from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to private INTERNAL_BYTE_ARRAY_SIZE : int from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move Attribute private arrayStore : DynamicArrayStore from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to private arrayStore : DynamicArrayStore from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move Attribute private stringStore : DynamicStringStore from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to private stringStore : DynamicStringStore from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Move Attribute private buffer : ByteBuffer from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to private buffer : ByteBuffer from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |