b91e77b4200f5c8425f10e8b6827928a013da060
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private verifyMinimumPageCount(maxPages int, cachePageSize int) : void renamed to private calculatePageCount(memoryAllocator MemoryAllocator, cachePageSize int) : int in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCache | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type maxPages : int to memoryAllocator : MemoryAllocator in method public MuninnPageCache(swapperFactory PageSwapperFactory, memoryAllocator MemoryAllocator, cachePageSize int, pageCacheTracer PageCacheTracer, pageCursorTracerSupplier PageCursorTracerSupplier) in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCache | From | To | |
Change Parameter Type maxPages : int to memoryAllocator : MemoryAllocator in method private calculatePageCount(memoryAllocator MemoryAllocator, cachePageSize int) : int in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCache | From | To | |
Change Return Type | 1 | ||
Change Return Type void to int in method private calculatePageCount(memoryAllocator MemoryAllocator, cachePageSize int) : int in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCache | From | To | |
Rename Parameter | 2 | ||
Rename Parameter maxPages : int to memoryAllocator : MemoryAllocator in method public MuninnPageCache(swapperFactory PageSwapperFactory, memoryAllocator MemoryAllocator, cachePageSize int, pageCacheTracer PageCacheTracer, pageCursorTracerSupplier PageCursorTracerSupplier) in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCache | From | To | |
Rename Parameter maxPages : int to memoryAllocator : MemoryAllocator in method private calculatePageCount(memoryAllocator MemoryAllocator, cachePageSize int) : int in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCache | From | To |