Toggle navigation
Home
java.net.URL to java.io.File
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'wildfly'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
KRB5_CONF.getFile()
to
KRB5_CONF.getAbsolutePath()
blobCache.getURL(blobKeys.get(i))
to
blobCache.getFile(blobKeys.get(i))
Rename Variable
urls
to
files