Toggle navigation
Home
org.neo4j.test.EphemeralFileSystemRule to org.neo4j.io.fs.FileSystemAbstraction
No. of Instances - 3
No. of Commits - 3
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
fs.get()
to
fs
fs.get()
to
fs
new File("neo-batch-db").getAbsolutePath()
to
fs
fs.get()
to
fs
fs
to
storeDir.absolutePath()
fs.get()
to
fs
fs.get()
to
fs
fs.get()
to
fs
fs.get()
to
fs
pageCacheRule.getPageCache(fs.get())
to
pageCacheRule.getPageCache(fs)
fs.get()
to
fs
fs.get()
to
fs
fs.get()
to
fs
fs.get()
to
fs
Update Class Instacne Creation
new StoreMigrator(new SilentMigrationProgressMonitor(),fs.get(),logging)
to
new StoreMigrator(new SilentMigrationProgressMonitor(),fs,logging)