Toggle navigation
Home
java.net.URI to java.lang.String
No. of Instances - 7
No. of Commits - 2
No. of Projects - {'wildfly'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
connect(mesosMasterURI,frameworkInfo,scheduler)
to
connect(URI.create(mesosMasterURI),frameworkInfo,scheduler)
uri.resolve(nameUri)
to
this.path
uri.toString()
to
path
resolveUris(Iterables.transform(Iterables.transform(inputs,UNWRAP_DEPENDENCY_INFO),pathResolver),moduleRootUris)
to
resolvePaths(Iterables.transform(Iterables.transform(inputs,UNWRAP_DEPENDENCY_INFO),pathResolver),moduleRootPaths)
createRootUris(moduleRoots,pathResolver)
to
createRootPaths(moduleRoots,pathResolver)
resolveUris(Iterables.transform(Iterables.transform(inputs,UNWRAP_DEPENDENCY_INFO),pathResolver),moduleRootUris)
to
resolvePaths(Iterables.transform(Iterables.transform(inputs,UNWRAP_DEPENDENCY_INFO),pathResolver),moduleRootPaths)
normalize(ModuleNames.escapeUri(pathResolver.apply(path)),moduleRootUris)
to
normalize(ModuleNames.escapePath(pathResolver.apply(path)),moduleRootPaths)
ModuleNames.escapeUri(resolver.apply(root))
to
ModuleNames.escapePath(resolver.apply(root))
resolved.add(normalize(ModuleNames.escapeUri(name),roots))
to
resolved.add(normalize(ModuleNames.escapePath(name),roots))
FileSystems.getDefault().getPath(jarFileLocation.getPath())
to
FileSystems.getDefault().getPath(jarFileLocation)
fixedBaseUriSpec
to
uri.getAuthority()
normalize
to
toString
getURIAttributeValue(streamReader,i)
to
streamReader.getAttributeValue(i)
httpUri
to
endpoint.getEndpointUri()
host.getPath().substring(1)
to
host
Rename Variable
uri
to
path
uri
to
path
uri
to
path
uri
to
path
uri
to
path
uri
to
path
uri
to
path
moduleUris
to
modulePaths
moduleRootUris
to
moduleRootPaths
moduleRootUris
to
moduleRootPaths
moduleRootUris
to
moduleRootPaths
uri
to
path
uri
to
path
withSchemeBaseUri
to
scheme
uri
to
url
uri
to
url
rewrittenURI
to
rewrittenTarget
rewrittenURI
to
rewrittenTarget
rewrittenURI
to
rewrittenTarget
rewrittenURI
to
rewrittenTarget
rewriteURI
to
rewriteTarget
rewriteURI
to
rewriteTarget
rewriteURI
to
rewriteTarget
uri
to
url
uri
to
url
uri
to
url
uri
to
url
uri
to
url1
uri
to
url1
uri
to
url
longRunningURI
to
longRunningUrl
host
to
hostname
Cascading Type Change (Different)
ModuleUri
to
ModulePath
ModuleUri
to
ModulePath
Cascading Type Change (Similar)
URI
to
String
URI
to
String
Other
uri.getScheme()
to
uri == null || !baseUri.getAuthority().equals(uri.getAuthority()) ? baseUri.getScheme() : uri.getScheme()
Rename Method invocation
rewriteURI
to
rewriteTarget
rewriteURI
to
rewriteTarget