Toggle navigation
Home
java.lang.String to java.net.URL
No. of Instances - 9
No. of Commits - 2
No. of Projects - {'flink'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Similar)
String
to
URL
String
to
URL
Add or Remove Method invocation
getFile
to
getResource
newCheckpointPath
to
newCheckpointPath.getPath()
getPath
to
getResource
getTokenKeyFromOAuth(config,tokenKeyUrl)
to
getTokenKeyFromOAuth(config,tokenKeyUrl.toString())
StringUtils.hasText(tokenKeyUrl)
to
StringUtils.hasText(tokenKeyUrl.toString())
"https".equalsIgnoreCase(new URL(kmsUrl).getProtocol())
to
"https".equalsIgnoreCase(kmsUrl.getProtocol())
Rename Variable
entriesFile
to
entriesURL
baseDirectory
to
baseLocation
mBaseDirectory
to
mBaseLocation
mBaseDirectory
to
mBaseLocation
baseDirectory
to
baseLocation
path
to
resource
WAR_URL
to
url
WAR_URL
to
url
WAR_URL
to
url
WAR_URL
to
url
WAR_URL
to
url
Cascading Type Change (Different)
ArrayList<File>
to
ArrayList<URL>
Update argument list (Class Instance Creation)
JobWithJars
to
JobWithJars