Toggle navigation
Home
java.nio.file.Path to melnorme.utilbox.misc.Location
No. of Instances - 66
No. of Commits - 7
No. of Projects - {'goclipse'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
directory
to
directory.toPath()
directory
to
directory.toPath()
dir.startsWith(getWorkingDirPath())
to
dir.startsWith(getWorkingDir())
Location.fromAbsolutePath(dir)
to
dir
directoryToVisit.resolve(GoPath.SRC_DIR)
to
directoryToVisit.resolve_fromValid(GoPath.SRC_DIR)
goWorkspaceEntry.resolve("bin").toString()
to
goWorkspaceEntry.resolve_valid("bin").toString()
goEnv.findGoPackageForSourceModule(goRootSrc.resolve("pack/m.go"))
to
goEnv.findGoPackageForSourceModule(goRootSrc.resolve_valid("pack/m.go"))
goEnv.findGoPackageForSourceModule(goRootSrc.resolve("pack/foo/m.go"))
to
goEnv.findGoPackageForSourceModule(goRootSrc.resolve_valid("pack/foo/m.go"))
goEnv.findGoPackageForSourceModule(goRootSrc.resolve("../foo/m.go"))
to
goEnv.findGoPackageForSourceModule(goRootSrc.resolve_valid("../foo/m.go"))
projectLocation.resolve("dummy.go")
to
projectLocation.resolve_valid("dummy.go")
projectLocation.resolve("src")
to
projectLocation.resolve_valid("src")
goPath.findGoPathEntry(WS_FOO.resolve("xxx"))
to
goPath.findGoPathEntry(WS_FOO.resolve_valid("xxx"))
goPath.findGoPackageForSourceFile(WS_FOO.resolve("xxx/m.go"))
to
goPath.findGoPackageForSourceFile(WS_FOO.resolve_valid("xxx/m.go"))
goPath.findGoPackageForSourceFile(WS_FOO.resolve("src/xxx/m.go"))
to
goPath.findGoPackageForSourceFile(WS_FOO.resolve_valid("src/xxx/m.go"))
goPath.findGoPackageForSourceFile(WS_FOO.resolve("src/xxx/zzz/m.go"))
to
goPath.findGoPackageForSourceFile(WS_FOO.resolve_valid("src/xxx/zzz/m.go"))
goPath.findGoPackageForSourceFile(WS_FOO.resolve("src/m.go"))
to
goPath.findGoPackageForSourceFile(WS_FOO.resolve_valid("src/m.go"))
goRoot.asPath().resolve("pkg/tool/")
to
goRoot.asLocation().resolve_fromValid("pkg/tool/")
sourcePath.startsWith(workspaceEntry.resolve(SRC_DIR))
to
sourcePath.startsWith(workspaceEntry.resolve_valid(SRC_DIR))
goPath.findGoPathEntry(WS_BAR.resolve("xxx"))
to
goPath.findGoPathEntry(WS_BAR.resolve_valid("xxx"))
goPath.findGoPackageForSourceFile(WS_BAR.resolve("src/xxx/m.go"))
to
goPath.findGoPackageForSourceFile(WS_BAR.resolve_valid("src/xxx/m.go"))
goPath.findGoPackageForSourceFile(WS_BAR.resolve("src/src/src/m.go"))
to
goPath.findGoPackageForSourceFile(WS_BAR.resolve_valid("src/src/src/m.go"))
sourcePath.startsWith(workspaceEntry.resolve(SRC_DIR))
to
sourcePath.startsWith(workspaceEntry.resolve_valid(SRC_DIR))
projectLocation.resolve("src")
to
projectLocation.resolve_valid("src")
dir.startsWith(getWorkingDirPath())
to
dir.startsWith(getWorkingDir())
Location.fromAbsolutePath(dir)
to
dir
Rename Variable
inputPath
to
inputLoc
path
to
loc
path
to
loc
workingDirPath
to
workingDirLoc
goModulePath
to
goModuleLoc
goModulePath
to
goModuleLoc
goModulePath
to
goModuleLoc
path
to
loc
path
to
loc
dirFullPath
to
packageLoc
dirFullPath
to
packageLoc
filePath
to
fileLoc
filePath
to
fileLoc
path
to
loc
path
to
loc
getGoRoot_Path
to
getGoRoot_Location
goPackageAbsolutePath
to
goPackageLocation
path
to
loc
path
to
loc
inputPath
to
inputLoc
workingDirPath
to
workingDirLoc
cmdDir
to
dirLoc
Other
location.toFile().toPath()
to
location.toFile().toPath()
buildError.getFilePath()
to
buildError.getFilePath()
buildError.getFilePath()
to
buildError.getFilePath()
location.toFile().toPath()
to
location.toFile().toPath()
Cascading Type Change (Similar)
Path
to
Location
Path
to
Location
Path
to
Location
Path
to
Location
Path
to
Location
Rename Method invocation
getWorkingDirPath
to
getWorkingDir
getBestEditorInputForPath
to
getBestEditorInputForLoc
resolve
to
resolve_fromValid
resolve
to
resolve_fromValid
resolve
to
resolve_fromValid
asPath
to
asLocation
getWorkingDirPath
to
getWorkingDir
getBestEditorInputForPath
to
getBestEditorInputForLoc