578fbbbd0fcfb475f9c363e48807af9cbe4a8b83
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 27
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 1 | ||
| Move And Inline Method public createPageCache(fileSystem FileSystemAbstraction, tracer PageCacheTracer, cursorTracerSupplier PageCursorTracerSupplier) : PageCache moved from class org.neo4j.io.pagecache.impl.muninn.StandalonePageCacheFactory to class org.neo4j.test.rule.PageCacheRule & inlined to public getPageCache(fs FileSystemAbstraction, overriddenConfig PageCacheConfig) : PageCache | From | To | |
| Rename Variable | 2 | ||
| Rename Variable pageCache : PageCache to ignore : PageCache in method public shouldWarnWhenCreatedWithConfiguredPageCache() : void in class org.neo4j.kernel.impl.pagecache.ConfiguringPageCacheFactoryTest | From | To | |
| Rename Variable cachePageSize : int to cacheTracer : PageCacheTracer in method public createPageCache(fileSystem FileSystemAbstraction) : PageCache in class org.neo4j.io.pagecache.impl.muninn.StandalonePageCacheFactory | From | To | |
| Inline Method | 1 | ||
| Inline Method public createPageCache(fileSystem FileSystemAbstraction, tracer PageCacheTracer, cursorTracerSupplier PageCursorTracerSupplier) : PageCache inlined to public createPageCache(fileSystem FileSystemAbstraction) : PageCache in class org.neo4j.io.pagecache.impl.muninn.StandalonePageCacheFactory | From | To | |
| Change Return Type | 1 | ||
| Change Return Type byte to short in method public getRecordId() : short in class org.neo4j.io.pagecache.randomharness.PageCountRecordFormat.PageCountRecord | From | To | |
| Extract Variable | 3 | ||
| Extract Variable pageCache : PageCache in method public extractHeaderRecordDuringLoadStorageMustThrowOnPageOverflow() : void from class org.neo4j.kernel.impl.store.CommonAbstractStoreBehaviourTest | From | To | |
| Extract Variable pageCache : PageCache in method public writingOfHeaderRecordDuringInitialiseNewStoreFileMustThrowOnPageOverflow() : void from class org.neo4j.kernel.impl.store.CommonAbstractStoreBehaviourTest | From | To | |
| Extract Variable channel : StoreChannel in method private buildFileNames() : File[] from class org.neo4j.io.pagecache.randomharness.RandomPageCacheTestHarness | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type cachePageSize : int to cacheTracer : PageCacheTracer in method public createPageCache(fileSystem FileSystemAbstraction) : PageCache in class org.neo4j.io.pagecache.impl.muninn.StandalonePageCacheFactory | From | To |