51ef0bd0f7bddc0d397301dd3e5b3923461ef52f
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setFileSystemAbstraction(fs FileSystemAbstraction) : void renamed to public configure(fs FileSystemAbstraction, config Configuration) : void in class org.neo4j.io.pagecache.PageSwapperFactory | From | To | |
Rename Method public setFileSystemAbstraction(fs FileSystemAbstraction) : void renamed to public configure(fs FileSystemAbstraction, config Configuration) : void in class org.neo4j.io.pagecache.impl.SingleFilePageSwapperFactory | From | To | |
Extract Method | 1 | ||
Extract Method private getPageSwapperFactory(config Config, log Log) : PageSwapperFactory extracted from private createAndConfigureSwapperFactory(fs FileSystemAbstraction, config Config, log Log) : PageSwapperFactory in class org.neo4j.kernel.impl.pagecache.ConfiguringPageCacheFactory | From | To |