204bda1dc99dd0b478463a8b6fbc95dcd1759241
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type recordFormat : RecordFormat to recordFormat : RecordFormat<TheRecord> in method package TheStore(fileName File, configuration Config, idType IdType, idGeneratorFactory IdGeneratorFactory, pageCache PageCache, logProvider LogProvider, recordFormat RecordFormat<TheRecord>) in class org.neo4j.kernel.impl.store.CommonAbstractStoreTest.TheStore | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute storePagedFile : PagedFile to pageFile : PagedFile in method public shouldCloseStoreFileFirstAndIdGeneratorAfter() : void in class org.neo4j.kernel.impl.store.CommonAbstractStoreTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type recordFormat : RecordFormat to recordFormat : RecordFormat<TheRecord> in method private newStore() : TheStore in class org.neo4j.kernel.impl.store.CommonAbstractStoreTest | From | To | |
Extract Method | 5 | ||
Extract Method public createPageCache(fileSystem FileSystemAbstraction, tracer PageCacheTracer, config Config) : PageCache extracted from public createPageCache(fileSystem FileSystemAbstraction, config Config) : PageCache in class org.neo4j.kernel.impl.pagecache.StandalonePageCacheFactory | From | To | |
Extract Method private record(event Event) : void extracted from public pageFaulted(filePageId long, swapper PageSwapper) : void in class org.neo4j.io.pagecache.RecordingPageCacheTracer | From | To | |
Extract Method public getPageCache(fs FileSystemAbstraction, tracer PageCacheTracer, config Config) : PageCache extracted from public getPageCache(fs FileSystemAbstraction, config Config) : PageCache in class org.neo4j.test.PageCacheRule | From | To | |
Extract Method private newStore() : TheStore extracted from public shouldCloseStoreFileFirstAndIdGeneratorAfter() : void in class org.neo4j.kernel.impl.store.CommonAbstractStoreTest | From | To | |
Extract Method private record(event Event) : void extracted from public evicted(filePageId long, swapper PageSwapper) : void in class org.neo4j.io.pagecache.RecordingPageCacheTracer | From | To |