941eb1d712fe864bc837fc1fae68d31806ef6dbe
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private newPageCursor(values Object...) : PageCursor renamed to private asBlocks(values Object...) : long[] in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method package payloadValueAsObject(payload StorePropertyPayloadCursor) : Object from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to package value() : Object from class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor | From | To | |
Rename Variable | 2 | ||
Rename Variable newBlock : PropertyBlock to type : PropertyType in method public read(record PropertyRecord, cursor PageCursor, mode RecordLoad, recordSize int) : void in class org.neo4j.kernel.impl.store.format.lowlimit.PropertyRecordFormat | From | To | |
Rename Variable header : long to block : long in method public read(record PropertyRecord, cursor PageCursor, mode RecordLoad, recordSize int) : void in class org.neo4j.kernel.impl.store.format.lowlimit.PropertyRecordFormat | From | To | |
Inline Method | 1 | ||
Inline Method private getPropertyBlock(cursor PageCursor) : PropertyBlock inlined to public read(record PropertyRecord, cursor PageCursor, mode RecordLoad, recordSize int) : void in class org.neo4j.kernel.impl.store.format.lowlimit.PropertyRecordFormat | From | To | |
Change Return Type | 1 | ||
Change Return Type PageCursor to long[] in method private asBlocks(values Object...) : long[] in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type newBlock : PropertyBlock to type : PropertyType in method public read(record PropertyRecord, cursor PageCursor, mode RecordLoad, recordSize int) : void in class org.neo4j.kernel.impl.store.format.lowlimit.PropertyRecordFormat | From | To |