Toggle navigation
Home
java.nio.file.Path to java.lang.String
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
p
to
relPath
buildToolPath
to
buildTargetName
directory
to
actualPath
expected
to
expectedSuffix
folder
to
workspaceFolderPath
realFile
to
relativePathStr
Other
storeDirectory
to
storeDirectory
executorCleanupResultsDirectory
to
executorCleanupResultsDirectory
executorCleanupResultsDirectory
to
executorCleanupResultsDirectory
Add or Remove Method invocation
logPath.toUri().toString()
to
Paths
logPath.toUri()
to
Paths
textField.setText(newValue.toString())
to
tooltip.setText(newValue)
newValue.toString()
to
newValue.isEmpty()
textField.setText(newValue.toString())
to
tooltip.setText(newValue)
newValue.toString()
to
newValue.isEmpty()
property.setValue(openDialog.toPath())
to
property.setValue(openDialog.toPath().toString())
buildToolPath
to
buildTarget.getBuildTargetName()
refactoredPaths.add(diff.getPath())
to
refactoredPaths.add(diff.getRelevantFileName())
resolve
to
toString
Wrap or Un-wrap
addListener
to
addListener
addListener
to
addListener
Rename Method invocation
toPath
to
toString
Cascading Type Change (Similar)
Path
to
String