92833014d63d231dfb05cdfb6e36f4e9430e5adf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected assertRecord(pageId long, actualPageContents ByteBuffer, expectedPageContents ByteBuffer) : void renamed to protected assertRecords(pageId long, actualPageContents ByteBuffer, expectedPageContents ByteBuffer) : void in class org.neo4j.io.pagecache.PageCacheTestSupport | From | To | |
Rename Method public copyToMustCheckBounds() : void renamed to public copyToPageCursorMustCheckBounds() : void in class org.neo4j.io.pagecache.PageCacheTest | From | To | |
Extract Variable | 1 | ||
Extract Variable slice : ByteBuffer in method protected verifyRecordsMatchExpected(cursor PageCursor) : void from class org.neo4j.io.pagecache.PageCacheTestSupport | From | To | |
Extract Method | 1 | ||
Extract Method protected assertRecords(pageId long, actualBytes byte[], expectedBytes byte[]) : void extracted from protected assertRecord(pageId long, actualPageContents ByteBuffer, expectedPageContents ByteBuffer) : void in class org.neo4j.io.pagecache.PageCacheTestSupport | From | To |