Toggle navigation
Home
java.lang.String to java.io.File
No. of Instances - 5
No. of Commits - 2
No. of Projects - {'guacamole-client'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
(new File(guacHome,keyFile)).toString()
to
keyFile.toString()
(new File(guacHome,caFile)).toString()
to
caFile.toString()
Paths
to
directory.toPath()
fileName
to
file.getName()
directoryScanner.getIncludedFiles()
to
sourceSet
getPath
to
newFile
cacheFile
to
cacheFile.getPath()
File.createTempFile(TMP_FILE_PREFIX + filePrefix,TMP_FILE_SUFFIX,new File(cmdDir))
to
File.createTempFile(TMP_FILE_PREFIX + filePrefix,TMP_FILE_SUFFIX,cmdDir)
conf
to
fs.getConf()
filePathStr
to
file.toURI()
miniDfsStoragePath
to
miniDfsStoragePath.getCanonicalPath()
Update argument list (Method invocation)
getProperty
to
getProperty
config
to
config
Rename Variable
variantPrefix
to
variantShaderJobResultFile
variantPrefix
to
variantShaderJobResultFile
variantPrefix
to
variantShaderJobResultFile
outputFilesPrefix
to
shaderResultFileOutput
referencePrefix
to
referenceFile
prefix
to
shaderJobFileTemp
referencePrefix
to
referenceShaderJobResultFile
referencePrefix
to
referenceShaderJobResultFile
referencePrefix
to
referenceShaderJobResultFile
dbFile
to
file
path
to
tmpFile
path
to
tmpFile
path
to
tmpFile
path
to
tmpFile
path
to
tmpFile
path
to
tmpFile
fileName
to
file
file
to
configFiles
widgetsetfilename
to
widgetsetFile
relativeIncludedFileName
to
file
baseDir
to
file
baseDir
to
file
baseDir
to
file
baseDir
to
file
pathToEmptyFile
to
tmpFile
element
to
file
testFile
to
usersFile
_config
to
_configFile
_config
to
_configFile
absolutePath
to
configuration
path
to
tempDirParent
path
to
inputFile
outputFilePath
to
outputFile
outputFilePath
to
outputFile
inputFilePath
to
inputFile
inputFilePath
to
inputFile
inputFilePath
to
inputFile
volume
to
absRoot
volume
to
absRoot
volume
to
absRoot
dir
to
processDir
dir
to
configuredBinaryFile
newVersion
to
release
filePath
to
file
filePath
to
file
getDirPath
to
getDir
filePath
to
file
filePath
to
file
filePathStr
to
file
filePath
to
file
Cascading Type Change (Similar)
String
to
File
String
to
File
String
to
File
Update String Literal
"reference_prefix"
to
"reference_json"
Other
this.paths
to
paths[i]
home
to
home
new File(miniDfsStoragePath)
to
miniDfsStoragePath
Rename Method invocation
getAbsolutePath
to
getAbsoluteFile