Toggle navigation
Home
org.junit.rules.TemporaryFolder to java.io.File
No. of Instances - 12
No. of Commits - 5
No. of Projects - {'orientdb', 'james-project', 'Singularity', 'drill'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Add or Remove Method invocation
cacheDir.getRoot().toString()
to
cacheDir.toString()
cacheDir.getRoot().toPath()
to
cacheDir.toPath()
cacheDir.getRoot().toPath()
to
cacheDir.toPath()
tempFolder.getRoot().getAbsolutePath()
to
tempFolder.getCanonicalPath()
tempFolder.getRoot().getAbsolutePath()
to
tempFolder.getCanonicalPath()
tempFolder.getRoot().getAbsolutePath()
to
tempFolder.getCanonicalPath()
tempFolder.getRoot().getAbsolutePath()
to
tempFolder.getAbsolutePath()
tempFolder.getRoot().getAbsolutePath()
to
tempFolder.getAbsolutePath()
tempFolder.getRoot().getAbsolutePath()
to
tempFolder.getAbsolutePath()
tempFolder.getRoot().getAbsolutePath()
to
tempFolder.getAbsolutePath()
tempFolder.getRoot().getAbsolutePath()
to
tempFolder.getAbsolutePath()
Update Class Instacne Creation
new File(tempFolder.getRoot().getAbsolutePath() + "/config/automatic-backup.json")
to
new File(tempFolder.getCanonicalPath(),"config/automatic-backup.json")
new File(tempFolder.getRoot().getAbsolutePath() + "/config/automatic-backup.json")
to
new File(tempFolder,"config/automatic-backup.json")
Rename Variable
temporaryFolder
to
workingDir
temporaryFolder
to
workingDir
temporaryFolder
to
workingDir
temporaryFolder
to
workingDir
temporaryFolder
to
workingDir
folder
to
pathDir
folder
to
pathDir
folder
to
pathDir