9c38a5a0f723cadbc488b06c50295e7fe8312d8b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable recordOffset : int to offset : int in method public setRecord(pageCache PageCache, neoStore File, position Position, value long) : long in class org.neo4j.kernel.impl.store.MetaDataStore | From | To | |
Rename Variable pageCursor : PageCursor to cursor : PageCursor in method public setRecord(pageCache PageCache, neoStore File, position Position, value long) : long in class org.neo4j.kernel.impl.store.MetaDataStore | From | To | |
Extract Variable | 2 | ||
Extract Variable pageSize : int in method public setRecord(pageCache PageCache, neoStore File, position Position, value long) : long from class org.neo4j.kernel.impl.store.MetaDataStore | From | To | |
Extract Variable pageSize : int in method public getRecord(pageCache PageCache, neoStore File, position Position) : long from class org.neo4j.kernel.impl.store.MetaDataStore | From | To | |
Extract Method | 3 | ||
Extract Method private createMetaDataFile() : File extracted from public mustSupportScanningAllRecordsWithRecordCursor() : void in class org.neo4j.kernel.impl.store.MetaDataStoreTest | From | To | |
Extract Method private offset(position Position) : int extracted from public setRecord(pageCache PageCache, neoStore File, position Position, value long) : long in class org.neo4j.kernel.impl.store.MetaDataStore | From | To | |
Extract Method private createMetaDataFile() : File extracted from public mustSupportScanningAllRecords() : void in class org.neo4j.kernel.impl.store.MetaDataStoreTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter recordPosition : Position to position : Position in method public getRecord(pageCache PageCache, neoStore File, position Position) : long in class org.neo4j.kernel.impl.store.MetaDataStore | From | To |