Toggle navigation
Home
java.net.URL to java.io.File
No. of Instances - 6
No. of Commits - 3
No. of Projects - {'pinpoint', 'wildfly', 'flink'}
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